graphdb-workbench-tests
Version:
Cypress tests for GraphDB workbench
1,224 lines (1,128 loc) • 230 kB
text/turtle
@prefix so: <http://www.ontotext.com/semantic-object/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix voc: <https://swapi.co/vocabulary/> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
voc:Amphibian a rdfs:Class .
voc:Artificial a rdfs:Class .
voc:Character a rdfs:Class .
voc:Gastropod a rdfs:Class .
voc:Insectoid a rdfs:Class .
voc:Mammal a rdfs:Class .
voc:Reptile a rdfs:Class .
voc:Reptilian a rdfs:Class .
voc:Sentient a rdfs:Class .
voc:Species a rdfs:Class ;
rdfs:subClassOf rdfs:Class .
voc:Unknown a rdfs:Class .
<https://swapi.co/resource/planet/25> a voc:Planet ;
rdfs:label "Dantooine"^^xsd:string ;
voc:climate "temperate"^^xsd:string ;
voc:desc "None"^^xsd:string ;
voc:diameter 9830 ;
voc:gravity "1 standard"^^xsd:string ;
voc:orbitalPeriod 378 ;
voc:population 1000 ;
voc:rotationPeriod 25 ;
voc:terrain "oceans, savannas, mountains, grasslands"^^xsd:string .
<https://swapi.co/resource/planet/13> a voc:Planet ;
rdfs:label "Mustafar"^^xsd:string ;
voc:climate "hot"^^xsd:string ;
voc:desc "None"^^xsd:string ;
voc:diameter 4200 ;
voc:film <https://swapi.co/resource/film/6> ;
voc:gravity "1 standard"^^xsd:string ;
voc:orbitalPeriod 412 ;
voc:population 20000 ;
voc:rotationPeriod 36 ;
voc:surfaceWater 0 ;
voc:terrain "volcanoes, lava rivers, mountains, caves"^^xsd:string .
<https://swapi.co/resource/planet/15> a voc:Planet ;
rdfs:label "Polis Massa"^^xsd:string ;
voc:climate "artificial temperate "^^xsd:string ;
voc:desc "None"^^xsd:string ;
voc:diameter 0 ;
voc:film <https://swapi.co/resource/film/6> ;
voc:gravity "0.56 standard"^^xsd:string ;
voc:orbitalPeriod 590 ;
voc:population 1000000 ;
voc:rotationPeriod 24 ;
voc:surfaceWater 0 ;
voc:terrain "airless asteroid"^^xsd:string .
<https://swapi.co/resource/planet/16> a voc:Planet ;
rdfs:label "Mygeeto"^^xsd:string ;
voc:climate "frigid"^^xsd:string ;
voc:desc "None"^^xsd:string ;
voc:diameter 10088 ;
voc:film <https://swapi.co/resource/film/6> ;
voc:gravity "1 standard"^^xsd:string ;
voc:orbitalPeriod 167 ;
voc:population 19000000 ;
voc:rotationPeriod 12 ;
voc:terrain "glaciers, mountains, ice canyons"^^xsd:string .
<https://swapi.co/resource/planet/17> a voc:Planet ;
rdfs:label "Felucia"^^xsd:string ;
voc:climate "hot, humid"^^xsd:string ;
voc:desc "None"^^xsd:string ;
voc:diameter 9100 ;
voc:film <https://swapi.co/resource/film/6> ;
voc:gravity "0.75 standard"^^xsd:string ;
voc:orbitalPeriod 231 ;
voc:population 8500000 ;
voc:rotationPeriod 34 ;
voc:terrain "fungus forests"^^xsd:string .
<https://swapi.co/resource/planet/19> a voc:Planet ;
rdfs:label "Saleucami"^^xsd:string ;
voc:climate "hot"^^xsd:string ;
voc:desc "None"^^xsd:string ;
voc:diameter 14920 ;
voc:film <https://swapi.co/resource/film/6> ;
voc:orbitalPeriod 392 ;
voc:population 1400000000 ;
voc:rotationPeriod 26 ;
voc:terrain "caves, desert, mountains, volcanoes"^^xsd:string .
<https://swapi.co/resource/planet/20> a voc:Planet ;
rdfs:label "Stewjon"^^xsd:string ;
voc:climate "temperate"^^xsd:string ;
voc:desc "None"^^xsd:string ;
voc:diameter 0 ;
voc:gravity "1 standard"^^xsd:string ;
voc:resident <https://swapi.co/resource/human/10> ;
voc:terrain "grass"^^xsd:string .
<https://swapi.co/resource/planet/21> a voc:Planet ;
rdfs:label "Eriadu"^^xsd:string ;
voc:climate "polluted"^^xsd:string ;
voc:desc "None"^^xsd:string ;
voc:diameter 13490 ;
voc:gravity "1 standard"^^xsd:string ;
voc:orbitalPeriod 360 ;
voc:population 22000000000 ;
voc:resident <https://swapi.co/resource/human/12> ;
voc:rotationPeriod 24 ;
voc:terrain "cityscape"^^xsd:string .
<https://swapi.co/resource/planet/26> a voc:Planet ;
rdfs:label "Bestine IV"^^xsd:string ;
voc:climate "temperate"^^xsd:string ;
voc:desc "None"^^xsd:string ;
voc:diameter 6400 ;
voc:orbitalPeriod 680 ;
voc:population 62000000 ;
voc:resident <https://swapi.co/resource/human/19> ;
voc:rotationPeriod 26 ;
voc:surfaceWater 98 ;
voc:terrain "rocky islands, oceans"^^xsd:string .
<https://swapi.co/resource/planet/27> a voc:Planet ;
rdfs:label "Ord Mantell"^^xsd:string ;
voc:climate "temperate"^^xsd:string ;
voc:desc "None"^^xsd:string ;
voc:diameter 14050 ;
voc:film <https://swapi.co/resource/film/2> ;
voc:gravity "1 standard"^^xsd:string ;
voc:orbitalPeriod 334 ;
voc:population 4000000000 ;
voc:rotationPeriod 26 ;
voc:surfaceWater 10 ;
voc:terrain "plains, seas, mesas"^^xsd:string .
<https://swapi.co/resource/planet/3> a voc:Planet ;
rdfs:label "Yavin IV"^^xsd:string ;
voc:climate "temperate, tropical"^^xsd:string ;
voc:desc "Yavin (also known as Yavin Prime) is a fictional planet in the Star Wars universe. It first appeared in the 1977 film Star Wars and is depicted as a large red gas giant with an extensive satellite system of moons. Within the Star Wars narrative, Yavin is noted as the hidden military base of the Rebel Alliance located on its fourth moon, known as Yavin\\xa0IV., The climactic space battle at the end of the film, in which the Rebel Alliance destroys the Death Star, takes place in orbit around the planet Yavin. In Star Wars fandom and the Star Wars expanded universe, this event is especially significant as it is used to mark an epoch in the fictional Star Wars universe. Events in Star Wars stories are typically dated in terms of years BBY (Before the Battle of Yavin) or ABY (After the Battle of Yavin).12"^^xsd:string ;
voc:diameter 10200 ;
voc:film <https://swapi.co/resource/film/1> ;
voc:gravity "1 standard"^^xsd:string ;
voc:orbitalPeriod 4818 ;
voc:population 1000 ;
voc:rotationPeriod 24 ;
voc:surfaceWater 8 ;
voc:terrain "jungle, rainforests"^^xsd:string .
<https://swapi.co/resource/planet/30> a voc:Planet ;
rdfs:label "Socorro"^^xsd:string ;
voc:climate "arid"^^xsd:string ;
voc:desc "None"^^xsd:string ;
voc:diameter 0 ;
voc:gravity "1 standard"^^xsd:string ;
voc:orbitalPeriod 326 ;
voc:population 300000000 ;
voc:resident <https://swapi.co/resource/human/25> ;
voc:rotationPeriod 20 ;
voc:terrain "deserts, mountains"^^xsd:string .
<https://swapi.co/resource/planet/32> a voc:Planet ;
rdfs:label "Chandrila"^^xsd:string ;
voc:climate "temperate"^^xsd:string ;
voc:desc "None"^^xsd:string ;
voc:diameter 13500 ;
voc:gravity "1"^^xsd:string ;
voc:orbitalPeriod 368 ;
voc:population 1200000000 ;
voc:resident <https://swapi.co/resource/human/28> ;
voc:rotationPeriod 20 ;
voc:surfaceWater 40 ;
voc:terrain "plains, forests"^^xsd:string .
<https://swapi.co/resource/planet/36> a voc:Planet ;
rdfs:label "Dathomir"^^xsd:string ;
voc:climate "temperate"^^xsd:string ;
voc:desc "None"^^xsd:string ;
voc:diameter 10480 ;
voc:gravity "0.9"^^xsd:string ;
voc:orbitalPeriod 491 ;
voc:population 5200 ;
voc:resident <https://swapi.co/resource/zabrak/44> ;
voc:rotationPeriod 24 ;
voc:terrain "forests, deserts, savannas"^^xsd:string .
<https://swapi.co/resource/planet/4> a voc:Planet ;
rdfs:label "Hoth"^^xsd:string ;
voc:climate "frozen"^^xsd:string ;
voc:desc "Hoth is an ice planet in the Star Wars fictional universe. It first appeared in the 1980 film The Empire Strikes Back and has also been a setting in Star Wars books and video games."^^xsd:string ;
voc:diameter 7200 ;
voc:film <https://swapi.co/resource/film/2> ;
voc:gravity "1.1 standard"^^xsd:string ;
voc:orbitalPeriod 549 ;
voc:rotationPeriod 23 ;
voc:surfaceWater 100 ;
voc:terrain "tundra, ice caves, mountain ranges"^^xsd:string .
<https://swapi.co/resource/planet/42> a voc:Planet ;
rdfs:label "Haruun Kal"^^xsd:string ;
voc:climate "temperate"^^xsd:string ;
voc:desc "None"^^xsd:string ;
voc:diameter 10120 ;
voc:gravity "0.98"^^xsd:string ;
voc:orbitalPeriod 383 ;
voc:population 705300 ;
voc:resident <https://swapi.co/resource/human/51> ;
voc:rotationPeriod 25 ;
voc:terrain "toxic cloudsea, plateaus, volcanoes"^^xsd:string .
<https://swapi.co/resource/planet/46> a voc:Planet ;
rdfs:label "Tholoth"^^xsd:string ;
voc:desc "None"^^xsd:string .
<https://swapi.co/resource/planet/52> a voc:Planet ;
rdfs:label "Serenno"^^xsd:string ;
voc:desc "None"^^xsd:string ;
voc:resident <https://swapi.co/resource/human/67> ;
voc:terrain "rainforests, rivers, mountains"^^xsd:string .
<https://swapi.co/resource/planet/53> a voc:Planet ;
rdfs:label "Concord Dawn"^^xsd:string ;
voc:desc "None"^^xsd:string ;
voc:resident <https://swapi.co/resource/human/69> ;
voc:terrain "jungles, forests, deserts"^^xsd:string .
<https://swapi.co/resource/planet/61> a voc:Planet ;
rdfs:label "Jakku"^^xsd:string ;
voc:desc "Jakku is a fictional desert planet first featured in the 2015 Star Wars film The Force Awakens. Remote, lawless, and inhospitable, it is the homeworld of main character Rey, played by Daisy Ridley. The film focuses on two distinct localities, Tuanul Village and Niima Outpost, near a starship graveyard., \"The planet is also depicted in the 2017 Chuck Wendig novel, Star Wars: Aftermath: Empires End.\""^^xsd:string ;
voc:film <https://swapi.co/resource/film/7> ;
voc:terrain "deserts"^^xsd:string .
<https://swapi.co/resource/starship/27> a voc:Starship ;
rdfs:label "Calamari Cruiser"^^xsd:string ;
voc:consumables "2 years"^^xsd:string ;
voc:costInCredits 104000000 ;
voc:crew 5400 ;
voc:desc "None"^^xsd:string ;
voc:film <https://swapi.co/resource/film/3> ;
voc:hyperdriveRating "1.0"^^xsd:float ;
voc:length "1200.0"^^xsd:float ;
voc:manufacturer "Mon Calamari shipyards"^^xsd:string ;
voc:mglt 60 ;
voc:model "MC80 Liberty type Star Cruiser"^^xsd:string ;
voc:passengers 1200 ;
voc:starshipClass "Star Cruiser"^^xsd:string .
<https://swapi.co/resource/starship/29> a voc:Starship ;
rdfs:label "B-wing"^^xsd:string ;
voc:cargoCapacity 45 ;
voc:consumables "1 week"^^xsd:string ;
voc:costInCredits 220000 ;
voc:crew 1 ;
voc:desc "None"^^xsd:string ;
voc:film <https://swapi.co/resource/film/3> ;
voc:hyperdriveRating "2.0"^^xsd:float ;
voc:length "16.9"^^xsd:float ;
voc:manufacturer "Slayn & Korpil"^^xsd:string ;
voc:maxAtmospheringSpeed 950 ;
voc:mglt 91 ;
voc:model "A/SF-01 B-wing starfighter"^^xsd:string ;
voc:passengers 0 ;
voc:starshipClass "Assault Starfighter"^^xsd:string .
<https://swapi.co/resource/starship/31> a voc:Starship ;
rdfs:label "Republic Cruiser"^^xsd:string ;
voc:crew 9 ;
voc:desc "None"^^xsd:string ;
voc:film <https://swapi.co/resource/film/4> ;
voc:hyperdriveRating "2.0"^^xsd:float ;
voc:length "115.0"^^xsd:float ;
voc:manufacturer "Corellian Engineering Corporation"^^xsd:string ;
voc:maxAtmospheringSpeed 900 ;
voc:model "Consular-class cruiser"^^xsd:string ;
voc:passengers 16 ;
voc:starshipClass "Space cruiser"^^xsd:string .
<https://swapi.co/resource/starship/43> a voc:Starship ;
rdfs:label "J-type diplomatic barge"^^xsd:string ;
voc:consumables "1 year"^^xsd:string ;
voc:costInCredits 2000000 ;
voc:crew 5 ;
voc:desc "None"^^xsd:string ;
voc:film <https://swapi.co/resource/film/5> ;
voc:hyperdriveRating "0.7"^^xsd:float ;
voc:length "39.0"^^xsd:float ;
voc:manufacturer "Theed Palace Space Vessel Engineering Corps, Nubia Star Drives"^^xsd:string ;
voc:maxAtmospheringSpeed 2000 ;
voc:model "J-type diplomatic barge"^^xsd:string ;
voc:passengers 10 ;
voc:starshipClass "Diplomatic barge"^^xsd:string .
<https://swapi.co/resource/starship/47> a voc:Starship ;
rdfs:label "AA-9 Coruscant freighter"^^xsd:string ;
voc:desc "None"^^xsd:string ;
voc:film <https://swapi.co/resource/film/5> ;
voc:length "390.0"^^xsd:float ;
voc:manufacturer "Botajef Shipyards"^^xsd:string ;
voc:model "Botajef AA-9 Freighter-Liner"^^xsd:string ;
voc:passengers 30000 ;
voc:starshipClass "freighter"^^xsd:string .
<https://swapi.co/resource/starship/5> a voc:Starship ;
rdfs:label "Sentinel-class landing craft"^^xsd:string ;
voc:cargoCapacity 180000 ;
voc:consumables "1 month"^^xsd:string ;
voc:costInCredits 240000 ;
voc:crew 5 ;
voc:desc "None"^^xsd:string ;
voc:film <https://swapi.co/resource/film/1> ;
voc:hyperdriveRating "1.0"^^xsd:float ;
voc:length "38.0"^^xsd:float ;
voc:manufacturer "Sienar Fleet Systems, Cyngus Spaceworks"^^xsd:string ;
voc:maxAtmospheringSpeed 1000 ;
voc:mglt 70 ;
voc:model "Sentinel-class landing craft"^^xsd:string ;
voc:passengers 75 ;
voc:starshipClass "landing craft"^^xsd:string .
<https://swapi.co/resource/starship/52> a voc:Starship ;
rdfs:label "Republic Assault ship"^^xsd:string ;
voc:cargoCapacity 11250000 ;
voc:consumables "2 years"^^xsd:string ;
voc:crew 700 ;
voc:desc "None"^^xsd:string ;
voc:film <https://swapi.co/resource/film/5> ;
voc:hyperdriveRating "0.6"^^xsd:float ;
voc:length "752.0"^^xsd:float ;
voc:manufacturer "Rothana Heavy Engineering"^^xsd:string ;
voc:model "Acclamator I-class assault ship"^^xsd:string ;
voc:passengers 16000 ;
voc:starshipClass "assault ship"^^xsd:string .
<https://swapi.co/resource/starship/58> a voc:Starship ;
rdfs:label "Solar Sailer"^^xsd:string ;
voc:cargoCapacity 240 ;
voc:consumables "7 days"^^xsd:string ;
voc:costInCredits 35700 ;
voc:crew 3 ;
voc:desc "None"^^xsd:string ;
voc:film <https://swapi.co/resource/film/5> ;
voc:hyperdriveRating "1.5"^^xsd:float ;
voc:length "15.2"^^xsd:float ;
voc:manufacturer "Huppla Pasa Tisc Shipwrights Collective"^^xsd:string ;
voc:maxAtmospheringSpeed 1600 ;
voc:model "Punworcca 116-class interstellar sloop"^^xsd:string ;
voc:passengers 11 ;
voc:starshipClass "yacht"^^xsd:string .
<https://swapi.co/resource/starship/61> a voc:Starship ;
rdfs:label "Theta-class T-2c shuttle"^^xsd:string ;
voc:cargoCapacity 50000 ;
voc:consumables "56 days"^^xsd:string ;
voc:costInCredits 1000000 ;
voc:crew 5 ;
voc:desc "None"^^xsd:string ;
voc:film <https://swapi.co/resource/film/6> ;
voc:hyperdriveRating "1.0"^^xsd:float ;
voc:length "18.5"^^xsd:float ;
voc:manufacturer "Cygnus Spaceworks"^^xsd:string ;
voc:maxAtmospheringSpeed 2000 ;
voc:model "Theta-class T-2c shuttle"^^xsd:string ;
voc:passengers 16 ;
voc:starshipClass "transport"^^xsd:string .
<https://swapi.co/resource/starship/63> a voc:Starship ;
rdfs:label "Republic attack cruiser"^^xsd:string ;
voc:cargoCapacity 20000000 ;
voc:consumables "2 years"^^xsd:string ;
voc:costInCredits 59000000 ;
voc:crew 7400 ;
voc:desc "None"^^xsd:string ;
voc:film <https://swapi.co/resource/film/6> ;
voc:hyperdriveRating "1.0"^^xsd:float ;
voc:length "1137.0"^^xsd:float ;
voc:manufacturer "Kuat Drive Yards, Allanteen Six shipyards"^^xsd:string ;
voc:maxAtmospheringSpeed 975 ;
voc:model "Senator-class Star Destroyer"^^xsd:string ;
voc:passengers 2000 ;
voc:starshipClass "star destroyer"^^xsd:string .
<https://swapi.co/resource/starship/66> a voc:Starship ;
rdfs:label "arc-170"^^xsd:string ;
voc:cargoCapacity 110 ;
voc:consumables "5 days"^^xsd:string ;
voc:costInCredits 155000 ;
voc:crew 3 ;
voc:desc "None"^^xsd:string ;
voc:film <https://swapi.co/resource/film/6> ;
voc:hyperdriveRating "1.0"^^xsd:float ;
voc:length "14.5"^^xsd:float ;
voc:manufacturer "Incom Corporation, Subpro Corporation"^^xsd:string ;
voc:maxAtmospheringSpeed 1000 ;
voc:mglt 100 ;
voc:model "Aggressive Reconnaissance-170 starfighte"^^xsd:string ;
voc:passengers 0 ;
voc:starshipClass "starfighter"^^xsd:string .
<https://swapi.co/resource/starship/68> a voc:Starship ;
rdfs:label "Banking clan frigte"^^xsd:string ;
voc:cargoCapacity 40000000 ;
voc:consumables "2 years"^^xsd:string ;
voc:costInCredits 57000000 ;
voc:crew 200 ;
voc:desc "None"^^xsd:string ;
voc:film <https://swapi.co/resource/film/6> ;
voc:hyperdriveRating "1.0"^^xsd:float ;
voc:length "825.0"^^xsd:float ;
voc:manufacturer "Hoersch-Kessel Drive, Inc, Gwori Revolutionary Industries"^^xsd:string ;
voc:model "Munificent-class star frigate"^^xsd:string ;
voc:starshipClass "cruiser"^^xsd:string .
<https://swapi.co/resource/starship/75> a voc:Starship ;
rdfs:label "V-wing"^^xsd:string ;
voc:cargoCapacity 60 ;
voc:consumables "15 hours"^^xsd:string ;
voc:costInCredits 102500 ;
voc:crew 1 ;
voc:desc "There have been several vehicles in the Star Wars Universe designated V-wing:"^^xsd:string ;
voc:film <https://swapi.co/resource/film/6> ;
voc:hyperdriveRating "1.0"^^xsd:float ;
voc:length "7.9"^^xsd:float ;
voc:manufacturer "Kuat Systems Engineering"^^xsd:string ;
voc:maxAtmospheringSpeed 1050 ;
voc:model "Alpha-3 Nimbus-class V-wing starfighter"^^xsd:string ;
voc:passengers 0 ;
voc:starshipClass "starfighter"^^xsd:string .
<https://swapi.co/resource/starship/9> a voc:Starship ;
rdfs:label "Death Star"^^xsd:string ;
voc:cargoCapacity 1000000000000 ;
voc:consumables "3 years"^^xsd:string ;
voc:costInCredits 1000000000000 ;
voc:crew 342953 ;
voc:desc "A number of fictional mobile space stations and galactic superweapons called Death Star featured in the Star Wars science-fiction franchise. The first Death Star was stated to be more than 100\\xa0km to 160\\xa0km in diameter, depending on source. It was crewed by an estimated 1.7 million military personnel and 400,000 droids.12 Its superweapon delivered enough energies on a scale equivalent to all the energy released by the Sun in an entire week.citation needed The second Death Star was significantly larger, between 200\\xa0km to 400\\xa0km in diameter depending on source, and technologically more advanced than its predecessor. Both versions of these dwarf planet-sized fortresses were designed for massive power projection capabilities, capable of destroying an entire planet with one blast from their superlasers.3"^^xsd:string ;
voc:film <https://swapi.co/resource/film/1> ;
voc:hyperdriveRating "4.0"^^xsd:float ;
voc:length "120000.0"^^xsd:float ;
voc:manufacturer "Imperial Department of Military Research, Sienar Fleet Systems"^^xsd:string ;
voc:mglt 10 ;
voc:model "DS-1 Orbital Battle Station"^^xsd:string ;
voc:passengers 843342 ;
voc:starshipClass "Deep Space Mobile Battlestation"^^xsd:string .
<https://swapi.co/resource/vehicle/20> a voc:Vehicle ;
rdfs:label "Storm IV Twin-Pod cloud car"^^xsd:string ;
voc:cargoCapacity 10 ;
voc:consumables "1 day"^^xsd:string ;
voc:costInCredits 75000 ;
voc:crew 2 ;
voc:desc "None"^^xsd:string ;
voc:film <https://swapi.co/resource/film/2> ;
voc:length "7.0"^^xsd:float ;
voc:manufacturer "Bespin Motors"^^xsd:string ;
voc:maxAtmospheringSpeed 1500 ;
voc:model "Storm IV Twin-Pod"^^xsd:string ;
voc:passengers 0 ;
voc:vehicleClass "repulsorcraft"^^xsd:string .
<https://swapi.co/resource/vehicle/24> a voc:Vehicle ;
rdfs:label "Sail barge"^^xsd:string ;
voc:cargoCapacity 2000000 ;
voc:consumables "Live food tanks"^^xsd:string ;
voc:costInCredits 285000 ;
voc:crew 26 ;
voc:desc "None"^^xsd:string ;
voc:film <https://swapi.co/resource/film/3> ;
voc:length "30.0"^^xsd:float ;
voc:manufacturer "Ubrikkian Industries Custom Vehicle Division"^^xsd:string ;
voc:maxAtmospheringSpeed 100 ;
voc:model "Modified Luxury Sail Barge"^^xsd:string ;
voc:passengers 500 ;
voc:vehicleClass "sail barge"^^xsd:string .
<https://swapi.co/resource/vehicle/25> a voc:Vehicle ;
rdfs:label "Bantha-II cargo skiff"^^xsd:string ;
voc:cargoCapacity 135000 ;
voc:consumables "1 day"^^xsd:string ;
voc:costInCredits 8000 ;
voc:crew 5 ;
voc:desc "None"^^xsd:string ;
voc:film <https://swapi.co/resource/film/3> ;
voc:length "9.5"^^xsd:float ;
voc:manufacturer "Ubrikkian Industries"^^xsd:string ;
voc:maxAtmospheringSpeed 250 ;
voc:model "Bantha-II"^^xsd:string ;
voc:passengers 16 ;
voc:vehicleClass "repulsorcraft cargo skiff"^^xsd:string .
<https://swapi.co/resource/vehicle/26> a voc:Vehicle ;
rdfs:label "TIE/IN interceptor"^^xsd:string ;
voc:cargoCapacity 75 ;
voc:consumables "2 days"^^xsd:string ;
voc:crew 1 ;
voc:desc "None"^^xsd:string ;
voc:film <https://swapi.co/resource/film/3> ;
voc:length "9.6"^^xsd:float ;
voc:manufacturer "Sienar Fleet Systems"^^xsd:string ;
voc:maxAtmospheringSpeed 1250 ;
voc:model "Twin Ion Engine Interceptor"^^xsd:string ;
voc:passengers 0 ;
voc:vehicleClass "starfighter"^^xsd:string .
<https://swapi.co/resource/vehicle/34> a voc:Vehicle ;
rdfs:label "Multi-Troop Transport"^^xsd:string ;
voc:cargoCapacity 12000 ;
voc:costInCredits 138000 ;
voc:crew 4 ;
voc:desc "None"^^xsd:string ;
voc:film <https://swapi.co/resource/film/4> ;
voc:length "31.0"^^xsd:float ;
voc:manufacturer "Baktoid Armor Workshop"^^xsd:string ;
voc:maxAtmospheringSpeed 35 ;
voc:model "Multi-Troop Transport"^^xsd:string ;
voc:passengers 112 ;
voc:vehicleClass "repulsorcraft"^^xsd:string .
<https://swapi.co/resource/vehicle/35> a voc:Vehicle ;
rdfs:label "Armored Assault Tank"^^xsd:string ;
voc:crew 4 ;
voc:desc "None"^^xsd:string ;
voc:film <https://swapi.co/resource/film/4> ;
voc:length "9.75"^^xsd:float ;
voc:manufacturer "Baktoid Armor Workshop"^^xsd:string ;
voc:maxAtmospheringSpeed 55 ;
voc:model "Armoured Assault Tank"^^xsd:string ;
voc:passengers 6 ;
voc:vehicleClass "repulsorcraft"^^xsd:string .
<https://swapi.co/resource/vehicle/36> a voc:Vehicle ;
rdfs:label "Single Trooper Aerial Platform"^^xsd:string ;
voc:cargoCapacity "none"^^xsd:string ;
voc:consumables "none"^^xsd:string ;
voc:costInCredits 2500 ;
voc:crew 1 ;
voc:desc "Speeder bikes (also known as \"jumpspeeders\" or \"hover bikes\") and swoop bikes (or just \"swoops\") are small, fast transports that use repulsorlift engines in the fictional Star Wars universe. Return of the Jedi includes a prominent speeder bike chase; speeders and swoops also appear in Star Wars: Episode I – The Phantom Menace, Star Wars: Episode II – Attack of the Clones, Star Wars: Episode III – Revenge of the Sith, Star Wars, and the Star Wars expanded universe\\s books, comics, and games."^^xsd:string ;
voc:film <https://swapi.co/resource/film/4> ;
voc:length "2.0"^^xsd:float ;
voc:manufacturer "Baktoid Armor Workshop"^^xsd:string ;
voc:maxAtmospheringSpeed 400 ;
voc:model "Single Trooper Aerial Platform"^^xsd:string ;
voc:passengers 0 ;
voc:vehicleClass "repulsorcraft"^^xsd:string .
<https://swapi.co/resource/vehicle/37> a voc:Vehicle ;
rdfs:label "C-9979 landing craft"^^xsd:string ;
voc:cargoCapacity 1800000 ;
voc:consumables "1 day"^^xsd:string ;
voc:costInCredits 200000 ;
voc:crew 140 ;
voc:desc "None"^^xsd:string ;
voc:film <https://swapi.co/resource/film/4> ;
voc:length "210.0"^^xsd:float ;
voc:manufacturer "Haor Chall Engineering"^^xsd:string ;
voc:maxAtmospheringSpeed 587 ;
voc:model "C-9979 landing craft"^^xsd:string ;
voc:passengers 284 ;
voc:vehicleClass "landing craft"^^xsd:string .
<https://swapi.co/resource/vehicle/51> a voc:Vehicle ;
rdfs:label "LAAT/c"^^xsd:string ;
voc:cargoCapacity 40000 ;
voc:crew 1 ;
voc:desc "None"^^xsd:string ;
voc:film <https://swapi.co/resource/film/5> ;
voc:length "28.82"^^xsd:float ;
voc:manufacturer "Rothana Heavy Engineering"^^xsd:string ;
voc:maxAtmospheringSpeed 620 ;
voc:model "Low Altitude Assault Transport/carrier"^^xsd:string ;
voc:passengers 0 ;
voc:vehicleClass "gunship"^^xsd:string .
<https://swapi.co/resource/vehicle/54> a voc:Vehicle ;
rdfs:label "SPHA"^^xsd:string ;
voc:cargoCapacity 500 ;
voc:consumables "7 days"^^xsd:string ;
voc:crew 25 ;
voc:desc "None"^^xsd:string ;
voc:film <https://swapi.co/resource/film/5> ;
voc:length "140.0"^^xsd:float ;
voc:manufacturer "Rothana Heavy Engineering"^^xsd:string ;
voc:maxAtmospheringSpeed 35 ;
voc:model "Self-Propelled Heavy Artillery"^^xsd:string ;
voc:passengers 30 ;
voc:vehicleClass "walker"^^xsd:string .
<https://swapi.co/resource/vehicle/57> a voc:Vehicle ;
rdfs:label "Geonosian starfighter"^^xsd:string ;
voc:crew 1 ;
voc:desc "None"^^xsd:string ;
voc:film <https://swapi.co/resource/film/5> ;
voc:length "9.8"^^xsd:float ;
voc:manufacturer "Huppla Pasa Tisc Shipwrights Collective"^^xsd:string ;
voc:maxAtmospheringSpeed 20000 ;
voc:model "Nantex-class territorial defense"^^xsd:string ;
voc:passengers 0 ;
voc:vehicleClass "starfighter"^^xsd:string .
<https://swapi.co/resource/vehicle/6> a voc:Vehicle ;
rdfs:label "T-16 skyhopper"^^xsd:string ;
voc:cargoCapacity 50 ;
voc:consumables "0"^^xsd:string ;
voc:costInCredits 14500 ;
voc:crew 1 ;
voc:desc "None"^^xsd:string ;
voc:film <https://swapi.co/resource/film/1> ;
voc:length "10.4"^^xsd:float ;
voc:manufacturer "Incom Corporation"^^xsd:string ;
voc:maxAtmospheringSpeed 1200 ;
voc:model "T-16 skyhopper"^^xsd:string ;
voc:passengers 1 ;
voc:vehicleClass "repulsorcraft"^^xsd:string .
<https://swapi.co/resource/vehicle/62> a voc:Vehicle ;
rdfs:label "Emergency Firespeeder"^^xsd:string ;
voc:crew 2 ;
voc:desc "None"^^xsd:string ;
voc:film <https://swapi.co/resource/film/6> ;
voc:model "Fire suppression speeder"^^xsd:string ;
voc:vehicleClass "fire suppression ship"^^xsd:string .
<https://swapi.co/resource/vehicle/67> a voc:Vehicle ;
rdfs:label "Droid tri-fighter"^^xsd:string ;
voc:cargoCapacity 0 ;
voc:consumables "none"^^xsd:string ;
voc:costInCredits 20000 ;
voc:crew 1 ;
voc:desc "None"^^xsd:string ;
voc:film <https://swapi.co/resource/film/6> ;
voc:length "5.4"^^xsd:float ;
voc:manufacturer "Colla Designs, Phlac-Arphocc Automata Industries"^^xsd:string ;
voc:maxAtmospheringSpeed 1180 ;
voc:model "tri-fighter"^^xsd:string ;
voc:passengers 0 ;
voc:vehicleClass "droid starfighter"^^xsd:string .
<https://swapi.co/resource/vehicle/69> a voc:Vehicle ;
rdfs:label "Oevvaor jet catamaran"^^xsd:string ;
voc:cargoCapacity 50 ;
voc:consumables "3 days"^^xsd:string ;
voc:costInCredits 12125 ;
voc:crew 2 ;
voc:desc "None"^^xsd:string ;
voc:film <https://swapi.co/resource/film/6> ;
voc:length "15.1"^^xsd:float ;
voc:manufacturer "Appazanna Engineering Works"^^xsd:string ;
voc:maxAtmospheringSpeed 420 ;
voc:model "Oevvaor jet catamaran"^^xsd:string ;
voc:passengers 2 ;
voc:vehicleClass "airspeeder"^^xsd:string .
<https://swapi.co/resource/vehicle/7> a voc:Vehicle ;
rdfs:label "X-34 landspeeder"^^xsd:string ;
voc:cargoCapacity 5 ;
voc:costInCredits 10550 ;
voc:crew 1 ;
voc:desc "None"^^xsd:string ;
voc:film <https://swapi.co/resource/film/1> ;
voc:length "3.4"^^xsd:float ;
voc:manufacturer "SoroSuub Corporation"^^xsd:string ;
voc:maxAtmospheringSpeed 250 ;
voc:model "X-34 landspeeder"^^xsd:string ;
voc:passengers 1 ;
voc:vehicleClass "repulsorcraft"^^xsd:string .
<https://swapi.co/resource/vehicle/70> a voc:Vehicle ;
rdfs:label "Raddaugh Gnasp fluttercraft"^^xsd:string ;
voc:cargoCapacity 20 ;
voc:consumables "none"^^xsd:string ;
voc:costInCredits 14750 ;
voc:crew 2 ;
voc:desc "None"^^xsd:string ;
voc:film <https://swapi.co/resource/film/6> ;
voc:length "7.0"^^xsd:float ;
voc:manufacturer "Appazanna Engineering Works"^^xsd:string ;
voc:maxAtmospheringSpeed 310 ;
voc:model "Raddaugh Gnasp fluttercraft"^^xsd:string ;
voc:passengers 0 ;
voc:vehicleClass "air speeder"^^xsd:string .
<https://swapi.co/resource/vehicle/71> a voc:Vehicle ;
rdfs:label "Clone turbo tank"^^xsd:string ;
voc:cargoCapacity 30000 ;
voc:consumables "20 days"^^xsd:string ;
voc:costInCredits 350000 ;
voc:crew 20 ;
voc:desc "None"^^xsd:string ;
voc:film <https://swapi.co/resource/film/6> ;
voc:length "49.4"^^xsd:float ;
voc:manufacturer "Kuat Drive Yards"^^xsd:string ;
voc:maxAtmospheringSpeed 160 ;
voc:model "HAVw A6 Juggernaut"^^xsd:string ;
voc:passengers 300 ;
voc:vehicleClass "wheeled walker"^^xsd:string .
<https://swapi.co/resource/vehicle/72> a voc:Vehicle ;
rdfs:label "Corporate Alliance tank droid"^^xsd:string ;
voc:cargoCapacity "none"^^xsd:string ;
voc:consumables "none"^^xsd:string ;
voc:costInCredits 49000 ;
voc:crew 0 ;
voc:desc "None"^^xsd:string ;
voc:film <https://swapi.co/resource/film/6> ;
voc:length "10.96"^^xsd:float ;
voc:manufacturer "Techno Union"^^xsd:string ;
voc:maxAtmospheringSpeed 100 ;
voc:model "NR-N99 Persuader-class droid enforcer"^^xsd:string ;
voc:passengers 4 ;
voc:vehicleClass "droid tank"^^xsd:string .
<https://swapi.co/resource/vehicle/73> a voc:Vehicle ;
rdfs:label "Droid gunship"^^xsd:string ;
voc:cargoCapacity 0 ;
voc:consumables "none"^^xsd:string ;
voc:costInCredits 60000 ;
voc:crew 0 ;
voc:desc "None"^^xsd:string ;
voc:film <https://swapi.co/resource/film/6> ;
voc:length "12.3"^^xsd:float ;
voc:manufacturer "Baktoid Fleet Ordnance, Haor Chall Engineering"^^xsd:string ;
voc:maxAtmospheringSpeed 820 ;
voc:model "HMP droid gunship"^^xsd:string ;
voc:passengers 0 ;
voc:vehicleClass "airspeeder"^^xsd:string .
<https://swapi.co/resource/vehicle/76> a voc:Vehicle ;
rdfs:label "AT-RT"^^xsd:string ;
voc:cargoCapacity 20 ;
voc:consumables "1 day"^^xsd:string ;
voc:costInCredits 40000 ;
voc:crew 1 ;
voc:desc "Walkers are vehicles from the Star Wars universe that traverse the landscape on mechanical legs. They are used by the Old Republic and the Galactic Empire for ground assault or transport. Throughout the saga, walkers have played a pivotal role in the fate of characters and the outcome of battles. Industrial Light and Magic (ILM) is responsible for their animation and design, often using models, stop-motion animation, and relevant matte paintings to depict their presence in the films., There are a variety of walkers: The Empire Strikes Back introduces the All Terrain Armored Transport (AT-AT) and All Terrain Scout Transport (AT-ST). Star Wars: Episode II – Attack of the Clones and Star Wars: Episode III – Revenge of the Sith introduced earlier models of walkers, such as the AT-TE, and the Star Wars expanded universe features numerous others. Walker variants have been merchandised and featured in popular culture."^^xsd:string ;
voc:film <https://swapi.co/resource/film/6> ;
voc:length "3.2"^^xsd:float ;
voc:manufacturer "Kuat Drive Yards"^^xsd:string ;
voc:maxAtmospheringSpeed 90 ;
voc:model "All Terrain Recon Transport"^^xsd:string ;
voc:passengers 0 ;
voc:vehicleClass "walker"^^xsd:string .
voc:Aleena a voc:Species ;
rdfs:label "Aleena" ;
rdfs:subClassOf voc:Reptile,
voc:Sentient ;
voc:averageHeight "80.0"^^xsd:float ;
voc:averageLifespan "79"^^xsd:string ;
voc:character <https://swapi.co/resource/aleena/47> ;
voc:desc "None"^^xsd:string ;
voc:film <https://swapi.co/resource/film/4> ;
voc:language "Aleena"^^xsd:string ;
voc:planet <https://swapi.co/resource/planet/38> ;
voc:skinColor "blue"^^xsd:string,
"gray"^^xsd:string .
voc:Besalisk a voc:Species ;
rdfs:label "Besalisk" ;
rdfs:subClassOf voc:Amphibian,
voc:Sentient ;
voc:averageHeight "178.0"^^xsd:float ;
voc:averageLifespan "75"^^xsd:string ;
voc:character <https://swapi.co/resource/besalisk/71> ;
voc:desc "None"^^xsd:string ;
voc:eyeColor "yellow"^^xsd:string ;
voc:film <https://swapi.co/resource/film/5> ;
voc:language "besalisk"^^xsd:string ;
voc:planet <https://swapi.co/resource/planet/55> ;
voc:skinColor "brown"^^xsd:string .
voc:Cerean a voc:Species ;
rdfs:label "Cerean" ;
rdfs:subClassOf voc:Mammal,
voc:Sentient ;
voc:averageHeight "200.0"^^xsd:float ;
voc:character <https://swapi.co/resource/cerean/52> ;
voc:desc "None"^^xsd:string ;
voc:eyeColor "hazel"^^xsd:string ;
voc:film <https://swapi.co/resource/film/4>,
<https://swapi.co/resource/film/6> ;
voc:hairColor "black"^^xsd:string,
"blond"^^xsd:string,
"red"^^xsd:string,
"white"^^xsd:string ;
voc:language "Cerean"^^xsd:string ;
voc:planet <https://swapi.co/resource/planet/43> ;
voc:skinColor "pale pink"^^xsd:string .
voc:Chagrian a voc:Species ;
rdfs:label "Chagrian" ;
rdfs:subClassOf voc:Amphibian,
voc:Sentient ;
voc:averageHeight "190.0"^^xsd:float ;
voc:character <https://swapi.co/resource/chagrian/59> ;
voc:desc "None"^^xsd:string ;
voc:eyeColor "blue"^^xsd:string ;
voc:film <https://swapi.co/resource/film/4>,
<https://swapi.co/resource/film/6> ;
voc:language "Chagria"^^xsd:string ;
voc:planet <https://swapi.co/resource/planet/50> ;
voc:skinColor "blue"^^xsd:string .
voc:Clawdite a voc:Species ;
rdfs:label "Clawdite" ;
rdfs:subClassOf voc:Reptilian,
voc:Sentient ;
voc:averageHeight "180.0"^^xsd:float ;
voc:averageLifespan "70"^^xsd:string ;
voc:character <https://swapi.co/resource/clawdite/70> ;
voc:desc "None"^^xsd:string ;
voc:eyeColor "yellow"^^xsd:string ;
voc:film <https://swapi.co/resource/film/5>,
<https://swapi.co/resource/film/6> ;
voc:language "Clawdite"^^xsd:string ;
voc:planet <https://swapi.co/resource/planet/54> ;
voc:skinColor "green"^^xsd:string,
"yellow"^^xsd:string .
voc:Dug a voc:Species ;
rdfs:label "Dug" ;
rdfs:subClassOf voc:Mammal,
voc:Sentient ;
voc:averageHeight "100.0"^^xsd:float ;
voc:character <https://swapi.co/resource/dug/41> ;
voc:desc "None"^^xsd:string ;
voc:eyeColor "blue"^^xsd:string,
"yellow"^^xsd:string ;
voc:film <https://swapi.co/resource/film/4> ;
voc:language "Dugese"^^xsd:string ;
voc:planet <https://swapi.co/resource/planet/35> ;
voc:skinColor "brown"^^xsd:string,
"grey"^^xsd:string,
"purple"^^xsd:string,
"red"^^xsd:string .
voc:Ewok a voc:Species ;
rdfs:label "Ewok" ;
rdfs:subClassOf voc:Mammal,
voc:Sentient ;
voc:averageHeight "100.0"^^xsd:float ;
voc:character <https://swapi.co/resource/ewok/30> ;
voc:desc "Ewoks are a fictional race of small, mammaloid bipeds that appear in the Star Wars universe. They are hunter-gatherers resembling teddy bears that inhabit the forest moon of Endor and live in various arboreal huts and other simple dwellings. They first appeared in the 1983 film Return of the Jedi and have since appeared in two made-for-television films, Caravan of Courage: An Ewok Adventure (1984) and Ewoks: The Battle for Endor (1985), as well as a short-lived animated series and several books and games."^^xsd:string ;
voc:eyeColor "brown"^^xsd:string,
"orange"^^xsd:string ;
voc:film <https://swapi.co/resource/film/3> ;
voc:hairColor "black"^^xsd:string,
"brown"^^xsd:string,
"white"^^xsd:string ;
voc:language "Ewokese"^^xsd:string ;
voc:planet <https://swapi.co/resource/planet/7> ;
voc:skinColor "brown"^^xsd:string .
voc:Geonosian a voc:Species ;
rdfs:label "Geonosian" ;
rdfs:subClassOf voc:Insectoid,
voc:Sentient ;
voc:averageHeight "178.0"^^xsd:float ;
voc:character <https://swapi.co/resource/geonosian/63> ;
voc:desc "None"^^xsd:string ;
voc:eyeColor "green"^^xsd:string,
"hazel"^^xsd:string ;
voc:film <https://swapi.co/resource/film/5>,
<https://swapi.co/resource/film/6> ;
voc:language "Geonosian"^^xsd:string ;
voc:planet <https://swapi.co/resource/planet/11> ;
voc:skinColor "brown"^^xsd:string,
"green"^^xsd:string .
voc:Hutt a voc:Species ;
rdfs:label "Hutt" ;
rdfs:subClassOf voc:Gastropod,
voc:Sentient ;
voc:averageHeight "300.0"^^xsd:float ;
voc:averageLifespan "1000"^^xsd:string ;
voc:character <https://swapi.co/resource/hutt/16> ;
voc:desc "The Hutts are a fictional alien race in the Star Wars universe. They appear in The Phantom Menace, Return of the Jedi and The Clone Wars, as well as the special edition release of A New Hope. They also appear in various Star Wars games, including those based on the movies, and the Knights of the Old Republic series. None of these are very friendly and all are criminally involved.1 In the comic book series Tales of the Jedi: Golden Age of the Sith and Tales of the Jedi: The Fall of the Sith Empire, however, there is a Hutt character named Aarrba who is sympathetic to the main characters, Gav and Jori Daragon."^^xsd:string ;
voc:eyeColor "red"^^xsd:string,
"yellow"^^xsd:string ;
voc:film <https://swapi.co/resource/film/1>,
<https://swapi.co/resource/film/3> ;
voc:language "Huttese"^^xsd:string ;
voc:planet <https://swapi.co/resource/planet/24> ;
voc:skinColor "brown"^^xsd:string,
"green"^^xsd:string,
"tan"^^xsd:string .
voc:Iktotchi a voc:Species ;
rdfs:label "Iktotchi" ;
rdfs:subClassOf voc:Sentient,
voc:Unknown ;
voc:averageHeight "180.0"^^xsd:float ;
voc:character <https://swapi.co/resource/iktotchi/56> ;
voc:desc "None"^^xsd:string ;
voc:eyeColor "orange"^^xsd:string ;
voc:film <https://swapi.co/resource/film/4>,
<https://swapi.co/resource/film/6> ;
voc:language "Iktotchese"^^xsd:string ;
voc:planet <https://swapi.co/resource/planet/47> ;
voc:skinColor "pink"^^xsd:string .
voc:Kaleesh a voc:Species ;
rdfs:label "Kaleesh" ;
rdfs:subClassOf voc:Reptile,
voc:Sentient ;
voc:averageHeight "170.0"^^xsd:float ;
voc:averageLifespan "80"^^xsd:string ;
voc:character <https://swapi.co/resource/kaleesh/79> ;
voc:desc "None"^^xsd:string ;
voc:eyeColor "yellow"^^xsd:string ;
voc:film <https://swapi.co/resource/film/6> ;
voc:language "Kaleesh"^^xsd:string ;
voc:planet <https://swapi.co/resource/planet/59> ;
voc:skinColor "brown"^^xsd:string,
"orange"^^xsd:string,
"tan"^^xsd:string .
voc:Keldor a voc:Species ;
rdfs:label "Keldor" ;
rdfs:subClassOf voc:Sentient,
voc:Unknown ;
voc:averageHeight "180.0"^^xsd:float ;
voc:averageLifespan "70"^^xsd:string ;
voc:character <https://swapi.co/resource/keldor/58> ;
voc:desc "None"^^xsd:string ;
voc:eyeColor "black"^^xsd:string,
"silver"^^xsd:string ;
voc:film <https://swapi.co/resource/film/4>,
<https://swapi.co/resource/film/6> ;
voc:language "Kel Dor"^^xsd:string ;
voc:planet <https://swapi.co/resource/planet/49> ;
voc:skinColor "orange"^^xsd:string,
"peach"^^xsd:string,
"red"^^xsd:string .
voc:Moncalamari a voc:Species ;
rdfs:label "Moncalamari" ;
rdfs:subClassOf voc:Amphibian,
voc:Sentient ;
voc:averageHeight "160.0"^^xsd:float ;
voc:character <https://swapi.co/resource/moncalamari/27> ;
voc:desc "None"^^xsd:string ;
voc:eyeColor "yellow"^^xsd:string ;
voc:film <https://swapi.co/resource/film/3> ;
voc:language "Mon Calamarian"^^xsd:string ;
voc:planet <https://swapi.co/resource/planet/31> ;
voc:skinColor "blue"^^xsd:string,
"brown"^^xsd:string,
"magenta"^^xsd:string,
"red"^^xsd:string .
voc:Muun a voc:Species ;
rdfs:label "Muun" ;
rdfs:subClassOf voc:Mammal,
voc:Sentient ;
voc:averageHeight "190.0"^^xsd:float ;
voc:averageLifespan "100"^^xsd:string ;
voc:character <https://swapi.co/resource/muun/77> ;
voc:desc "None"^^xsd:string ;
voc:eyeColor "black"^^xsd:string ;
voc:film <https://swapi.co/resource/film/5>,
<https://swapi.co/resource/film/6> ;
voc:language "Muun"^^xsd:string ;
voc:planet <https://swapi.co/resource/planet/57> ;
voc:skinColor "grey"^^xsd:string,
"white"^^xsd:string .
voc:Nautolan a voc:Species ;
rdfs:label "Nautolan" ;
rdfs:subClassOf voc:Amphibian,
voc:Sentient ;
voc:averageHeight "180.0"^^xsd:float ;
voc:averageLifespan "70"^^xsd:string ;
voc:character <https://swapi.co/resource/nautolan/53> ;
voc:desc "None"^^xsd:string ;
voc:eyeColor "black"^^xsd:string ;
voc:film <https://swapi.co/resource/film/4> ;
voc:language "Nautila"^^xsd:string ;
voc:planet <https://swapi.co/resource/planet/44> ;
voc:skinColor "blue"^^xsd:string,
"brown"^^xsd:string,
"green"^^xsd:string,
"red"^^xsd:string .
voc:Neimodian a voc:Species ;
rdfs:label "Neimodian" ;
rdfs:subClassOf voc:Sentient,
voc:Unknown ;
voc:averageHeight "180.0"^^xsd:float ;
voc:character <https://swapi.co/resource/neimodian/33> ;
voc:desc "None"^^xsd:string ;
voc:eyeColor "pink"^^xsd:string,
"red"^^xsd:string ;
voc:film <https://swapi.co/resource/film/4> ;
voc:language "Neimoidia"^^xsd:string ;
voc:planet <https://swapi.co/resource/planet/18> ;
voc:skinColor "green"^^xsd:string,
"grey"^^xsd:string .
voc:Pauan a voc:Species ;
rdfs:label "Pauan" ;
rdfs:subClassOf voc:Mammal,
voc:Sentient ;
voc:averageHeight "190.0"^^xsd:float ;
voc:averageLifespan "700"^^xsd:string ;
voc:character <https://swapi.co/resource/pauan/83> ;
voc:desc "None"^^xsd:string ;
voc:eyeColor "black"^^xsd:string ;
voc:film <https://swapi.co/resource/film/6> ;
voc:language "Utapese"^^xsd:string ;
voc:planet <https://swapi.co/resource/planet/12> ;
voc:skinColor "grey"^^xsd:string .
voc:Quermian a voc:Species ;
rdfs:label "Quermian" ;
rdfs:subClassOf voc:Mammal,
voc:Sentient ;
voc:averageHeight "240.0"^^xsd:float ;
voc:averageLifespan "86"^^xsd:string ;
voc:character <https://swapi.co/resource/quermian/57> ;
voc:desc "None"^^xsd:string ;
voc:eyeColor "yellow"^^xsd:string ;
voc:film <https://swapi.co/resource/film/4>,
<https://swapi.co/resource/film/6> ;
voc:language "Quermian"^^xsd:string ;
voc:planet <https://swapi.co/resource/planet/48> ;
voc:skinColor "white"^^xsd:string .
voc:Rodian a voc:Species ;
rdfs:label "Rodian" ;
rdfs:subClassOf voc:Reptilian,
voc:Sentient ;
voc:averageHeight "170.0"^^xsd:float ;
voc:character <https://swapi.co/resource/rodian/15> ;
voc:desc "None"^^xsd:string ;
voc:eyeColor "black"^^xsd:string ;
voc:film <https://swapi.co/resource/film/1> ;
voc:language "Galactic Basic"^^xsd:string ;
voc:planet <https://swapi.co/resource/planet/23> ;
voc:skinColor "blue"^^xsd:string,
"green"^^xsd:string .
voc:Skakoan a voc:Species ;
rdfs:label "Skakoan" ;
rdfs:subClassOf voc:Mammal,
voc:Sentient ;
voc:character <https://swapi.co/resource/skakoan/76> ;
voc:desc "None"^^xsd:string ;
voc:film <https://swapi.co/resource/film/5>,
<https://swapi.co/resource/film/6> ;
voc:language "Skakoan"^^xsd:string ;
voc:planet <https://swapi.co/resource/planet/56> ;
voc:skinColor "green"^^xsd:string,
"grey"^^xsd:string .
voc:Sullustan a voc:Species ;
rdfs:label "Sullustan" ;
rdfs:subClassOf voc:Mammal,
voc:Sentient ;
voc:averageHeight "180.0"^^xsd:float ;
voc:character <https://swapi.co/resource/sullustan/31> ;
voc:desc "None"^^xsd:string ;
voc:eyeColor "black"^^xsd:string ;
voc:film <https://swapi.co/resource/film/3> ;
voc:language "Sullutese"^^xsd:string ;
voc:planet <https://swapi.co/resource/planet/33> ;
voc:skinColor "pale"^^xsd:string .
voc:Tholothian a voc:Species ;
rdfs:label "Tholothian" ;
rdfs:subClassOf voc:Mammal,
voc:Sentient ;
voc:character <https://swapi.co/resource/tholothian/55> ;
voc:desc "None"^^xsd:string ;
voc:eyeColor "blue"^^xsd:string,
"indigo"^^xsd:string ;
voc:film <https://swapi.co/resource/film/4>,
<https://swapi.co/resource/film/6> ;
voc:planet <https://swapi.co/resource/planet/46> ;
voc:skinColor "dark"^^xsd:string .
voc:Togruta a voc:Species ;
rdfs:label "Togruta" ;
rdfs:subClassOf voc:Mammal,
voc:Sentient ;
voc:averageHeight "180.0"^^xsd:float ;
voc:averageLifespan "94"^^xsd:string ;
voc:character <https://swapi.co/resource/togruta/78> ;
voc:desc "None"^^xsd:string ;
voc:eyeColor "black"^^xsd:string,
"blue"^^xsd:string,
"green"^^xsd:string,
"orange"^^xsd:string,
"red"^^xsd:string,
"yellow"^^xsd:string ;
voc:film <https://swapi.co/resource/film/5>,
<https://swapi.co/resource/film/6> ;
voc:language "Togruti"^^xsd:string ;
voc:planet <https://swapi.co/resource/planet/58> ;
voc:skinColor "blue"^^xsd:string,
"green"^^xsd:string,
"orange"^^xsd:string,
"red"^^xsd:string,
"white"^^xsd:string,
"yellow"^^xsd:string .
voc:Toong a voc:Species ;
rdfs:label "Toong" ;
rdfs:subClassOf voc:Sentient,
voc:Unknown ;
voc:averageHeight "200.0"^^xsd:float ;
voc:character <https://swapi.co/resource/toong/50> ;
voc:desc "None"^^xsd:string ;
voc:eyeColor "orange"^^xsd:string ;
voc:film <https://swapi.co/resource/film/4>,
<https://swapi.co/resource/film/6> ;
voc:language "Tundan"^^xsd:string ;
voc:planet <https://swapi.co/resource/planet/41> ;
voc:skinColor "green"^^xsd:string,
"grey"^^xsd:string,
"yellow"^^xsd:string .
voc:Toydarian a voc:Species ;
rdfs:label "Toydarian" ;
rdfs:subClassOf voc:Mammal,
voc:Sentient ;
voc:averageHeight "120.0"^^xsd:float ;
voc:averageLifespan "91"^^xsd:string ;
voc:character <https://swapi.co/resource/toydarian/40> ;
voc:desc "None"^^xsd:string ;
voc:eyeColor "yellow"^^xsd:string ;
voc:film <https://swapi.co/resource/film/4>,
<https://swapi.co/resource/film/5> ;
voc:language "Toydarian"^^xsd:string ;
voc:planet <https://swapi.co/resource/planet/34> ;
voc:skinColor "blue"^^xsd:string,
"green"^^xsd:string,
"grey"^^xsd:string .
voc:Trandoshan a voc:Species ;
rdfs:label "Trandoshan" ;
rdfs:subClassOf voc:Reptile,
voc:Sentient ;
voc:averageHeight "200.0"^^xsd:float ;
voc:character <https://swapi.co/resource/trandoshan/24> ;
voc:desc "None"^^xsd:string ;
voc:eyeColor "orange"^^xsd:string,
"yellow"^^xsd:string ;
voc:film <https://swapi.co/resource/film/2> ;
voc:language "Dosh"^^xsd:string ;
voc:planet <https://swapi.co/resource/planet/29> ;
voc:skinColor "brown"^^xsd:string,
"green"^^xsd:string .
voc:Umbaran a voc:Species ;
rdfs:label "Umbaran" ;
rdfs:subClassOf voc:Mammal,
voc:Sentient ;
voc:averageHeight "170.0"^^xsd:float ;
voc:character <https://swapi.co/resource/rodian/15> ;
voc:desc "None"^^xsd:string ;
voc:eyeColor "colourless"^^xsd:string ;
voc:film <https://swapi.co/resource/film/1> ;
voc:language "Umbaran"^^xsd:string ;
voc:planet <https://swapi.co/resource/planet/60> ;
voc:skinColor "pale blue"^^xsd:string .
voc:Vulptereen a voc:Species ;
rdfs:label "Vulptereen" ;
rdfs:subClassOf voc:Sentient,
voc:Unknown ;
voc:averageHeight "100.0"^^xsd:float ;
voc:character <https://swapi.co/resource/vulptereen/48> ;
voc:desc "None"^^xsd:string ;
voc:eyeColor "yellow"^^xsd:string ;
voc:film <https://swapi.co/resource/film/4> ;
voc:language "vulpterish"^^xsd:string ;
voc:planet <https://swapi.co/resource/planet/39> ;
voc:skinColor "grey"^^xsd:string .
voc:Xexto a voc:Species ;
rdfs:label "Xexto" ;
rdfs:subClassOf voc:Sentient,
voc:Unknown ;
voc:averageHeight "125.0"^^xsd:float ;
voc:character <https://swapi.co/resource/xexto/49> ;
voc:desc "None"^^xsd:string ;
voc:eyeColor "black"^^xsd:string ;
voc:film <https://swapi.co/resource/film/4> ;
voc:language "Xextese"^^xsd:string ;
voc:planet <https://swapi.co/resource/planet/40> ;
voc:skinColor "grey"^^xsd:string,
"purple"^^xsd:string,
"yellow"^^xsd:string .
voc:Yodasspecies a voc:Species ;
rdfs:label "Yodasspecies" ;
rdfs:subClassOf voc:Mammal,
voc:Sentient ;
voc:averageHeight "66.0"^^xsd:float ;
voc:averageLifespan "900"^^xsd:string ;
voc:character <https://swapi.co/resource/yodasspecies/20> ;
voc:desc "None"^^xsd:string ;
voc:eyeColor "brown"^^xsd:string,
"green"^^xsd:string,
"yellow"^^xsd:string ;
voc:film <https://swapi.co/resource/film/2>,
<https://swapi.co/resource/film/3>,
<https://swapi.co/resource/film/4>,
<https://swapi.co/resource/film/5>,
<https://swapi.co/resource/film/6> ;
voc:hairColor "brown"^^xsd:string,
"white"^^xsd:string ;
voc:language "Galactic basic"^^xsd:string ;
voc:planet <https://swapi.co/resource/plane