From 52dfb9fd95f02962abdee8868dc93f6f3dd544d6 Mon Sep 17 00:00:00 2001 From: Pavel Mihaylov Date: Fri, 16 Sep 2022 18:21:46 +0300 Subject: [PATCH] Initial work on Star Wars guide + shortened versions of it for testing --- README.md | 3 + starwars-import-only/starwars.ttl | 4383 +++++++++++++++++ .../starwars_guide_import-only.json | 24 + starwars-sparql-only/starwars.ttl | 4383 +++++++++++++++++ .../starwars_guide_sparql_only.json | 57 + starwars-visual-graph-only/starwars.ttl | 4383 +++++++++++++++++ .../starwars_guide_visual_graph_only.json | 134 + starwars/starwars.ttl | 4383 +++++++++++++++++ starwars/starwars_guide.json | 197 + 9 files changed, 17947 insertions(+) create mode 100644 README.md create mode 100644 starwars-import-only/starwars.ttl create mode 100644 starwars-import-only/starwars_guide_import-only.json create mode 100644 starwars-sparql-only/starwars.ttl create mode 100644 starwars-sparql-only/starwars_guide_sparql_only.json create mode 100644 starwars-visual-graph-only/starwars.ttl create mode 100644 starwars-visual-graph-only/starwars_guide_visual_graph_only.json create mode 100644 starwars/starwars.ttl create mode 100644 starwars/starwars_guide.json diff --git a/README.md b/README.md new file mode 100644 index 0000000..e34d443 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Workbench user guides + +TODO: document how user guides are created, i.e. the available blocks and their parameters diff --git a/starwars-import-only/starwars.ttl b/starwars-import-only/starwars.ttl new file mode 100644 index 0000000..d222754 --- /dev/null +++ b/starwars-import-only/starwars.ttl @@ -0,0 +1,4383 @@ +@prefix rdf: . +@prefix rdfs: . +@prefix voc: . +@prefix xml: . +@prefix xsd: . + +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 . + + 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 . + + a voc:Planet ; + rdfs:label "Mustafar"^^xsd:string ; + voc:climate "hot"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 4200 ; + voc:film ; + 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 . + + 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 ; + 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 . + + a voc:Planet ; + rdfs:label "Mygeeto"^^xsd:string ; + voc:climate "frigid"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 10088 ; + voc:film ; + voc:gravity "1 standard"^^xsd:string ; + voc:orbitalPeriod 167 ; + voc:population 19000000 ; + voc:rotationPeriod 12 ; + voc:terrain "glaciers, mountains, ice canyons"^^xsd:string . + + a voc:Planet ; + rdfs:label "Felucia"^^xsd:string ; + voc:climate "hot, humid"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 9100 ; + voc:film ; + voc:gravity "0.75 standard"^^xsd:string ; + voc:orbitalPeriod 231 ; + voc:population 8500000 ; + voc:rotationPeriod 34 ; + voc:terrain "fungus forests"^^xsd:string . + + a voc:Planet ; + rdfs:label "Saleucami"^^xsd:string ; + voc:climate "hot"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 14920 ; + voc:film ; + voc:orbitalPeriod 392 ; + voc:population 1400000000 ; + voc:rotationPeriod 26 ; + voc:terrain "caves, desert, mountains, volcanoes"^^xsd:string . + + 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 ; + voc:terrain "grass"^^xsd:string . + + 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 ; + voc:rotationPeriod 24 ; + voc:terrain "cityscape"^^xsd:string . + + 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 ; + voc:rotationPeriod 26 ; + voc:surfaceWater 98 ; + voc:terrain "rocky islands, oceans"^^xsd:string . + + a voc:Planet ; + rdfs:label "Ord Mantell"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 14050 ; + voc:film ; + 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 . + + 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 ; + voc:gravity "1 standard"^^xsd:string ; + voc:orbitalPeriod 4818 ; + voc:population 1000 ; + voc:rotationPeriod 24 ; + voc:surfaceWater 8 ; + voc:terrain "jungle, rainforests"^^xsd:string . + + 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 ; + voc:rotationPeriod 20 ; + voc:terrain "deserts, mountains"^^xsd:string . + + 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 ; + voc:rotationPeriod 20 ; + voc:surfaceWater 40 ; + voc:terrain "plains, forests"^^xsd:string . + + 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 ; + voc:rotationPeriod 24 ; + voc:terrain "forests, deserts, savannas"^^xsd:string . + + 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 ; + 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 . + + 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 ; + voc:rotationPeriod 25 ; + voc:terrain "toxic cloudsea, plateaus, volcanoes"^^xsd:string . + + a voc:Planet ; + rdfs:label "Tholoth"^^xsd:string ; + voc:desc "None"^^xsd:string . + + a voc:Planet ; + rdfs:label "Serenno"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:resident ; + voc:terrain "rainforests, rivers, mountains"^^xsd:string . + + a voc:Planet ; + rdfs:label "Concord Dawn"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:resident ; + voc:terrain "jungles, forests, deserts"^^xsd:string . + + 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 ; + voc:terrain "deserts"^^xsd:string . + + 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 ; + 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 . + + 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 ; + 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 . + + a voc:Starship ; + rdfs:label "Republic Cruiser"^^xsd:string ; + voc:crew 9 ; + voc:desc "None"^^xsd:string ; + voc:film ; + 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 . + + 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 ; + 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 . + + a voc:Starship ; + rdfs:label "AA-9 Coruscant freighter"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:film ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + a voc:Vehicle ; + rdfs:label "Armored Assault Tank"^^xsd:string ; + voc:crew 4 ; + voc:desc "None"^^xsd:string ; + voc:film ; + 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 . + + a voc:Vehicle ; + rdfs:label "Single Trooper Aerial Platform"^^xsd:string ; + voc:cargoCapacity "none"^^xsd:integer ; + 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 ; + 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 . + + 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 ; + 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 . + + a voc:Vehicle ; + rdfs:label "LAAT/c"^^xsd:string ; + voc:cargoCapacity 40000 ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + 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 . + + 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 ; + 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 . + + a voc:Vehicle ; + rdfs:label "Geonosian starfighter"^^xsd:string ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + 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 . + + 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 ; + 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 . + + a voc:Vehicle ; + rdfs:label "Emergency Firespeeder"^^xsd:string ; + voc:crew 2 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:model "Fire suppression speeder"^^xsd:string ; + voc:vehicleClass "fire suppression ship"^^xsd:string . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + a voc:Vehicle ; + rdfs:label "Corporate Alliance tank droid"^^xsd:string ; + voc:cargoCapacity "none"^^xsd:integer ; + voc:consumables "none"^^xsd:string ; + voc:costInCredits 49000 ; + voc:crew 0 ; + voc:desc "None"^^xsd:string ; + voc:film ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:language "Aleena"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film ; + voc:language "besalisk"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "hazel"^^xsd:string ; + voc:film , + ; + voc:hairColor "black"^^xsd:string, + "blond"^^xsd:string, + "red"^^xsd:string, + "white"^^xsd:string ; + voc:language "Cerean"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film , + ; + voc:language "Chagria"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film , + ; + voc:language "Clawdite"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string, + "yellow"^^xsd:string ; + voc:film ; + voc:language "Dugese"^^xsd:string ; + voc:planet ; + 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 ; + 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 ; + voc:hairColor "black"^^xsd:string, + "brown"^^xsd:string, + "white"^^xsd:string ; + voc:language "Ewokese"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "green"^^xsd:string, + "hazel"^^xsd:string ; + voc:film , + ; + voc:language "Geonosian"^^xsd:string ; + voc:planet ; + 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 ; + 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 , + ; + voc:language "Huttese"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "orange"^^xsd:string ; + voc:film , + ; + voc:language "Iktotchese"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film ; + voc:language "Kaleesh"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string, + "silver"^^xsd:string ; + voc:film , + ; + voc:language "Kel Dor"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film ; + voc:language "Mon Calamarian"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film , + ; + voc:language "Muun"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film ; + voc:language "Nautila"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "pink"^^xsd:string, + "red"^^xsd:string ; + voc:film ; + voc:language "Neimoidia"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film ; + voc:language "Utapese"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film , + ; + voc:language "Quermian"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film ; + voc:language "Galactic Basic"^^xsd:string ; + voc:planet ; + voc:skinColor "blue"^^xsd:string, + "green"^^xsd:string . + +voc:Skakoan a voc:Species ; + rdfs:label "Skakoan" ; + rdfs:subClassOf voc:Mammal, + voc:Sentient ; + voc:character ; + voc:desc "None"^^xsd:string ; + voc:film , + ; + voc:language "Skakoan"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film ; + voc:language "Sullutese"^^xsd:string ; + voc:planet ; + voc:skinColor "pale"^^xsd:string . + +voc:Tholothian a voc:Species ; + rdfs:label "Tholothian" ; + rdfs:subClassOf voc:Mammal, + voc:Sentient ; + voc:character ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string, + "indigo"^^xsd:string ; + voc:film , + ; + voc:planet ; + 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 ; + 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 , + ; + voc:language "Togruti"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "orange"^^xsd:string ; + voc:film , + ; + voc:language "Tundan"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film , + ; + voc:language "Toydarian"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "orange"^^xsd:string, + "yellow"^^xsd:string ; + voc:film ; + voc:language "Dosh"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "colourless"^^xsd:string ; + voc:film ; + voc:language "Umbaran"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film ; + voc:language "vulpterish"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film ; + voc:language "Xextese"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "brown"^^xsd:string, + "green"^^xsd:string, + "yellow"^^xsd:string ; + voc:film , + , + , + , + ; + voc:hairColor "brown"^^xsd:string, + "white"^^xsd:string ; + voc:language "Galactic basic"^^xsd:string ; + voc:planet ; + voc:skinColor "green"^^xsd:string, + "yellow"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Quarsh Panaka"^^xsd:string ; + voc:birthYear "62BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "black"^^xsd:string ; + voc:height "183.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "dark"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Captain Phasma"^^xsd:string ; + voc:desc "\"Captain Phasma is a fictional character in the Star Wars franchise, portrayed by Gwendoline Christie. Introduced in Star Wars: The Force Awakens (2015), the first film in the Star Wars sequel trilogy, Phasma is the commander of the First Orders force of stormtroopers. Christie confirmed that the character would reappear in the next of the trilogys films, Star Wars: The Last Jedi. The character also made an additional appearance in Before the Awakening, an anthology book set before the events of The Force Awakens.\", \"J. J. Abrams created Phasma from an armor design originally developed for Kylo Ren and named her after the 1979 horror film Phantasm. The character was originally conceived as male before being changed to female. Phasma appeared prominently in promotion and marketing for The Force Awakens, but the characters ultimately minor role in the film was the subject of criticism. Nonetheless, merchandise featuring the character found success and her figure was the bestselling of all Force Awakens action figures on Amazon.co.uk.3\""^^xsd:string ; + voc:film ; + voc:gender "female"^^xsd:string ; + voc:homeworld . + + a voc:Planet ; + rdfs:label "Corellia"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 11000 ; + voc:gravity "1 standard"^^xsd:string ; + voc:orbitalPeriod 329 ; + voc:population 3000000000 ; + voc:resident , + ; + voc:rotationPeriod 25 ; + voc:surfaceWater 70 ; + voc:terrain "plains, urban, hills, forests"^^xsd:string . + + a voc:Planet ; + rdfs:label "Rodia"^^xsd:string ; + voc:climate "hot"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 7549 ; + voc:gravity "1 standard"^^xsd:string ; + voc:orbitalPeriod 305 ; + voc:population 1300000000 ; + voc:resident ; + voc:rotationPeriod 29 ; + voc:surfaceWater 60 ; + voc:terrain "jungles, oceans, urban, swamps"^^xsd:string . + + a voc:Planet ; + rdfs:label "Nal Hutta"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 12150 ; + voc:gravity "1 standard"^^xsd:string ; + voc:orbitalPeriod 413 ; + voc:population 7000000000 ; + voc:resident ; + voc:rotationPeriod 87 ; + voc:terrain "urban, oceans, swamps, bogs"^^xsd:string . + + a voc:Planet ; + rdfs:label "Trandosha"^^xsd:string ; + voc:climate "arid"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 0 ; + voc:gravity "0.62 standard"^^xsd:string ; + voc:orbitalPeriod 371 ; + voc:population 42000000 ; + voc:resident ; + voc:rotationPeriod 25 ; + voc:terrain "mountains, seas, grasslands, deserts"^^xsd:string . + + a voc:Planet ; + rdfs:label "Mon Cala"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 11030 ; + voc:gravity "1"^^xsd:string ; + voc:orbitalPeriod 398 ; + voc:population 27000000000 ; + voc:resident ; + voc:rotationPeriod 21 ; + voc:surfaceWater 100 ; + voc:terrain "oceans, reefs, islands"^^xsd:string . + + a voc:Planet ; + rdfs:label "Sullust"^^xsd:string ; + voc:climate "superheated"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 12780 ; + voc:gravity "1"^^xsd:string ; + voc:orbitalPeriod 263 ; + voc:population 18500000000 ; + voc:resident ; + voc:rotationPeriod 20 ; + voc:surfaceWater 5 ; + voc:terrain "mountains, volcanoes, rocky deserts"^^xsd:string . + + a voc:Planet ; + rdfs:label "Toydaria"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 7900 ; + voc:gravity "1"^^xsd:string ; + voc:orbitalPeriod 184 ; + voc:population 11000000 ; + voc:resident ; + voc:rotationPeriod 21 ; + voc:terrain "swamps, lakes"^^xsd:string . + + a voc:Planet ; + rdfs:label "Malastare"^^xsd:string ; + voc:climate "arid, temperate, tropical"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 18880 ; + voc:gravity "1.56"^^xsd:string ; + voc:orbitalPeriod 201 ; + voc:population 2000000000 ; + voc:resident ; + voc:rotationPeriod 26 ; + voc:terrain "swamps, deserts, jungles, mountains"^^xsd:string . + + a voc:Planet ; + rdfs:label "Aleen Minor"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:resident . + + a voc:Planet ; + rdfs:label "Vulpter"^^xsd:string ; + voc:climate "temperate, artic"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 14900 ; + voc:gravity "1"^^xsd:string ; + voc:orbitalPeriod 391 ; + voc:population 421000000 ; + voc:resident ; + voc:rotationPeriod 22 ; + voc:terrain "urban, barren"^^xsd:string . + + a voc:Planet ; + rdfs:label "Troiken"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:resident ; + voc:terrain "desert, tundra, rainforests, mountains"^^xsd:string . + + a voc:Planet ; + rdfs:label "Tund"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 12190 ; + voc:orbitalPeriod 1770 ; + voc:population 0 ; + voc:resident ; + voc:rotationPeriod 48 ; + voc:terrain "barren, ash"^^xsd:string . + + a voc:Planet ; + rdfs:label "Cerea"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:gravity "1"^^xsd:string ; + voc:orbitalPeriod 386 ; + voc:population 450000000 ; + voc:resident ; + voc:rotationPeriod 27 ; + voc:surfaceWater 20 ; + voc:terrain "verdant"^^xsd:string . + + a voc:Planet ; + rdfs:label "Glee Anselm"^^xsd:string ; + voc:climate "tropical, temperate"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 15600 ; + voc:gravity "1"^^xsd:string ; + voc:orbitalPeriod 206 ; + voc:population 500000000 ; + voc:resident ; + voc:rotationPeriod 33 ; + voc:surfaceWater 80 ; + voc:terrain "lakes, islands, swamps, seas"^^xsd:string . + + a voc:Planet ; + rdfs:label "Iridonia"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:orbitalPeriod 413 ; + voc:resident ; + voc:rotationPeriod 29 ; + voc:terrain "rocky canyons, acid pools"^^xsd:string . + + a voc:Planet ; + rdfs:label "Iktotch"^^xsd:string ; + voc:climate "arid, rocky, windy"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:gravity "1"^^xsd:string ; + voc:orbitalPeriod 481 ; + voc:resident ; + voc:rotationPeriod 22 ; + voc:terrain "rocky"^^xsd:string . + + a voc:Planet ; + rdfs:label "Quermia"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:resident . + + a voc:Planet ; + rdfs:label "Dorin"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 13400 ; + voc:gravity "1"^^xsd:string ; + voc:orbitalPeriod 409 ; + voc:resident ; + voc:rotationPeriod 22 . + + a voc:Planet ; + rdfs:label "Champala"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:gravity "1"^^xsd:string ; + voc:orbitalPeriod 318 ; + voc:population 3500000000 ; + voc:resident ; + voc:rotationPeriod 27 ; + voc:terrain "oceans, rainforests, plateaus"^^xsd:string . + + a voc:Planet ; + rdfs:label "Zolan"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:resident . + + a voc:Planet ; + rdfs:label "Ojom"^^xsd:string ; + voc:climate "frigid"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:population 500000000 ; + voc:resident ; + voc:surfaceWater 100 ; + voc:terrain "oceans, glaciers"^^xsd:string . + + a voc:Planet ; + rdfs:label "Skako"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:gravity "1"^^xsd:string ; + voc:orbitalPeriod 384 ; + voc:population 500000000000 ; + voc:resident ; + voc:rotationPeriod 27 ; + voc:terrain "urban, vines"^^xsd:string . + + a voc:Planet ; + rdfs:label "Muunilinst"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 13800 ; + voc:gravity "1"^^xsd:string ; + voc:orbitalPeriod 412 ; + voc:population 5000000000 ; + voc:resident ; + voc:rotationPeriod 28 ; + voc:surfaceWater 25 ; + voc:terrain "plains, forests, hills, mountains"^^xsd:string . + + a voc:Planet ; + rdfs:label "Shili"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:gravity "1"^^xsd:string ; + voc:resident ; + voc:terrain "cities, savannahs, seas, plains"^^xsd:string . + + a voc:Planet ; + rdfs:label "Kalee"^^xsd:string ; + voc:climate "arid, temperate, tropical"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 13850 ; + voc:gravity "1"^^xsd:string ; + voc:orbitalPeriod 378 ; + voc:population 4000000000 ; + voc:resident ; + voc:rotationPeriod 23 ; + voc:terrain "rainforests, cliffs, canyons, seas"^^xsd:string . + + a voc:Planet ; + rdfs:label "Bespin"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "Bespin is a fictional planet, a gas giant in Star Wars films and books. The planet was first seen in the 1980 feature film The Empire Strikes Back. Since its introduction, Bespin has gained more specific characteristics in the Star Wars expanded universe., \"In The Empire Strikes Back, Bespins floating city Cloud City hovers suspended by an anti-gravity pod.\""^^xsd:string ; + voc:diameter 118000 ; + voc:film ; + voc:gravity "1.5 (surface), 1 standard (Cloud City)"^^xsd:string ; + voc:orbitalPeriod 5110 ; + voc:population 6000000 ; + voc:resident ; + voc:rotationPeriod 12 ; + voc:surfaceWater 0 ; + voc:terrain "gas giant"^^xsd:string . + + a voc:Planet ; + rdfs:label "Umbara"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:resident . + + a voc:Starship ; + rdfs:label "TIE Advanced x1"^^xsd:string ; + voc:cargoCapacity 150 ; + voc:consumables "5 days"^^xsd:string ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:hyperdriveRating "1.0"^^xsd:float ; + voc:length "9.2"^^xsd:float ; + voc:manufacturer "Sienar Fleet Systems"^^xsd:string ; + voc:maxAtmospheringSpeed 1200 ; + voc:mglt 105 ; + voc:model "Twin Ion Engine Advanced x1"^^xsd:string ; + voc:passengers 0 ; + voc:pilot ; + voc:starshipClass "Starfighter"^^xsd:string . + + a voc:Starship ; + rdfs:label "Executor"^^xsd:string ; + voc:cargoCapacity 250000000 ; + voc:consumables "6 years"^^xsd:string ; + voc:costInCredits 1143350000 ; + voc:crew 279144 ; + voc:desc "An executor is someone who is responsible for executing, or following through on, an assigned task or duty. The feminine form, executrix, may sometimes be used. The role of an executor should not be confused with that of an executioner, a person who carries out a death sentence ordered by the state or other legal authority."^^xsd:string ; + voc:film , + ; + voc:hyperdriveRating "2.0"^^xsd:float ; + voc:length "19000.0"^^xsd:float ; + voc:manufacturer "Kuat Drive Yards, Fondor Shipyards"^^xsd:string ; + voc:mglt 40 ; + voc:model "Executor-class star dreadnought"^^xsd:string ; + voc:passengers 38000 ; + voc:starshipClass "Star dreadnought"^^xsd:string . + + a voc:Starship ; + rdfs:label "Rebel transport"^^xsd:string ; + voc:cargoCapacity 19000000 ; + voc:consumables "6 months"^^xsd:string ; + voc:crew 6 ; + voc:desc "None"^^xsd:string ; + voc:film , + ; + voc:hyperdriveRating "4.0"^^xsd:float ; + voc:length "90.0"^^xsd:float ; + voc:manufacturer "Gallofree Yards, Inc."^^xsd:string ; + voc:maxAtmospheringSpeed 650 ; + voc:mglt 20 ; + voc:model "GR-75 medium transport"^^xsd:string ; + voc:passengers 90 ; + voc:starshipClass "Medium transport"^^xsd:string . + + a voc:Starship ; + rdfs:label "EF76 Nebulon-B escort frigate"^^xsd:string ; + voc:cargoCapacity 6000000 ; + voc:consumables "2 years"^^xsd:string ; + voc:costInCredits 8500000 ; + voc:crew 854 ; + voc:desc "None"^^xsd:string ; + voc:film , + ; + voc:hyperdriveRating "2.0"^^xsd:float ; + voc:length "300.0"^^xsd:float ; + voc:manufacturer "Kuat Drive Yards"^^xsd:string ; + voc:maxAtmospheringSpeed 800 ; + voc:mglt 40 ; + voc:model "EF76 Nebulon-B escort frigate"^^xsd:string ; + voc:passengers 75 ; + voc:starshipClass "Escort ship"^^xsd:string . + + a voc:Starship ; + rdfs:label "A-wing"^^xsd:string ; + voc:cargoCapacity 40 ; + voc:consumables "1 week"^^xsd:string ; + voc:costInCredits 175000 ; + voc:crew 1 ; + voc:desc "A-wings are fictional starfighters in the Star Wars franchise. They first appear in Return of the Jedi (1983) and later in numerous Star Wars materials and productions. It gained popularity through its depiction in several video games, and since 1985 the A-wing has been merchandised by several companies."^^xsd:string ; + voc:film ; + voc:hyperdriveRating "1.0"^^xsd:float ; + voc:length "9.6"^^xsd:float ; + voc:manufacturer "Alliance Underground Engineering, Incom Corporation"^^xsd:string ; + voc:maxAtmospheringSpeed 1300 ; + voc:mglt 120 ; + voc:model "RZ-1 A-wing Interceptor"^^xsd:string ; + voc:passengers 0 ; + voc:pilot ; + voc:starshipClass "Starfighter"^^xsd:string . + + a voc:Starship ; + rdfs:label "Naboo Royal Starship"^^xsd:string ; + voc:crew 8 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:hyperdriveRating "1.8"^^xsd:float ; + voc:length "76.0"^^xsd:float ; + voc:manufacturer "Theed Palace Space Vessel Engineering Corps, Nubia Star Drives"^^xsd:string ; + voc:maxAtmospheringSpeed 920 ; + voc:model "J-type 327 Nubian royal starship"^^xsd:string ; + voc:pilot ; + voc:starshipClass "yacht"^^xsd:string . + + a voc:Starship ; + rdfs:label "Scimitar"^^xsd:string ; + voc:cargoCapacity 2500000 ; + voc:consumables "30 days"^^xsd:string ; + voc:costInCredits 55000000 ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:hyperdriveRating "1.5"^^xsd:float ; + voc:length "26.5"^^xsd:float ; + voc:manufacturer "Republic Sienar Systems"^^xsd:string ; + voc:maxAtmospheringSpeed 1180 ; + voc:model "Star Courier"^^xsd:string ; + voc:passengers 6 ; + voc:pilot ; + voc:starshipClass "Space Transport"^^xsd:string . + + a voc:Starship ; + rdfs:label "H-type Nubian yacht"^^xsd:string ; + voc:crew 4 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:hyperdriveRating "0.9"^^xsd:float ; + voc:length "47.9"^^xsd:float ; + voc:manufacturer "Theed Palace Space Vessel Engineering Corps"^^xsd:string ; + voc:maxAtmospheringSpeed 8000 ; + voc:model "H-type Nubian yacht"^^xsd:string ; + voc:pilot ; + voc:starshipClass "yacht"^^xsd:string . + + a voc:Starship ; + rdfs:label "T-70 X-wing fighter"^^xsd:string ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:manufacturer "Incom"^^xsd:string ; + voc:model "T-70 X-wing fighter"^^xsd:string ; + voc:pilot ; + voc:starshipClass "fighter"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "TIE bomber"^^xsd:string ; + voc:cargoCapacity "none"^^xsd:integer ; + voc:consumables "2 days"^^xsd:string ; + voc:crew 1 ; + voc:desc "TIE fighters are fictional starfighters in the Star Wars universe. Propelled by twin ion engines (hence the TIE acronym), TIE fighters are fast, agile, yet fragile starfighters produced by Sienar Fleet Systems for the Galactic Empire. TIE fighters and other TIE craft appear in Star Wars films, television shows, and throughout the Star Wars expanded universe. Several TIE fighter replicas and toys, as well as a TIE flight simulator, have been produced and sold by merchandise companies."^^xsd:string ; + voc:film , + ; + voc:length "7.8"^^xsd:float ; + voc:manufacturer "Sienar Fleet Systems"^^xsd:string ; + voc:maxAtmospheringSpeed 850 ; + voc:model "TIE/sa bomber"^^xsd:string ; + voc:passengers 0 ; + voc:vehicleClass "space/planetary bomber"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "AT-AT"^^xsd:string ; + voc:cargoCapacity 1000 ; + voc:crew 5 ; + 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 , + ; + voc:length "20.0"^^xsd:float ; + voc:manufacturer "Kuat Drive Yards, Imperial Department of Military Research"^^xsd:string ; + voc:maxAtmospheringSpeed 60 ; + voc:model "All Terrain Armored Transport"^^xsd:string ; + voc:passengers 40 ; + voc:vehicleClass "assault walker"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "Vulture Droid"^^xsd:string ; + voc:cargoCapacity 0 ; + voc:consumables "none"^^xsd:string ; + voc:crew 0 ; + voc:desc "None"^^xsd:string ; + voc:film , + ; + voc:length "3.5"^^xsd:float ; + voc:manufacturer "Haor Chall Engineering, Baktoid Armor Workshop"^^xsd:string ; + voc:maxAtmospheringSpeed 1200 ; + voc:model "Vulture-class droid starfighter"^^xsd:string ; + voc:passengers 0 ; + voc:vehicleClass "starfighter"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "Sand Crawler"^^xsd:string ; + voc:cargoCapacity 50000 ; + voc:consumables "2 months"^^xsd:string ; + voc:costInCredits 150000 ; + voc:crew 46 ; + voc:desc "None"^^xsd:string ; + voc:film , + ; + voc:length "36.8"^^xsd:float ; + voc:manufacturer "Corellia Mining Corporation"^^xsd:string ; + voc:maxAtmospheringSpeed 30 ; + voc:model "Digger Crawler"^^xsd:string ; + voc:passengers 30 ; + voc:vehicleClass "wheeled"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "Sith speeder"^^xsd:string ; + voc:cargoCapacity 2 ; + voc:costInCredits 4000 ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:length "1.5"^^xsd:float ; + voc:manufacturer "Razalon"^^xsd:string ; + voc:maxAtmospheringSpeed 180 ; + voc:model "FC-20 speeder bike"^^xsd:string ; + voc:passengers 0 ; + voc:pilot ; + voc:vehicleClass "speeder"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "Zephyr-G swoop bike"^^xsd:string ; + voc:cargoCapacity 200 ; + voc:consumables "none"^^xsd:string ; + voc:costInCredits 5750 ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:length "3.68"^^xsd:float ; + voc:manufacturer "Mobquet Swoops and Speeders"^^xsd:string ; + voc:maxAtmospheringSpeed 350 ; + voc:model "Zephyr-G swoop bike"^^xsd:string ; + voc:passengers 1 ; + voc:pilot ; + voc:vehicleClass "repulsorcraft"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "Koro-2 Exodrive airspeeder"^^xsd:string ; + voc:cargoCapacity 80 ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:length "6.6"^^xsd:float ; + voc:manufacturer "Desler Gizh Outworld Mobility Corporation"^^xsd:string ; + voc:maxAtmospheringSpeed 800 ; + voc:model "Koro-2 Exodrive airspeeder"^^xsd:string ; + voc:passengers 1 ; + voc:pilot ; + voc:vehicleClass "airspeeder"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "XJ-6 airspeeder"^^xsd:string ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:length "6.23"^^xsd:float ; + voc:manufacturer "Narglatch AirTech prefabricated kit"^^xsd:string ; + voc:maxAtmospheringSpeed 720 ; + voc:model "XJ-6 airspeeder"^^xsd:string ; + voc:passengers 1 ; + voc:pilot ; + voc:vehicleClass "airspeeder"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "LAAT/i"^^xsd:string ; + voc:cargoCapacity 170 ; + voc:crew 6 ; + voc:desc "None"^^xsd:string ; + voc:film , + ; + voc:length "17.4"^^xsd:float ; + voc:manufacturer "Rothana Heavy Engineering"^^xsd:string ; + voc:maxAtmospheringSpeed 620 ; + voc:model "Low Altitude Assault Transport/infrantry"^^xsd:string ; + voc:passengers 30 ; + voc:vehicleClass "gunship"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "AT-TE"^^xsd:string ; + voc:cargoCapacity 10000 ; + voc:consumables "21 days"^^xsd:string ; + voc:crew 6 ; + 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 , + ; + voc:length "13.2"^^xsd:float ; + voc:manufacturer "Rothana Heavy Engineering, Kuat Drive Yards"^^xsd:string ; + voc:maxAtmospheringSpeed 60 ; + voc:model "All Terrain Tactical Enforcer"^^xsd:string ; + voc:passengers 36 ; + voc:vehicleClass "walker"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "Flitknot speeder"^^xsd:string ; + voc:costInCredits 8000 ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:length "2.0"^^xsd:float ; + voc:manufacturer "Huppla Pasa Tisc Shipwrights Collective"^^xsd:string ; + voc:maxAtmospheringSpeed 634 ; + voc:model "Flitknot speeder"^^xsd:string ; + voc:passengers 0 ; + voc:pilot ; + voc:vehicleClass "speeder"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "Neimoidian shuttle"^^xsd:string ; + voc:cargoCapacity 1000 ; + voc:consumables "7 days"^^xsd:string ; + voc:crew 2 ; + voc:desc "None"^^xsd:string ; + voc:film , + ; + voc:length "20.0"^^xsd:float ; + voc:manufacturer "Haor Chall Engineering"^^xsd:string ; + voc:maxAtmospheringSpeed 880 ; + voc:model "Sheathipede-class transport shuttle"^^xsd:string ; + voc:passengers 6 ; + voc:vehicleClass "transport"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "Tsmeu-6 personal wheel bike"^^xsd:string ; + voc:cargoCapacity 10 ; + voc:consumables "none"^^xsd:string ; + voc:costInCredits 15000 ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:length "3.5"^^xsd:float ; + voc:manufacturer "Z-Gomot Ternbuell Guppat Corporation"^^xsd:string ; + voc:maxAtmospheringSpeed 330 ; + voc:model "Tsmeu-6 personal wheel bike"^^xsd:string ; + voc:passengers 1 ; + voc:pilot ; + voc:vehicleClass "wheeled walker"^^xsd:string . + +voc:Kaminoan a voc:Species ; + rdfs:label "Kaminoan" ; + rdfs:subClassOf voc:Amphibian, + voc:Sentient ; + voc:averageHeight "220.0"^^xsd:float ; + voc:averageLifespan "80"^^xsd:string ; + voc:character , + ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film ; + voc:language "Kaminoan"^^xsd:string ; + voc:planet ; + voc:skinColor "blue"^^xsd:string, + "grey"^^xsd:string . + +voc:Mirialan a voc:Species ; + rdfs:label "Mirialan" ; + rdfs:subClassOf voc:Mammal, + voc:Sentient ; + voc:averageHeight "180.0"^^xsd:float ; + voc:character , + ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string, + "brown"^^xsd:string, + "green"^^xsd:string, + "orange"^^xsd:string, + "red"^^xsd:string, + "yellow"^^xsd:string ; + voc:film , + ; + voc:hairColor "black"^^xsd:string, + "brown"^^xsd:string ; + voc:language "Mirialan"^^xsd:string ; + voc:planet ; + voc:skinColor "green"^^xsd:string, + "yellow"^^xsd:string . + +voc:Twilek a voc:Species ; + rdfs:label "Twilek" ; + rdfs:subClassOf voc:Mammal, + voc:Sentient ; + voc:averageHeight "200.0"^^xsd:float ; + voc:character , + ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string, + "brown"^^xsd:string, + "orange"^^xsd:string, + "pink"^^xsd:string ; + voc:film , + , + , + ; + voc:language "Twi'leki"^^xsd:string ; + voc:planet ; + voc:skinColor "blue"^^xsd:string, + "green"^^xsd:string, + "orange"^^xsd:string, + "pink"^^xsd:string, + "purple"^^xsd:string, + "tan"^^xsd:string, + "yellow"^^xsd:string . + +voc:Wookiee a voc:Species ; + rdfs:label "Wookiee" ; + rdfs:subClassOf voc:Mammal, + voc:Sentient ; + voc:averageHeight "210.0"^^xsd:float ; + voc:averageLifespan "400"^^xsd:string ; + voc:character , + ; + voc:desc "Wookiees (/ˈwʊkiːz/) are a fictional species of intelligent bipeds from the planet Kashyyyk in the Star Wars universe. They are taller, stronger, and hairier than humans and most (if not all) other humanoid species. The most notable Wookiee is Chewbacca, the copilot of Han Solo, who first appeared in the 1977 film Star Wars Episode IV: A New Hope."^^xsd:string ; + voc:eyeColor "blue"^^xsd:string, + "brown"^^xsd:string, + "golden"^^xsd:string, + "green"^^xsd:string, + "red"^^xsd:string, + "yellow"^^xsd:string ; + voc:film , + , + , + , + ; + voc:hairColor "black"^^xsd:string, + "brown"^^xsd:string ; + voc:language "Shyriiwook"^^xsd:string ; + voc:planet ; + voc:skinColor "gray"^^xsd:string . + +voc:Zabrak a voc:Species ; + rdfs:label "Zabrak" ; + rdfs:subClassOf voc:Mammal, + voc:Sentient ; + voc:averageHeight "180.0"^^xsd:float ; + voc:character , + ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "brown"^^xsd:string, + "orange"^^xsd:string ; + voc:film ; + voc:hairColor "black"^^xsd:string ; + voc:language "Zabraki"^^xsd:string ; + voc:planet ; + voc:skinColor "brown"^^xsd:string, + "orange"^^xsd:string, + "pale"^^xsd:string, + "red"^^xsd:string, + "yellow"^^xsd:string . + + a voc:Aleena, + voc:Character ; + rdfs:label "Ratts Tyerell"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "79.0"^^xsd:float ; + voc:homeworld ; + voc:mass 15.0 ; + voc:skinColor "grey, blue"^^xsd:string . + + a voc:Besalisk, + voc:Character ; + rdfs:label "Dexter Jettster"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "198.0"^^xsd:float ; + voc:homeworld ; + voc:mass 102.0 ; + voc:skinColor "brown"^^xsd:string . + + a voc:Character, + voc:Droid ; + rdfs:label "IG-88"^^xsd:string ; + voc:birthYear "15BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "red"^^xsd:string ; + voc:film ; + voc:gender "none"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "200.0"^^xsd:float ; + voc:homeworld ; + voc:mass 140.0 ; + voc:skinColor "metal"^^xsd:string . + + a voc:Character, + voc:Droid ; + rdfs:label "R4-P17"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "red, blue"^^xsd:string ; + voc:film , + ; + voc:gender "female"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "96.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "silver, red"^^xsd:string . + + a voc:Character, + voc:Droid ; + rdfs:label "R5-D4"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "red"^^xsd:string ; + voc:film ; + voc:height "97.0"^^xsd:float ; + voc:homeworld ; + voc:mass 32.0 ; + voc:skinColor "white, red"^^xsd:string . + + a voc:Character, + voc:Droid ; + rdfs:label "BB8"^^xsd:string ; + voc:desc "BB-8 (or Beebee-Ate) is a droid character in the Star Wars franchise, first appearing in the 2015 film Star Wars: The Force Awakens. Spherical with a free-moving domed head, BB-8 is portrayed by both a rod puppet and a remote-controlled robotic unit."^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film ; + voc:gender "none"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:homeworld ; + voc:skinColor "none"^^xsd:string . + + a voc:Character, + voc:Dug ; + rdfs:label "Sebulba"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "orange"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "112.0"^^xsd:float ; + voc:homeworld ; + voc:mass 40.0 ; + voc:skinColor "grey, red"^^xsd:string . + + a voc:Character, + voc:Ewok ; + rdfs:label "Wicket Systri Warrick"^^xsd:string ; + voc:birthYear "8BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "88.0"^^xsd:float ; + voc:homeworld ; + voc:mass 20.0 ; + voc:skinColor "brown"^^xsd:string . + + a voc:Character, + voc:Gungan ; + rdfs:label "Roos Tarpals"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "orange"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "224.0"^^xsd:float ; + voc:homeworld ; + voc:mass 82.0 ; + voc:skinColor "grey"^^xsd:string . + + a voc:Character, + voc:Gungan ; + rdfs:label "Rugor Nass"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "orange"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "206.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "green"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Lobot"^^xsd:string ; + voc:birthYear "37BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "175.0"^^xsd:float ; + voc:homeworld ; + voc:mass 79.0 ; + voc:skinColor "light"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Mon Mothma"^^xsd:string ; + voc:birthYear "48BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film ; + voc:gender "female"^^xsd:string ; + voc:hairColor "auburn"^^xsd:string ; + voc:height "150.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "fair"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Finis Valorum"^^xsd:string ; + voc:birthYear "91BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "blond"^^xsd:string ; + voc:height "170.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "fair"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Ric Olié"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "183.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "fair"^^xsd:string ; + voc:starship . + + a voc:Character, + voc:Human ; + rdfs:label "Cordé"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film ; + voc:gender "female"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "157.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "light"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Cliegg Lars"^^xsd:string ; + voc:birthYear "82BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "183.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "fair"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Dormé"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film ; + voc:gender "female"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "165.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "light"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Jango Fett"^^xsd:string ; + voc:birthYear "66BBY"^^xsd:string ; + voc:desc "Jango Fett is a fictional character in the Star Wars franchise, created by George Lucas. He made his debut in the 2002 film Star Wars: Episode II – Attack of the Clones, where he was portrayed by actor Temuera Morrison., In the context of the Star Wars universe, Jango Fett was regarded as the best mercenary in the galaxy during the final years of the Republic. A naturally skilled warrior, he was eventually chosen to serve as the genetic template for the Clone Army of the Galactic Republic. These clone soldiers were genetically modified to be predisposed toward unquestioning obedience to the chain of command, unlike their highly independent progenitor. Jango was also the \"father\" of unaltered clone Boba Fett, which he requested as part of his contract with the Kaminoans."^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "black"^^xsd:string ; + voc:height "183.0"^^xsd:float ; + voc:homeworld ; + voc:mass 79.0 ; + voc:skinColor "tan"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Jocasta Nu"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film ; + voc:gender "female"^^xsd:string ; + voc:hairColor "white"^^xsd:string ; + voc:height "167.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "fair"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Finn"^^xsd:string ; + voc:desc "Finn, designation number FN-2187, is a fictional character in the Star Wars franchise. He first appeared in the 2015 film Star Wars: The Force Awakens in which he is a stormtrooper for the First Order who flees and turns against it after being shocked by their cruelty in his first combat mission. He is played by British actor John Boyega, who will reprise the role in Star Wars: The Last Jedi."^^xsd:string ; + voc:eyeColor "dark"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "black"^^xsd:string ; + voc:homeworld ; + voc:skinColor "dark"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Rey"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "hazel"^^xsd:string ; + voc:film ; + voc:gender "female"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:homeworld ; + voc:skinColor "light"^^xsd:string . + + a voc:Character, + voc:Kaminoan ; + rdfs:label "Lama Su"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "229.0"^^xsd:float ; + voc:homeworld ; + voc:mass 88.0 ; + voc:skinColor "grey"^^xsd:string . + + a voc:Character, + voc:Kaminoan ; + rdfs:label "Taun We"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film ; + voc:gender "female"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "213.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "grey"^^xsd:string . + + a voc:Character, + voc:Mirialan ; + rdfs:label "Barriss Offee"^^xsd:string ; + voc:birthYear "40BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film ; + voc:gender "female"^^xsd:string ; + voc:hairColor "black"^^xsd:string ; + voc:height "166.0"^^xsd:float ; + voc:homeworld ; + voc:mass 50.0 ; + voc:skinColor "yellow"^^xsd:string . + + a voc:Character, + voc:Muun ; + rdfs:label "San Hill"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "gold"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "191.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "grey"^^xsd:string . + + a voc:Character, + voc:Pauan ; + rdfs:label "Tion Medon"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "206.0"^^xsd:float ; + voc:homeworld ; + voc:mass 80.0 ; + voc:skinColor "grey"^^xsd:string . + + a voc:Planet ; + rdfs:label "Geonosis"^^xsd:string ; + voc:climate "temperate, arid"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 11370 ; + voc:film ; + voc:gravity "0.9 standard"^^xsd:string ; + voc:orbitalPeriod 256 ; + voc:population 100000000000 ; + voc:resident ; + voc:rotationPeriod 30 ; + voc:surfaceWater 5 ; + voc:terrain "rock, desert, mountain, barren"^^xsd:string . + + a voc:Planet ; + rdfs:label "Utapau"^^xsd:string ; + voc:climate "temperate, arid, windy"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 12900 ; + voc:film ; + voc:gravity "1 standard"^^xsd:string ; + voc:orbitalPeriod 351 ; + voc:population 95000000 ; + voc:resident ; + voc:rotationPeriod 27 ; + voc:surfaceWater "0.9"^^xsd:integer ; + voc:terrain "scrublands, savanna, canyons, sinkholes"^^xsd:string . + + a voc:Planet ; + rdfs:label "Cato Neimoidia"^^xsd:string ; + voc:climate "temperate, moist"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 0 ; + voc:film ; + voc:gravity "1 standard"^^xsd:string ; + voc:orbitalPeriod 278 ; + voc:population 10000000 ; + voc:resident ; + voc:rotationPeriod 25 ; + voc:terrain "mountains, fields, forests, rock arches"^^xsd:string . + + a voc:Planet ; + rdfs:label "Ryloth"^^xsd:string ; + voc:climate "temperate, arid, subartic"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 10600 ; + voc:gravity "1"^^xsd:string ; + voc:orbitalPeriod 305 ; + voc:population 1500000000 ; + voc:resident , + ; + voc:rotationPeriod 30 ; + voc:surfaceWater 5 ; + voc:terrain "mountains, valleys, deserts, tundra"^^xsd:string . + + a voc:Planet ; + rdfs:label "Dagobah"^^xsd:string ; + voc:climate "murky"^^xsd:string ; + voc:desc "Dagobah is a star system in the Star Wars films The Empire Strikes Back and Return of the Jedi. It also appears in a deleted scene from Revenge of the Sith. Yoda went into exile on Dagobah after a lightsaber battle with Darth Sidious., The planet shown in Dagobah, in the Sluis sector, is a world of murky swamps, steaming bayous, and petrified forests, resembling Earth during the Carboniferous Period."^^xsd:string ; + voc:diameter 8900 ; + voc:film , + , + ; + voc:gravity "N/A"^^xsd:string ; + voc:orbitalPeriod 341 ; + voc:rotationPeriod 23 ; + voc:surfaceWater 8 ; + voc:terrain "swamp, jungles"^^xsd:string . + + a voc:Planet ; + rdfs:label "Mirial"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:resident , + ; + voc:terrain "deserts"^^xsd:string . + + a voc:Planet ; + rdfs:label "Endor"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "Endor is a planet in the Star Wars universe best known for its moon, known as the sanctuary moon, a forested world (moon) covered by giant trees."^^xsd:string ; + voc:diameter 4900 ; + voc:film ; + voc:gravity "0.85 standard"^^xsd:string ; + voc:orbitalPeriod 402 ; + voc:population 30000000 ; + voc:resident ; + voc:rotationPeriod 18 ; + voc:surfaceWater 8 ; + voc:terrain "forests, mountains, lakes"^^xsd:string . + + a voc:Character, + voc:Quermian ; + rdfs:label "Yarael Poof"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "264.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "white"^^xsd:string . + + a voc:Character, + voc:Skakoan ; + rdfs:label "Wat Tambor"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "193.0"^^xsd:float ; + voc:homeworld ; + voc:mass 48.0 ; + voc:skinColor "green, grey"^^xsd:string . + + a voc:Starship ; + rdfs:label "Y-wing"^^xsd:string ; + voc:cargoCapacity 110 ; + voc:consumables "1 week"^^xsd:string ; + voc:costInCredits 134999 ; + voc:crew 2 ; + voc:desc "\"The Y-wing is a fictional Galactic Republic, Rebel Alliance and New Republic starfighter in the Star Wars franchise. They appear in Star Wars Episode IV: A New Hope, Star Wars Episode V: The Empire Strikes Back, Star Wars Episode VI: Return of the Jedi, Rogue One, Clone Wars TV series, Star Wars Rebels TV series and the Star Wars expanded universes books, comics, and games.\""^^xsd:string ; + voc:film , + , + ; + voc:hyperdriveRating "1.0"^^xsd:float ; + voc:length "14.0"^^xsd:float ; + voc:manufacturer "Koensayr Manufacturing"^^xsd:string ; + voc:maxAtmospheringSpeed 1000 ; + voc:mglt 80 ; + voc:model "BTL Y-wing"^^xsd:string ; + voc:passengers 0 ; + voc:starshipClass "assault starfighter"^^xsd:string . + + a voc:Starship ; + rdfs:label "CR90 corvette"^^xsd:string ; + voc:cargoCapacity 3000000 ; + voc:consumables "1 year"^^xsd:string ; + voc:costInCredits 3500000 ; + voc:crew 165 ; + voc:desc "None"^^xsd:string ; + voc:film , + , + ; + voc:hyperdriveRating "2.0"^^xsd:float ; + voc:length "150.0"^^xsd:float ; + voc:manufacturer "Corellian Engineering Corporation"^^xsd:string ; + voc:maxAtmospheringSpeed 950 ; + voc:mglt 60 ; + voc:model "CR90 corvette"^^xsd:string ; + voc:passengers 600 ; + voc:starshipClass "corvette"^^xsd:string . + + a voc:Starship ; + rdfs:label "Slave 1"^^xsd:string ; + voc:cargoCapacity 70000 ; + voc:consumables "1 month"^^xsd:string ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film , + ; + voc:hyperdriveRating "3.0"^^xsd:float ; + voc:length "21.5"^^xsd:float ; + voc:manufacturer "Kuat Systems Engineering"^^xsd:string ; + voc:maxAtmospheringSpeed 1000 ; + voc:mglt 70 ; + voc:model "Firespray-31-class patrol and attack"^^xsd:string ; + voc:passengers 6 ; + voc:pilot ; + voc:starshipClass "Patrol craft"^^xsd:string . + + a voc:Starship ; + rdfs:label "Star Destroyer"^^xsd:string ; + voc:cargoCapacity 36000000 ; + voc:consumables "2 years"^^xsd:string ; + voc:costInCredits 150000000 ; + voc:crew 47060 ; + voc:desc "Star Destroyers are capital ships in the fictional Star Wars universe. The Imperial Star Destroyer, which first appears in the first seconds of Star Wars (1977), is \"the signature vessel of the Imperial fleet\".2 The term \"Star Destroyer\" also refers to other vessels in the franchise., Numerous Star Destroyer models and toys have been released, and the iconic scene featuring the vessel\\s first appearance has been called \"a milestone in special effects history\"."^^xsd:string ; + voc:film , + , + ; + voc:hyperdriveRating "2.0"^^xsd:float ; + voc:length "1600.0"^^xsd:float ; + voc:manufacturer "Kuat Drive Yards"^^xsd:string ; + voc:maxAtmospheringSpeed 975 ; + voc:mglt 60 ; + voc:model "Imperial I-class Star Destroyer"^^xsd:string ; + voc:passengers 0 ; + voc:starshipClass "Star Destroyer"^^xsd:string . + + a voc:Starship ; + rdfs:label "Droid control ship"^^xsd:string ; + voc:cargoCapacity 4000000000 ; + voc:consumables "500 days"^^xsd:string ; + voc:crew 175 ; + voc:desc "None"^^xsd:string ; + voc:film , + , + ; + voc:hyperdriveRating "2.0"^^xsd:float ; + voc:length "3170.0"^^xsd:float ; + voc:manufacturer "Hoersch-Kessel Drive, Inc."^^xsd:string ; + voc:model "Lucrehulk-class Droid Control Ship"^^xsd:string ; + voc:passengers 139000 ; + voc:starshipClass "Droid control ship"^^xsd:string . + + a voc:Starship ; + rdfs:label "Trade Federation cruiser"^^xsd:string ; + voc:cargoCapacity 50000000 ; + voc:consumables "4 years"^^xsd:string ; + voc:costInCredits 125000000 ; + voc:crew 600 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:hyperdriveRating "1.5"^^xsd:float ; + voc:length "1088.0"^^xsd:float ; + voc:manufacturer "Rendili StarDrive, Free Dac Volunteers Engineering corps."^^xsd:string ; + voc:maxAtmospheringSpeed 1050 ; + voc:model "Providence-class carrier/destroyer"^^xsd:string ; + voc:passengers 48247 ; + voc:pilot , + ; + voc:starshipClass "capital ship"^^xsd:string . + + a voc:Starship ; + rdfs:label "Naboo star skiff"^^xsd:string ; + voc:crew 3 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:hyperdriveRating "0.5"^^xsd:float ; + voc:length "29.2"^^xsd:float ; + voc:manufacturer "Theed Palace Space Vessel Engineering Corps/Nubia Star Drives, Incorporated"^^xsd:string ; + voc:maxAtmospheringSpeed 1050 ; + voc:model "J-type star skiff"^^xsd:string ; + voc:passengers 3 ; + voc:pilot , + ; + voc:starshipClass "yacht"^^xsd:string . + + a voc:Starship ; + rdfs:label "Jedi Interceptor"^^xsd:string ; + voc:cargoCapacity 60 ; + voc:consumables "2 days"^^xsd:string ; + voc:costInCredits 320000 ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:hyperdriveRating "1.0"^^xsd:float ; + voc:length "5.47"^^xsd:float ; + voc:manufacturer "Kuat Systems Engineering"^^xsd:string ; + voc:maxAtmospheringSpeed 1500 ; + voc:model "Eta-2 Actis-class light interceptor"^^xsd:string ; + voc:passengers 0 ; + voc:pilot , + ; + voc:starshipClass "starfighter"^^xsd:string . + + a voc:Starship ; + rdfs:label "Belbullab-22 starfighter"^^xsd:string ; + voc:cargoCapacity 140 ; + voc:consumables "7 days"^^xsd:string ; + voc:costInCredits 168000 ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:hyperdriveRating "6.0"^^xsd:float ; + voc:length "6.71"^^xsd:float ; + voc:manufacturer "Feethan Ottraw Scalable Assemblies"^^xsd:string ; + voc:maxAtmospheringSpeed 1100 ; + voc:model "Belbullab-22 starfighter"^^xsd:string ; + voc:passengers 0 ; + voc:pilot , + ; + voc:starshipClass "starfighter"^^xsd:string . + + a voc:Character, + voc:Toong ; + rdfs:label "Ben Quadinaros"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "orange"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "163.0"^^xsd:float ; + voc:homeworld ; + voc:mass 65.0 ; + voc:skinColor "grey, green, yellow"^^xsd:string . + + a voc:Character, + voc:Trandoshan ; + rdfs:label "Bossk"^^xsd:string ; + voc:birthYear "53BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "red"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "190.0"^^xsd:float ; + voc:homeworld ; + voc:mass 113.0 ; + voc:skinColor "green"^^xsd:string . + + a voc:Character, + voc:Twilek ; + rdfs:label "Bib Fortuna"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "pink"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "180.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "pale"^^xsd:string . + + a voc:Character, + voc:Umbaran ; + rdfs:label "Sly Moore"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "white"^^xsd:string ; + voc:film , + ; + voc:gender "female"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "178.0"^^xsd:float ; + voc:homeworld ; + voc:mass 48.0 ; + voc:skinColor "pale"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "Snowspeeder"^^xsd:string ; + voc:cargoCapacity 10 ; + voc:consumables "none"^^xsd:string ; + voc:crew 2 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:length "4.5"^^xsd:float ; + voc:manufacturer "Incom corporation"^^xsd:string ; + voc:maxAtmospheringSpeed 650 ; + voc:model "t-47 airspeeder"^^xsd:string ; + voc:passengers 0 ; + voc:pilot , + ; + voc:vehicleClass "airspeeder"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "AT-ST"^^xsd:string ; + voc:cargoCapacity 200 ; + voc:consumables "none"^^xsd:string ; + voc:crew 2 ; + 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 , + ; + voc:length "2.0"^^xsd:float ; + voc:manufacturer "Kuat Drive Yards, Imperial Department of Military Research"^^xsd:string ; + voc:maxAtmospheringSpeed 90 ; + voc:model "All Terrain Scout Transport"^^xsd:string ; + voc:passengers 0 ; + voc:pilot ; + voc:vehicleClass "walker"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "Imperial Speeder Bike"^^xsd:string ; + voc:cargoCapacity 4 ; + voc:consumables "1 day"^^xsd:string ; + voc:costInCredits 8000 ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:length "3.0"^^xsd:float ; + voc:manufacturer "Aratech Repulsor Company"^^xsd:string ; + voc:maxAtmospheringSpeed 360 ; + voc:model "74-Z speeder bike"^^xsd:string ; + voc:passengers 1 ; + voc:pilot , + ; + voc:vehicleClass "speeder"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "Tribubble bongo"^^xsd:string ; + voc:cargoCapacity 1600 ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:length "15.0"^^xsd:float ; + voc:manufacturer "Otoh Gunga Bongameken Cooperative"^^xsd:string ; + voc:maxAtmospheringSpeed 85 ; + voc:model "Tribubble bongo"^^xsd:string ; + voc:passengers 2 ; + voc:pilot , + ; + voc:vehicleClass "submarine"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "TIE/LN starfighter"^^xsd:string ; + voc:cargoCapacity 65 ; + voc:consumables "2 days"^^xsd:string ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film , + , + ; + voc:length "6.4"^^xsd:float ; + voc:manufacturer "Sienar Fleet Systems"^^xsd:string ; + voc:maxAtmospheringSpeed 1200 ; + voc:model "Twin Ion Engine/Ln Starfighter"^^xsd:string ; + voc:passengers 0 ; + voc:vehicleClass "starfighter"^^xsd:string . + + a voc:Character, + voc:Vulptereen ; + rdfs:label "Dud Bolt"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "94.0"^^xsd:float ; + voc:homeworld ; + voc:mass 45.0 ; + voc:skinColor "blue, grey"^^xsd:string . + + a voc:Character, + voc:Wookiee ; + rdfs:label "Tarfful"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "234.0"^^xsd:float ; + voc:homeworld ; + voc:mass 136.0 ; + voc:skinColor "brown"^^xsd:string . + + a voc:Character, + voc:Xexto ; + rdfs:label "Gasgano"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "122.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "white, blue"^^xsd:string . + +voc:Gungan a voc:Species ; + rdfs:label "Gungan" ; + rdfs:subClassOf voc:Amphibian, + voc:Sentient ; + voc:averageHeight "190.0"^^xsd:float ; + voc:character , + , + ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "orange"^^xsd:string ; + voc:film , + ; + voc:language "Gungan basic"^^xsd:string ; + voc:planet ; + voc:skinColor "brown"^^xsd:string, + "green"^^xsd:string . + + a voc:Chagrian, + voc:Character ; + rdfs:label "Mas Amedda"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "196.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "blue"^^xsd:string . + + a voc:Character, + voc:Clawdite ; + rdfs:label "Zam Wesell"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film ; + voc:gender "female"^^xsd:string ; + voc:hairColor "blonde"^^xsd:string ; + voc:height "168.0"^^xsd:float ; + voc:homeworld ; + voc:mass 55.0 ; + voc:skinColor "fair, green, yellow"^^xsd:string ; + voc:vehicle . + + a voc:Character, + voc:Geonosian ; + rdfs:label "Poggle the Lesser"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "183.0"^^xsd:float ; + voc:homeworld ; + voc:mass 80.0 ; + voc:skinColor "green"^^xsd:string . + + a voc:Character, + voc:Gungan ; + rdfs:label "Jar Jar Binks"^^xsd:string ; + voc:birthYear "52BBY"^^xsd:string ; + voc:desc "Jar Jar Binks is a fictional character from the Star Wars saga created by George Lucas. A major character in Star Wars: Episode I – The Phantom Menace, he also has a smaller role in Episode II: Attack of the Clones, and a one-line cameo in Episode III: Revenge of the Sith, as well as a role in the television series Star Wars: The Clone Wars. The first lead computer generated character of the franchise, he has been portrayed by Ahmed Best in most of his appearances., \"Jar Jars primary role in Episode I was to provide comic relief for the audience. Upon the movies release, he was met with an overwhelmingly negative reception from both critics and audiences, and is today considered one of the most hated characters in the history of film.12\""^^xsd:string ; + voc:eyeColor "orange"^^xsd:string ; + voc:film , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "196.0"^^xsd:float ; + voc:homeworld ; + voc:mass 66.0 ; + voc:skinColor "orange"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Wilhuff Tarkin"^^xsd:string ; + voc:birthYear "64BBY"^^xsd:string ; + voc:desc "Governor Wilhuff \"Grand Moff\" Tarkin, is a fictional character in the Star Wars franchise, first portrayed by Peter Cushing in the 1977 film Star Wars. He is the commander of the Death Star, the Galactic Empire\\s dwarf planet-sized super weapon. The character has been called \"one of the most formidable villains in Star Wars history.\"1"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "auburn, grey"^^xsd:string ; + voc:height "180.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "fair"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Jek Tono Porkins"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "180.0"^^xsd:float ; + voc:homeworld ; + voc:mass 110.0 ; + voc:skinColor "fair"^^xsd:string ; + voc:starship . + + a voc:Character, + voc:Human ; + rdfs:label "Arvel Crynyd"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:homeworld ; + voc:skinColor "fair"^^xsd:string ; + voc:starship . + + a voc:Character, + voc:Human ; + rdfs:label "Qui-Gon Jinn"^^xsd:string ; + voc:birthYear "92BBY"^^xsd:string ; + voc:desc "Qui-Gon Jinn is a fictional character in the Star Wars franchise, portrayed by Liam Neeson as the main protagonist of the 1999 film Star Wars: Episode I – The Phantom Menace."^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "193.0"^^xsd:float ; + voc:homeworld ; + voc:mass 89.0 ; + voc:skinColor "fair"^^xsd:string ; + voc:vehicle . + + a voc:Character, + voc:Human ; + rdfs:label "Shmi Skywalker"^^xsd:string ; + voc:birthYear "72BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film , + ; + voc:gender "female"^^xsd:string ; + voc:hairColor "black"^^xsd:string ; + voc:height "163.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "fair"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Gregar Typho"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "black"^^xsd:string ; + voc:height "185.0"^^xsd:float ; + voc:homeworld ; + voc:mass 85.0 ; + voc:skinColor "dark"^^xsd:string ; + voc:starship . + + a voc:Character, + voc:Human ; + rdfs:label "Bail Prestor Organa"^^xsd:string ; + voc:birthYear "67BBY"^^xsd:string ; + voc:desc "Senator Bail Prestor Organa of Alderaan, is a fictional character in the Star Wars franchise, portrayed by actor Jimmy Smits in Attack of the Clones (2002), Revenge of the Sith (2005), and Rogue One (2016). He is the senator from the planet Alderaan, one of the founding members of the Rebel Alliance, and the adoptive father of Leia Organa, a main character in the franchise."^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "black"^^xsd:string ; + voc:height "191.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "tan"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Raymus Antilles"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "188.0"^^xsd:float ; + voc:homeworld ; + voc:mass 79.0 ; + voc:skinColor "light"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Poe Dameron"^^xsd:string ; + voc:desc "\"Poe Dameron is a fictional character in the Star Wars franchise. Introduced in the 2015 film Star Wars: The Force Awakens, he is portrayed by Oscar Isaac. Poe is an X-wing fighter pilot for the Resistance who inadvertently brings renegade stormtrooper Finn (John Boyega) and Jakku scavenger Rey (Daisy Ridley) into the fight against—and eventually a victory over—the sinister First Order. He is featured in The Force Awakens media and merchandising as well as an eponymous comic book series, and will appear in the films forthcoming sequel, Star Wars: The Last Jedi. Isaac and the character have received positive reviews, with Poe being compared to the characterization of Han Solo (Harrison Ford) in the original Star Wars film trilogy.\""^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:homeworld ; + voc:skinColor "light"^^xsd:string ; + voc:starship . + + a voc:Character, + voc:Human ; + rdfs:label "Biggs Darklighter"^^xsd:string ; + voc:birthYear "24BBY"^^xsd:string ; + voc:desc "Rogue Squadron is a starfighter squadron in the Star Wars franchise. Many surviving members of Red Squadron, the X-wing attack force that Luke Skywalker joins during the Battle of Yavin in Star Wars Episode IV: A New Hope (1977), later join Rogue Squadron. The squadron appears in The Empire Strikes Back (1980) as Rogue Group. In the 2016 film Rogue One, Rebel fighters on a suicide mission to steal the plans for the Death Star self-identify as \"Rogue One\", a possible precursor to Rogue Squadron.1, Rogue Squadron is prominently featured in the comic book series Star Wars: X-wing, the ten-volume novel series Star Wars: X-wing, and the video game series Star Wars: Rogue Squadron. The unit is depicted as consisting of \"the best pilots and the best fighters\".2"^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "black"^^xsd:string ; + voc:height "183.0"^^xsd:float ; + voc:homeworld ; + voc:mass 84.0 ; + voc:skinColor "light"^^xsd:string ; + voc:starship . + + a voc:Character, + voc:Iktotchi ; + rdfs:label "Saesee Tiin"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "orange"^^xsd:string ; + voc:film , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "188.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "pale"^^xsd:string . + + a voc:Character, + voc:Mirialan ; + rdfs:label "Luminara Unduli"^^xsd:string ; + voc:birthYear "58BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film , + ; + voc:gender "female"^^xsd:string ; + voc:hairColor "black"^^xsd:string ; + voc:height "170.0"^^xsd:float ; + voc:homeworld ; + voc:mass 56.2 ; + voc:skinColor "yellow"^^xsd:string . + + a voc:Character, + voc:Moncalamari ; + rdfs:label "Ackbar"^^xsd:string ; + voc:birthYear "41BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "orange"^^xsd:string ; + voc:film , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "180.0"^^xsd:float ; + voc:homeworld ; + voc:mass 83.0 ; + voc:skinColor "brown mottle"^^xsd:string . + + a voc:Planet ; + rdfs:label "Kashyyyk"^^xsd:string ; + voc:climate "tropical"^^xsd:string ; + voc:desc "Kashyyyk (/kəˈʃiːk/ ka-SHEEK, /ˈkæʃɪk/ KASH-ik or /ˌkæˈʃiː.aɪk/ ka-SHEE-ike), also known as Wookiee Planet C, is a fictional planet in the Star Wars universe. It is the tropical, forested home world of the Wookiees. According to interviews given by Star Wars creator George Lucas, the home of the Wookiees was originally intended to be the forest moon of Endor which plays a key role in the plot of the sixth film of the series, Return of the Jedi.1 However, Lucas decided that since the Wookiee Chewbacca was clearly proficient with advanced technology (i.e. he was pilot and mechanic of the spaceship the Millennium Falcon and he repaired the damaged droid C-3PO), it would be confusing to show the Wookiees with a primitive, \"stone age\" culture on Endor. The Ewoks were created instead to populate the moon and to help fight the Imperial garrison stationed there.2 Kashyyyk made appearances in the Star Wars Holiday Special and Star Wars: Episode III – Revenge of the Sith."^^xsd:string ; + voc:diameter 12765 ; + voc:film ; + voc:gravity "1 standard"^^xsd:string ; + voc:orbitalPeriod 381 ; + voc:population 45000000 ; + voc:resident , + ; + voc:rotationPeriod 26 ; + voc:surfaceWater 60 ; + voc:terrain "jungle, forests, lakes, rivers"^^xsd:string . + + a voc:Character, + voc:Rodian ; + rdfs:label "Greedo"^^xsd:string ; + voc:birthYear "44BBY"^^xsd:string ; + voc:desc "Greedo (or Greedo the Young) is a fictional character from the Star Wars franchise. He is portrayed by Paul Blake as well as Maria De Aragon in some close-in pickup shots in Star Wars (1977). The character is part of a fan controversy known as \"Han shot first\"."^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:height "173.0"^^xsd:float ; + voc:homeworld ; + voc:mass 74.0 ; + voc:skinColor "green"^^xsd:string . + + a voc:Starship ; + rdfs:label "Jedi starfighter"^^xsd:string ; + voc:cargoCapacity 60 ; + voc:consumables "7 days"^^xsd:string ; + voc:costInCredits 180000 ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film , + ; + voc:hyperdriveRating "1.0"^^xsd:float ; + voc:length "8.0"^^xsd:float ; + voc:manufacturer "Kuat Systems Engineering"^^xsd:string ; + voc:maxAtmospheringSpeed 1150 ; + voc:model "Delta-7 Aethersprite-class interceptor"^^xsd:string ; + voc:passengers 0 ; + voc:pilot , + ; + voc:starshipClass "Starfighter"^^xsd:string . + + a voc:Character, + voc:Sullustan ; + rdfs:label "Nien Nunb"^^xsd:string ; + voc:desc "Nien Nunb is a fictional character in the Star Wars franchise. Introduced in the 1983 film Return of the Jedi, he was brought to life both as a puppet and a costumed actor during the film. Nunb was puppeteered by Mike Quinn and was portrayed by Richard Bonehill in wide shots. The character was voiced by Kipsang Rotich, a Kenyan student who spoke in his native Kalenjin language, as well as in the Kikuyu language. Quinn and Rotich returned to the role for the 2015 film Star Wars: The Force Awakens, with the former confirmed for the 2017 film Star Wars: The Last Jedi., Within the fictional Star Wars universe, Nien Nunb was an arms dealer of the Sullustan species who joined the Alliance to Restore the Republic during the Galactic Civil War. Three decades later, Nunb was a starfighter pilot in the Resistance. He fought in the First Order–Resistance conflict, including the Battle of Starkiller Base."^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "160.0"^^xsd:float ; + voc:homeworld ; + voc:mass 68.0 ; + voc:skinColor "grey"^^xsd:string ; + voc:starship . + + a voc:Character, + voc:Tholothian ; + rdfs:label "Adi Gallia"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film , + ; + voc:gender "female"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "184.0"^^xsd:float ; + voc:homeworld ; + voc:mass 50.0 ; + voc:skinColor "dark"^^xsd:string . + + a voc:Character, + voc:Togruta ; + rdfs:label "Shaak Ti"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film , + ; + voc:gender "female"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "178.0"^^xsd:float ; + voc:homeworld ; + voc:mass 57.0 ; + voc:skinColor "red, blue, white"^^xsd:string . + + a voc:Character, + voc:Toydarian ; + rdfs:label "Watto"^^xsd:string ; + voc:desc "\"Watto is a fictional character in the Star Wars franchise, featured in the films The Phantom Menace and Attack of the Clones. He is computer-generated and played by voice actor Andy Secombe. He is a mean-tempered, greedy Toydarian, and owner of a second-hand goods store in Mos Espa on the planet Tatooine. Among Wattos belongings are the slaves Shmi Skywalker and her son, Anakin. He acquires them after winning a podracing bet with Gardulla the Hutt, and he puts them both to work in his store. Anakin demonstrates an incredible aptitude for equipment repair, and Watto decides to profit from it by having the boy fix various broken equipment in the store. He eventually loses Anakin in a podracing bet with Qui-Gon Jinn when he bets on a competitor, Sebulba, who is defeated by Anakin.\""^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "black"^^xsd:string ; + voc:height "137.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "blue, grey"^^xsd:string . + + a voc:Character, + voc:Zabrak ; + rdfs:label "Eeth Koth"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "black"^^xsd:string ; + voc:height "171.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "brown"^^xsd:string . + + a voc:Cerean, + voc:Character ; + rdfs:label "Ki-Adi-Mundi"^^xsd:string ; + voc:birthYear "92BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "white"^^xsd:string ; + voc:height "198.0"^^xsd:float ; + voc:homeworld ; + voc:mass 82.0 ; + voc:skinColor "pale"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Lando Calrissian"^^xsd:string ; + voc:birthYear "31BBY"^^xsd:string ; + voc:desc "Lando Calrissian is a fictional character in the Star Wars franchise. He is portrayed by Billy Dee Williams in The Empire Strikes Back and Return of the Jedi, and will be played by Donald Glover in the upcoming standalone film, Solo: A Star Wars Story.1 He also appears frequently in the Star Wars expanded universe of novels, comic books and video games, including a series of novels in which he is the protagonist."^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "black"^^xsd:string ; + voc:height "177.0"^^xsd:float ; + voc:homeworld ; + voc:mass 79.0 ; + voc:skinColor "dark"^^xsd:string ; + voc:starship . + + a voc:Character, + voc:Human ; + rdfs:label "Mace Windu"^^xsd:string ; + voc:birthYear "72BBY"^^xsd:string ; + voc:desc "\"Mace Windu is a fictional character in the Star Wars franchise, portrayed by actor Samuel L. Jackson in the prequel films and voiced by voice-actor Terrence C. Carson in other projects. He appears as Master of the Jedi High Council and one of the last members of the orders upper echelons before the Galactic Republics fall. He is the Councils primary liaison, although the Clone Wars caused him to question his most firmly held beliefs.1\""^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "188.0"^^xsd:float ; + voc:homeworld ; + voc:mass 84.0 ; + voc:skinColor "dark"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Owen Lars"^^xsd:string ; + voc:birthYear "52BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "brown, grey"^^xsd:string ; + voc:height "178.0"^^xsd:float ; + voc:homeworld ; + voc:mass 120.0 ; + voc:skinColor "light"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Dooku"^^xsd:string ; + voc:birthYear "102BBY"^^xsd:string ; + voc:desc "Count Dooku is a fictional character from the Star Wars franchise, appearing in Star Wars: Episode II – Attack of the Clones and Star Wars: Episode III – Revenge of the Sith (portrayed by Christopher Lee).1 He was also voiced by Corey Burton in the animated series Star Wars: The Clone Wars and Star Wars: Clone Wars., \"Once a respected Jedi Master, he falls to the dark side of the Force after the death of his former Padawan, Qui-Gon Jinn, and becomes Darth Sidious second apprentice under the name Darth Tyranus. As the founder of the Confederacy of Independent Systems, he is instrumental in the Clone Wars. Dooku was trained by Yoda as a Padawan learner.\""^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "white"^^xsd:string ; + voc:height "193.0"^^xsd:float ; + voc:homeworld ; + voc:mass 80.0 ; + voc:skinColor "fair"^^xsd:string ; + voc:vehicle . + + a voc:Character, + voc:Human ; + rdfs:label "Beru Whitesun lars"^^xsd:string ; + voc:birthYear "47BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film , + , + ; + voc:gender "female"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "165.0"^^xsd:float ; + voc:homeworld ; + voc:mass 75.0 ; + voc:skinColor "light"^^xsd:string . + + a voc:Character, + voc:Hutt ; + rdfs:label "Jabba Desilijic Tiure"^^xsd:string ; + voc:birthYear "600BBY"^^xsd:string ; + voc:desc "Jabba Desilijic Tiure,1 commonly known as Jabba the Hutt, is a fictional character and an antagonist in the Star Wars franchise created by George Lucas. He is depicted as a large, slug-like2 alien. His appearance has been described by film critic Roger Ebert as a cross between a toad and the Cheshire Cat.3, \"In the original theatrical releases of the original Star Wars trilogy, Jabba the Hutt first appeared in Return of the Jedi (1983), though he is mentioned in Star Wars (1977) and The Empire Strikes Back (1980), and a previously deleted scene involving Jabba the Hutt was added to the 1997 theatrical re-release and subsequent home media releases of Star Wars. Jabba is introduced as the de facto leader of the Desilijic-Hutt Cartel, and the most powerful crime boss on Tatooine, who has a bounty on Han Solos head. Jabba employs a retinue of career criminals, bounty hunters, smugglers, assassins and bodyguards to operate his criminal empire. He keeps a host of entertainers at his disposal at his palace: slaves, droids and alien creatures. Jabba has a grim sense of humor, an insatiable appetite, and affinities for gambling, slave girls, and torture.1\", \"The character was incorporated into the Star Wars merchandising campaign that corresponded with the theatrical release of Return of the Jedi. Besides the films, Jabba the Hutt is featured in Star Wars Legends literature. Jabba the Hutts image has since played an influential role in popular culture, particularly in the United States. The name is used as a satirical literary device and a political caricature to underscore negative qualities such as morbid obesity and corruption.45\""^^xsd:string ; + voc:eyeColor "orange"^^xsd:string ; + voc:film , + , + ; + voc:gender "hermaphrodite"^^xsd:string ; + voc:height "175.0"^^xsd:float ; + voc:homeworld ; + voc:mass 1358.0 ; + voc:skinColor "green-tan, brown"^^xsd:string . + + a voc:Character, + voc:Kaleesh ; + rdfs:label "Grievous"^^xsd:string ; + voc:desc "\"General Grievous is a fictional character in the Star Wars franchise. A former Kaleesh warlord named Qymaen jai Sheelal, he is the Supreme Commander of the Confederacy of Independent Systems during the Clone Wars against the Galactic Republic and is trained in all lightsaber combat forms to ensure the Jedis destruction.\", The character was originally introduced in 2004 in the animated series Star Wars: Clone Wars, before being part of the film Star Wars: Episode III – Revenge of the Sith."^^xsd:string ; + voc:eyeColor "green, yellow"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "216.0"^^xsd:float ; + voc:homeworld ; + voc:mass 159.0 ; + voc:skinColor "brown, white"^^xsd:string ; + voc:starship ; + voc:vehicle . + + a voc:Character, + voc:Nautolan ; + rdfs:label "Kit Fisto"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "196.0"^^xsd:float ; + voc:homeworld ; + voc:mass 87.0 ; + voc:skinColor "green"^^xsd:string . + + a voc:Character, + voc:Neimodian ; + rdfs:label "Nute Gunray"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "red"^^xsd:string ; + voc:film , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "191.0"^^xsd:float ; + voc:homeworld ; + voc:mass 90.0 ; + voc:skinColor "mottled green"^^xsd:string . + + a voc:Planet ; + rdfs:label "Kamino"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 19720 ; + voc:film ; + voc:gravity "1 standard"^^xsd:string ; + voc:orbitalPeriod 463 ; + voc:population 1000000000 ; + voc:resident , + , + ; + voc:rotationPeriod 27 ; + voc:surfaceWater 100 ; + voc:terrain "ocean"^^xsd:string . + + a voc:Planet ; + rdfs:label "Alderaan"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "Alderaan is a fictional planet featured in the Star Wars space opera franchise. It is blue-green in appearance and is depicted as a terrestrial planet with humanoid inhabitants. It is the home of Princess Leia, one of the lead characters in the film series. In the original 1977 film, Star Wars, Alderaan is blown up by the Death Star, a giant space station capable of destroying entire planets.2"^^xsd:string ; + voc:diameter 12500 ; + voc:film , + ; + voc:gravity "1 standard"^^xsd:string ; + voc:orbitalPeriod 364 ; + voc:population 2000000000 ; + voc:resident , + , + ; + voc:rotationPeriod 24 ; + voc:surfaceWater 40 ; + voc:terrain "grasslands, mountains"^^xsd:string . + + a voc:Starship ; + rdfs:label "Imperial shuttle"^^xsd:string ; + voc:cargoCapacity 80000 ; + voc:consumables "2 months"^^xsd:string ; + voc:costInCredits 240000 ; + voc:crew 6 ; + voc:desc "None"^^xsd:string ; + voc:film , + ; + voc:hyperdriveRating "1.0"^^xsd:float ; + voc:length "20.0"^^xsd:float ; + voc:manufacturer "Sienar Fleet Systems"^^xsd:string ; + voc:maxAtmospheringSpeed 850 ; + voc:mglt 50 ; + voc:model "Lambda-class T-4a shuttle"^^xsd:string ; + voc:passengers 20 ; + voc:pilot , + , + ; + voc:starshipClass "Armed government transport"^^xsd:string . + + a voc:Starship ; + rdfs:label "Naboo fighter"^^xsd:string ; + voc:cargoCapacity 65 ; + voc:consumables "7 days"^^xsd:string ; + voc:costInCredits 200000 ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film , + ; + voc:hyperdriveRating "1.0"^^xsd:float ; + voc:length "11.0"^^xsd:float ; + voc:manufacturer "Theed Palace Space Vessel Engineering Corps"^^xsd:string ; + voc:maxAtmospheringSpeed 1100 ; + voc:model "N-1 starfighter"^^xsd:string ; + voc:passengers 0 ; + voc:pilot , + , + ; + voc:starshipClass "Starfighter"^^xsd:string . + + a voc:Character, + voc:Twilek ; + rdfs:label "Ayla Secura"^^xsd:string ; + voc:birthYear "48BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "hazel"^^xsd:string ; + voc:film , + , + ; + voc:gender "female"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "178.0"^^xsd:float ; + voc:homeworld ; + voc:mass 55.0 ; + voc:skinColor "blue"^^xsd:string . + + a voc:Character, + voc:Zabrak ; + rdfs:label "Darth Maul"^^xsd:string ; + voc:birthYear "54BBY"^^xsd:string ; + voc:desc "\"Darth Maul, later known simply as Maul, is a fictional character in the Star Wars franchise. Trained as Darth Sidiouss first apprentice, he serves as a Sith Lord and a master of wielding a double-bladed lightsaber. He first appears in Star Wars: Episode I – The Phantom Menace (portrayed by Ray Park and voiced by Peter Serafinowicz), and later makes appearances in Star Wars: The Clone Wars and Star Wars Rebels, voiced by Samuel Witwer.\""^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "175.0"^^xsd:float ; + voc:homeworld ; + voc:mass 80.0 ; + voc:skinColor "red"^^xsd:string ; + voc:starship ; + voc:vehicle . + + a voc:Character, + voc:Human ; + rdfs:label "Boba Fett"^^xsd:string ; + voc:birthYear "31.5BBY"^^xsd:string ; + voc:desc "Boba Fett is a fictional character in the Star Wars franchise. In The Empire Strikes Back and Return of the Jedi, he is a bounty hunter hired by Darth Vader and also employed by Jabba the Hutt. He was also added briefly to the original film Star Wars when the film was digitally remastered. Star Wars: Episode II – Attack of the Clones establishes his origin as an unaltered clone of the bounty hunter Jango Fett raised as his son. He also appears in several episodes of Star Wars: The Clone Wars cartoon series which further describes his growth as a villain in the Star Wars universe. His aura of danger and mystery has created a cult following for the character."^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "black"^^xsd:string ; + voc:height "183.0"^^xsd:float ; + voc:homeworld ; + voc:mass 78.2 ; + voc:skinColor "fair"^^xsd:string ; + voc:starship . + + a voc:Character, + voc:Keldor ; + rdfs:label "Plo Koon"^^xsd:string ; + voc:birthYear "22BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "188.0"^^xsd:float ; + voc:homeworld ; + voc:mass 80.0 ; + voc:skinColor "orange"^^xsd:string ; + voc:starship . + +voc:Droid a voc:Species ; + rdfs:label "Droid" ; + rdfs:subClassOf voc:Artificial, + voc:Sentient ; + voc:averageLifespan "indefinite"^^xsd:string ; + voc:character , + , + , + , + ; + voc:desc "A droid is a fictional robot possessing some degree of artificial intelligence in the Star Wars science fiction franchise. Coined by special effects artist John Stears, the term is a clipped form of \"android\",1 a word originally reserved for robots designed to look and act like a human.2 The word \"droid\" has been a registered trademark of Lucasfilm Ltd since 1977.3456"^^xsd:string ; + voc:film , + , + , + , + , + , + . + + a voc:Character, + voc:Human ; + rdfs:label "Wedge Antilles"^^xsd:string ; + voc:birthYear "21BBY"^^xsd:string ; + voc:desc "Wedge Antilles is a fictional character in the Star Wars franchise. He is a supporting character portrayed by Denis Lawson in the original Star Wars trilogy.1 Antilles is a starfighter pilot for the Rebel Alliance, and founded Rogue Squadron with his friend Luke Skywalker. Wedge is notable for being the only Rebel pilot to have survived both attack runs on the Death Stars at the battles of Yavin and Endor.1 He also appears in the Star Wars expanded universe, most notably as the lead character in most of the X-Wing novels."^^xsd:string ; + voc:eyeColor "hazel"^^xsd:string ; + voc:film , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "170.0"^^xsd:float ; + voc:homeworld ; + voc:mass 77.0 ; + voc:skinColor "fair"^^xsd:string ; + voc:starship ; + voc:vehicle . + + a voc:Character, + voc:Human ; + rdfs:label "Palpatine"^^xsd:string ; + voc:birthYear "82BBY"^^xsd:string ; + voc:desc "Sheev Palpatine3, also known as Darth Sidious and The Emperor, is a fictional character and one of the primary antagonists of the Star Wars franchise,4 mainly portrayed by Ian McDiarmid. In the original trilogy, he is depicted as the aged, pale-faced and cloaked Emperor of the Galactic Empire and the master of Darth Vader. In the prequel trilogy, he is portrayed as a charismatic Senator from Naboo who uses deception and political manipulation to rise to the position of Supreme Chancellor of the Galactic Republic, and then reorganizes the Republic into the Galactic Empire, with himself as Emperor., \"Though outwardly appearing to be a well-intentioned public servant and supporter of democracy prior to becoming Emperor,5 he is actually Darth Sidious, the Dark Lord of the Sith – a cult of practitioners of the dark side of the Force previously thought to have been extinct in the Star Wars galaxy for a millennium.5 As Sidious, he instigates the Clone Wars, nearly destroys the Jedi, and transforms the Republic into the Empire. He also manipulates Jedi Knight Anakin Skywalker into turning to the dark side and serving at his side as Darth Vader. Palpatines reign is brought to an end when Vader kills him to save his son, Luke Skywalker.\", Since the initial theatrical run of Return of the Jedi, Palpatine has become a widely recognized popular culture symbol of evil, sinister deception, dictatorship, tyranny, and the subversion of democracy."^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film , + , + , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "grey"^^xsd:string ; + voc:height "170.0"^^xsd:float ; + voc:homeworld ; + voc:mass 75.0 ; + voc:skinColor "pale"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Darth Vader"^^xsd:string ; + voc:birthYear "41.9BBY"^^xsd:string ; + voc:desc "Darth Vader, also known by his birth name Anakin Skywalker, is a fictional character in the Star Wars franchise.123 Vader appears in the original film trilogy as a pivotal antagonist whose actions drive the plot, while his past as Anakin Skywalker and the story of his corruption are central to the narrative of the prequel trilogy., The character was created by George Lucas and has been portrayed by numerous actors. His appearances span the first six Star Wars films, as well as Rogue One, and his character is heavily referenced in Star Wars: The Force Awakens. He is also an important character in the Star Wars expanded universe of television series, video games, novels, literature and comic books. Originally a Jedi prophesied to bring balance to the Force, he falls to the dark side of the Force and serves the evil Galactic Empire at the right hand of his Sith master, Emperor Palpatine (also known as Darth Sidious).4 He is also the father of Luke Skywalker and Princess Leia Organa, secret husband of Padmé Amidala and grandfather of Kylo Ren., Darth Vader has become one of the most iconic villains in popular culture, and has been listed among the greatest villains and fictional characters ever.56 The American Film Institute listed him as the third greatest movie villain in cinema history on 100 Years... 100 Heroes and Villains, behind Hannibal Lecter and Norman Bates.7 However, other critics consider him a tragic hero, citing his original motivations for the greater good before his fall to the dark side.89"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film , + , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "202.0"^^xsd:float ; + voc:homeworld ; + voc:mass 136.0 ; + voc:skinColor "white"^^xsd:string ; + voc:starship . + + a voc:Starship ; + rdfs:label "X-wing"^^xsd:string ; + voc:cargoCapacity 110 ; + voc:consumables "1 week"^^xsd:string ; + voc:costInCredits 149999 ; + voc:crew 1 ; + voc:desc "The X-wing starfighter is a fictional starfighter from the original and sequel Star Wars trilogies and the Star Wars expanded universe. They are depicted as the primary interceptor and dogfighter of the Rebel Alliance, the New Republic and the Resistance. The craft has been merchandised as a variety of toys, models licensed for use in games, novels and comics."^^xsd:string ; + voc:film , + , + ; + voc:hyperdriveRating "1.0"^^xsd:float ; + voc:length "12.5"^^xsd:float ; + voc:manufacturer "Incom Corporation"^^xsd:string ; + voc:maxAtmospheringSpeed 1050 ; + voc:mglt 100 ; + voc:model "T-65 X-wing"^^xsd:string ; + voc:passengers 0 ; + voc:pilot , + , + , + ; + voc:starshipClass "Starfighter"^^xsd:string . + + a voc:Character, + voc:Yodasspecies ; + rdfs:label "Yoda"^^xsd:string ; + voc:birthYear "896BBY"^^xsd:string ; + voc:desc "Yoda is a fictional character in the Star Wars franchise created by George Lucas, first appearing in the 1980 film The Empire Strikes Back. In the original films, he trains Luke Skywalker to fight against the Galactic Empire. In the prequel films, he serves as the Grand Master of the Jedi Order and as a high-ranking general of Clone Troopers in the Clone Wars. Following his death in Return of the Jedi at the age of 900, Yoda was the oldest living character in the Star Wars franchise in canon, until the introduction of Maz Kanata in Star Wars: The Force Awakens."^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film , + , + , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "white"^^xsd:string ; + voc:height "66.0"^^xsd:float ; + voc:homeworld ; + voc:mass 17.0 ; + voc:skinColor "green"^^xsd:string . + + a voc:Character, + voc:Droid ; + rdfs:label "C-3PO"^^xsd:string ; + voc:birthYear "112BBY"^^xsd:string ; + voc:desc "C-3PO (/siːˈθriːpi.oʊ/) or See-Threepio is a humanoid robot character from the Star Wars franchise who appears in the original trilogy, the prequel trilogy and the sequel trilogy. Built by Anakin Skywalker, C-3PO was designed as a protocol droid intended to assist in etiquette, customs, and translation, boasting that he is \"fluent in over six million forms of communication\". Along with his astromech droid counterpart and friend R2-D2, C-3PO provides comic relief within the narrative structure of the films, and serves as a foil. Anthony Daniels has portrayed the character in all nine Star Wars cinematic films released to date, including Rogue One and the animated The Clone Wars; C-3PO and R2-D2 are the only characters to appear in every film., \"Despite his oblivious nature, C-3PO has played a pivotal role in the Galaxys history, appearing under the service of Shmi Skywalker, the Lars homestead, Padmé Amidala, Raymus Antilles, Luke Skywalker, and Leia Organa. In the majority of depictions, C-3POs physical appearance is primarily a polished gold plating, although his appearance varies throughout the films; including the absence of metal coverings in The Phantom Menace, a dull copper plating in Attack of the Clones, a silver lower right leg introduced in A New Hope, and a red left arm in The Force Awakens.1 C-3PO also appears frequently in the Star Wars Canon and Star Wars Legends continuities of novels, comic books, and video games, and was the protagonist in the ABC television show Droids.\""^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film , + , + , + , + , + ; + voc:height "167.0"^^xsd:float ; + voc:homeworld ; + voc:mass 75.0 ; + voc:skinColor "gold"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Han Solo"^^xsd:string ; + voc:birthYear "29BBY"^^xsd:string ; + voc:desc "Han Solo is a character in the Star Wars franchise. In the original film trilogy, Han and his co-pilot, Chewbacca, became involved in the Rebel Alliance\\s struggle against the Galactic Empire. During the course of the Star Wars narrative, he becomes a chief figure in the Alliance and succeeding galactic governments. Star Wars creator George Lucas described the character as \"a loner who realizes the importance of being part of a group and helping for the common good\".2 Harrison Ford portrayed the character in the original Star Wars trilogy as well as The Force Awakens. Alden Ehrenreich will portray a young Han Solo in Solo: A Star Wars Story."^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film , + , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "180.0"^^xsd:float ; + voc:homeworld ; + voc:mass 80.0 ; + voc:skinColor "fair"^^xsd:string ; + voc:starship , + . + + a voc:Character, + voc:Human ; + rdfs:label "Padmé Amidala"^^xsd:string ; + voc:birthYear "46BBY"^^xsd:string ; + voc:desc "Padmé Amidala (born Padmé Naberrie) is a fictional character in the Star Wars franchise, appearing in the prequel trilogy portrayed by actress Natalie Portman. She served as the Princess of Theed and later Queen of Naboo. After her reign, she became a senator in the Galactic Senate, an anti-war movement spokesperson, and co-founder of the opposition-faction that later emerged as the Rebel Alliance.2 She was secretly married to the Jedi Anakin Skywalker, and the biological mother of Luke Skywalker and Leia Organa, which makes her the mother-in-law of Han Solo, and the grandmother of Kylo Ren."^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film , + , + ; + voc:gender "female"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "165.0"^^xsd:float ; + voc:homeworld ; + voc:mass 45.0 ; + voc:skinColor "light"^^xsd:string ; + voc:starship , + , + . + + a voc:Character, + voc:Human ; + rdfs:label "Leia Organa"^^xsd:string ; + voc:birthYear "19BBY"^^xsd:string ; + voc:desc "\"Princess Leia Organa of Alderaan (also Senator Leia Organa or General Leia Organa) is a fictional character in the Star Wars franchise, portrayed in films by Carrie Fisher. Introduced in the original Star Wars film in 1977, Leia is princess of the planet Alderaan, a member of the Imperial Senate and an agent of the Rebel Alliance. She thwarts the sinister Sith Lord Darth Vader and helps bring about the destruction of the Empires cataclysmic superweapon, the Death Star. In The Empire Strikes Back (1980), Leia commands a Rebel base and evades Vader as she falls in love with the smuggler, Han Solo. In Return of the Jedi (1983), Leia leads the operation to rescue Han from the crime lord Jabba the Hutt, and is revealed to be Vaders daughter and the twin sister of Luke Skywalker. The prequel film Revenge of the Sith (2005) establishes that the twins mother is Senator (and former queen) Padmé Amidala of Naboo, who dies after childbirth. Leia is adopted by Senator Bail and Queen Breha Organa of Alderaan. In The Force Awakens (2015), Leia is the founder and General of the Resistance against the First Order and has a son with Han named Ben, who goes by the name Kylo Ren.\", In the original Star Wars expanded universe (1977–2014) of novels, comics and video games, which are set in an alternate continuity, Leia continues her adventures with Han and Luke after Return of the Jedi, fighting Imperial resurgences and new threats to the galaxy. She becomes the Chief of State of the New Republic and a Jedi Master, and is the mother to three children by Han: Jaina, Jacen and Anakin Solo., One of the more popular Star Wars characters, Leia has been called a 1980s icon, a feminist hero and model for other adventure heroines. She has appeared in many derivative works and merchandising, and has been referenced or parodied in several TV shows and films. Her \"cinnamon buns\" hairstyle from Star Wars (1977) and metal bikini from Return of the Jedi have become cultural icons."^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film , + , + , + , + ; + voc:gender "female"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "150.0"^^xsd:float ; + voc:homeworld ; + voc:mass 49.0 ; + voc:skinColor "light"^^xsd:string ; + voc:vehicle . + + a voc:Planet ; + rdfs:label "Coruscant"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "\"Coruscant /ˈkɒrəsɑːnt/2 is a planet in the fictional Star Wars universe. It first appeared onscreen in the 1997 Special Edition of Return of the Jedi, but was first mentioned in Timothy Zahns 1991 novel Heir to the Empire. A city occupying an entire planet, it was renamed Imperial Center during the reign of the Galactic Empire (as depicted in the original films) and Yuuzhantar during the Yuuzhan Vong invasion (as depicted in the New Jedi Order novel series). The demonym and adjective form of the planet name is Coruscanti.\", \"Coruscant is, at various times, the capital of the Old Republic, the Galactic Empire, the New Republic, the Yuuzhan Vong Empire and the Galactic Alliance. Not only is Coruscant central to all these governing bodies, it is the navigational center of the galaxy, given that its hyperspace coordinates are (0,0,0). Due to its location and large population, roughly 2 trillion sentients, the galaxys main trade routes — Perlemian Trade Route, Hydian Way, Corellian Run and Corellian Trade Spine — go through Coruscant, making it the richest and most influential world in the Star Wars galaxy. Coruscant is the sixth planet out of 11 planets in the Coruscant solar system, and has four moons; Centax-1, Centax-2, Centax-3, and Hesperidium.\", The Galactic Standard Calendar was the standard measurement of time in the Star Wars galaxy. It centered on the Coruscant tropical year. The Coruscant solar cycle was 368 days long; with a day consisting of 360 NET degrees (or 24 standard hours).3 Numerous epochs were used to determine calendar eras. The most recent of these calendar eras used the Battle of Yavin (i.e. the destruction of the first Death Star) as its epoch, or \"year zero\": BBY (Before the Battle of Yavin), and ABY (After the Battle of Yavin).4 The earliest date in the Star Wars expanded universe as a whole is 13,000,000,000 BBY, which serves as the year the universe was created."^^xsd:string ; + voc:diameter 12240 ; + voc:film , + , + , + ; + voc:gravity "1 standard"^^xsd:string ; + voc:orbitalPeriod 368 ; + voc:population 1000000000000 ; + voc:resident , + , + ; + voc:rotationPeriod 24 ; + voc:terrain "cityscape, mountains"^^xsd:string . + + a voc:Starship ; + rdfs:label "Millennium Falcon"^^xsd:string ; + voc:cargoCapacity 100000 ; + voc:consumables "2 months"^^xsd:string ; + voc:costInCredits 100000 ; + voc:crew 4 ; + voc:desc "\"The Millennium Falcon is a spaceship in the Star Wars universe commanded at one time by Corellian smuggler Han Solo (Harrison Ford) and his Wookiee first mate, Chewbacca (Peter Mayhew). The highly modified Corellian Engineering Corporation (CEC) YT-1300 light freighter first appears in Star Wars (1977), and subsequently in The Empire Strikes Back (1980), Return of the Jedi (1983) and The Force Awakens (2015). The ship also makes a brief cameo appearance in Revenge of the Sith (2005). Additionally, the Falcon appears in a variety of Star Wars expanded universe materials, including books, comics, and games; James Lucenos novel Millennium Falcon focuses on the titular ship.2 It also appears in the 2014 animated film The Lego Movie in Lego form, with Billy Dee Williams and Anthony Daniels reprising their roles of Lando Calrissian and C-3PO, with Keith Ferguson voicing Han Solo.\""^^xsd:string ; + voc:film , + , + , + ; + voc:hyperdriveRating "0.5"^^xsd:float ; + voc:length "34.37"^^xsd:float ; + voc:manufacturer "Corellian Engineering Corporation"^^xsd:string ; + voc:maxAtmospheringSpeed 1050 ; + voc:mglt 75 ; + voc:model "YT-1300 light freighter"^^xsd:string ; + voc:passengers 6 ; + voc:pilot , + , + , + ; + voc:starshipClass "Light freighter"^^xsd:string . + + a voc:Character, + voc:Droid ; + rdfs:label "R2-D2"^^xsd:string ; + voc:birthYear "33BBY"^^xsd:string ; + voc:desc "R2-D2 is a fictional robot character in the Star Wars franchise created by George Lucas, who appears in the original trilogy, the prequel trilogy, the sequel trilogy, and Rogue One. A small astromech droid, R2-D2 is a major character and appears in all Star Wars films to date. Throughout the course of the films, he joins or supports Padmé Amidala, Anakin Skywalker, Leia Organa, Luke Skywalker, and Obi-Wan Kenobi in various points in the saga., \"English actor Kenny Baker played R2-D2 in all three original Star Wars films, and received billing credit for the character in the prequel trilogy, where Bakers role was reduced, as R2-D2 was portrayed mainly by radio controlled props and CGI models. In the sequel trilogy, Baker was credited as consultant for The Force Awakens, however Jimmy Vee also co-performed the character in some scenes. Vee later took over the role beginning in The Last Jedi.1 R2-D2s sounds and vocal effects were created by Ben Burtt. R2-D2 was designed in artwork by Ralph McQuarrie, co-developed by John Stears and built by Tony Dyson.\""^^xsd:string ; + voc:eyeColor "red"^^xsd:string ; + voc:film , + , + , + , + , + , + ; + voc:height "96.0"^^xsd:float ; + voc:homeworld ; + voc:mass 32.0 ; + voc:skinColor "white, blue"^^xsd:string ; + voc:primaryFunction "universal repair droid"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Anakin Skywalker"^^xsd:string ; + voc:birthYear "41.9BBY"^^xsd:string ; + voc:desc "Darth Vader, also known by his birth name Anakin Skywalker, is a fictional character in the Star Wars franchise.123 Vader appears in the original film trilogy as a pivotal antagonist whose actions drive the plot, while his past as Anakin Skywalker and the story of his corruption are central to the narrative of the prequel trilogy., The character was created by George Lucas and has been portrayed by numerous actors. His appearances span the first six Star Wars films, as well as Rogue One, and his character is heavily referenced in Star Wars: The Force Awakens. He is also an important character in the Star Wars expanded universe of television series, video games, novels, literature and comic books. Originally a Jedi prophesied to bring balance to the Force, he falls to the dark side of the Force and serves the evil Galactic Empire at the right hand of his Sith master, Emperor Palpatine (also known as Darth Sidious).4 He is also the father of Luke Skywalker and Princess Leia Organa, secret husband of Padmé Amidala and grandfather of Kylo Ren., Darth Vader has become one of the most iconic villains in popular culture, and has been listed among the greatest villains and fictional characters ever.56 The American Film Institute listed him as the third greatest movie villain in cinema history on 100 Years... 100 Heroes and Villains, behind Hannibal Lecter and Norman Bates.7 However, other critics consider him a tragic hero, citing his original motivations for the greater good before his fall to the dark side.89"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "blond"^^xsd:string ; + voc:height "188.0"^^xsd:float ; + voc:homeworld ; + voc:mass 84.0 ; + voc:skinColor "fair"^^xsd:string ; + voc:starship , + , + ; + voc:vehicle , + . + + a voc:Character, + voc:Wookiee ; + rdfs:label "Chewbacca"^^xsd:string ; + voc:birthYear "200BBY"^^xsd:string ; + voc:desc "Chewbacca (/tʃuːˈbɑːkə/), nicknamed \"Chewie\", is a fictional character in the Star Wars franchise. He is a Wookiee, a tall, hirsute biped and intelligent species from the planet Kashyyyk. Chewbacca is the loyal friend and first mate of Han Solo, and serves as co-pilot on Solo\\s spaceship, the Millennium Falcon.1 Within the films of the main saga, Chewbacca is portrayed by Peter Mayhew in the Star Wars on Episodes from III to VIII (Mayhew shares the role with his body double Joonas Suotamo on Episode VII and VIII). Suotamo took over the role alone in Solo: A Star Wars Story. The character has also appeared on television, books, comics, and video games."^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film , + , + , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "228.0"^^xsd:float ; + voc:homeworld ; + voc:mass 112.0 ; + voc:starship , + ; + voc:vehicle . + + a voc:Character, + voc:Human ; + rdfs:label "Luke Skywalker"^^xsd:string ; + voc:birthYear "19BBY"^^xsd:string ; + voc:desc "Luke Skywalker is a fictional character and the main protagonist of the original film trilogy of the Star Wars franchise created by George Lucas. The character, portrayed by Mark Hamill, is an important figure in the Rebel Alliance\\s struggle against the Galactic Empire. He is the twin brother of Rebellion leader Princess Leia Organa of Alderaan, a friend and brother-in-law of smuggler Han Solo, an apprentice to Jedi Masters Obi-Wan \"Ben\" Kenobi and Yoda, the son of fallen Jedi Anakin Skywalker (Darth Vader) and Queen of Naboo/Republic Senator Padmé Amidala and maternal uncle of Kylo Ren / Ben Solo. The now non-canon Star Wars expanded universe depicts him as a powerful Jedi Master, husband of Mara Jade, the father of Ben Skywalker and maternal uncle of Jaina, Jacen and Anakin Solo., In 2015, the character was selected by Empire magazine as the 50th greatest movie character of all time.2 On their list of the 100 Greatest Fictional Characters, Fandomania.com ranked the character at number 14.3"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film , + , + , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "blond"^^xsd:string ; + voc:height "172.0"^^xsd:float ; + voc:homeworld ; + voc:mass 77.0 ; + voc:skinColor "fair"^^xsd:string ; + voc:starship , + ; + voc:vehicle , + ; + voc:friend . + + a voc:Planet ; + rdfs:label "unknown-planet"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 0 ; + voc:orbitalPeriod 0 ; + voc:resident , + , + , + , + , + , + , + , + , + ; + voc:rotationPeriod 0 . + + a voc:Character, + voc:Human ; + rdfs:label "Obi-Wan Kenobi"^^xsd:string ; + voc:birthYear "57BBY"^^xsd:string ; + voc:desc "Obi-Wan \"Ben\" Kenobi is a fictional character in the Star Wars franchise. Within the original trilogy he is portrayed by Sir Alec Guinness, while in the prequel trilogy a younger version of the character is portrayed by Ewan McGregor. In the original trilogy, he is a mentor to Luke Skywalker, to whom he introduces the ways of the Jedi. In the prequel trilogy, he is a master and friend to Anakin Skywalker. He is frequently featured as a main character in various other Star Wars media., \"Sir Alec Guinnesss portrayal of Obi-Wan in the original Star Wars (1977) remains the only time an actor has received an Oscar nomination (Best Supporting Actor) for acting in a Star Wars film.\""^^xsd:string ; + voc:eyeColor "blue-gray"^^xsd:string ; + voc:film , + , + , + , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "auburn, white"^^xsd:string ; + voc:height "182.0"^^xsd:float ; + voc:homeworld ; + voc:mass 77.0 ; + voc:skinColor "fair"^^xsd:string ; + voc:starship , + , + , + , + ; + voc:vehicle . + + a voc:Planet ; + rdfs:label "Tatooine"^^xsd:string ; + voc:climate "arid"^^xsd:string ; + voc:desc "Tatooine /ˌtætuːˈiːn/ is a fictional desert planet that appears in the Star Wars space opera franchise. It is beige-coloured and is depicted as a remote, desolate world orbiting a pair of binary stars, and inhabited by human settlers and a variety of other life forms. The planet was first seen in the original 1977 film Star Wars, and has to date featured in a total five Star Wars theatrical films., It is noted as the homeworld of the protagonist of the Star Wars saga, Luke Skywalker, and also of his father, Anakin Skywalker. Shots of the binary sunset over the Tatooine desert are considered to be an iconic image of the film series.12"^^xsd:string ; + voc:diameter 10465 ; + voc:film , + , + , + , + ; + voc:gravity "1 standard"^^xsd:string ; + voc:orbitalPeriod 304 ; + voc:population 200000 ; + voc:resident , + , + , + , + , + , + , + , + , + ; + voc:rotationPeriod 23 ; + voc:surfaceWater 1 ; + voc:terrain "desert"^^xsd:string . + + a voc:Planet ; + rdfs:label "Naboo"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "Naboo is a planet in the fictional Star Wars universe with a mostly green terrain and which is the homeworld of two societies: the Gungans who dwell in underwater cities and the humans who live in colonies on the surface. Humans of Naboo have an electoral monarchy and maintain a peaceful culture that defends education, the arts, environmental protection and scientific achievements. The main capital of Naboo is Theed., Located in the Chommell sector, Naboo is the home planet of Padmé Amidala and Jar Jar Binks, as well as Senator (later Supreme Chancellor and then Emperor) Palpatine. In Star Wars: Episode I – The Phantom Menace, it was the site of a blockade by the Trade Federation and the Battle of Naboo between the Federation and the native inhabitants. Naboo is seen in four films in the Star Wars series, having a prominent role in the first two prequels and glimpsed briefly in Revenge of the Sith and the 2004 DVD release of Return of the Jedi., \"Theeds architecture, while referencing Ancient Rome and other classical traditions, was heavily inspired by the Frank Lloyd Wright-designed Marin County Civic Center in California. (Skywalker Ranch and Industrial Light & Magic are both based in Marin County.)\""^^xsd:string ; + voc:diameter 12120 ; + voc:film , + , + , + ; + voc:gravity "1 standard"^^xsd:string ; + voc:orbitalPeriod 312 ; + voc:population 4500000000 ; + voc:resident , + , + , + , + , + , + , + , + , + , + ; + voc:rotationPeriod 26 ; + voc:surfaceWater 12 ; + voc:terrain "grassy hills, swamps, forests, mountains"^^xsd:string . + + a voc:Film ; + rdfs:label "The Force Awakens"^^xsd:string ; + voc:character , + , + , + , + , + , + , + , + , + , + ; + voc:desc "\"Star Wars: The Force Awakens (also known as Star Wars: Episode VII – The Force Awakens) is a 2015 American epic space opera film co-written, co-produced and directed by J. J. Abrams. The sequel to 1983s Return of the Jedi, The Force Awakens is the first installment of the Star Wars sequel trilogy. It stars Harrison Ford, Mark Hamill, Carrie Fisher, Adam Driver, Daisy Ridley, John Boyega, Oscar Isaac, Lupita Nyongo, Andy Serkis, Domhnall Gleeson, Anthony Daniels, Peter Mayhew, and Max von Sydow. Produced by Lucasfilm Ltd. and Abrams production company Bad Robot Productions and distributed worldwide by Walt Disney Studios Motion Pictures, The Force Awakens was the first Star Wars film not produced by franchise creator George Lucas. Set 30 years after Return of the Jedi, it follows Rey, Finn and Poe Damerons search for Luke Skywalker and their fight alongside the Resistance, led by veterans of the Rebel Alliance, against Kylo Ren and the First Order, a successor to the Galactic Empire.\", \"The Force Awakens was announced after The Walt Disney Companys acquisition of Lucasfilm in October 2012. It was produced by Abrams, his longtime collaborator Bryan Burk, and Lucasfilm president Kathleen Kennedy. Abrams and Lawrence Kasdan, co-writer of the original trilogy films The Empire Strikes Back (1980) and Return of the Jedi (1983), rewrote an initial script by Michael Arndt. John Williams, composer for the previous six films, returned to compose the films score. Lucas served as creative consultant during the films early production. Filming began in April 2014 in Abu Dhabi and Iceland, with principal photography also taking place in Ireland and Pinewood Studios in the United Kingdom, and concluded in November 2014. It is the first live-action Star Wars film since Revenge of the Sith (2005).\", Star Wars: The Force Awakens was widely anticipated, and Disney backed the film with extensive marketing campaigns. It premiered in Los Angeles on December 14, 2015, four days before its wide release. The film received positive reviews, with its ensemble cast, direction, musical score, visual effects, and action sequences receiving particular praise, though it received some criticism for being derivative of the original trilogy. The film broke various box office records and became, unadjusted for inflation, the highest-grossing installment in the franchise, the highest-grossing film in North America, and the third-highest-grossing film of all time, with a worldwide gross of over $2 billion and a net profit of over $780 million.67 It received five Academy Award nominations and four British Academy Film Award nominations, where it won Best Special Visual Effects. Two sequels, The Last Jedi and Episode IX, are scheduled for release in 2017 and 2019, respectively."^^xsd:string ; + voc:director "J. J. Abrams"^^xsd:string ; + voc:episodeId 7 ; + voc:openingCrawl """Luke Skywalker has vanished.\r +In his absence, the sinister\r +FIRST ORDER has risen from\r +the ashes of the Empire\r +and will not rest until\r +Skywalker, the last Jedi,\r +has been destroyed.\r + \r +With the support of the\r +REPUBLIC, General Leia Organa\r +leads a brave RESISTANCE.\r +She is desperate to find her\r +brother Luke and gain his\r +help in restoring peace and\r +justice to the galaxy.\r + \r +Leia has sent her most daring\r +pilot on a secret mission\r +to Jakku, where an old ally\r +has discovered a clue to\r +Luke's whereabouts...."""^^xsd:string ; + voc:planet ; + voc:releaseDate "2015-12-11"^^xsd:date ; + voc:starship , + . + +voc:Human a voc:Species ; + rdfs:label "Human" ; + rdfs:subClassOf voc:Mammal, + voc:Sentient ; + voc:averageHeight "180.0"^^xsd:float ; + voc:averageLifespan "120"^^xsd:string ; + voc:character , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + voc:desc "Modern humans (Homo sapiens, primarily ssp. Homo sapiens sapiens) are the only extant members of the subtribe Hominina, a branch of the tribe Hominini belonging to the family of great apes. They are characterized by erect posture and bipedal locomotion; high manual dexterity and heavy tool use compared to other animals; and a general trend toward larger, more complex brains and societies.34, Early hominins—particularly the australopithecines, whose brains and anatomy are in many ways more similar to ancestral non-human apes—are less often referred to as \"human\" than hominins of the genus Homo.5 Several of these hominins used fire, occupied much of Eurasia, and gave rise to anatomically modern Homo sapiens in Africa about 200,000 years ago.67 They began to exhibit evidence of behavioral modernity around 50,000 years ago. In several waves of migration, anatomically modern humans ventured out of Africa and populated most of the world.8, The spread of humans and their large and increasing population has had a profound impact on large areas of the environment and millions of native species worldwide. Advantages that explain this evolutionary success include a relatively larger brain with a particularly well-developed neocortex, prefrontal cortex and temporal lobes, which enable high levels of abstract reasoning, language, problem solving, sociality, and culture through social learning. Humans use tools to a much higher degree than any other animal, are the only extant species known to build fires and cook their food, and are the only extant species to clothe themselves and create and use numerous other technologies and arts., Humans are uniquely adept at using systems of symbolic communication (such as language and art) for self-expression and the exchange of ideas, and for organizing themselves into purposeful groups. Humans create complex social structures composed of many cooperating and competing groups, from families and kinship networks to political states. Social interactions between humans have established an extremely wide variety of values,9 social norms, and rituals, which together form the basis of human society. Curiosity and the human desire to understand and influence the environment and to explain and manipulate phenomena (or events) has provided the foundation for developing science, philosophy, mythology, religion, anthropology, and numerous other fields of knowledge., Though most of human existence has been sustained by hunting and gathering in band societies,10 increasing numbers of human societies began to practice sedentary agriculture approximately some 10,000 years ago,11 domesticating plants and animals, thus allowing for the growth of civilization. These human societies subsequently expanded in size, establishing various forms of government, religion, and culture around the world, unifying people within regions to form states and empires. The rapid advancement of scientific and medical understanding in the 19th and 20th centuries led to the development of fuel-driven technologies and increased lifespans, causing the human population to rise exponentially. Today the global human population is estimated by the United Nations to be near 7.6\\xa0billion.12"^^xsd:string ; + voc:eyeColor "amber"^^xsd:string, + "blue"^^xsd:string, + "brown"^^xsd:string, + "green"^^xsd:string, + "grey"^^xsd:string, + "hazel"^^xsd:string ; + voc:film , + , + , + , + , + , + ; + voc:hairColor "black"^^xsd:string, + "blonde"^^xsd:string, + "brown"^^xsd:string, + "red"^^xsd:string ; + voc:language "Galactic Basic"^^xsd:string ; + voc:planet ; + voc:skinColor "asian"^^xsd:string, + "black"^^xsd:string, + "caucasian"^^xsd:string, + "hispanic"^^xsd:string . + + a voc:Film ; + rdfs:label "A New Hope"^^xsd:string ; + voc:character , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + voc:desc "\"Star Wars (later retitled Star Wars: Episode IV – A New Hope) is a 1977 American epic space opera film written and directed by George Lucas. It is the first film in the original Star Wars trilogy, the first Star Wars movie in general, and the beginning of the Star Wars franchise. Starring Mark Hamill, Harrison Ford, Carrie Fisher, Peter Cushing, Alec Guinness, David Prowse, James Earl Jones, Anthony Daniels, Kenny Baker, and Peter Mayhew, the films plot focuses on the Rebel Alliance, led by Princess Leia (Fisher), and its attempt to destroy the Galactic Empires space station, the Death Star. This conflict disrupts the isolated life of farmhand Luke Skywalker (Hamill), who inadvertently acquires a pair of droids that possess stolen architectural plans for the Death Star. When the Empire begins a destructive search for the missing droids, Skywalker accompanies Jedi Master Obi-Wan Kenobi (Guinness) on a mission to return the plans to the Rebel Alliance and rescue Leia from her imprisonment by the Empire.\", Star Wars was released in theatres in the United States on May 25, 1977. It earned $461 million in the U.S. and $314 million overseas, totaling $775 million ($3.132 billion in 2017 dollars, adjusted for inflation). It surpassed Jaws (1975) to become the highest-grossing film of all time until the release of E.T. the Extra-Terrestrial (1982). When adjusted for inflation, Star Wars is the second-highest-grossing film in North America, and the third-highest-grossing film in the world. It received ten Academy Award nominations (including Best Picture), winning seven. It was among the first films to be selected as part of the U.S. Library of Congress\\ National Film Registry as being \"culturally, historically, or aesthetically significant\". At the time, it was the most recent film on the registry and the only one chosen from the 1970s. Its soundtrack was added to the U.S. National Recording Registry in 2004. Today, it is often regarded as one of the most important films in the history of motion pictures. It launched an industry of tie-in products, including TV series spinoffs, novels, comic books, and video games, and merchandise including toys, games and clothing., \"The films success led to two critically and commercially successful sequels, The Empire Strikes Back in 1980 and Return of the Jedi in 1983. Star Wars was reissued multiple times at Lucas behest, incorporating many changes including modified computer-generated effects, altered dialogue, re-edited shots, remixed soundtracks, and added scenes. A prequel trilogy was released beginning with The Phantom Menace in 1999, continuing with Attack of the Clones in 2002, and concluding with Revenge of the Sith in 2005. The film was followed by a sequel trilogy beginning with The Force Awakens in 2015. A direct prequel, Rogue One, was released in 2016. The films fourth sequel, The Last Jedi, will be released in December 2017.\""^^xsd:string ; + voc:director "George Lucas"^^xsd:string ; + voc:episodeId 4 ; + voc:openingCrawl """It is a period of civil war.\r +Rebel spaceships, striking\r +from a hidden base, have won\r +their first victory against\r +the evil Galactic Empire.\r +\r +During the battle, Rebel\r +spies managed to steal secret\r +plans to the Empire's\r +ultimate weapon, the DEATH\r +STAR, an armored space\r +station with enough power\r +to destroy an entire planet.\r +\r +Pursued by the Empire's\r +sinister agents, Princess\r +Leia races home aboard her\r +starship, custodian of the\r +stolen plans that can save her\r +people and restore\r +freedom to the galaxy...."""^^xsd:string ; + voc:planet , + , + ; + voc:releaseDate "1977-05-25"^^xsd:date ; + voc:starship , + , + , + , + , + , + , + ; + voc:vehicle , + , + , + . + + a voc:Film ; + rdfs:label "The Empire Strikes Back"^^xsd:string ; + voc:character , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + voc:desc "\"The Empire Strikes Back (also known as Star Wars: Episode V – The Empire Strikes Back) is a 1980 American epic space opera film directed by Irvin Kershner. Leigh Brackett and Lawrence Kasdan wrote the screenplay, with George Lucas writing the films story and serving as executive producer. The second installment in the original Star Wars trilogy, it was produced by Gary Kurtz for Lucasfilm and stars Mark Hamill, Harrison Ford, Carrie Fisher, Billy Dee Williams, Anthony Daniels, David Prowse, Kenny Baker, Peter Mayhew, and Frank Oz.\", \"The film is set three years after Star Wars. The Galactic Empire, under the leadership of the villainous Darth Vader and the Emperor, is in pursuit of Luke Skywalker and the rest of the Rebel Alliance. While Vader relentlessly pursues the small band of Lukes friends—Han Solo, Princess Leia Organa, and others—across the galaxy, Luke studies the Force under Jedi Master Yoda. When Vader captures Lukes friends, Luke must decide whether to complete his training and become a full Jedi Knight or to confront Vader and save them.\", \"Following a difficult production, The Empire Strikes Back was released on May 21, 1980. It received mixed reviews from critics initially but has since grown in esteem, becoming the most critically acclaimed chapter in the Star Wars saga; it is now widely regarded as one of the greatest films of all time.5678 The film ranks #3 on Empires 2008 list of the 500 greatest movies of all time.9 It became the highest-grossing film of 1980 and, to date, has earned more than $538\\xa0million worldwide from its original run and several re-releases. When adjusted for inflation, it is the second-highest-grossing sequel of all time and the 13th-highest-grossing film in North America.10 The film was followed by Return of the Jedi, which was released in 1983.\", In 2010, the film was selected for preservation in the United States\\ National Film Registry by the Library of Congress for being \"culturally, historically, and aesthetically significant.\""^^xsd:string ; + voc:director "Irvin Kershner"^^xsd:string ; + voc:episodeId 5 ; + voc:openingCrawl """It is a dark time for the\r +Rebellion. Although the Death\r +Star has been destroyed,\r +Imperial troops have driven the\r +Rebel forces from their hidden\r +base and pursued them across\r +the galaxy.\r +\r +Evading the dreaded Imperial\r +Starfleet, a group of freedom\r +fighters led by Luke Skywalker\r +has established a new secret\r +base on the remote ice world\r +of Hoth.\r +\r +The evil lord Darth Vader,\r +obsessed with finding young\r +Skywalker, has dispatched\r +thousands of remote probes into\r +the far reaches of space...."""^^xsd:string ; + voc:planet , + , + , + ; + voc:releaseDate "1980-05-17"^^xsd:date ; + voc:starship , + , + , + , + , + , + , + , + ; + voc:vehicle , + , + , + , + , + . + + a voc:Film ; + rdfs:label "Return of the Jedi"^^xsd:string ; + voc:character , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + voc:desc "Return of the Jedi (also known as Star Wars: Episode VI – Return of the Jedi) is a 1983 American epic space opera film directed by Richard Marquand. The screenplay by Lawrence Kasdan and George Lucas was from a story by Lucas, who was also the executive producer. It is the third installment in the original Star Wars trilogy and the first film to use THX technology. The film is set one year after The Empire Strikes Back9 and was produced by Howard Kazanjian for Lucasfilm Ltd. The film stars Mark Hamill, Harrison Ford, Carrie Fisher, Billy Dee Williams, Anthony Daniels, David Prowse, Kenny Baker, Peter Mayhew and Frank Oz., \"The Galactic Empire, under the direction of the ruthless Emperor, is constructing a second Death Star in order to crush the Rebel Alliance once and for all. Since the Emperor plans to personally oversee the final stages of its construction, the Rebel Fleet launches a full-scale attack on the Death Star in order to prevent its completion and kill the Emperor, effectively bringing an end to the Empires hold over the galaxy. Meanwhile, Luke Skywalker, a Jedi apprentice, struggles to bring his father Darth Vader back to the Light Side of the Force.\", \"David Lynch and David Cronenberg were considered to direct the project before Marquand signed on as director. The production team relied on Lucas storyboards during pre-production. While writing the shooting script, Lucas, Kasdan, Marquand, and producer Howard Kazanjian spent two weeks in conference discussing ideas to construct it. Kazanjians schedule pushed shooting to begin a few weeks early to allow Industrial Light & Magic more time to work on the films effects in post-production. Filming took place in England, California, and Arizona from January to May\\xa01982\\xa0(1982-05). Strict secrecy surrounded the production and the film used the working title Blue Harvest to prevent price gouging.\", \"The film was released in theaters on May 25, 1983, six years to the day after the release of the first film, receiving mostly positive reviews. The film grossed between $475 million67 and $572 million worldwide.8 Several home video and theatrical releases and revisions to the film followed over the next 20 years. Star Wars continued with The Phantom Menace as part of the film series prequel trilogy.\", A sequel, The Force Awakens, was released on December 18, 2015, as part of the new sequel trilogy.10"^^xsd:string ; + voc:director "Richard Marquand"^^xsd:string ; + voc:episodeId 6 ; + voc:openingCrawl """Luke Skywalker has returned to\r +his home planet of Tatooine in\r +an attempt to rescue his\r +friend Han Solo from the\r +clutches of the vile gangster\r +Jabba the Hutt.\r +\r +Little does Luke know that the\r +GALACTIC EMPIRE has secretly\r +begun construction on a new\r +armored space station even\r +more powerful than the first\r +dreaded Death Star.\r +\r +When completed, this ultimate\r +weapon will spell certain doom\r +for the small band of rebels\r +struggling to restore freedom\r +to the galaxy..."""^^xsd:string ; + voc:planet , + , + , + , + ; + voc:releaseDate "1983-05-25"^^xsd:date ; + voc:starship , + , + , + , + , + , + , + , + , + , + , + ; + voc:vehicle , + , + , + , + , + , + , + . + + a voc:Film ; + rdfs:label "The Phantom Menace"^^xsd:string ; + voc:character , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + voc:desc "None"^^xsd:string ; + voc:director "George Lucas"^^xsd:string ; + voc:episodeId 1 ; + voc:openingCrawl """Turmoil has engulfed the\r +Galactic Republic. The taxation\r +of trade routes to outlying star\r +systems is in dispute.\r +\r +Hoping to resolve the matter\r +with a blockade of deadly\r +battleships, the greedy Trade\r +Federation has stopped all\r +shipping to the small planet\r +of Naboo.\r +\r +While the Congress of the\r +Republic endlessly debates\r +this alarming chain of events,\r +the Supreme Chancellor has\r +secretly dispatched two Jedi\r +Knights, the guardians of\r +peace and justice in the\r +galaxy, to settle the conflict...."""^^xsd:string ; + voc:planet , + , + ; + voc:releaseDate "1999-05-19"^^xsd:date ; + voc:starship , + , + , + , + ; + voc:vehicle , + , + , + , + , + , + . + + a voc:Film ; + rdfs:label "Attack of the Clones"^^xsd:string ; + voc:character , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + voc:desc "Star Wars: Episode II – Attack of the Clones is a 2002 American epic space opera film directed by George Lucas and written by Lucas and Jonathan Hales. It is the second installment of the Star Wars prequel trilogy, and stars Ewan McGregor, Natalie Portman, Hayden Christensen, Ian McDiarmid, Samuel L. Jackson, Christopher Lee, Temuera Morrison, Anthony Daniels, Kenny Baker and Frank Oz., \"Set ten years after the events in The Phantom Menace, the galaxy is on the brink of civil war. Led by a former Jedi named Count Dooku, thousands of planetary systems threaten to secede from the Galactic Republic. After Senator Padmé Amidala evades assassination, Jedi apprentice Anakin Skywalker becomes her protector, while his mentor Obi-Wan Kenobi investigates the attempt on Padmés life. Soon Anakin, Padmé and Obi-Wan witness the onset of a new threat to the galaxy, the Clone Wars.\", Development of Attack of the Clones began in March 2000, after the release of The Phantom Menace. By June 2000, Lucas and Hales completed a draft of the script and principal photography took place from June to September 2000. The film crew primarily shot at Fox Studios Australia in Sydney, Australia, with additional footage filmed in Tunisia, Spain and Italy. It was one of the first motion pictures shot completely on a high-definition digital 24-frame system., \"The film was released in the United States on May 16, 2002. Some critics hailed it as an improvement over The Phantom Menace, while others called it the worst entry of the franchise.56 The visual effects, costume design, musical score, action scenes and Ewan McGregor’s performance as Obi-Wan Kenobi were all praised, however the romance of Anakin and Padmé, the dialogue and the films long runtime were all criticized. The film was a financial success, making over $649 million worldwide; however, it also became the first Star Wars film to be outgrossed in its year of release, placing third domestically and fourth internationally. The film was released on VHS and DVD on November 12, 2002 and was later released on Blu-ray on September 16, 2011. Following Attack of the Clones, the third and final film of the prequel trilogy, Revenge of the Sith, premiered in 2005.\""^^xsd:string ; + voc:director "George Lucas"^^xsd:string ; + voc:episodeId 2 ; + voc:openingCrawl """There is unrest in the Galactic\r +Senate. Several thousand solar\r +systems have declared their\r +intentions to leave the Republic.\r +\r +This separatist movement,\r +under the leadership of the\r +mysterious Count Dooku, has\r +made it difficult for the limited\r +number of Jedi Knights to maintain \r +peace and order in the galaxy.\r +\r +Senator Amidala, the former\r +Queen of Naboo, is returning\r +to the Galactic Senate to vote\r +on the critical issue of creating\r +an ARMY OF THE REPUBLIC\r +to assist the overwhelmed\r +Jedi...."""^^xsd:string ; + voc:planet , + , + , + , + ; + voc:releaseDate "2002-05-16"^^xsd:date ; + voc:starship , + , + , + , + , + , + , + , + ; + voc:vehicle , + , + , + , + , + , + , + , + , + , + . + + a voc:Film ; + rdfs:label "Revenge of the Sith"^^xsd:string ; + voc:character , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + voc:desc "Star Wars: Episode III – Revenge of the Sith is a 2005 American epic space opera film written and directed by George Lucas. It is the sixth entry of the Star Wars film series and stars Ewan McGregor, Natalie Portman, Hayden Christensen, Ian McDiarmid, Samuel L. Jackson, Christopher Lee, Anthony Daniels, Kenny Baker, and Frank Oz. A sequel to The Phantom Menace (1999) and Attack of the Clones (2002), the film is the third and final installment of the Star Wars prequel trilogy., The film begins three years after the onset of the Clone Wars. The Jedi Knights are spread across the galaxy, leading a massive war against the Separatists. The Jedi Council dispatches Jedi Master Obi-Wan Kenobi to eliminate the notorious General Grievous, leader of the Separatist Army. Meanwhile, Jedi Knight Anakin Skywalker grows close to Palpatine, the Supreme Chancellor of the Galactic Republic and, unknown to the public, a Sith Lord. Their deepening friendship threatens the Jedi Order, the Republic, and Anakin himself., \"Lucas began writing the script before production of Attack of the Clones ended. Production of Revenge of the Sith started in September 2003, and filming took place in Australia with additional locations in Thailand, Switzerland, China, Italy and the United Kingdom. Revenge of the Sith premiered on May 15, 2005, at the Cannes Film Festival, then released worldwide on May 19, 2005. The film received generally positive reviews from critics, especially in contrast to the less positive reviews of the previous two prequels, including praise for its storyline, action scenes, John Williams musical score, visual effects, and performances from Ewan McGregor, Ian McDiarmid, Frank Oz, and Jimmy Smits. It is the final film in the Star Wars franchise to be distributed by 20th Century Fox before The Walt Disney Companys acquisition of Lucasfilm in 2012.\", Revenge of the Sith broke several box office records during its opening week and went on to earn over $848 million worldwide,4 making it, at the time, the third-highest-grossing film in the Star Wars franchise, unadjusted for inflation. It was the highest-grossing film of 2005 in the U.S. and the second-highest-grossing film of 2005 behind Harry Potter and the Goblet of Fire.4 The film also holds the record for the highest opening day gross on a Thursday, making $50,013,859.00.5 The Star Wars saga continued with the release of The Force Awakens, the first installment of the sequel trilogy, in 2015.67"^^xsd:string ; + voc:director "George Lucas"^^xsd:string ; + voc:episodeId 3 ; + voc:openingCrawl """War! The Republic is crumbling\r +under attacks by the ruthless\r +Sith Lord, Count Dooku.\r +There are heroes on both sides.\r +Evil is everywhere.\r +\r +In a stunning move, the\r +fiendish droid leader, General\r +Grievous, has swept into the\r +Republic capital and kidnapped\r +Chancellor Palpatine, leader of\r +the Galactic Senate.\r +\r +As the Separatist Droid Army\r +attempts to flee the besieged\r +capital with their valuable\r +hostage, two Jedi Knights lead a\r +desperate mission to rescue the\r +captive Chancellor...."""^^xsd:string ; + voc:planet , + , + , + , + , + , + , + , + , + , + , + , + ; + voc:releaseDate "2005-05-19"^^xsd:date ; + voc:starship , + , + , + , + , + , + , + , + , + , + , + ; + voc:vehicle , + , + , + , + , + , + , + , + , + , + , + , + . diff --git a/starwars-import-only/starwars_guide_import-only.json b/starwars-import-only/starwars_guide_import-only.json new file mode 100644 index 0000000..a39a202 --- /dev/null +++ b/starwars-import-only/starwars_guide_import-only.json @@ -0,0 +1,24 @@ +{ + "guideName": { + "en": "The Star Wars guide (import only)", + "fr": "⚒Le guide sur Star Wars (import uniquement)" + }, + "guideDescription": { + "en": "A basic guide showing repository creation, importing RDF from file, visual graph and some SPARQL queries.", + "fr": "⚒Un guide de base montrant la création de répertoire, l'importation de RDF à partir d'un fichier, un graphique visuel et certaines requêtes SPARQL." + }, + "guideLevel": 0, + "guideOrder": 5, + "options": { + "repositoryIdBase": "starwars" + }, + "steps": [ + { + "guideBlockName": "import-rdf-file", + "options": { + "resourcePath": "starwars", + "resourceFile": "starwars.ttl" + } + } + ] +} diff --git a/starwars-sparql-only/starwars.ttl b/starwars-sparql-only/starwars.ttl new file mode 100644 index 0000000..d222754 --- /dev/null +++ b/starwars-sparql-only/starwars.ttl @@ -0,0 +1,4383 @@ +@prefix rdf: . +@prefix rdfs: . +@prefix voc: . +@prefix xml: . +@prefix xsd: . + +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 . + + 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 . + + a voc:Planet ; + rdfs:label "Mustafar"^^xsd:string ; + voc:climate "hot"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 4200 ; + voc:film ; + 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 . + + 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 ; + 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 . + + a voc:Planet ; + rdfs:label "Mygeeto"^^xsd:string ; + voc:climate "frigid"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 10088 ; + voc:film ; + voc:gravity "1 standard"^^xsd:string ; + voc:orbitalPeriod 167 ; + voc:population 19000000 ; + voc:rotationPeriod 12 ; + voc:terrain "glaciers, mountains, ice canyons"^^xsd:string . + + a voc:Planet ; + rdfs:label "Felucia"^^xsd:string ; + voc:climate "hot, humid"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 9100 ; + voc:film ; + voc:gravity "0.75 standard"^^xsd:string ; + voc:orbitalPeriod 231 ; + voc:population 8500000 ; + voc:rotationPeriod 34 ; + voc:terrain "fungus forests"^^xsd:string . + + a voc:Planet ; + rdfs:label "Saleucami"^^xsd:string ; + voc:climate "hot"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 14920 ; + voc:film ; + voc:orbitalPeriod 392 ; + voc:population 1400000000 ; + voc:rotationPeriod 26 ; + voc:terrain "caves, desert, mountains, volcanoes"^^xsd:string . + + 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 ; + voc:terrain "grass"^^xsd:string . + + 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 ; + voc:rotationPeriod 24 ; + voc:terrain "cityscape"^^xsd:string . + + 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 ; + voc:rotationPeriod 26 ; + voc:surfaceWater 98 ; + voc:terrain "rocky islands, oceans"^^xsd:string . + + a voc:Planet ; + rdfs:label "Ord Mantell"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 14050 ; + voc:film ; + 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 . + + 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 ; + voc:gravity "1 standard"^^xsd:string ; + voc:orbitalPeriod 4818 ; + voc:population 1000 ; + voc:rotationPeriod 24 ; + voc:surfaceWater 8 ; + voc:terrain "jungle, rainforests"^^xsd:string . + + 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 ; + voc:rotationPeriod 20 ; + voc:terrain "deserts, mountains"^^xsd:string . + + 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 ; + voc:rotationPeriod 20 ; + voc:surfaceWater 40 ; + voc:terrain "plains, forests"^^xsd:string . + + 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 ; + voc:rotationPeriod 24 ; + voc:terrain "forests, deserts, savannas"^^xsd:string . + + 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 ; + 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 . + + 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 ; + voc:rotationPeriod 25 ; + voc:terrain "toxic cloudsea, plateaus, volcanoes"^^xsd:string . + + a voc:Planet ; + rdfs:label "Tholoth"^^xsd:string ; + voc:desc "None"^^xsd:string . + + a voc:Planet ; + rdfs:label "Serenno"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:resident ; + voc:terrain "rainforests, rivers, mountains"^^xsd:string . + + a voc:Planet ; + rdfs:label "Concord Dawn"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:resident ; + voc:terrain "jungles, forests, deserts"^^xsd:string . + + 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 ; + voc:terrain "deserts"^^xsd:string . + + 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 ; + 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 . + + 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 ; + 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 . + + a voc:Starship ; + rdfs:label "Republic Cruiser"^^xsd:string ; + voc:crew 9 ; + voc:desc "None"^^xsd:string ; + voc:film ; + 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 . + + 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 ; + 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 . + + a voc:Starship ; + rdfs:label "AA-9 Coruscant freighter"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:film ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + a voc:Vehicle ; + rdfs:label "Armored Assault Tank"^^xsd:string ; + voc:crew 4 ; + voc:desc "None"^^xsd:string ; + voc:film ; + 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 . + + a voc:Vehicle ; + rdfs:label "Single Trooper Aerial Platform"^^xsd:string ; + voc:cargoCapacity "none"^^xsd:integer ; + 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 ; + 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 . + + 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 ; + 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 . + + a voc:Vehicle ; + rdfs:label "LAAT/c"^^xsd:string ; + voc:cargoCapacity 40000 ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + 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 . + + 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 ; + 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 . + + a voc:Vehicle ; + rdfs:label "Geonosian starfighter"^^xsd:string ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + 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 . + + 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 ; + 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 . + + a voc:Vehicle ; + rdfs:label "Emergency Firespeeder"^^xsd:string ; + voc:crew 2 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:model "Fire suppression speeder"^^xsd:string ; + voc:vehicleClass "fire suppression ship"^^xsd:string . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + a voc:Vehicle ; + rdfs:label "Corporate Alliance tank droid"^^xsd:string ; + voc:cargoCapacity "none"^^xsd:integer ; + voc:consumables "none"^^xsd:string ; + voc:costInCredits 49000 ; + voc:crew 0 ; + voc:desc "None"^^xsd:string ; + voc:film ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:language "Aleena"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film ; + voc:language "besalisk"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "hazel"^^xsd:string ; + voc:film , + ; + voc:hairColor "black"^^xsd:string, + "blond"^^xsd:string, + "red"^^xsd:string, + "white"^^xsd:string ; + voc:language "Cerean"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film , + ; + voc:language "Chagria"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film , + ; + voc:language "Clawdite"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string, + "yellow"^^xsd:string ; + voc:film ; + voc:language "Dugese"^^xsd:string ; + voc:planet ; + 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 ; + 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 ; + voc:hairColor "black"^^xsd:string, + "brown"^^xsd:string, + "white"^^xsd:string ; + voc:language "Ewokese"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "green"^^xsd:string, + "hazel"^^xsd:string ; + voc:film , + ; + voc:language "Geonosian"^^xsd:string ; + voc:planet ; + 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 ; + 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 , + ; + voc:language "Huttese"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "orange"^^xsd:string ; + voc:film , + ; + voc:language "Iktotchese"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film ; + voc:language "Kaleesh"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string, + "silver"^^xsd:string ; + voc:film , + ; + voc:language "Kel Dor"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film ; + voc:language "Mon Calamarian"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film , + ; + voc:language "Muun"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film ; + voc:language "Nautila"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "pink"^^xsd:string, + "red"^^xsd:string ; + voc:film ; + voc:language "Neimoidia"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film ; + voc:language "Utapese"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film , + ; + voc:language "Quermian"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film ; + voc:language "Galactic Basic"^^xsd:string ; + voc:planet ; + voc:skinColor "blue"^^xsd:string, + "green"^^xsd:string . + +voc:Skakoan a voc:Species ; + rdfs:label "Skakoan" ; + rdfs:subClassOf voc:Mammal, + voc:Sentient ; + voc:character ; + voc:desc "None"^^xsd:string ; + voc:film , + ; + voc:language "Skakoan"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film ; + voc:language "Sullutese"^^xsd:string ; + voc:planet ; + voc:skinColor "pale"^^xsd:string . + +voc:Tholothian a voc:Species ; + rdfs:label "Tholothian" ; + rdfs:subClassOf voc:Mammal, + voc:Sentient ; + voc:character ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string, + "indigo"^^xsd:string ; + voc:film , + ; + voc:planet ; + 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 ; + 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 , + ; + voc:language "Togruti"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "orange"^^xsd:string ; + voc:film , + ; + voc:language "Tundan"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film , + ; + voc:language "Toydarian"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "orange"^^xsd:string, + "yellow"^^xsd:string ; + voc:film ; + voc:language "Dosh"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "colourless"^^xsd:string ; + voc:film ; + voc:language "Umbaran"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film ; + voc:language "vulpterish"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film ; + voc:language "Xextese"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "brown"^^xsd:string, + "green"^^xsd:string, + "yellow"^^xsd:string ; + voc:film , + , + , + , + ; + voc:hairColor "brown"^^xsd:string, + "white"^^xsd:string ; + voc:language "Galactic basic"^^xsd:string ; + voc:planet ; + voc:skinColor "green"^^xsd:string, + "yellow"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Quarsh Panaka"^^xsd:string ; + voc:birthYear "62BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "black"^^xsd:string ; + voc:height "183.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "dark"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Captain Phasma"^^xsd:string ; + voc:desc "\"Captain Phasma is a fictional character in the Star Wars franchise, portrayed by Gwendoline Christie. Introduced in Star Wars: The Force Awakens (2015), the first film in the Star Wars sequel trilogy, Phasma is the commander of the First Orders force of stormtroopers. Christie confirmed that the character would reappear in the next of the trilogys films, Star Wars: The Last Jedi. The character also made an additional appearance in Before the Awakening, an anthology book set before the events of The Force Awakens.\", \"J. J. Abrams created Phasma from an armor design originally developed for Kylo Ren and named her after the 1979 horror film Phantasm. The character was originally conceived as male before being changed to female. Phasma appeared prominently in promotion and marketing for The Force Awakens, but the characters ultimately minor role in the film was the subject of criticism. Nonetheless, merchandise featuring the character found success and her figure was the bestselling of all Force Awakens action figures on Amazon.co.uk.3\""^^xsd:string ; + voc:film ; + voc:gender "female"^^xsd:string ; + voc:homeworld . + + a voc:Planet ; + rdfs:label "Corellia"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 11000 ; + voc:gravity "1 standard"^^xsd:string ; + voc:orbitalPeriod 329 ; + voc:population 3000000000 ; + voc:resident , + ; + voc:rotationPeriod 25 ; + voc:surfaceWater 70 ; + voc:terrain "plains, urban, hills, forests"^^xsd:string . + + a voc:Planet ; + rdfs:label "Rodia"^^xsd:string ; + voc:climate "hot"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 7549 ; + voc:gravity "1 standard"^^xsd:string ; + voc:orbitalPeriod 305 ; + voc:population 1300000000 ; + voc:resident ; + voc:rotationPeriod 29 ; + voc:surfaceWater 60 ; + voc:terrain "jungles, oceans, urban, swamps"^^xsd:string . + + a voc:Planet ; + rdfs:label "Nal Hutta"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 12150 ; + voc:gravity "1 standard"^^xsd:string ; + voc:orbitalPeriod 413 ; + voc:population 7000000000 ; + voc:resident ; + voc:rotationPeriod 87 ; + voc:terrain "urban, oceans, swamps, bogs"^^xsd:string . + + a voc:Planet ; + rdfs:label "Trandosha"^^xsd:string ; + voc:climate "arid"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 0 ; + voc:gravity "0.62 standard"^^xsd:string ; + voc:orbitalPeriod 371 ; + voc:population 42000000 ; + voc:resident ; + voc:rotationPeriod 25 ; + voc:terrain "mountains, seas, grasslands, deserts"^^xsd:string . + + a voc:Planet ; + rdfs:label "Mon Cala"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 11030 ; + voc:gravity "1"^^xsd:string ; + voc:orbitalPeriod 398 ; + voc:population 27000000000 ; + voc:resident ; + voc:rotationPeriod 21 ; + voc:surfaceWater 100 ; + voc:terrain "oceans, reefs, islands"^^xsd:string . + + a voc:Planet ; + rdfs:label "Sullust"^^xsd:string ; + voc:climate "superheated"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 12780 ; + voc:gravity "1"^^xsd:string ; + voc:orbitalPeriod 263 ; + voc:population 18500000000 ; + voc:resident ; + voc:rotationPeriod 20 ; + voc:surfaceWater 5 ; + voc:terrain "mountains, volcanoes, rocky deserts"^^xsd:string . + + a voc:Planet ; + rdfs:label "Toydaria"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 7900 ; + voc:gravity "1"^^xsd:string ; + voc:orbitalPeriod 184 ; + voc:population 11000000 ; + voc:resident ; + voc:rotationPeriod 21 ; + voc:terrain "swamps, lakes"^^xsd:string . + + a voc:Planet ; + rdfs:label "Malastare"^^xsd:string ; + voc:climate "arid, temperate, tropical"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 18880 ; + voc:gravity "1.56"^^xsd:string ; + voc:orbitalPeriod 201 ; + voc:population 2000000000 ; + voc:resident ; + voc:rotationPeriod 26 ; + voc:terrain "swamps, deserts, jungles, mountains"^^xsd:string . + + a voc:Planet ; + rdfs:label "Aleen Minor"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:resident . + + a voc:Planet ; + rdfs:label "Vulpter"^^xsd:string ; + voc:climate "temperate, artic"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 14900 ; + voc:gravity "1"^^xsd:string ; + voc:orbitalPeriod 391 ; + voc:population 421000000 ; + voc:resident ; + voc:rotationPeriod 22 ; + voc:terrain "urban, barren"^^xsd:string . + + a voc:Planet ; + rdfs:label "Troiken"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:resident ; + voc:terrain "desert, tundra, rainforests, mountains"^^xsd:string . + + a voc:Planet ; + rdfs:label "Tund"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 12190 ; + voc:orbitalPeriod 1770 ; + voc:population 0 ; + voc:resident ; + voc:rotationPeriod 48 ; + voc:terrain "barren, ash"^^xsd:string . + + a voc:Planet ; + rdfs:label "Cerea"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:gravity "1"^^xsd:string ; + voc:orbitalPeriod 386 ; + voc:population 450000000 ; + voc:resident ; + voc:rotationPeriod 27 ; + voc:surfaceWater 20 ; + voc:terrain "verdant"^^xsd:string . + + a voc:Planet ; + rdfs:label "Glee Anselm"^^xsd:string ; + voc:climate "tropical, temperate"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 15600 ; + voc:gravity "1"^^xsd:string ; + voc:orbitalPeriod 206 ; + voc:population 500000000 ; + voc:resident ; + voc:rotationPeriod 33 ; + voc:surfaceWater 80 ; + voc:terrain "lakes, islands, swamps, seas"^^xsd:string . + + a voc:Planet ; + rdfs:label "Iridonia"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:orbitalPeriod 413 ; + voc:resident ; + voc:rotationPeriod 29 ; + voc:terrain "rocky canyons, acid pools"^^xsd:string . + + a voc:Planet ; + rdfs:label "Iktotch"^^xsd:string ; + voc:climate "arid, rocky, windy"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:gravity "1"^^xsd:string ; + voc:orbitalPeriod 481 ; + voc:resident ; + voc:rotationPeriod 22 ; + voc:terrain "rocky"^^xsd:string . + + a voc:Planet ; + rdfs:label "Quermia"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:resident . + + a voc:Planet ; + rdfs:label "Dorin"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 13400 ; + voc:gravity "1"^^xsd:string ; + voc:orbitalPeriod 409 ; + voc:resident ; + voc:rotationPeriod 22 . + + a voc:Planet ; + rdfs:label "Champala"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:gravity "1"^^xsd:string ; + voc:orbitalPeriod 318 ; + voc:population 3500000000 ; + voc:resident ; + voc:rotationPeriod 27 ; + voc:terrain "oceans, rainforests, plateaus"^^xsd:string . + + a voc:Planet ; + rdfs:label "Zolan"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:resident . + + a voc:Planet ; + rdfs:label "Ojom"^^xsd:string ; + voc:climate "frigid"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:population 500000000 ; + voc:resident ; + voc:surfaceWater 100 ; + voc:terrain "oceans, glaciers"^^xsd:string . + + a voc:Planet ; + rdfs:label "Skako"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:gravity "1"^^xsd:string ; + voc:orbitalPeriod 384 ; + voc:population 500000000000 ; + voc:resident ; + voc:rotationPeriod 27 ; + voc:terrain "urban, vines"^^xsd:string . + + a voc:Planet ; + rdfs:label "Muunilinst"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 13800 ; + voc:gravity "1"^^xsd:string ; + voc:orbitalPeriod 412 ; + voc:population 5000000000 ; + voc:resident ; + voc:rotationPeriod 28 ; + voc:surfaceWater 25 ; + voc:terrain "plains, forests, hills, mountains"^^xsd:string . + + a voc:Planet ; + rdfs:label "Shili"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:gravity "1"^^xsd:string ; + voc:resident ; + voc:terrain "cities, savannahs, seas, plains"^^xsd:string . + + a voc:Planet ; + rdfs:label "Kalee"^^xsd:string ; + voc:climate "arid, temperate, tropical"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 13850 ; + voc:gravity "1"^^xsd:string ; + voc:orbitalPeriod 378 ; + voc:population 4000000000 ; + voc:resident ; + voc:rotationPeriod 23 ; + voc:terrain "rainforests, cliffs, canyons, seas"^^xsd:string . + + a voc:Planet ; + rdfs:label "Bespin"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "Bespin is a fictional planet, a gas giant in Star Wars films and books. The planet was first seen in the 1980 feature film The Empire Strikes Back. Since its introduction, Bespin has gained more specific characteristics in the Star Wars expanded universe., \"In The Empire Strikes Back, Bespins floating city Cloud City hovers suspended by an anti-gravity pod.\""^^xsd:string ; + voc:diameter 118000 ; + voc:film ; + voc:gravity "1.5 (surface), 1 standard (Cloud City)"^^xsd:string ; + voc:orbitalPeriod 5110 ; + voc:population 6000000 ; + voc:resident ; + voc:rotationPeriod 12 ; + voc:surfaceWater 0 ; + voc:terrain "gas giant"^^xsd:string . + + a voc:Planet ; + rdfs:label "Umbara"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:resident . + + a voc:Starship ; + rdfs:label "TIE Advanced x1"^^xsd:string ; + voc:cargoCapacity 150 ; + voc:consumables "5 days"^^xsd:string ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:hyperdriveRating "1.0"^^xsd:float ; + voc:length "9.2"^^xsd:float ; + voc:manufacturer "Sienar Fleet Systems"^^xsd:string ; + voc:maxAtmospheringSpeed 1200 ; + voc:mglt 105 ; + voc:model "Twin Ion Engine Advanced x1"^^xsd:string ; + voc:passengers 0 ; + voc:pilot ; + voc:starshipClass "Starfighter"^^xsd:string . + + a voc:Starship ; + rdfs:label "Executor"^^xsd:string ; + voc:cargoCapacity 250000000 ; + voc:consumables "6 years"^^xsd:string ; + voc:costInCredits 1143350000 ; + voc:crew 279144 ; + voc:desc "An executor is someone who is responsible for executing, or following through on, an assigned task or duty. The feminine form, executrix, may sometimes be used. The role of an executor should not be confused with that of an executioner, a person who carries out a death sentence ordered by the state or other legal authority."^^xsd:string ; + voc:film , + ; + voc:hyperdriveRating "2.0"^^xsd:float ; + voc:length "19000.0"^^xsd:float ; + voc:manufacturer "Kuat Drive Yards, Fondor Shipyards"^^xsd:string ; + voc:mglt 40 ; + voc:model "Executor-class star dreadnought"^^xsd:string ; + voc:passengers 38000 ; + voc:starshipClass "Star dreadnought"^^xsd:string . + + a voc:Starship ; + rdfs:label "Rebel transport"^^xsd:string ; + voc:cargoCapacity 19000000 ; + voc:consumables "6 months"^^xsd:string ; + voc:crew 6 ; + voc:desc "None"^^xsd:string ; + voc:film , + ; + voc:hyperdriveRating "4.0"^^xsd:float ; + voc:length "90.0"^^xsd:float ; + voc:manufacturer "Gallofree Yards, Inc."^^xsd:string ; + voc:maxAtmospheringSpeed 650 ; + voc:mglt 20 ; + voc:model "GR-75 medium transport"^^xsd:string ; + voc:passengers 90 ; + voc:starshipClass "Medium transport"^^xsd:string . + + a voc:Starship ; + rdfs:label "EF76 Nebulon-B escort frigate"^^xsd:string ; + voc:cargoCapacity 6000000 ; + voc:consumables "2 years"^^xsd:string ; + voc:costInCredits 8500000 ; + voc:crew 854 ; + voc:desc "None"^^xsd:string ; + voc:film , + ; + voc:hyperdriveRating "2.0"^^xsd:float ; + voc:length "300.0"^^xsd:float ; + voc:manufacturer "Kuat Drive Yards"^^xsd:string ; + voc:maxAtmospheringSpeed 800 ; + voc:mglt 40 ; + voc:model "EF76 Nebulon-B escort frigate"^^xsd:string ; + voc:passengers 75 ; + voc:starshipClass "Escort ship"^^xsd:string . + + a voc:Starship ; + rdfs:label "A-wing"^^xsd:string ; + voc:cargoCapacity 40 ; + voc:consumables "1 week"^^xsd:string ; + voc:costInCredits 175000 ; + voc:crew 1 ; + voc:desc "A-wings are fictional starfighters in the Star Wars franchise. They first appear in Return of the Jedi (1983) and later in numerous Star Wars materials and productions. It gained popularity through its depiction in several video games, and since 1985 the A-wing has been merchandised by several companies."^^xsd:string ; + voc:film ; + voc:hyperdriveRating "1.0"^^xsd:float ; + voc:length "9.6"^^xsd:float ; + voc:manufacturer "Alliance Underground Engineering, Incom Corporation"^^xsd:string ; + voc:maxAtmospheringSpeed 1300 ; + voc:mglt 120 ; + voc:model "RZ-1 A-wing Interceptor"^^xsd:string ; + voc:passengers 0 ; + voc:pilot ; + voc:starshipClass "Starfighter"^^xsd:string . + + a voc:Starship ; + rdfs:label "Naboo Royal Starship"^^xsd:string ; + voc:crew 8 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:hyperdriveRating "1.8"^^xsd:float ; + voc:length "76.0"^^xsd:float ; + voc:manufacturer "Theed Palace Space Vessel Engineering Corps, Nubia Star Drives"^^xsd:string ; + voc:maxAtmospheringSpeed 920 ; + voc:model "J-type 327 Nubian royal starship"^^xsd:string ; + voc:pilot ; + voc:starshipClass "yacht"^^xsd:string . + + a voc:Starship ; + rdfs:label "Scimitar"^^xsd:string ; + voc:cargoCapacity 2500000 ; + voc:consumables "30 days"^^xsd:string ; + voc:costInCredits 55000000 ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:hyperdriveRating "1.5"^^xsd:float ; + voc:length "26.5"^^xsd:float ; + voc:manufacturer "Republic Sienar Systems"^^xsd:string ; + voc:maxAtmospheringSpeed 1180 ; + voc:model "Star Courier"^^xsd:string ; + voc:passengers 6 ; + voc:pilot ; + voc:starshipClass "Space Transport"^^xsd:string . + + a voc:Starship ; + rdfs:label "H-type Nubian yacht"^^xsd:string ; + voc:crew 4 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:hyperdriveRating "0.9"^^xsd:float ; + voc:length "47.9"^^xsd:float ; + voc:manufacturer "Theed Palace Space Vessel Engineering Corps"^^xsd:string ; + voc:maxAtmospheringSpeed 8000 ; + voc:model "H-type Nubian yacht"^^xsd:string ; + voc:pilot ; + voc:starshipClass "yacht"^^xsd:string . + + a voc:Starship ; + rdfs:label "T-70 X-wing fighter"^^xsd:string ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:manufacturer "Incom"^^xsd:string ; + voc:model "T-70 X-wing fighter"^^xsd:string ; + voc:pilot ; + voc:starshipClass "fighter"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "TIE bomber"^^xsd:string ; + voc:cargoCapacity "none"^^xsd:integer ; + voc:consumables "2 days"^^xsd:string ; + voc:crew 1 ; + voc:desc "TIE fighters are fictional starfighters in the Star Wars universe. Propelled by twin ion engines (hence the TIE acronym), TIE fighters are fast, agile, yet fragile starfighters produced by Sienar Fleet Systems for the Galactic Empire. TIE fighters and other TIE craft appear in Star Wars films, television shows, and throughout the Star Wars expanded universe. Several TIE fighter replicas and toys, as well as a TIE flight simulator, have been produced and sold by merchandise companies."^^xsd:string ; + voc:film , + ; + voc:length "7.8"^^xsd:float ; + voc:manufacturer "Sienar Fleet Systems"^^xsd:string ; + voc:maxAtmospheringSpeed 850 ; + voc:model "TIE/sa bomber"^^xsd:string ; + voc:passengers 0 ; + voc:vehicleClass "space/planetary bomber"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "AT-AT"^^xsd:string ; + voc:cargoCapacity 1000 ; + voc:crew 5 ; + 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 , + ; + voc:length "20.0"^^xsd:float ; + voc:manufacturer "Kuat Drive Yards, Imperial Department of Military Research"^^xsd:string ; + voc:maxAtmospheringSpeed 60 ; + voc:model "All Terrain Armored Transport"^^xsd:string ; + voc:passengers 40 ; + voc:vehicleClass "assault walker"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "Vulture Droid"^^xsd:string ; + voc:cargoCapacity 0 ; + voc:consumables "none"^^xsd:string ; + voc:crew 0 ; + voc:desc "None"^^xsd:string ; + voc:film , + ; + voc:length "3.5"^^xsd:float ; + voc:manufacturer "Haor Chall Engineering, Baktoid Armor Workshop"^^xsd:string ; + voc:maxAtmospheringSpeed 1200 ; + voc:model "Vulture-class droid starfighter"^^xsd:string ; + voc:passengers 0 ; + voc:vehicleClass "starfighter"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "Sand Crawler"^^xsd:string ; + voc:cargoCapacity 50000 ; + voc:consumables "2 months"^^xsd:string ; + voc:costInCredits 150000 ; + voc:crew 46 ; + voc:desc "None"^^xsd:string ; + voc:film , + ; + voc:length "36.8"^^xsd:float ; + voc:manufacturer "Corellia Mining Corporation"^^xsd:string ; + voc:maxAtmospheringSpeed 30 ; + voc:model "Digger Crawler"^^xsd:string ; + voc:passengers 30 ; + voc:vehicleClass "wheeled"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "Sith speeder"^^xsd:string ; + voc:cargoCapacity 2 ; + voc:costInCredits 4000 ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:length "1.5"^^xsd:float ; + voc:manufacturer "Razalon"^^xsd:string ; + voc:maxAtmospheringSpeed 180 ; + voc:model "FC-20 speeder bike"^^xsd:string ; + voc:passengers 0 ; + voc:pilot ; + voc:vehicleClass "speeder"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "Zephyr-G swoop bike"^^xsd:string ; + voc:cargoCapacity 200 ; + voc:consumables "none"^^xsd:string ; + voc:costInCredits 5750 ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:length "3.68"^^xsd:float ; + voc:manufacturer "Mobquet Swoops and Speeders"^^xsd:string ; + voc:maxAtmospheringSpeed 350 ; + voc:model "Zephyr-G swoop bike"^^xsd:string ; + voc:passengers 1 ; + voc:pilot ; + voc:vehicleClass "repulsorcraft"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "Koro-2 Exodrive airspeeder"^^xsd:string ; + voc:cargoCapacity 80 ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:length "6.6"^^xsd:float ; + voc:manufacturer "Desler Gizh Outworld Mobility Corporation"^^xsd:string ; + voc:maxAtmospheringSpeed 800 ; + voc:model "Koro-2 Exodrive airspeeder"^^xsd:string ; + voc:passengers 1 ; + voc:pilot ; + voc:vehicleClass "airspeeder"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "XJ-6 airspeeder"^^xsd:string ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:length "6.23"^^xsd:float ; + voc:manufacturer "Narglatch AirTech prefabricated kit"^^xsd:string ; + voc:maxAtmospheringSpeed 720 ; + voc:model "XJ-6 airspeeder"^^xsd:string ; + voc:passengers 1 ; + voc:pilot ; + voc:vehicleClass "airspeeder"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "LAAT/i"^^xsd:string ; + voc:cargoCapacity 170 ; + voc:crew 6 ; + voc:desc "None"^^xsd:string ; + voc:film , + ; + voc:length "17.4"^^xsd:float ; + voc:manufacturer "Rothana Heavy Engineering"^^xsd:string ; + voc:maxAtmospheringSpeed 620 ; + voc:model "Low Altitude Assault Transport/infrantry"^^xsd:string ; + voc:passengers 30 ; + voc:vehicleClass "gunship"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "AT-TE"^^xsd:string ; + voc:cargoCapacity 10000 ; + voc:consumables "21 days"^^xsd:string ; + voc:crew 6 ; + 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 , + ; + voc:length "13.2"^^xsd:float ; + voc:manufacturer "Rothana Heavy Engineering, Kuat Drive Yards"^^xsd:string ; + voc:maxAtmospheringSpeed 60 ; + voc:model "All Terrain Tactical Enforcer"^^xsd:string ; + voc:passengers 36 ; + voc:vehicleClass "walker"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "Flitknot speeder"^^xsd:string ; + voc:costInCredits 8000 ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:length "2.0"^^xsd:float ; + voc:manufacturer "Huppla Pasa Tisc Shipwrights Collective"^^xsd:string ; + voc:maxAtmospheringSpeed 634 ; + voc:model "Flitknot speeder"^^xsd:string ; + voc:passengers 0 ; + voc:pilot ; + voc:vehicleClass "speeder"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "Neimoidian shuttle"^^xsd:string ; + voc:cargoCapacity 1000 ; + voc:consumables "7 days"^^xsd:string ; + voc:crew 2 ; + voc:desc "None"^^xsd:string ; + voc:film , + ; + voc:length "20.0"^^xsd:float ; + voc:manufacturer "Haor Chall Engineering"^^xsd:string ; + voc:maxAtmospheringSpeed 880 ; + voc:model "Sheathipede-class transport shuttle"^^xsd:string ; + voc:passengers 6 ; + voc:vehicleClass "transport"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "Tsmeu-6 personal wheel bike"^^xsd:string ; + voc:cargoCapacity 10 ; + voc:consumables "none"^^xsd:string ; + voc:costInCredits 15000 ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:length "3.5"^^xsd:float ; + voc:manufacturer "Z-Gomot Ternbuell Guppat Corporation"^^xsd:string ; + voc:maxAtmospheringSpeed 330 ; + voc:model "Tsmeu-6 personal wheel bike"^^xsd:string ; + voc:passengers 1 ; + voc:pilot ; + voc:vehicleClass "wheeled walker"^^xsd:string . + +voc:Kaminoan a voc:Species ; + rdfs:label "Kaminoan" ; + rdfs:subClassOf voc:Amphibian, + voc:Sentient ; + voc:averageHeight "220.0"^^xsd:float ; + voc:averageLifespan "80"^^xsd:string ; + voc:character , + ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film ; + voc:language "Kaminoan"^^xsd:string ; + voc:planet ; + voc:skinColor "blue"^^xsd:string, + "grey"^^xsd:string . + +voc:Mirialan a voc:Species ; + rdfs:label "Mirialan" ; + rdfs:subClassOf voc:Mammal, + voc:Sentient ; + voc:averageHeight "180.0"^^xsd:float ; + voc:character , + ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string, + "brown"^^xsd:string, + "green"^^xsd:string, + "orange"^^xsd:string, + "red"^^xsd:string, + "yellow"^^xsd:string ; + voc:film , + ; + voc:hairColor "black"^^xsd:string, + "brown"^^xsd:string ; + voc:language "Mirialan"^^xsd:string ; + voc:planet ; + voc:skinColor "green"^^xsd:string, + "yellow"^^xsd:string . + +voc:Twilek a voc:Species ; + rdfs:label "Twilek" ; + rdfs:subClassOf voc:Mammal, + voc:Sentient ; + voc:averageHeight "200.0"^^xsd:float ; + voc:character , + ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string, + "brown"^^xsd:string, + "orange"^^xsd:string, + "pink"^^xsd:string ; + voc:film , + , + , + ; + voc:language "Twi'leki"^^xsd:string ; + voc:planet ; + voc:skinColor "blue"^^xsd:string, + "green"^^xsd:string, + "orange"^^xsd:string, + "pink"^^xsd:string, + "purple"^^xsd:string, + "tan"^^xsd:string, + "yellow"^^xsd:string . + +voc:Wookiee a voc:Species ; + rdfs:label "Wookiee" ; + rdfs:subClassOf voc:Mammal, + voc:Sentient ; + voc:averageHeight "210.0"^^xsd:float ; + voc:averageLifespan "400"^^xsd:string ; + voc:character , + ; + voc:desc "Wookiees (/ˈwʊkiːz/) are a fictional species of intelligent bipeds from the planet Kashyyyk in the Star Wars universe. They are taller, stronger, and hairier than humans and most (if not all) other humanoid species. The most notable Wookiee is Chewbacca, the copilot of Han Solo, who first appeared in the 1977 film Star Wars Episode IV: A New Hope."^^xsd:string ; + voc:eyeColor "blue"^^xsd:string, + "brown"^^xsd:string, + "golden"^^xsd:string, + "green"^^xsd:string, + "red"^^xsd:string, + "yellow"^^xsd:string ; + voc:film , + , + , + , + ; + voc:hairColor "black"^^xsd:string, + "brown"^^xsd:string ; + voc:language "Shyriiwook"^^xsd:string ; + voc:planet ; + voc:skinColor "gray"^^xsd:string . + +voc:Zabrak a voc:Species ; + rdfs:label "Zabrak" ; + rdfs:subClassOf voc:Mammal, + voc:Sentient ; + voc:averageHeight "180.0"^^xsd:float ; + voc:character , + ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "brown"^^xsd:string, + "orange"^^xsd:string ; + voc:film ; + voc:hairColor "black"^^xsd:string ; + voc:language "Zabraki"^^xsd:string ; + voc:planet ; + voc:skinColor "brown"^^xsd:string, + "orange"^^xsd:string, + "pale"^^xsd:string, + "red"^^xsd:string, + "yellow"^^xsd:string . + + a voc:Aleena, + voc:Character ; + rdfs:label "Ratts Tyerell"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "79.0"^^xsd:float ; + voc:homeworld ; + voc:mass 15.0 ; + voc:skinColor "grey, blue"^^xsd:string . + + a voc:Besalisk, + voc:Character ; + rdfs:label "Dexter Jettster"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "198.0"^^xsd:float ; + voc:homeworld ; + voc:mass 102.0 ; + voc:skinColor "brown"^^xsd:string . + + a voc:Character, + voc:Droid ; + rdfs:label "IG-88"^^xsd:string ; + voc:birthYear "15BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "red"^^xsd:string ; + voc:film ; + voc:gender "none"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "200.0"^^xsd:float ; + voc:homeworld ; + voc:mass 140.0 ; + voc:skinColor "metal"^^xsd:string . + + a voc:Character, + voc:Droid ; + rdfs:label "R4-P17"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "red, blue"^^xsd:string ; + voc:film , + ; + voc:gender "female"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "96.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "silver, red"^^xsd:string . + + a voc:Character, + voc:Droid ; + rdfs:label "R5-D4"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "red"^^xsd:string ; + voc:film ; + voc:height "97.0"^^xsd:float ; + voc:homeworld ; + voc:mass 32.0 ; + voc:skinColor "white, red"^^xsd:string . + + a voc:Character, + voc:Droid ; + rdfs:label "BB8"^^xsd:string ; + voc:desc "BB-8 (or Beebee-Ate) is a droid character in the Star Wars franchise, first appearing in the 2015 film Star Wars: The Force Awakens. Spherical with a free-moving domed head, BB-8 is portrayed by both a rod puppet and a remote-controlled robotic unit."^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film ; + voc:gender "none"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:homeworld ; + voc:skinColor "none"^^xsd:string . + + a voc:Character, + voc:Dug ; + rdfs:label "Sebulba"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "orange"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "112.0"^^xsd:float ; + voc:homeworld ; + voc:mass 40.0 ; + voc:skinColor "grey, red"^^xsd:string . + + a voc:Character, + voc:Ewok ; + rdfs:label "Wicket Systri Warrick"^^xsd:string ; + voc:birthYear "8BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "88.0"^^xsd:float ; + voc:homeworld ; + voc:mass 20.0 ; + voc:skinColor "brown"^^xsd:string . + + a voc:Character, + voc:Gungan ; + rdfs:label "Roos Tarpals"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "orange"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "224.0"^^xsd:float ; + voc:homeworld ; + voc:mass 82.0 ; + voc:skinColor "grey"^^xsd:string . + + a voc:Character, + voc:Gungan ; + rdfs:label "Rugor Nass"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "orange"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "206.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "green"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Lobot"^^xsd:string ; + voc:birthYear "37BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "175.0"^^xsd:float ; + voc:homeworld ; + voc:mass 79.0 ; + voc:skinColor "light"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Mon Mothma"^^xsd:string ; + voc:birthYear "48BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film ; + voc:gender "female"^^xsd:string ; + voc:hairColor "auburn"^^xsd:string ; + voc:height "150.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "fair"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Finis Valorum"^^xsd:string ; + voc:birthYear "91BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "blond"^^xsd:string ; + voc:height "170.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "fair"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Ric Olié"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "183.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "fair"^^xsd:string ; + voc:starship . + + a voc:Character, + voc:Human ; + rdfs:label "Cordé"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film ; + voc:gender "female"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "157.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "light"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Cliegg Lars"^^xsd:string ; + voc:birthYear "82BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "183.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "fair"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Dormé"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film ; + voc:gender "female"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "165.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "light"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Jango Fett"^^xsd:string ; + voc:birthYear "66BBY"^^xsd:string ; + voc:desc "Jango Fett is a fictional character in the Star Wars franchise, created by George Lucas. He made his debut in the 2002 film Star Wars: Episode II – Attack of the Clones, where he was portrayed by actor Temuera Morrison., In the context of the Star Wars universe, Jango Fett was regarded as the best mercenary in the galaxy during the final years of the Republic. A naturally skilled warrior, he was eventually chosen to serve as the genetic template for the Clone Army of the Galactic Republic. These clone soldiers were genetically modified to be predisposed toward unquestioning obedience to the chain of command, unlike their highly independent progenitor. Jango was also the \"father\" of unaltered clone Boba Fett, which he requested as part of his contract with the Kaminoans."^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "black"^^xsd:string ; + voc:height "183.0"^^xsd:float ; + voc:homeworld ; + voc:mass 79.0 ; + voc:skinColor "tan"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Jocasta Nu"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film ; + voc:gender "female"^^xsd:string ; + voc:hairColor "white"^^xsd:string ; + voc:height "167.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "fair"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Finn"^^xsd:string ; + voc:desc "Finn, designation number FN-2187, is a fictional character in the Star Wars franchise. He first appeared in the 2015 film Star Wars: The Force Awakens in which he is a stormtrooper for the First Order who flees and turns against it after being shocked by their cruelty in his first combat mission. He is played by British actor John Boyega, who will reprise the role in Star Wars: The Last Jedi."^^xsd:string ; + voc:eyeColor "dark"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "black"^^xsd:string ; + voc:homeworld ; + voc:skinColor "dark"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Rey"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "hazel"^^xsd:string ; + voc:film ; + voc:gender "female"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:homeworld ; + voc:skinColor "light"^^xsd:string . + + a voc:Character, + voc:Kaminoan ; + rdfs:label "Lama Su"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "229.0"^^xsd:float ; + voc:homeworld ; + voc:mass 88.0 ; + voc:skinColor "grey"^^xsd:string . + + a voc:Character, + voc:Kaminoan ; + rdfs:label "Taun We"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film ; + voc:gender "female"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "213.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "grey"^^xsd:string . + + a voc:Character, + voc:Mirialan ; + rdfs:label "Barriss Offee"^^xsd:string ; + voc:birthYear "40BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film ; + voc:gender "female"^^xsd:string ; + voc:hairColor "black"^^xsd:string ; + voc:height "166.0"^^xsd:float ; + voc:homeworld ; + voc:mass 50.0 ; + voc:skinColor "yellow"^^xsd:string . + + a voc:Character, + voc:Muun ; + rdfs:label "San Hill"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "gold"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "191.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "grey"^^xsd:string . + + a voc:Character, + voc:Pauan ; + rdfs:label "Tion Medon"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "206.0"^^xsd:float ; + voc:homeworld ; + voc:mass 80.0 ; + voc:skinColor "grey"^^xsd:string . + + a voc:Planet ; + rdfs:label "Geonosis"^^xsd:string ; + voc:climate "temperate, arid"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 11370 ; + voc:film ; + voc:gravity "0.9 standard"^^xsd:string ; + voc:orbitalPeriod 256 ; + voc:population 100000000000 ; + voc:resident ; + voc:rotationPeriod 30 ; + voc:surfaceWater 5 ; + voc:terrain "rock, desert, mountain, barren"^^xsd:string . + + a voc:Planet ; + rdfs:label "Utapau"^^xsd:string ; + voc:climate "temperate, arid, windy"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 12900 ; + voc:film ; + voc:gravity "1 standard"^^xsd:string ; + voc:orbitalPeriod 351 ; + voc:population 95000000 ; + voc:resident ; + voc:rotationPeriod 27 ; + voc:surfaceWater "0.9"^^xsd:integer ; + voc:terrain "scrublands, savanna, canyons, sinkholes"^^xsd:string . + + a voc:Planet ; + rdfs:label "Cato Neimoidia"^^xsd:string ; + voc:climate "temperate, moist"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 0 ; + voc:film ; + voc:gravity "1 standard"^^xsd:string ; + voc:orbitalPeriod 278 ; + voc:population 10000000 ; + voc:resident ; + voc:rotationPeriod 25 ; + voc:terrain "mountains, fields, forests, rock arches"^^xsd:string . + + a voc:Planet ; + rdfs:label "Ryloth"^^xsd:string ; + voc:climate "temperate, arid, subartic"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 10600 ; + voc:gravity "1"^^xsd:string ; + voc:orbitalPeriod 305 ; + voc:population 1500000000 ; + voc:resident , + ; + voc:rotationPeriod 30 ; + voc:surfaceWater 5 ; + voc:terrain "mountains, valleys, deserts, tundra"^^xsd:string . + + a voc:Planet ; + rdfs:label "Dagobah"^^xsd:string ; + voc:climate "murky"^^xsd:string ; + voc:desc "Dagobah is a star system in the Star Wars films The Empire Strikes Back and Return of the Jedi. It also appears in a deleted scene from Revenge of the Sith. Yoda went into exile on Dagobah after a lightsaber battle with Darth Sidious., The planet shown in Dagobah, in the Sluis sector, is a world of murky swamps, steaming bayous, and petrified forests, resembling Earth during the Carboniferous Period."^^xsd:string ; + voc:diameter 8900 ; + voc:film , + , + ; + voc:gravity "N/A"^^xsd:string ; + voc:orbitalPeriod 341 ; + voc:rotationPeriod 23 ; + voc:surfaceWater 8 ; + voc:terrain "swamp, jungles"^^xsd:string . + + a voc:Planet ; + rdfs:label "Mirial"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:resident , + ; + voc:terrain "deserts"^^xsd:string . + + a voc:Planet ; + rdfs:label "Endor"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "Endor is a planet in the Star Wars universe best known for its moon, known as the sanctuary moon, a forested world (moon) covered by giant trees."^^xsd:string ; + voc:diameter 4900 ; + voc:film ; + voc:gravity "0.85 standard"^^xsd:string ; + voc:orbitalPeriod 402 ; + voc:population 30000000 ; + voc:resident ; + voc:rotationPeriod 18 ; + voc:surfaceWater 8 ; + voc:terrain "forests, mountains, lakes"^^xsd:string . + + a voc:Character, + voc:Quermian ; + rdfs:label "Yarael Poof"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "264.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "white"^^xsd:string . + + a voc:Character, + voc:Skakoan ; + rdfs:label "Wat Tambor"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "193.0"^^xsd:float ; + voc:homeworld ; + voc:mass 48.0 ; + voc:skinColor "green, grey"^^xsd:string . + + a voc:Starship ; + rdfs:label "Y-wing"^^xsd:string ; + voc:cargoCapacity 110 ; + voc:consumables "1 week"^^xsd:string ; + voc:costInCredits 134999 ; + voc:crew 2 ; + voc:desc "\"The Y-wing is a fictional Galactic Republic, Rebel Alliance and New Republic starfighter in the Star Wars franchise. They appear in Star Wars Episode IV: A New Hope, Star Wars Episode V: The Empire Strikes Back, Star Wars Episode VI: Return of the Jedi, Rogue One, Clone Wars TV series, Star Wars Rebels TV series and the Star Wars expanded universes books, comics, and games.\""^^xsd:string ; + voc:film , + , + ; + voc:hyperdriveRating "1.0"^^xsd:float ; + voc:length "14.0"^^xsd:float ; + voc:manufacturer "Koensayr Manufacturing"^^xsd:string ; + voc:maxAtmospheringSpeed 1000 ; + voc:mglt 80 ; + voc:model "BTL Y-wing"^^xsd:string ; + voc:passengers 0 ; + voc:starshipClass "assault starfighter"^^xsd:string . + + a voc:Starship ; + rdfs:label "CR90 corvette"^^xsd:string ; + voc:cargoCapacity 3000000 ; + voc:consumables "1 year"^^xsd:string ; + voc:costInCredits 3500000 ; + voc:crew 165 ; + voc:desc "None"^^xsd:string ; + voc:film , + , + ; + voc:hyperdriveRating "2.0"^^xsd:float ; + voc:length "150.0"^^xsd:float ; + voc:manufacturer "Corellian Engineering Corporation"^^xsd:string ; + voc:maxAtmospheringSpeed 950 ; + voc:mglt 60 ; + voc:model "CR90 corvette"^^xsd:string ; + voc:passengers 600 ; + voc:starshipClass "corvette"^^xsd:string . + + a voc:Starship ; + rdfs:label "Slave 1"^^xsd:string ; + voc:cargoCapacity 70000 ; + voc:consumables "1 month"^^xsd:string ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film , + ; + voc:hyperdriveRating "3.0"^^xsd:float ; + voc:length "21.5"^^xsd:float ; + voc:manufacturer "Kuat Systems Engineering"^^xsd:string ; + voc:maxAtmospheringSpeed 1000 ; + voc:mglt 70 ; + voc:model "Firespray-31-class patrol and attack"^^xsd:string ; + voc:passengers 6 ; + voc:pilot ; + voc:starshipClass "Patrol craft"^^xsd:string . + + a voc:Starship ; + rdfs:label "Star Destroyer"^^xsd:string ; + voc:cargoCapacity 36000000 ; + voc:consumables "2 years"^^xsd:string ; + voc:costInCredits 150000000 ; + voc:crew 47060 ; + voc:desc "Star Destroyers are capital ships in the fictional Star Wars universe. The Imperial Star Destroyer, which first appears in the first seconds of Star Wars (1977), is \"the signature vessel of the Imperial fleet\".2 The term \"Star Destroyer\" also refers to other vessels in the franchise., Numerous Star Destroyer models and toys have been released, and the iconic scene featuring the vessel\\s first appearance has been called \"a milestone in special effects history\"."^^xsd:string ; + voc:film , + , + ; + voc:hyperdriveRating "2.0"^^xsd:float ; + voc:length "1600.0"^^xsd:float ; + voc:manufacturer "Kuat Drive Yards"^^xsd:string ; + voc:maxAtmospheringSpeed 975 ; + voc:mglt 60 ; + voc:model "Imperial I-class Star Destroyer"^^xsd:string ; + voc:passengers 0 ; + voc:starshipClass "Star Destroyer"^^xsd:string . + + a voc:Starship ; + rdfs:label "Droid control ship"^^xsd:string ; + voc:cargoCapacity 4000000000 ; + voc:consumables "500 days"^^xsd:string ; + voc:crew 175 ; + voc:desc "None"^^xsd:string ; + voc:film , + , + ; + voc:hyperdriveRating "2.0"^^xsd:float ; + voc:length "3170.0"^^xsd:float ; + voc:manufacturer "Hoersch-Kessel Drive, Inc."^^xsd:string ; + voc:model "Lucrehulk-class Droid Control Ship"^^xsd:string ; + voc:passengers 139000 ; + voc:starshipClass "Droid control ship"^^xsd:string . + + a voc:Starship ; + rdfs:label "Trade Federation cruiser"^^xsd:string ; + voc:cargoCapacity 50000000 ; + voc:consumables "4 years"^^xsd:string ; + voc:costInCredits 125000000 ; + voc:crew 600 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:hyperdriveRating "1.5"^^xsd:float ; + voc:length "1088.0"^^xsd:float ; + voc:manufacturer "Rendili StarDrive, Free Dac Volunteers Engineering corps."^^xsd:string ; + voc:maxAtmospheringSpeed 1050 ; + voc:model "Providence-class carrier/destroyer"^^xsd:string ; + voc:passengers 48247 ; + voc:pilot , + ; + voc:starshipClass "capital ship"^^xsd:string . + + a voc:Starship ; + rdfs:label "Naboo star skiff"^^xsd:string ; + voc:crew 3 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:hyperdriveRating "0.5"^^xsd:float ; + voc:length "29.2"^^xsd:float ; + voc:manufacturer "Theed Palace Space Vessel Engineering Corps/Nubia Star Drives, Incorporated"^^xsd:string ; + voc:maxAtmospheringSpeed 1050 ; + voc:model "J-type star skiff"^^xsd:string ; + voc:passengers 3 ; + voc:pilot , + ; + voc:starshipClass "yacht"^^xsd:string . + + a voc:Starship ; + rdfs:label "Jedi Interceptor"^^xsd:string ; + voc:cargoCapacity 60 ; + voc:consumables "2 days"^^xsd:string ; + voc:costInCredits 320000 ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:hyperdriveRating "1.0"^^xsd:float ; + voc:length "5.47"^^xsd:float ; + voc:manufacturer "Kuat Systems Engineering"^^xsd:string ; + voc:maxAtmospheringSpeed 1500 ; + voc:model "Eta-2 Actis-class light interceptor"^^xsd:string ; + voc:passengers 0 ; + voc:pilot , + ; + voc:starshipClass "starfighter"^^xsd:string . + + a voc:Starship ; + rdfs:label "Belbullab-22 starfighter"^^xsd:string ; + voc:cargoCapacity 140 ; + voc:consumables "7 days"^^xsd:string ; + voc:costInCredits 168000 ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:hyperdriveRating "6.0"^^xsd:float ; + voc:length "6.71"^^xsd:float ; + voc:manufacturer "Feethan Ottraw Scalable Assemblies"^^xsd:string ; + voc:maxAtmospheringSpeed 1100 ; + voc:model "Belbullab-22 starfighter"^^xsd:string ; + voc:passengers 0 ; + voc:pilot , + ; + voc:starshipClass "starfighter"^^xsd:string . + + a voc:Character, + voc:Toong ; + rdfs:label "Ben Quadinaros"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "orange"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "163.0"^^xsd:float ; + voc:homeworld ; + voc:mass 65.0 ; + voc:skinColor "grey, green, yellow"^^xsd:string . + + a voc:Character, + voc:Trandoshan ; + rdfs:label "Bossk"^^xsd:string ; + voc:birthYear "53BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "red"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "190.0"^^xsd:float ; + voc:homeworld ; + voc:mass 113.0 ; + voc:skinColor "green"^^xsd:string . + + a voc:Character, + voc:Twilek ; + rdfs:label "Bib Fortuna"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "pink"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "180.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "pale"^^xsd:string . + + a voc:Character, + voc:Umbaran ; + rdfs:label "Sly Moore"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "white"^^xsd:string ; + voc:film , + ; + voc:gender "female"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "178.0"^^xsd:float ; + voc:homeworld ; + voc:mass 48.0 ; + voc:skinColor "pale"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "Snowspeeder"^^xsd:string ; + voc:cargoCapacity 10 ; + voc:consumables "none"^^xsd:string ; + voc:crew 2 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:length "4.5"^^xsd:float ; + voc:manufacturer "Incom corporation"^^xsd:string ; + voc:maxAtmospheringSpeed 650 ; + voc:model "t-47 airspeeder"^^xsd:string ; + voc:passengers 0 ; + voc:pilot , + ; + voc:vehicleClass "airspeeder"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "AT-ST"^^xsd:string ; + voc:cargoCapacity 200 ; + voc:consumables "none"^^xsd:string ; + voc:crew 2 ; + 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 , + ; + voc:length "2.0"^^xsd:float ; + voc:manufacturer "Kuat Drive Yards, Imperial Department of Military Research"^^xsd:string ; + voc:maxAtmospheringSpeed 90 ; + voc:model "All Terrain Scout Transport"^^xsd:string ; + voc:passengers 0 ; + voc:pilot ; + voc:vehicleClass "walker"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "Imperial Speeder Bike"^^xsd:string ; + voc:cargoCapacity 4 ; + voc:consumables "1 day"^^xsd:string ; + voc:costInCredits 8000 ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:length "3.0"^^xsd:float ; + voc:manufacturer "Aratech Repulsor Company"^^xsd:string ; + voc:maxAtmospheringSpeed 360 ; + voc:model "74-Z speeder bike"^^xsd:string ; + voc:passengers 1 ; + voc:pilot , + ; + voc:vehicleClass "speeder"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "Tribubble bongo"^^xsd:string ; + voc:cargoCapacity 1600 ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:length "15.0"^^xsd:float ; + voc:manufacturer "Otoh Gunga Bongameken Cooperative"^^xsd:string ; + voc:maxAtmospheringSpeed 85 ; + voc:model "Tribubble bongo"^^xsd:string ; + voc:passengers 2 ; + voc:pilot , + ; + voc:vehicleClass "submarine"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "TIE/LN starfighter"^^xsd:string ; + voc:cargoCapacity 65 ; + voc:consumables "2 days"^^xsd:string ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film , + , + ; + voc:length "6.4"^^xsd:float ; + voc:manufacturer "Sienar Fleet Systems"^^xsd:string ; + voc:maxAtmospheringSpeed 1200 ; + voc:model "Twin Ion Engine/Ln Starfighter"^^xsd:string ; + voc:passengers 0 ; + voc:vehicleClass "starfighter"^^xsd:string . + + a voc:Character, + voc:Vulptereen ; + rdfs:label "Dud Bolt"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "94.0"^^xsd:float ; + voc:homeworld ; + voc:mass 45.0 ; + voc:skinColor "blue, grey"^^xsd:string . + + a voc:Character, + voc:Wookiee ; + rdfs:label "Tarfful"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "234.0"^^xsd:float ; + voc:homeworld ; + voc:mass 136.0 ; + voc:skinColor "brown"^^xsd:string . + + a voc:Character, + voc:Xexto ; + rdfs:label "Gasgano"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "122.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "white, blue"^^xsd:string . + +voc:Gungan a voc:Species ; + rdfs:label "Gungan" ; + rdfs:subClassOf voc:Amphibian, + voc:Sentient ; + voc:averageHeight "190.0"^^xsd:float ; + voc:character , + , + ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "orange"^^xsd:string ; + voc:film , + ; + voc:language "Gungan basic"^^xsd:string ; + voc:planet ; + voc:skinColor "brown"^^xsd:string, + "green"^^xsd:string . + + a voc:Chagrian, + voc:Character ; + rdfs:label "Mas Amedda"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "196.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "blue"^^xsd:string . + + a voc:Character, + voc:Clawdite ; + rdfs:label "Zam Wesell"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film ; + voc:gender "female"^^xsd:string ; + voc:hairColor "blonde"^^xsd:string ; + voc:height "168.0"^^xsd:float ; + voc:homeworld ; + voc:mass 55.0 ; + voc:skinColor "fair, green, yellow"^^xsd:string ; + voc:vehicle . + + a voc:Character, + voc:Geonosian ; + rdfs:label "Poggle the Lesser"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "183.0"^^xsd:float ; + voc:homeworld ; + voc:mass 80.0 ; + voc:skinColor "green"^^xsd:string . + + a voc:Character, + voc:Gungan ; + rdfs:label "Jar Jar Binks"^^xsd:string ; + voc:birthYear "52BBY"^^xsd:string ; + voc:desc "Jar Jar Binks is a fictional character from the Star Wars saga created by George Lucas. A major character in Star Wars: Episode I – The Phantom Menace, he also has a smaller role in Episode II: Attack of the Clones, and a one-line cameo in Episode III: Revenge of the Sith, as well as a role in the television series Star Wars: The Clone Wars. The first lead computer generated character of the franchise, he has been portrayed by Ahmed Best in most of his appearances., \"Jar Jars primary role in Episode I was to provide comic relief for the audience. Upon the movies release, he was met with an overwhelmingly negative reception from both critics and audiences, and is today considered one of the most hated characters in the history of film.12\""^^xsd:string ; + voc:eyeColor "orange"^^xsd:string ; + voc:film , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "196.0"^^xsd:float ; + voc:homeworld ; + voc:mass 66.0 ; + voc:skinColor "orange"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Wilhuff Tarkin"^^xsd:string ; + voc:birthYear "64BBY"^^xsd:string ; + voc:desc "Governor Wilhuff \"Grand Moff\" Tarkin, is a fictional character in the Star Wars franchise, first portrayed by Peter Cushing in the 1977 film Star Wars. He is the commander of the Death Star, the Galactic Empire\\s dwarf planet-sized super weapon. The character has been called \"one of the most formidable villains in Star Wars history.\"1"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "auburn, grey"^^xsd:string ; + voc:height "180.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "fair"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Jek Tono Porkins"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "180.0"^^xsd:float ; + voc:homeworld ; + voc:mass 110.0 ; + voc:skinColor "fair"^^xsd:string ; + voc:starship . + + a voc:Character, + voc:Human ; + rdfs:label "Arvel Crynyd"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:homeworld ; + voc:skinColor "fair"^^xsd:string ; + voc:starship . + + a voc:Character, + voc:Human ; + rdfs:label "Qui-Gon Jinn"^^xsd:string ; + voc:birthYear "92BBY"^^xsd:string ; + voc:desc "Qui-Gon Jinn is a fictional character in the Star Wars franchise, portrayed by Liam Neeson as the main protagonist of the 1999 film Star Wars: Episode I – The Phantom Menace."^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "193.0"^^xsd:float ; + voc:homeworld ; + voc:mass 89.0 ; + voc:skinColor "fair"^^xsd:string ; + voc:vehicle . + + a voc:Character, + voc:Human ; + rdfs:label "Shmi Skywalker"^^xsd:string ; + voc:birthYear "72BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film , + ; + voc:gender "female"^^xsd:string ; + voc:hairColor "black"^^xsd:string ; + voc:height "163.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "fair"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Gregar Typho"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "black"^^xsd:string ; + voc:height "185.0"^^xsd:float ; + voc:homeworld ; + voc:mass 85.0 ; + voc:skinColor "dark"^^xsd:string ; + voc:starship . + + a voc:Character, + voc:Human ; + rdfs:label "Bail Prestor Organa"^^xsd:string ; + voc:birthYear "67BBY"^^xsd:string ; + voc:desc "Senator Bail Prestor Organa of Alderaan, is a fictional character in the Star Wars franchise, portrayed by actor Jimmy Smits in Attack of the Clones (2002), Revenge of the Sith (2005), and Rogue One (2016). He is the senator from the planet Alderaan, one of the founding members of the Rebel Alliance, and the adoptive father of Leia Organa, a main character in the franchise."^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "black"^^xsd:string ; + voc:height "191.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "tan"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Raymus Antilles"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "188.0"^^xsd:float ; + voc:homeworld ; + voc:mass 79.0 ; + voc:skinColor "light"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Poe Dameron"^^xsd:string ; + voc:desc "\"Poe Dameron is a fictional character in the Star Wars franchise. Introduced in the 2015 film Star Wars: The Force Awakens, he is portrayed by Oscar Isaac. Poe is an X-wing fighter pilot for the Resistance who inadvertently brings renegade stormtrooper Finn (John Boyega) and Jakku scavenger Rey (Daisy Ridley) into the fight against—and eventually a victory over—the sinister First Order. He is featured in The Force Awakens media and merchandising as well as an eponymous comic book series, and will appear in the films forthcoming sequel, Star Wars: The Last Jedi. Isaac and the character have received positive reviews, with Poe being compared to the characterization of Han Solo (Harrison Ford) in the original Star Wars film trilogy.\""^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:homeworld ; + voc:skinColor "light"^^xsd:string ; + voc:starship . + + a voc:Character, + voc:Human ; + rdfs:label "Biggs Darklighter"^^xsd:string ; + voc:birthYear "24BBY"^^xsd:string ; + voc:desc "Rogue Squadron is a starfighter squadron in the Star Wars franchise. Many surviving members of Red Squadron, the X-wing attack force that Luke Skywalker joins during the Battle of Yavin in Star Wars Episode IV: A New Hope (1977), later join Rogue Squadron. The squadron appears in The Empire Strikes Back (1980) as Rogue Group. In the 2016 film Rogue One, Rebel fighters on a suicide mission to steal the plans for the Death Star self-identify as \"Rogue One\", a possible precursor to Rogue Squadron.1, Rogue Squadron is prominently featured in the comic book series Star Wars: X-wing, the ten-volume novel series Star Wars: X-wing, and the video game series Star Wars: Rogue Squadron. The unit is depicted as consisting of \"the best pilots and the best fighters\".2"^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "black"^^xsd:string ; + voc:height "183.0"^^xsd:float ; + voc:homeworld ; + voc:mass 84.0 ; + voc:skinColor "light"^^xsd:string ; + voc:starship . + + a voc:Character, + voc:Iktotchi ; + rdfs:label "Saesee Tiin"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "orange"^^xsd:string ; + voc:film , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "188.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "pale"^^xsd:string . + + a voc:Character, + voc:Mirialan ; + rdfs:label "Luminara Unduli"^^xsd:string ; + voc:birthYear "58BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film , + ; + voc:gender "female"^^xsd:string ; + voc:hairColor "black"^^xsd:string ; + voc:height "170.0"^^xsd:float ; + voc:homeworld ; + voc:mass 56.2 ; + voc:skinColor "yellow"^^xsd:string . + + a voc:Character, + voc:Moncalamari ; + rdfs:label "Ackbar"^^xsd:string ; + voc:birthYear "41BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "orange"^^xsd:string ; + voc:film , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "180.0"^^xsd:float ; + voc:homeworld ; + voc:mass 83.0 ; + voc:skinColor "brown mottle"^^xsd:string . + + a voc:Planet ; + rdfs:label "Kashyyyk"^^xsd:string ; + voc:climate "tropical"^^xsd:string ; + voc:desc "Kashyyyk (/kəˈʃiːk/ ka-SHEEK, /ˈkæʃɪk/ KASH-ik or /ˌkæˈʃiː.aɪk/ ka-SHEE-ike), also known as Wookiee Planet C, is a fictional planet in the Star Wars universe. It is the tropical, forested home world of the Wookiees. According to interviews given by Star Wars creator George Lucas, the home of the Wookiees was originally intended to be the forest moon of Endor which plays a key role in the plot of the sixth film of the series, Return of the Jedi.1 However, Lucas decided that since the Wookiee Chewbacca was clearly proficient with advanced technology (i.e. he was pilot and mechanic of the spaceship the Millennium Falcon and he repaired the damaged droid C-3PO), it would be confusing to show the Wookiees with a primitive, \"stone age\" culture on Endor. The Ewoks were created instead to populate the moon and to help fight the Imperial garrison stationed there.2 Kashyyyk made appearances in the Star Wars Holiday Special and Star Wars: Episode III – Revenge of the Sith."^^xsd:string ; + voc:diameter 12765 ; + voc:film ; + voc:gravity "1 standard"^^xsd:string ; + voc:orbitalPeriod 381 ; + voc:population 45000000 ; + voc:resident , + ; + voc:rotationPeriod 26 ; + voc:surfaceWater 60 ; + voc:terrain "jungle, forests, lakes, rivers"^^xsd:string . + + a voc:Character, + voc:Rodian ; + rdfs:label "Greedo"^^xsd:string ; + voc:birthYear "44BBY"^^xsd:string ; + voc:desc "Greedo (or Greedo the Young) is a fictional character from the Star Wars franchise. He is portrayed by Paul Blake as well as Maria De Aragon in some close-in pickup shots in Star Wars (1977). The character is part of a fan controversy known as \"Han shot first\"."^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:height "173.0"^^xsd:float ; + voc:homeworld ; + voc:mass 74.0 ; + voc:skinColor "green"^^xsd:string . + + a voc:Starship ; + rdfs:label "Jedi starfighter"^^xsd:string ; + voc:cargoCapacity 60 ; + voc:consumables "7 days"^^xsd:string ; + voc:costInCredits 180000 ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film , + ; + voc:hyperdriveRating "1.0"^^xsd:float ; + voc:length "8.0"^^xsd:float ; + voc:manufacturer "Kuat Systems Engineering"^^xsd:string ; + voc:maxAtmospheringSpeed 1150 ; + voc:model "Delta-7 Aethersprite-class interceptor"^^xsd:string ; + voc:passengers 0 ; + voc:pilot , + ; + voc:starshipClass "Starfighter"^^xsd:string . + + a voc:Character, + voc:Sullustan ; + rdfs:label "Nien Nunb"^^xsd:string ; + voc:desc "Nien Nunb is a fictional character in the Star Wars franchise. Introduced in the 1983 film Return of the Jedi, he was brought to life both as a puppet and a costumed actor during the film. Nunb was puppeteered by Mike Quinn and was portrayed by Richard Bonehill in wide shots. The character was voiced by Kipsang Rotich, a Kenyan student who spoke in his native Kalenjin language, as well as in the Kikuyu language. Quinn and Rotich returned to the role for the 2015 film Star Wars: The Force Awakens, with the former confirmed for the 2017 film Star Wars: The Last Jedi., Within the fictional Star Wars universe, Nien Nunb was an arms dealer of the Sullustan species who joined the Alliance to Restore the Republic during the Galactic Civil War. Three decades later, Nunb was a starfighter pilot in the Resistance. He fought in the First Order–Resistance conflict, including the Battle of Starkiller Base."^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "160.0"^^xsd:float ; + voc:homeworld ; + voc:mass 68.0 ; + voc:skinColor "grey"^^xsd:string ; + voc:starship . + + a voc:Character, + voc:Tholothian ; + rdfs:label "Adi Gallia"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film , + ; + voc:gender "female"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "184.0"^^xsd:float ; + voc:homeworld ; + voc:mass 50.0 ; + voc:skinColor "dark"^^xsd:string . + + a voc:Character, + voc:Togruta ; + rdfs:label "Shaak Ti"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film , + ; + voc:gender "female"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "178.0"^^xsd:float ; + voc:homeworld ; + voc:mass 57.0 ; + voc:skinColor "red, blue, white"^^xsd:string . + + a voc:Character, + voc:Toydarian ; + rdfs:label "Watto"^^xsd:string ; + voc:desc "\"Watto is a fictional character in the Star Wars franchise, featured in the films The Phantom Menace and Attack of the Clones. He is computer-generated and played by voice actor Andy Secombe. He is a mean-tempered, greedy Toydarian, and owner of a second-hand goods store in Mos Espa on the planet Tatooine. Among Wattos belongings are the slaves Shmi Skywalker and her son, Anakin. He acquires them after winning a podracing bet with Gardulla the Hutt, and he puts them both to work in his store. Anakin demonstrates an incredible aptitude for equipment repair, and Watto decides to profit from it by having the boy fix various broken equipment in the store. He eventually loses Anakin in a podracing bet with Qui-Gon Jinn when he bets on a competitor, Sebulba, who is defeated by Anakin.\""^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "black"^^xsd:string ; + voc:height "137.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "blue, grey"^^xsd:string . + + a voc:Character, + voc:Zabrak ; + rdfs:label "Eeth Koth"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "black"^^xsd:string ; + voc:height "171.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "brown"^^xsd:string . + + a voc:Cerean, + voc:Character ; + rdfs:label "Ki-Adi-Mundi"^^xsd:string ; + voc:birthYear "92BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "white"^^xsd:string ; + voc:height "198.0"^^xsd:float ; + voc:homeworld ; + voc:mass 82.0 ; + voc:skinColor "pale"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Lando Calrissian"^^xsd:string ; + voc:birthYear "31BBY"^^xsd:string ; + voc:desc "Lando Calrissian is a fictional character in the Star Wars franchise. He is portrayed by Billy Dee Williams in The Empire Strikes Back and Return of the Jedi, and will be played by Donald Glover in the upcoming standalone film, Solo: A Star Wars Story.1 He also appears frequently in the Star Wars expanded universe of novels, comic books and video games, including a series of novels in which he is the protagonist."^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "black"^^xsd:string ; + voc:height "177.0"^^xsd:float ; + voc:homeworld ; + voc:mass 79.0 ; + voc:skinColor "dark"^^xsd:string ; + voc:starship . + + a voc:Character, + voc:Human ; + rdfs:label "Mace Windu"^^xsd:string ; + voc:birthYear "72BBY"^^xsd:string ; + voc:desc "\"Mace Windu is a fictional character in the Star Wars franchise, portrayed by actor Samuel L. Jackson in the prequel films and voiced by voice-actor Terrence C. Carson in other projects. He appears as Master of the Jedi High Council and one of the last members of the orders upper echelons before the Galactic Republics fall. He is the Councils primary liaison, although the Clone Wars caused him to question his most firmly held beliefs.1\""^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "188.0"^^xsd:float ; + voc:homeworld ; + voc:mass 84.0 ; + voc:skinColor "dark"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Owen Lars"^^xsd:string ; + voc:birthYear "52BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "brown, grey"^^xsd:string ; + voc:height "178.0"^^xsd:float ; + voc:homeworld ; + voc:mass 120.0 ; + voc:skinColor "light"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Dooku"^^xsd:string ; + voc:birthYear "102BBY"^^xsd:string ; + voc:desc "Count Dooku is a fictional character from the Star Wars franchise, appearing in Star Wars: Episode II – Attack of the Clones and Star Wars: Episode III – Revenge of the Sith (portrayed by Christopher Lee).1 He was also voiced by Corey Burton in the animated series Star Wars: The Clone Wars and Star Wars: Clone Wars., \"Once a respected Jedi Master, he falls to the dark side of the Force after the death of his former Padawan, Qui-Gon Jinn, and becomes Darth Sidious second apprentice under the name Darth Tyranus. As the founder of the Confederacy of Independent Systems, he is instrumental in the Clone Wars. Dooku was trained by Yoda as a Padawan learner.\""^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "white"^^xsd:string ; + voc:height "193.0"^^xsd:float ; + voc:homeworld ; + voc:mass 80.0 ; + voc:skinColor "fair"^^xsd:string ; + voc:vehicle . + + a voc:Character, + voc:Human ; + rdfs:label "Beru Whitesun lars"^^xsd:string ; + voc:birthYear "47BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film , + , + ; + voc:gender "female"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "165.0"^^xsd:float ; + voc:homeworld ; + voc:mass 75.0 ; + voc:skinColor "light"^^xsd:string . + + a voc:Character, + voc:Hutt ; + rdfs:label "Jabba Desilijic Tiure"^^xsd:string ; + voc:birthYear "600BBY"^^xsd:string ; + voc:desc "Jabba Desilijic Tiure,1 commonly known as Jabba the Hutt, is a fictional character and an antagonist in the Star Wars franchise created by George Lucas. He is depicted as a large, slug-like2 alien. His appearance has been described by film critic Roger Ebert as a cross between a toad and the Cheshire Cat.3, \"In the original theatrical releases of the original Star Wars trilogy, Jabba the Hutt first appeared in Return of the Jedi (1983), though he is mentioned in Star Wars (1977) and The Empire Strikes Back (1980), and a previously deleted scene involving Jabba the Hutt was added to the 1997 theatrical re-release and subsequent home media releases of Star Wars. Jabba is introduced as the de facto leader of the Desilijic-Hutt Cartel, and the most powerful crime boss on Tatooine, who has a bounty on Han Solos head. Jabba employs a retinue of career criminals, bounty hunters, smugglers, assassins and bodyguards to operate his criminal empire. He keeps a host of entertainers at his disposal at his palace: slaves, droids and alien creatures. Jabba has a grim sense of humor, an insatiable appetite, and affinities for gambling, slave girls, and torture.1\", \"The character was incorporated into the Star Wars merchandising campaign that corresponded with the theatrical release of Return of the Jedi. Besides the films, Jabba the Hutt is featured in Star Wars Legends literature. Jabba the Hutts image has since played an influential role in popular culture, particularly in the United States. The name is used as a satirical literary device and a political caricature to underscore negative qualities such as morbid obesity and corruption.45\""^^xsd:string ; + voc:eyeColor "orange"^^xsd:string ; + voc:film , + , + ; + voc:gender "hermaphrodite"^^xsd:string ; + voc:height "175.0"^^xsd:float ; + voc:homeworld ; + voc:mass 1358.0 ; + voc:skinColor "green-tan, brown"^^xsd:string . + + a voc:Character, + voc:Kaleesh ; + rdfs:label "Grievous"^^xsd:string ; + voc:desc "\"General Grievous is a fictional character in the Star Wars franchise. A former Kaleesh warlord named Qymaen jai Sheelal, he is the Supreme Commander of the Confederacy of Independent Systems during the Clone Wars against the Galactic Republic and is trained in all lightsaber combat forms to ensure the Jedis destruction.\", The character was originally introduced in 2004 in the animated series Star Wars: Clone Wars, before being part of the film Star Wars: Episode III – Revenge of the Sith."^^xsd:string ; + voc:eyeColor "green, yellow"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "216.0"^^xsd:float ; + voc:homeworld ; + voc:mass 159.0 ; + voc:skinColor "brown, white"^^xsd:string ; + voc:starship ; + voc:vehicle . + + a voc:Character, + voc:Nautolan ; + rdfs:label "Kit Fisto"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "196.0"^^xsd:float ; + voc:homeworld ; + voc:mass 87.0 ; + voc:skinColor "green"^^xsd:string . + + a voc:Character, + voc:Neimodian ; + rdfs:label "Nute Gunray"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "red"^^xsd:string ; + voc:film , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "191.0"^^xsd:float ; + voc:homeworld ; + voc:mass 90.0 ; + voc:skinColor "mottled green"^^xsd:string . + + a voc:Planet ; + rdfs:label "Kamino"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 19720 ; + voc:film ; + voc:gravity "1 standard"^^xsd:string ; + voc:orbitalPeriod 463 ; + voc:population 1000000000 ; + voc:resident , + , + ; + voc:rotationPeriod 27 ; + voc:surfaceWater 100 ; + voc:terrain "ocean"^^xsd:string . + + a voc:Planet ; + rdfs:label "Alderaan"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "Alderaan is a fictional planet featured in the Star Wars space opera franchise. It is blue-green in appearance and is depicted as a terrestrial planet with humanoid inhabitants. It is the home of Princess Leia, one of the lead characters in the film series. In the original 1977 film, Star Wars, Alderaan is blown up by the Death Star, a giant space station capable of destroying entire planets.2"^^xsd:string ; + voc:diameter 12500 ; + voc:film , + ; + voc:gravity "1 standard"^^xsd:string ; + voc:orbitalPeriod 364 ; + voc:population 2000000000 ; + voc:resident , + , + ; + voc:rotationPeriod 24 ; + voc:surfaceWater 40 ; + voc:terrain "grasslands, mountains"^^xsd:string . + + a voc:Starship ; + rdfs:label "Imperial shuttle"^^xsd:string ; + voc:cargoCapacity 80000 ; + voc:consumables "2 months"^^xsd:string ; + voc:costInCredits 240000 ; + voc:crew 6 ; + voc:desc "None"^^xsd:string ; + voc:film , + ; + voc:hyperdriveRating "1.0"^^xsd:float ; + voc:length "20.0"^^xsd:float ; + voc:manufacturer "Sienar Fleet Systems"^^xsd:string ; + voc:maxAtmospheringSpeed 850 ; + voc:mglt 50 ; + voc:model "Lambda-class T-4a shuttle"^^xsd:string ; + voc:passengers 20 ; + voc:pilot , + , + ; + voc:starshipClass "Armed government transport"^^xsd:string . + + a voc:Starship ; + rdfs:label "Naboo fighter"^^xsd:string ; + voc:cargoCapacity 65 ; + voc:consumables "7 days"^^xsd:string ; + voc:costInCredits 200000 ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film , + ; + voc:hyperdriveRating "1.0"^^xsd:float ; + voc:length "11.0"^^xsd:float ; + voc:manufacturer "Theed Palace Space Vessel Engineering Corps"^^xsd:string ; + voc:maxAtmospheringSpeed 1100 ; + voc:model "N-1 starfighter"^^xsd:string ; + voc:passengers 0 ; + voc:pilot , + , + ; + voc:starshipClass "Starfighter"^^xsd:string . + + a voc:Character, + voc:Twilek ; + rdfs:label "Ayla Secura"^^xsd:string ; + voc:birthYear "48BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "hazel"^^xsd:string ; + voc:film , + , + ; + voc:gender "female"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "178.0"^^xsd:float ; + voc:homeworld ; + voc:mass 55.0 ; + voc:skinColor "blue"^^xsd:string . + + a voc:Character, + voc:Zabrak ; + rdfs:label "Darth Maul"^^xsd:string ; + voc:birthYear "54BBY"^^xsd:string ; + voc:desc "\"Darth Maul, later known simply as Maul, is a fictional character in the Star Wars franchise. Trained as Darth Sidiouss first apprentice, he serves as a Sith Lord and a master of wielding a double-bladed lightsaber. He first appears in Star Wars: Episode I – The Phantom Menace (portrayed by Ray Park and voiced by Peter Serafinowicz), and later makes appearances in Star Wars: The Clone Wars and Star Wars Rebels, voiced by Samuel Witwer.\""^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "175.0"^^xsd:float ; + voc:homeworld ; + voc:mass 80.0 ; + voc:skinColor "red"^^xsd:string ; + voc:starship ; + voc:vehicle . + + a voc:Character, + voc:Human ; + rdfs:label "Boba Fett"^^xsd:string ; + voc:birthYear "31.5BBY"^^xsd:string ; + voc:desc "Boba Fett is a fictional character in the Star Wars franchise. In The Empire Strikes Back and Return of the Jedi, he is a bounty hunter hired by Darth Vader and also employed by Jabba the Hutt. He was also added briefly to the original film Star Wars when the film was digitally remastered. Star Wars: Episode II – Attack of the Clones establishes his origin as an unaltered clone of the bounty hunter Jango Fett raised as his son. He also appears in several episodes of Star Wars: The Clone Wars cartoon series which further describes his growth as a villain in the Star Wars universe. His aura of danger and mystery has created a cult following for the character."^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "black"^^xsd:string ; + voc:height "183.0"^^xsd:float ; + voc:homeworld ; + voc:mass 78.2 ; + voc:skinColor "fair"^^xsd:string ; + voc:starship . + + a voc:Character, + voc:Keldor ; + rdfs:label "Plo Koon"^^xsd:string ; + voc:birthYear "22BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "188.0"^^xsd:float ; + voc:homeworld ; + voc:mass 80.0 ; + voc:skinColor "orange"^^xsd:string ; + voc:starship . + +voc:Droid a voc:Species ; + rdfs:label "Droid" ; + rdfs:subClassOf voc:Artificial, + voc:Sentient ; + voc:averageLifespan "indefinite"^^xsd:string ; + voc:character , + , + , + , + ; + voc:desc "A droid is a fictional robot possessing some degree of artificial intelligence in the Star Wars science fiction franchise. Coined by special effects artist John Stears, the term is a clipped form of \"android\",1 a word originally reserved for robots designed to look and act like a human.2 The word \"droid\" has been a registered trademark of Lucasfilm Ltd since 1977.3456"^^xsd:string ; + voc:film , + , + , + , + , + , + . + + a voc:Character, + voc:Human ; + rdfs:label "Wedge Antilles"^^xsd:string ; + voc:birthYear "21BBY"^^xsd:string ; + voc:desc "Wedge Antilles is a fictional character in the Star Wars franchise. He is a supporting character portrayed by Denis Lawson in the original Star Wars trilogy.1 Antilles is a starfighter pilot for the Rebel Alliance, and founded Rogue Squadron with his friend Luke Skywalker. Wedge is notable for being the only Rebel pilot to have survived both attack runs on the Death Stars at the battles of Yavin and Endor.1 He also appears in the Star Wars expanded universe, most notably as the lead character in most of the X-Wing novels."^^xsd:string ; + voc:eyeColor "hazel"^^xsd:string ; + voc:film , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "170.0"^^xsd:float ; + voc:homeworld ; + voc:mass 77.0 ; + voc:skinColor "fair"^^xsd:string ; + voc:starship ; + voc:vehicle . + + a voc:Character, + voc:Human ; + rdfs:label "Palpatine"^^xsd:string ; + voc:birthYear "82BBY"^^xsd:string ; + voc:desc "Sheev Palpatine3, also known as Darth Sidious and The Emperor, is a fictional character and one of the primary antagonists of the Star Wars franchise,4 mainly portrayed by Ian McDiarmid. In the original trilogy, he is depicted as the aged, pale-faced and cloaked Emperor of the Galactic Empire and the master of Darth Vader. In the prequel trilogy, he is portrayed as a charismatic Senator from Naboo who uses deception and political manipulation to rise to the position of Supreme Chancellor of the Galactic Republic, and then reorganizes the Republic into the Galactic Empire, with himself as Emperor., \"Though outwardly appearing to be a well-intentioned public servant and supporter of democracy prior to becoming Emperor,5 he is actually Darth Sidious, the Dark Lord of the Sith – a cult of practitioners of the dark side of the Force previously thought to have been extinct in the Star Wars galaxy for a millennium.5 As Sidious, he instigates the Clone Wars, nearly destroys the Jedi, and transforms the Republic into the Empire. He also manipulates Jedi Knight Anakin Skywalker into turning to the dark side and serving at his side as Darth Vader. Palpatines reign is brought to an end when Vader kills him to save his son, Luke Skywalker.\", Since the initial theatrical run of Return of the Jedi, Palpatine has become a widely recognized popular culture symbol of evil, sinister deception, dictatorship, tyranny, and the subversion of democracy."^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film , + , + , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "grey"^^xsd:string ; + voc:height "170.0"^^xsd:float ; + voc:homeworld ; + voc:mass 75.0 ; + voc:skinColor "pale"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Darth Vader"^^xsd:string ; + voc:birthYear "41.9BBY"^^xsd:string ; + voc:desc "Darth Vader, also known by his birth name Anakin Skywalker, is a fictional character in the Star Wars franchise.123 Vader appears in the original film trilogy as a pivotal antagonist whose actions drive the plot, while his past as Anakin Skywalker and the story of his corruption are central to the narrative of the prequel trilogy., The character was created by George Lucas and has been portrayed by numerous actors. His appearances span the first six Star Wars films, as well as Rogue One, and his character is heavily referenced in Star Wars: The Force Awakens. He is also an important character in the Star Wars expanded universe of television series, video games, novels, literature and comic books. Originally a Jedi prophesied to bring balance to the Force, he falls to the dark side of the Force and serves the evil Galactic Empire at the right hand of his Sith master, Emperor Palpatine (also known as Darth Sidious).4 He is also the father of Luke Skywalker and Princess Leia Organa, secret husband of Padmé Amidala and grandfather of Kylo Ren., Darth Vader has become one of the most iconic villains in popular culture, and has been listed among the greatest villains and fictional characters ever.56 The American Film Institute listed him as the third greatest movie villain in cinema history on 100 Years... 100 Heroes and Villains, behind Hannibal Lecter and Norman Bates.7 However, other critics consider him a tragic hero, citing his original motivations for the greater good before his fall to the dark side.89"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film , + , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "202.0"^^xsd:float ; + voc:homeworld ; + voc:mass 136.0 ; + voc:skinColor "white"^^xsd:string ; + voc:starship . + + a voc:Starship ; + rdfs:label "X-wing"^^xsd:string ; + voc:cargoCapacity 110 ; + voc:consumables "1 week"^^xsd:string ; + voc:costInCredits 149999 ; + voc:crew 1 ; + voc:desc "The X-wing starfighter is a fictional starfighter from the original and sequel Star Wars trilogies and the Star Wars expanded universe. They are depicted as the primary interceptor and dogfighter of the Rebel Alliance, the New Republic and the Resistance. The craft has been merchandised as a variety of toys, models licensed for use in games, novels and comics."^^xsd:string ; + voc:film , + , + ; + voc:hyperdriveRating "1.0"^^xsd:float ; + voc:length "12.5"^^xsd:float ; + voc:manufacturer "Incom Corporation"^^xsd:string ; + voc:maxAtmospheringSpeed 1050 ; + voc:mglt 100 ; + voc:model "T-65 X-wing"^^xsd:string ; + voc:passengers 0 ; + voc:pilot , + , + , + ; + voc:starshipClass "Starfighter"^^xsd:string . + + a voc:Character, + voc:Yodasspecies ; + rdfs:label "Yoda"^^xsd:string ; + voc:birthYear "896BBY"^^xsd:string ; + voc:desc "Yoda is a fictional character in the Star Wars franchise created by George Lucas, first appearing in the 1980 film The Empire Strikes Back. In the original films, he trains Luke Skywalker to fight against the Galactic Empire. In the prequel films, he serves as the Grand Master of the Jedi Order and as a high-ranking general of Clone Troopers in the Clone Wars. Following his death in Return of the Jedi at the age of 900, Yoda was the oldest living character in the Star Wars franchise in canon, until the introduction of Maz Kanata in Star Wars: The Force Awakens."^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film , + , + , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "white"^^xsd:string ; + voc:height "66.0"^^xsd:float ; + voc:homeworld ; + voc:mass 17.0 ; + voc:skinColor "green"^^xsd:string . + + a voc:Character, + voc:Droid ; + rdfs:label "C-3PO"^^xsd:string ; + voc:birthYear "112BBY"^^xsd:string ; + voc:desc "C-3PO (/siːˈθriːpi.oʊ/) or See-Threepio is a humanoid robot character from the Star Wars franchise who appears in the original trilogy, the prequel trilogy and the sequel trilogy. Built by Anakin Skywalker, C-3PO was designed as a protocol droid intended to assist in etiquette, customs, and translation, boasting that he is \"fluent in over six million forms of communication\". Along with his astromech droid counterpart and friend R2-D2, C-3PO provides comic relief within the narrative structure of the films, and serves as a foil. Anthony Daniels has portrayed the character in all nine Star Wars cinematic films released to date, including Rogue One and the animated The Clone Wars; C-3PO and R2-D2 are the only characters to appear in every film., \"Despite his oblivious nature, C-3PO has played a pivotal role in the Galaxys history, appearing under the service of Shmi Skywalker, the Lars homestead, Padmé Amidala, Raymus Antilles, Luke Skywalker, and Leia Organa. In the majority of depictions, C-3POs physical appearance is primarily a polished gold plating, although his appearance varies throughout the films; including the absence of metal coverings in The Phantom Menace, a dull copper plating in Attack of the Clones, a silver lower right leg introduced in A New Hope, and a red left arm in The Force Awakens.1 C-3PO also appears frequently in the Star Wars Canon and Star Wars Legends continuities of novels, comic books, and video games, and was the protagonist in the ABC television show Droids.\""^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film , + , + , + , + , + ; + voc:height "167.0"^^xsd:float ; + voc:homeworld ; + voc:mass 75.0 ; + voc:skinColor "gold"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Han Solo"^^xsd:string ; + voc:birthYear "29BBY"^^xsd:string ; + voc:desc "Han Solo is a character in the Star Wars franchise. In the original film trilogy, Han and his co-pilot, Chewbacca, became involved in the Rebel Alliance\\s struggle against the Galactic Empire. During the course of the Star Wars narrative, he becomes a chief figure in the Alliance and succeeding galactic governments. Star Wars creator George Lucas described the character as \"a loner who realizes the importance of being part of a group and helping for the common good\".2 Harrison Ford portrayed the character in the original Star Wars trilogy as well as The Force Awakens. Alden Ehrenreich will portray a young Han Solo in Solo: A Star Wars Story."^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film , + , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "180.0"^^xsd:float ; + voc:homeworld ; + voc:mass 80.0 ; + voc:skinColor "fair"^^xsd:string ; + voc:starship , + . + + a voc:Character, + voc:Human ; + rdfs:label "Padmé Amidala"^^xsd:string ; + voc:birthYear "46BBY"^^xsd:string ; + voc:desc "Padmé Amidala (born Padmé Naberrie) is a fictional character in the Star Wars franchise, appearing in the prequel trilogy portrayed by actress Natalie Portman. She served as the Princess of Theed and later Queen of Naboo. After her reign, she became a senator in the Galactic Senate, an anti-war movement spokesperson, and co-founder of the opposition-faction that later emerged as the Rebel Alliance.2 She was secretly married to the Jedi Anakin Skywalker, and the biological mother of Luke Skywalker and Leia Organa, which makes her the mother-in-law of Han Solo, and the grandmother of Kylo Ren."^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film , + , + ; + voc:gender "female"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "165.0"^^xsd:float ; + voc:homeworld ; + voc:mass 45.0 ; + voc:skinColor "light"^^xsd:string ; + voc:starship , + , + . + + a voc:Character, + voc:Human ; + rdfs:label "Leia Organa"^^xsd:string ; + voc:birthYear "19BBY"^^xsd:string ; + voc:desc "\"Princess Leia Organa of Alderaan (also Senator Leia Organa or General Leia Organa) is a fictional character in the Star Wars franchise, portrayed in films by Carrie Fisher. Introduced in the original Star Wars film in 1977, Leia is princess of the planet Alderaan, a member of the Imperial Senate and an agent of the Rebel Alliance. She thwarts the sinister Sith Lord Darth Vader and helps bring about the destruction of the Empires cataclysmic superweapon, the Death Star. In The Empire Strikes Back (1980), Leia commands a Rebel base and evades Vader as she falls in love with the smuggler, Han Solo. In Return of the Jedi (1983), Leia leads the operation to rescue Han from the crime lord Jabba the Hutt, and is revealed to be Vaders daughter and the twin sister of Luke Skywalker. The prequel film Revenge of the Sith (2005) establishes that the twins mother is Senator (and former queen) Padmé Amidala of Naboo, who dies after childbirth. Leia is adopted by Senator Bail and Queen Breha Organa of Alderaan. In The Force Awakens (2015), Leia is the founder and General of the Resistance against the First Order and has a son with Han named Ben, who goes by the name Kylo Ren.\", In the original Star Wars expanded universe (1977–2014) of novels, comics and video games, which are set in an alternate continuity, Leia continues her adventures with Han and Luke after Return of the Jedi, fighting Imperial resurgences and new threats to the galaxy. She becomes the Chief of State of the New Republic and a Jedi Master, and is the mother to three children by Han: Jaina, Jacen and Anakin Solo., One of the more popular Star Wars characters, Leia has been called a 1980s icon, a feminist hero and model for other adventure heroines. She has appeared in many derivative works and merchandising, and has been referenced or parodied in several TV shows and films. Her \"cinnamon buns\" hairstyle from Star Wars (1977) and metal bikini from Return of the Jedi have become cultural icons."^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film , + , + , + , + ; + voc:gender "female"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "150.0"^^xsd:float ; + voc:homeworld ; + voc:mass 49.0 ; + voc:skinColor "light"^^xsd:string ; + voc:vehicle . + + a voc:Planet ; + rdfs:label "Coruscant"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "\"Coruscant /ˈkɒrəsɑːnt/2 is a planet in the fictional Star Wars universe. It first appeared onscreen in the 1997 Special Edition of Return of the Jedi, but was first mentioned in Timothy Zahns 1991 novel Heir to the Empire. A city occupying an entire planet, it was renamed Imperial Center during the reign of the Galactic Empire (as depicted in the original films) and Yuuzhantar during the Yuuzhan Vong invasion (as depicted in the New Jedi Order novel series). The demonym and adjective form of the planet name is Coruscanti.\", \"Coruscant is, at various times, the capital of the Old Republic, the Galactic Empire, the New Republic, the Yuuzhan Vong Empire and the Galactic Alliance. Not only is Coruscant central to all these governing bodies, it is the navigational center of the galaxy, given that its hyperspace coordinates are (0,0,0). Due to its location and large population, roughly 2 trillion sentients, the galaxys main trade routes — Perlemian Trade Route, Hydian Way, Corellian Run and Corellian Trade Spine — go through Coruscant, making it the richest and most influential world in the Star Wars galaxy. Coruscant is the sixth planet out of 11 planets in the Coruscant solar system, and has four moons; Centax-1, Centax-2, Centax-3, and Hesperidium.\", The Galactic Standard Calendar was the standard measurement of time in the Star Wars galaxy. It centered on the Coruscant tropical year. The Coruscant solar cycle was 368 days long; with a day consisting of 360 NET degrees (or 24 standard hours).3 Numerous epochs were used to determine calendar eras. The most recent of these calendar eras used the Battle of Yavin (i.e. the destruction of the first Death Star) as its epoch, or \"year zero\": BBY (Before the Battle of Yavin), and ABY (After the Battle of Yavin).4 The earliest date in the Star Wars expanded universe as a whole is 13,000,000,000 BBY, which serves as the year the universe was created."^^xsd:string ; + voc:diameter 12240 ; + voc:film , + , + , + ; + voc:gravity "1 standard"^^xsd:string ; + voc:orbitalPeriod 368 ; + voc:population 1000000000000 ; + voc:resident , + , + ; + voc:rotationPeriod 24 ; + voc:terrain "cityscape, mountains"^^xsd:string . + + a voc:Starship ; + rdfs:label "Millennium Falcon"^^xsd:string ; + voc:cargoCapacity 100000 ; + voc:consumables "2 months"^^xsd:string ; + voc:costInCredits 100000 ; + voc:crew 4 ; + voc:desc "\"The Millennium Falcon is a spaceship in the Star Wars universe commanded at one time by Corellian smuggler Han Solo (Harrison Ford) and his Wookiee first mate, Chewbacca (Peter Mayhew). The highly modified Corellian Engineering Corporation (CEC) YT-1300 light freighter first appears in Star Wars (1977), and subsequently in The Empire Strikes Back (1980), Return of the Jedi (1983) and The Force Awakens (2015). The ship also makes a brief cameo appearance in Revenge of the Sith (2005). Additionally, the Falcon appears in a variety of Star Wars expanded universe materials, including books, comics, and games; James Lucenos novel Millennium Falcon focuses on the titular ship.2 It also appears in the 2014 animated film The Lego Movie in Lego form, with Billy Dee Williams and Anthony Daniels reprising their roles of Lando Calrissian and C-3PO, with Keith Ferguson voicing Han Solo.\""^^xsd:string ; + voc:film , + , + , + ; + voc:hyperdriveRating "0.5"^^xsd:float ; + voc:length "34.37"^^xsd:float ; + voc:manufacturer "Corellian Engineering Corporation"^^xsd:string ; + voc:maxAtmospheringSpeed 1050 ; + voc:mglt 75 ; + voc:model "YT-1300 light freighter"^^xsd:string ; + voc:passengers 6 ; + voc:pilot , + , + , + ; + voc:starshipClass "Light freighter"^^xsd:string . + + a voc:Character, + voc:Droid ; + rdfs:label "R2-D2"^^xsd:string ; + voc:birthYear "33BBY"^^xsd:string ; + voc:desc "R2-D2 is a fictional robot character in the Star Wars franchise created by George Lucas, who appears in the original trilogy, the prequel trilogy, the sequel trilogy, and Rogue One. A small astromech droid, R2-D2 is a major character and appears in all Star Wars films to date. Throughout the course of the films, he joins or supports Padmé Amidala, Anakin Skywalker, Leia Organa, Luke Skywalker, and Obi-Wan Kenobi in various points in the saga., \"English actor Kenny Baker played R2-D2 in all three original Star Wars films, and received billing credit for the character in the prequel trilogy, where Bakers role was reduced, as R2-D2 was portrayed mainly by radio controlled props and CGI models. In the sequel trilogy, Baker was credited as consultant for The Force Awakens, however Jimmy Vee also co-performed the character in some scenes. Vee later took over the role beginning in The Last Jedi.1 R2-D2s sounds and vocal effects were created by Ben Burtt. R2-D2 was designed in artwork by Ralph McQuarrie, co-developed by John Stears and built by Tony Dyson.\""^^xsd:string ; + voc:eyeColor "red"^^xsd:string ; + voc:film , + , + , + , + , + , + ; + voc:height "96.0"^^xsd:float ; + voc:homeworld ; + voc:mass 32.0 ; + voc:skinColor "white, blue"^^xsd:string ; + voc:primaryFunction "universal repair droid"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Anakin Skywalker"^^xsd:string ; + voc:birthYear "41.9BBY"^^xsd:string ; + voc:desc "Darth Vader, also known by his birth name Anakin Skywalker, is a fictional character in the Star Wars franchise.123 Vader appears in the original film trilogy as a pivotal antagonist whose actions drive the plot, while his past as Anakin Skywalker and the story of his corruption are central to the narrative of the prequel trilogy., The character was created by George Lucas and has been portrayed by numerous actors. His appearances span the first six Star Wars films, as well as Rogue One, and his character is heavily referenced in Star Wars: The Force Awakens. He is also an important character in the Star Wars expanded universe of television series, video games, novels, literature and comic books. Originally a Jedi prophesied to bring balance to the Force, he falls to the dark side of the Force and serves the evil Galactic Empire at the right hand of his Sith master, Emperor Palpatine (also known as Darth Sidious).4 He is also the father of Luke Skywalker and Princess Leia Organa, secret husband of Padmé Amidala and grandfather of Kylo Ren., Darth Vader has become one of the most iconic villains in popular culture, and has been listed among the greatest villains and fictional characters ever.56 The American Film Institute listed him as the third greatest movie villain in cinema history on 100 Years... 100 Heroes and Villains, behind Hannibal Lecter and Norman Bates.7 However, other critics consider him a tragic hero, citing his original motivations for the greater good before his fall to the dark side.89"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "blond"^^xsd:string ; + voc:height "188.0"^^xsd:float ; + voc:homeworld ; + voc:mass 84.0 ; + voc:skinColor "fair"^^xsd:string ; + voc:starship , + , + ; + voc:vehicle , + . + + a voc:Character, + voc:Wookiee ; + rdfs:label "Chewbacca"^^xsd:string ; + voc:birthYear "200BBY"^^xsd:string ; + voc:desc "Chewbacca (/tʃuːˈbɑːkə/), nicknamed \"Chewie\", is a fictional character in the Star Wars franchise. He is a Wookiee, a tall, hirsute biped and intelligent species from the planet Kashyyyk. Chewbacca is the loyal friend and first mate of Han Solo, and serves as co-pilot on Solo\\s spaceship, the Millennium Falcon.1 Within the films of the main saga, Chewbacca is portrayed by Peter Mayhew in the Star Wars on Episodes from III to VIII (Mayhew shares the role with his body double Joonas Suotamo on Episode VII and VIII). Suotamo took over the role alone in Solo: A Star Wars Story. The character has also appeared on television, books, comics, and video games."^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film , + , + , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "228.0"^^xsd:float ; + voc:homeworld ; + voc:mass 112.0 ; + voc:starship , + ; + voc:vehicle . + + a voc:Character, + voc:Human ; + rdfs:label "Luke Skywalker"^^xsd:string ; + voc:birthYear "19BBY"^^xsd:string ; + voc:desc "Luke Skywalker is a fictional character and the main protagonist of the original film trilogy of the Star Wars franchise created by George Lucas. The character, portrayed by Mark Hamill, is an important figure in the Rebel Alliance\\s struggle against the Galactic Empire. He is the twin brother of Rebellion leader Princess Leia Organa of Alderaan, a friend and brother-in-law of smuggler Han Solo, an apprentice to Jedi Masters Obi-Wan \"Ben\" Kenobi and Yoda, the son of fallen Jedi Anakin Skywalker (Darth Vader) and Queen of Naboo/Republic Senator Padmé Amidala and maternal uncle of Kylo Ren / Ben Solo. The now non-canon Star Wars expanded universe depicts him as a powerful Jedi Master, husband of Mara Jade, the father of Ben Skywalker and maternal uncle of Jaina, Jacen and Anakin Solo., In 2015, the character was selected by Empire magazine as the 50th greatest movie character of all time.2 On their list of the 100 Greatest Fictional Characters, Fandomania.com ranked the character at number 14.3"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film , + , + , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "blond"^^xsd:string ; + voc:height "172.0"^^xsd:float ; + voc:homeworld ; + voc:mass 77.0 ; + voc:skinColor "fair"^^xsd:string ; + voc:starship , + ; + voc:vehicle , + ; + voc:friend . + + a voc:Planet ; + rdfs:label "unknown-planet"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 0 ; + voc:orbitalPeriod 0 ; + voc:resident , + , + , + , + , + , + , + , + , + ; + voc:rotationPeriod 0 . + + a voc:Character, + voc:Human ; + rdfs:label "Obi-Wan Kenobi"^^xsd:string ; + voc:birthYear "57BBY"^^xsd:string ; + voc:desc "Obi-Wan \"Ben\" Kenobi is a fictional character in the Star Wars franchise. Within the original trilogy he is portrayed by Sir Alec Guinness, while in the prequel trilogy a younger version of the character is portrayed by Ewan McGregor. In the original trilogy, he is a mentor to Luke Skywalker, to whom he introduces the ways of the Jedi. In the prequel trilogy, he is a master and friend to Anakin Skywalker. He is frequently featured as a main character in various other Star Wars media., \"Sir Alec Guinnesss portrayal of Obi-Wan in the original Star Wars (1977) remains the only time an actor has received an Oscar nomination (Best Supporting Actor) for acting in a Star Wars film.\""^^xsd:string ; + voc:eyeColor "blue-gray"^^xsd:string ; + voc:film , + , + , + , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "auburn, white"^^xsd:string ; + voc:height "182.0"^^xsd:float ; + voc:homeworld ; + voc:mass 77.0 ; + voc:skinColor "fair"^^xsd:string ; + voc:starship , + , + , + , + ; + voc:vehicle . + + a voc:Planet ; + rdfs:label "Tatooine"^^xsd:string ; + voc:climate "arid"^^xsd:string ; + voc:desc "Tatooine /ˌtætuːˈiːn/ is a fictional desert planet that appears in the Star Wars space opera franchise. It is beige-coloured and is depicted as a remote, desolate world orbiting a pair of binary stars, and inhabited by human settlers and a variety of other life forms. The planet was first seen in the original 1977 film Star Wars, and has to date featured in a total five Star Wars theatrical films., It is noted as the homeworld of the protagonist of the Star Wars saga, Luke Skywalker, and also of his father, Anakin Skywalker. Shots of the binary sunset over the Tatooine desert are considered to be an iconic image of the film series.12"^^xsd:string ; + voc:diameter 10465 ; + voc:film , + , + , + , + ; + voc:gravity "1 standard"^^xsd:string ; + voc:orbitalPeriod 304 ; + voc:population 200000 ; + voc:resident , + , + , + , + , + , + , + , + , + ; + voc:rotationPeriod 23 ; + voc:surfaceWater 1 ; + voc:terrain "desert"^^xsd:string . + + a voc:Planet ; + rdfs:label "Naboo"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "Naboo is a planet in the fictional Star Wars universe with a mostly green terrain and which is the homeworld of two societies: the Gungans who dwell in underwater cities and the humans who live in colonies on the surface. Humans of Naboo have an electoral monarchy and maintain a peaceful culture that defends education, the arts, environmental protection and scientific achievements. The main capital of Naboo is Theed., Located in the Chommell sector, Naboo is the home planet of Padmé Amidala and Jar Jar Binks, as well as Senator (later Supreme Chancellor and then Emperor) Palpatine. In Star Wars: Episode I – The Phantom Menace, it was the site of a blockade by the Trade Federation and the Battle of Naboo between the Federation and the native inhabitants. Naboo is seen in four films in the Star Wars series, having a prominent role in the first two prequels and glimpsed briefly in Revenge of the Sith and the 2004 DVD release of Return of the Jedi., \"Theeds architecture, while referencing Ancient Rome and other classical traditions, was heavily inspired by the Frank Lloyd Wright-designed Marin County Civic Center in California. (Skywalker Ranch and Industrial Light & Magic are both based in Marin County.)\""^^xsd:string ; + voc:diameter 12120 ; + voc:film , + , + , + ; + voc:gravity "1 standard"^^xsd:string ; + voc:orbitalPeriod 312 ; + voc:population 4500000000 ; + voc:resident , + , + , + , + , + , + , + , + , + , + ; + voc:rotationPeriod 26 ; + voc:surfaceWater 12 ; + voc:terrain "grassy hills, swamps, forests, mountains"^^xsd:string . + + a voc:Film ; + rdfs:label "The Force Awakens"^^xsd:string ; + voc:character , + , + , + , + , + , + , + , + , + , + ; + voc:desc "\"Star Wars: The Force Awakens (also known as Star Wars: Episode VII – The Force Awakens) is a 2015 American epic space opera film co-written, co-produced and directed by J. J. Abrams. The sequel to 1983s Return of the Jedi, The Force Awakens is the first installment of the Star Wars sequel trilogy. It stars Harrison Ford, Mark Hamill, Carrie Fisher, Adam Driver, Daisy Ridley, John Boyega, Oscar Isaac, Lupita Nyongo, Andy Serkis, Domhnall Gleeson, Anthony Daniels, Peter Mayhew, and Max von Sydow. Produced by Lucasfilm Ltd. and Abrams production company Bad Robot Productions and distributed worldwide by Walt Disney Studios Motion Pictures, The Force Awakens was the first Star Wars film not produced by franchise creator George Lucas. Set 30 years after Return of the Jedi, it follows Rey, Finn and Poe Damerons search for Luke Skywalker and their fight alongside the Resistance, led by veterans of the Rebel Alliance, against Kylo Ren and the First Order, a successor to the Galactic Empire.\", \"The Force Awakens was announced after The Walt Disney Companys acquisition of Lucasfilm in October 2012. It was produced by Abrams, his longtime collaborator Bryan Burk, and Lucasfilm president Kathleen Kennedy. Abrams and Lawrence Kasdan, co-writer of the original trilogy films The Empire Strikes Back (1980) and Return of the Jedi (1983), rewrote an initial script by Michael Arndt. John Williams, composer for the previous six films, returned to compose the films score. Lucas served as creative consultant during the films early production. Filming began in April 2014 in Abu Dhabi and Iceland, with principal photography also taking place in Ireland and Pinewood Studios in the United Kingdom, and concluded in November 2014. It is the first live-action Star Wars film since Revenge of the Sith (2005).\", Star Wars: The Force Awakens was widely anticipated, and Disney backed the film with extensive marketing campaigns. It premiered in Los Angeles on December 14, 2015, four days before its wide release. The film received positive reviews, with its ensemble cast, direction, musical score, visual effects, and action sequences receiving particular praise, though it received some criticism for being derivative of the original trilogy. The film broke various box office records and became, unadjusted for inflation, the highest-grossing installment in the franchise, the highest-grossing film in North America, and the third-highest-grossing film of all time, with a worldwide gross of over $2 billion and a net profit of over $780 million.67 It received five Academy Award nominations and four British Academy Film Award nominations, where it won Best Special Visual Effects. Two sequels, The Last Jedi and Episode IX, are scheduled for release in 2017 and 2019, respectively."^^xsd:string ; + voc:director "J. J. Abrams"^^xsd:string ; + voc:episodeId 7 ; + voc:openingCrawl """Luke Skywalker has vanished.\r +In his absence, the sinister\r +FIRST ORDER has risen from\r +the ashes of the Empire\r +and will not rest until\r +Skywalker, the last Jedi,\r +has been destroyed.\r + \r +With the support of the\r +REPUBLIC, General Leia Organa\r +leads a brave RESISTANCE.\r +She is desperate to find her\r +brother Luke and gain his\r +help in restoring peace and\r +justice to the galaxy.\r + \r +Leia has sent her most daring\r +pilot on a secret mission\r +to Jakku, where an old ally\r +has discovered a clue to\r +Luke's whereabouts...."""^^xsd:string ; + voc:planet ; + voc:releaseDate "2015-12-11"^^xsd:date ; + voc:starship , + . + +voc:Human a voc:Species ; + rdfs:label "Human" ; + rdfs:subClassOf voc:Mammal, + voc:Sentient ; + voc:averageHeight "180.0"^^xsd:float ; + voc:averageLifespan "120"^^xsd:string ; + voc:character , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + voc:desc "Modern humans (Homo sapiens, primarily ssp. Homo sapiens sapiens) are the only extant members of the subtribe Hominina, a branch of the tribe Hominini belonging to the family of great apes. They are characterized by erect posture and bipedal locomotion; high manual dexterity and heavy tool use compared to other animals; and a general trend toward larger, more complex brains and societies.34, Early hominins—particularly the australopithecines, whose brains and anatomy are in many ways more similar to ancestral non-human apes—are less often referred to as \"human\" than hominins of the genus Homo.5 Several of these hominins used fire, occupied much of Eurasia, and gave rise to anatomically modern Homo sapiens in Africa about 200,000 years ago.67 They began to exhibit evidence of behavioral modernity around 50,000 years ago. In several waves of migration, anatomically modern humans ventured out of Africa and populated most of the world.8, The spread of humans and their large and increasing population has had a profound impact on large areas of the environment and millions of native species worldwide. Advantages that explain this evolutionary success include a relatively larger brain with a particularly well-developed neocortex, prefrontal cortex and temporal lobes, which enable high levels of abstract reasoning, language, problem solving, sociality, and culture through social learning. Humans use tools to a much higher degree than any other animal, are the only extant species known to build fires and cook their food, and are the only extant species to clothe themselves and create and use numerous other technologies and arts., Humans are uniquely adept at using systems of symbolic communication (such as language and art) for self-expression and the exchange of ideas, and for organizing themselves into purposeful groups. Humans create complex social structures composed of many cooperating and competing groups, from families and kinship networks to political states. Social interactions between humans have established an extremely wide variety of values,9 social norms, and rituals, which together form the basis of human society. Curiosity and the human desire to understand and influence the environment and to explain and manipulate phenomena (or events) has provided the foundation for developing science, philosophy, mythology, religion, anthropology, and numerous other fields of knowledge., Though most of human existence has been sustained by hunting and gathering in band societies,10 increasing numbers of human societies began to practice sedentary agriculture approximately some 10,000 years ago,11 domesticating plants and animals, thus allowing for the growth of civilization. These human societies subsequently expanded in size, establishing various forms of government, religion, and culture around the world, unifying people within regions to form states and empires. The rapid advancement of scientific and medical understanding in the 19th and 20th centuries led to the development of fuel-driven technologies and increased lifespans, causing the human population to rise exponentially. Today the global human population is estimated by the United Nations to be near 7.6\\xa0billion.12"^^xsd:string ; + voc:eyeColor "amber"^^xsd:string, + "blue"^^xsd:string, + "brown"^^xsd:string, + "green"^^xsd:string, + "grey"^^xsd:string, + "hazel"^^xsd:string ; + voc:film , + , + , + , + , + , + ; + voc:hairColor "black"^^xsd:string, + "blonde"^^xsd:string, + "brown"^^xsd:string, + "red"^^xsd:string ; + voc:language "Galactic Basic"^^xsd:string ; + voc:planet ; + voc:skinColor "asian"^^xsd:string, + "black"^^xsd:string, + "caucasian"^^xsd:string, + "hispanic"^^xsd:string . + + a voc:Film ; + rdfs:label "A New Hope"^^xsd:string ; + voc:character , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + voc:desc "\"Star Wars (later retitled Star Wars: Episode IV – A New Hope) is a 1977 American epic space opera film written and directed by George Lucas. It is the first film in the original Star Wars trilogy, the first Star Wars movie in general, and the beginning of the Star Wars franchise. Starring Mark Hamill, Harrison Ford, Carrie Fisher, Peter Cushing, Alec Guinness, David Prowse, James Earl Jones, Anthony Daniels, Kenny Baker, and Peter Mayhew, the films plot focuses on the Rebel Alliance, led by Princess Leia (Fisher), and its attempt to destroy the Galactic Empires space station, the Death Star. This conflict disrupts the isolated life of farmhand Luke Skywalker (Hamill), who inadvertently acquires a pair of droids that possess stolen architectural plans for the Death Star. When the Empire begins a destructive search for the missing droids, Skywalker accompanies Jedi Master Obi-Wan Kenobi (Guinness) on a mission to return the plans to the Rebel Alliance and rescue Leia from her imprisonment by the Empire.\", Star Wars was released in theatres in the United States on May 25, 1977. It earned $461 million in the U.S. and $314 million overseas, totaling $775 million ($3.132 billion in 2017 dollars, adjusted for inflation). It surpassed Jaws (1975) to become the highest-grossing film of all time until the release of E.T. the Extra-Terrestrial (1982). When adjusted for inflation, Star Wars is the second-highest-grossing film in North America, and the third-highest-grossing film in the world. It received ten Academy Award nominations (including Best Picture), winning seven. It was among the first films to be selected as part of the U.S. Library of Congress\\ National Film Registry as being \"culturally, historically, or aesthetically significant\". At the time, it was the most recent film on the registry and the only one chosen from the 1970s. Its soundtrack was added to the U.S. National Recording Registry in 2004. Today, it is often regarded as one of the most important films in the history of motion pictures. It launched an industry of tie-in products, including TV series spinoffs, novels, comic books, and video games, and merchandise including toys, games and clothing., \"The films success led to two critically and commercially successful sequels, The Empire Strikes Back in 1980 and Return of the Jedi in 1983. Star Wars was reissued multiple times at Lucas behest, incorporating many changes including modified computer-generated effects, altered dialogue, re-edited shots, remixed soundtracks, and added scenes. A prequel trilogy was released beginning with The Phantom Menace in 1999, continuing with Attack of the Clones in 2002, and concluding with Revenge of the Sith in 2005. The film was followed by a sequel trilogy beginning with The Force Awakens in 2015. A direct prequel, Rogue One, was released in 2016. The films fourth sequel, The Last Jedi, will be released in December 2017.\""^^xsd:string ; + voc:director "George Lucas"^^xsd:string ; + voc:episodeId 4 ; + voc:openingCrawl """It is a period of civil war.\r +Rebel spaceships, striking\r +from a hidden base, have won\r +their first victory against\r +the evil Galactic Empire.\r +\r +During the battle, Rebel\r +spies managed to steal secret\r +plans to the Empire's\r +ultimate weapon, the DEATH\r +STAR, an armored space\r +station with enough power\r +to destroy an entire planet.\r +\r +Pursued by the Empire's\r +sinister agents, Princess\r +Leia races home aboard her\r +starship, custodian of the\r +stolen plans that can save her\r +people and restore\r +freedom to the galaxy...."""^^xsd:string ; + voc:planet , + , + ; + voc:releaseDate "1977-05-25"^^xsd:date ; + voc:starship , + , + , + , + , + , + , + ; + voc:vehicle , + , + , + . + + a voc:Film ; + rdfs:label "The Empire Strikes Back"^^xsd:string ; + voc:character , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + voc:desc "\"The Empire Strikes Back (also known as Star Wars: Episode V – The Empire Strikes Back) is a 1980 American epic space opera film directed by Irvin Kershner. Leigh Brackett and Lawrence Kasdan wrote the screenplay, with George Lucas writing the films story and serving as executive producer. The second installment in the original Star Wars trilogy, it was produced by Gary Kurtz for Lucasfilm and stars Mark Hamill, Harrison Ford, Carrie Fisher, Billy Dee Williams, Anthony Daniels, David Prowse, Kenny Baker, Peter Mayhew, and Frank Oz.\", \"The film is set three years after Star Wars. The Galactic Empire, under the leadership of the villainous Darth Vader and the Emperor, is in pursuit of Luke Skywalker and the rest of the Rebel Alliance. While Vader relentlessly pursues the small band of Lukes friends—Han Solo, Princess Leia Organa, and others—across the galaxy, Luke studies the Force under Jedi Master Yoda. When Vader captures Lukes friends, Luke must decide whether to complete his training and become a full Jedi Knight or to confront Vader and save them.\", \"Following a difficult production, The Empire Strikes Back was released on May 21, 1980. It received mixed reviews from critics initially but has since grown in esteem, becoming the most critically acclaimed chapter in the Star Wars saga; it is now widely regarded as one of the greatest films of all time.5678 The film ranks #3 on Empires 2008 list of the 500 greatest movies of all time.9 It became the highest-grossing film of 1980 and, to date, has earned more than $538\\xa0million worldwide from its original run and several re-releases. When adjusted for inflation, it is the second-highest-grossing sequel of all time and the 13th-highest-grossing film in North America.10 The film was followed by Return of the Jedi, which was released in 1983.\", In 2010, the film was selected for preservation in the United States\\ National Film Registry by the Library of Congress for being \"culturally, historically, and aesthetically significant.\""^^xsd:string ; + voc:director "Irvin Kershner"^^xsd:string ; + voc:episodeId 5 ; + voc:openingCrawl """It is a dark time for the\r +Rebellion. Although the Death\r +Star has been destroyed,\r +Imperial troops have driven the\r +Rebel forces from their hidden\r +base and pursued them across\r +the galaxy.\r +\r +Evading the dreaded Imperial\r +Starfleet, a group of freedom\r +fighters led by Luke Skywalker\r +has established a new secret\r +base on the remote ice world\r +of Hoth.\r +\r +The evil lord Darth Vader,\r +obsessed with finding young\r +Skywalker, has dispatched\r +thousands of remote probes into\r +the far reaches of space...."""^^xsd:string ; + voc:planet , + , + , + ; + voc:releaseDate "1980-05-17"^^xsd:date ; + voc:starship , + , + , + , + , + , + , + , + ; + voc:vehicle , + , + , + , + , + . + + a voc:Film ; + rdfs:label "Return of the Jedi"^^xsd:string ; + voc:character , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + voc:desc "Return of the Jedi (also known as Star Wars: Episode VI – Return of the Jedi) is a 1983 American epic space opera film directed by Richard Marquand. The screenplay by Lawrence Kasdan and George Lucas was from a story by Lucas, who was also the executive producer. It is the third installment in the original Star Wars trilogy and the first film to use THX technology. The film is set one year after The Empire Strikes Back9 and was produced by Howard Kazanjian for Lucasfilm Ltd. The film stars Mark Hamill, Harrison Ford, Carrie Fisher, Billy Dee Williams, Anthony Daniels, David Prowse, Kenny Baker, Peter Mayhew and Frank Oz., \"The Galactic Empire, under the direction of the ruthless Emperor, is constructing a second Death Star in order to crush the Rebel Alliance once and for all. Since the Emperor plans to personally oversee the final stages of its construction, the Rebel Fleet launches a full-scale attack on the Death Star in order to prevent its completion and kill the Emperor, effectively bringing an end to the Empires hold over the galaxy. Meanwhile, Luke Skywalker, a Jedi apprentice, struggles to bring his father Darth Vader back to the Light Side of the Force.\", \"David Lynch and David Cronenberg were considered to direct the project before Marquand signed on as director. The production team relied on Lucas storyboards during pre-production. While writing the shooting script, Lucas, Kasdan, Marquand, and producer Howard Kazanjian spent two weeks in conference discussing ideas to construct it. Kazanjians schedule pushed shooting to begin a few weeks early to allow Industrial Light & Magic more time to work on the films effects in post-production. Filming took place in England, California, and Arizona from January to May\\xa01982\\xa0(1982-05). Strict secrecy surrounded the production and the film used the working title Blue Harvest to prevent price gouging.\", \"The film was released in theaters on May 25, 1983, six years to the day after the release of the first film, receiving mostly positive reviews. The film grossed between $475 million67 and $572 million worldwide.8 Several home video and theatrical releases and revisions to the film followed over the next 20 years. Star Wars continued with The Phantom Menace as part of the film series prequel trilogy.\", A sequel, The Force Awakens, was released on December 18, 2015, as part of the new sequel trilogy.10"^^xsd:string ; + voc:director "Richard Marquand"^^xsd:string ; + voc:episodeId 6 ; + voc:openingCrawl """Luke Skywalker has returned to\r +his home planet of Tatooine in\r +an attempt to rescue his\r +friend Han Solo from the\r +clutches of the vile gangster\r +Jabba the Hutt.\r +\r +Little does Luke know that the\r +GALACTIC EMPIRE has secretly\r +begun construction on a new\r +armored space station even\r +more powerful than the first\r +dreaded Death Star.\r +\r +When completed, this ultimate\r +weapon will spell certain doom\r +for the small band of rebels\r +struggling to restore freedom\r +to the galaxy..."""^^xsd:string ; + voc:planet , + , + , + , + ; + voc:releaseDate "1983-05-25"^^xsd:date ; + voc:starship , + , + , + , + , + , + , + , + , + , + , + ; + voc:vehicle , + , + , + , + , + , + , + . + + a voc:Film ; + rdfs:label "The Phantom Menace"^^xsd:string ; + voc:character , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + voc:desc "None"^^xsd:string ; + voc:director "George Lucas"^^xsd:string ; + voc:episodeId 1 ; + voc:openingCrawl """Turmoil has engulfed the\r +Galactic Republic. The taxation\r +of trade routes to outlying star\r +systems is in dispute.\r +\r +Hoping to resolve the matter\r +with a blockade of deadly\r +battleships, the greedy Trade\r +Federation has stopped all\r +shipping to the small planet\r +of Naboo.\r +\r +While the Congress of the\r +Republic endlessly debates\r +this alarming chain of events,\r +the Supreme Chancellor has\r +secretly dispatched two Jedi\r +Knights, the guardians of\r +peace and justice in the\r +galaxy, to settle the conflict...."""^^xsd:string ; + voc:planet , + , + ; + voc:releaseDate "1999-05-19"^^xsd:date ; + voc:starship , + , + , + , + ; + voc:vehicle , + , + , + , + , + , + . + + a voc:Film ; + rdfs:label "Attack of the Clones"^^xsd:string ; + voc:character , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + voc:desc "Star Wars: Episode II – Attack of the Clones is a 2002 American epic space opera film directed by George Lucas and written by Lucas and Jonathan Hales. It is the second installment of the Star Wars prequel trilogy, and stars Ewan McGregor, Natalie Portman, Hayden Christensen, Ian McDiarmid, Samuel L. Jackson, Christopher Lee, Temuera Morrison, Anthony Daniels, Kenny Baker and Frank Oz., \"Set ten years after the events in The Phantom Menace, the galaxy is on the brink of civil war. Led by a former Jedi named Count Dooku, thousands of planetary systems threaten to secede from the Galactic Republic. After Senator Padmé Amidala evades assassination, Jedi apprentice Anakin Skywalker becomes her protector, while his mentor Obi-Wan Kenobi investigates the attempt on Padmés life. Soon Anakin, Padmé and Obi-Wan witness the onset of a new threat to the galaxy, the Clone Wars.\", Development of Attack of the Clones began in March 2000, after the release of The Phantom Menace. By June 2000, Lucas and Hales completed a draft of the script and principal photography took place from June to September 2000. The film crew primarily shot at Fox Studios Australia in Sydney, Australia, with additional footage filmed in Tunisia, Spain and Italy. It was one of the first motion pictures shot completely on a high-definition digital 24-frame system., \"The film was released in the United States on May 16, 2002. Some critics hailed it as an improvement over The Phantom Menace, while others called it the worst entry of the franchise.56 The visual effects, costume design, musical score, action scenes and Ewan McGregor’s performance as Obi-Wan Kenobi were all praised, however the romance of Anakin and Padmé, the dialogue and the films long runtime were all criticized. The film was a financial success, making over $649 million worldwide; however, it also became the first Star Wars film to be outgrossed in its year of release, placing third domestically and fourth internationally. The film was released on VHS and DVD on November 12, 2002 and was later released on Blu-ray on September 16, 2011. Following Attack of the Clones, the third and final film of the prequel trilogy, Revenge of the Sith, premiered in 2005.\""^^xsd:string ; + voc:director "George Lucas"^^xsd:string ; + voc:episodeId 2 ; + voc:openingCrawl """There is unrest in the Galactic\r +Senate. Several thousand solar\r +systems have declared their\r +intentions to leave the Republic.\r +\r +This separatist movement,\r +under the leadership of the\r +mysterious Count Dooku, has\r +made it difficult for the limited\r +number of Jedi Knights to maintain \r +peace and order in the galaxy.\r +\r +Senator Amidala, the former\r +Queen of Naboo, is returning\r +to the Galactic Senate to vote\r +on the critical issue of creating\r +an ARMY OF THE REPUBLIC\r +to assist the overwhelmed\r +Jedi...."""^^xsd:string ; + voc:planet , + , + , + , + ; + voc:releaseDate "2002-05-16"^^xsd:date ; + voc:starship , + , + , + , + , + , + , + , + ; + voc:vehicle , + , + , + , + , + , + , + , + , + , + . + + a voc:Film ; + rdfs:label "Revenge of the Sith"^^xsd:string ; + voc:character , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + voc:desc "Star Wars: Episode III – Revenge of the Sith is a 2005 American epic space opera film written and directed by George Lucas. It is the sixth entry of the Star Wars film series and stars Ewan McGregor, Natalie Portman, Hayden Christensen, Ian McDiarmid, Samuel L. Jackson, Christopher Lee, Anthony Daniels, Kenny Baker, and Frank Oz. A sequel to The Phantom Menace (1999) and Attack of the Clones (2002), the film is the third and final installment of the Star Wars prequel trilogy., The film begins three years after the onset of the Clone Wars. The Jedi Knights are spread across the galaxy, leading a massive war against the Separatists. The Jedi Council dispatches Jedi Master Obi-Wan Kenobi to eliminate the notorious General Grievous, leader of the Separatist Army. Meanwhile, Jedi Knight Anakin Skywalker grows close to Palpatine, the Supreme Chancellor of the Galactic Republic and, unknown to the public, a Sith Lord. Their deepening friendship threatens the Jedi Order, the Republic, and Anakin himself., \"Lucas began writing the script before production of Attack of the Clones ended. Production of Revenge of the Sith started in September 2003, and filming took place in Australia with additional locations in Thailand, Switzerland, China, Italy and the United Kingdom. Revenge of the Sith premiered on May 15, 2005, at the Cannes Film Festival, then released worldwide on May 19, 2005. The film received generally positive reviews from critics, especially in contrast to the less positive reviews of the previous two prequels, including praise for its storyline, action scenes, John Williams musical score, visual effects, and performances from Ewan McGregor, Ian McDiarmid, Frank Oz, and Jimmy Smits. It is the final film in the Star Wars franchise to be distributed by 20th Century Fox before The Walt Disney Companys acquisition of Lucasfilm in 2012.\", Revenge of the Sith broke several box office records during its opening week and went on to earn over $848 million worldwide,4 making it, at the time, the third-highest-grossing film in the Star Wars franchise, unadjusted for inflation. It was the highest-grossing film of 2005 in the U.S. and the second-highest-grossing film of 2005 behind Harry Potter and the Goblet of Fire.4 The film also holds the record for the highest opening day gross on a Thursday, making $50,013,859.00.5 The Star Wars saga continued with the release of The Force Awakens, the first installment of the sequel trilogy, in 2015.67"^^xsd:string ; + voc:director "George Lucas"^^xsd:string ; + voc:episodeId 3 ; + voc:openingCrawl """War! The Republic is crumbling\r +under attacks by the ruthless\r +Sith Lord, Count Dooku.\r +There are heroes on both sides.\r +Evil is everywhere.\r +\r +In a stunning move, the\r +fiendish droid leader, General\r +Grievous, has swept into the\r +Republic capital and kidnapped\r +Chancellor Palpatine, leader of\r +the Galactic Senate.\r +\r +As the Separatist Droid Army\r +attempts to flee the besieged\r +capital with their valuable\r +hostage, two Jedi Knights lead a\r +desperate mission to rescue the\r +captive Chancellor...."""^^xsd:string ; + voc:planet , + , + , + , + , + , + , + , + , + , + , + , + ; + voc:releaseDate "2005-05-19"^^xsd:date ; + voc:starship , + , + , + , + , + , + , + , + , + , + , + ; + voc:vehicle , + , + , + , + , + , + , + , + , + , + , + , + . diff --git a/starwars-sparql-only/starwars_guide_sparql_only.json b/starwars-sparql-only/starwars_guide_sparql_only.json new file mode 100644 index 0000000..bd61281 --- /dev/null +++ b/starwars-sparql-only/starwars_guide_sparql_only.json @@ -0,0 +1,57 @@ +{ + "guideName": { + "en": "The Star Wars guide (SPARQL only)", + "fr": "⚒Le guide sur Star Wars (SPARQL uniquement)" + }, + "guideDescription": { + "en": "A basic guide showing repository creation, importing RDF from file, visual graph and some SPARQL queries.", + "fr": "⚒Un guide de base montrant la création de répertoire, l'importation de RDF à partir d'un fichier, un graphique visuel et certaines requêtes SPARQL." + }, + "guideLevel": 1, + "guideOrder": 6, + "options": { + "repositoryIdBase": "starwars" + }, + "steps": [ + { + "guideBlockName": "execute-sparql-query", + "options": { + "queries": [ + { + "query": "SELECT * {\n ?p ?o\n}\n", + "queryExtraContent": { + "en": "The query selects RDF statements whose subject is Luke Skywalker (identified by the IRI https://swapi.co/resource/human/1).", + "fr": "⚒La requête sélectionne les déclarations RDF dont le sujet est Luke Skywalker (identifié par l'IRI https://swapi.co/resource/human/1 )." + }, + "resultExtraContent": { + "en": "The variables ?p and ?o correspond to the predicate and object of the RDF statements.", + "fr": "⚒Les variables ?p et ?o correspondent au prédicat et à l'objet des déclarations RDF." + } + }, + { + "query": "PREFIX voc: \nPREFIX rdfs: \n\nSELECT * {\n voc:film ?movie .\n ?movie rdfs:label ?movieName .\n}\n", + "queryExtraContent": { + "en": "The query selects all movies where Luke Skywalker is one of the characters and illustrates the simplest SPARQL join, using the same variable ?movie in two different statement patterns.", + "fr": "⚒La requête sélectionne tous les films où Luke Skywalker est l'un des personnages et illustre la jointure SPARQL la plus simple, en utilisant la même variable ?movie dans deux modèles d'instructions différents." + }, + "resultExtraContent": { + "en": "The variables ?movie and ?movieName contain each movie's IRI and name respectively.", + "fr": "⚒Les variables ?movie et ?movieName contiennent respectivement l'IRI et le nom de chaque film." + } + }, + { + "query": "PREFIX voc: \nPREFIX rdfs: \n\nSELECT * {\n voc:film ?movie .\n ?movie rdfs:label ?movieName ;\n voc:releaseDate ?movieReleaseDate .\n} ORDER BY ?movieReleaseDate\n", + "queryExtraContent": { + "en": "The query builds upon the previous query but adds an additional join to fetch each movie's release date, and also sorting the results by the release date.", + "fr": "⚒La requête s'appuie sur la requête précédente mais ajoute une jointure supplémentaire pour récupérer la date de sortie de chaque film, et également trier les résultats par date de sortie." + }, + "resultExtraContent": { + "en": "The new variable ?movieReleaseDate contains the release date and the results are sorted by it. We can clearly see that A New Hope was released first.", + "fr": "⚒La nouvelle variable ?movieReleaseDate contient la date de sortie et les résultats sont triés en fonction de celle-ci. Nous pouvons clairement voir que A New Hope est sorti en premier." + } + } + ] + } + } + ] +} diff --git a/starwars-visual-graph-only/starwars.ttl b/starwars-visual-graph-only/starwars.ttl new file mode 100644 index 0000000..d222754 --- /dev/null +++ b/starwars-visual-graph-only/starwars.ttl @@ -0,0 +1,4383 @@ +@prefix rdf: . +@prefix rdfs: . +@prefix voc: . +@prefix xml: . +@prefix xsd: . + +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 . + + 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 . + + a voc:Planet ; + rdfs:label "Mustafar"^^xsd:string ; + voc:climate "hot"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 4200 ; + voc:film ; + 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 . + + 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 ; + 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 . + + a voc:Planet ; + rdfs:label "Mygeeto"^^xsd:string ; + voc:climate "frigid"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 10088 ; + voc:film ; + voc:gravity "1 standard"^^xsd:string ; + voc:orbitalPeriod 167 ; + voc:population 19000000 ; + voc:rotationPeriod 12 ; + voc:terrain "glaciers, mountains, ice canyons"^^xsd:string . + + a voc:Planet ; + rdfs:label "Felucia"^^xsd:string ; + voc:climate "hot, humid"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 9100 ; + voc:film ; + voc:gravity "0.75 standard"^^xsd:string ; + voc:orbitalPeriod 231 ; + voc:population 8500000 ; + voc:rotationPeriod 34 ; + voc:terrain "fungus forests"^^xsd:string . + + a voc:Planet ; + rdfs:label "Saleucami"^^xsd:string ; + voc:climate "hot"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 14920 ; + voc:film ; + voc:orbitalPeriod 392 ; + voc:population 1400000000 ; + voc:rotationPeriod 26 ; + voc:terrain "caves, desert, mountains, volcanoes"^^xsd:string . + + 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 ; + voc:terrain "grass"^^xsd:string . + + 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 ; + voc:rotationPeriod 24 ; + voc:terrain "cityscape"^^xsd:string . + + 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 ; + voc:rotationPeriod 26 ; + voc:surfaceWater 98 ; + voc:terrain "rocky islands, oceans"^^xsd:string . + + a voc:Planet ; + rdfs:label "Ord Mantell"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 14050 ; + voc:film ; + 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 . + + 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 ; + voc:gravity "1 standard"^^xsd:string ; + voc:orbitalPeriod 4818 ; + voc:population 1000 ; + voc:rotationPeriod 24 ; + voc:surfaceWater 8 ; + voc:terrain "jungle, rainforests"^^xsd:string . + + 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 ; + voc:rotationPeriod 20 ; + voc:terrain "deserts, mountains"^^xsd:string . + + 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 ; + voc:rotationPeriod 20 ; + voc:surfaceWater 40 ; + voc:terrain "plains, forests"^^xsd:string . + + 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 ; + voc:rotationPeriod 24 ; + voc:terrain "forests, deserts, savannas"^^xsd:string . + + 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 ; + 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 . + + 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 ; + voc:rotationPeriod 25 ; + voc:terrain "toxic cloudsea, plateaus, volcanoes"^^xsd:string . + + a voc:Planet ; + rdfs:label "Tholoth"^^xsd:string ; + voc:desc "None"^^xsd:string . + + a voc:Planet ; + rdfs:label "Serenno"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:resident ; + voc:terrain "rainforests, rivers, mountains"^^xsd:string . + + a voc:Planet ; + rdfs:label "Concord Dawn"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:resident ; + voc:terrain "jungles, forests, deserts"^^xsd:string . + + 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 ; + voc:terrain "deserts"^^xsd:string . + + 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 ; + 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 . + + 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 ; + 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 . + + a voc:Starship ; + rdfs:label "Republic Cruiser"^^xsd:string ; + voc:crew 9 ; + voc:desc "None"^^xsd:string ; + voc:film ; + 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 . + + 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 ; + 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 . + + a voc:Starship ; + rdfs:label "AA-9 Coruscant freighter"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:film ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + a voc:Vehicle ; + rdfs:label "Armored Assault Tank"^^xsd:string ; + voc:crew 4 ; + voc:desc "None"^^xsd:string ; + voc:film ; + 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 . + + a voc:Vehicle ; + rdfs:label "Single Trooper Aerial Platform"^^xsd:string ; + voc:cargoCapacity "none"^^xsd:integer ; + 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 ; + 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 . + + 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 ; + 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 . + + a voc:Vehicle ; + rdfs:label "LAAT/c"^^xsd:string ; + voc:cargoCapacity 40000 ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + 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 . + + 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 ; + 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 . + + a voc:Vehicle ; + rdfs:label "Geonosian starfighter"^^xsd:string ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + 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 . + + 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 ; + 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 . + + a voc:Vehicle ; + rdfs:label "Emergency Firespeeder"^^xsd:string ; + voc:crew 2 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:model "Fire suppression speeder"^^xsd:string ; + voc:vehicleClass "fire suppression ship"^^xsd:string . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + a voc:Vehicle ; + rdfs:label "Corporate Alliance tank droid"^^xsd:string ; + voc:cargoCapacity "none"^^xsd:integer ; + voc:consumables "none"^^xsd:string ; + voc:costInCredits 49000 ; + voc:crew 0 ; + voc:desc "None"^^xsd:string ; + voc:film ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:language "Aleena"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film ; + voc:language "besalisk"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "hazel"^^xsd:string ; + voc:film , + ; + voc:hairColor "black"^^xsd:string, + "blond"^^xsd:string, + "red"^^xsd:string, + "white"^^xsd:string ; + voc:language "Cerean"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film , + ; + voc:language "Chagria"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film , + ; + voc:language "Clawdite"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string, + "yellow"^^xsd:string ; + voc:film ; + voc:language "Dugese"^^xsd:string ; + voc:planet ; + 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 ; + 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 ; + voc:hairColor "black"^^xsd:string, + "brown"^^xsd:string, + "white"^^xsd:string ; + voc:language "Ewokese"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "green"^^xsd:string, + "hazel"^^xsd:string ; + voc:film , + ; + voc:language "Geonosian"^^xsd:string ; + voc:planet ; + 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 ; + 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 , + ; + voc:language "Huttese"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "orange"^^xsd:string ; + voc:film , + ; + voc:language "Iktotchese"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film ; + voc:language "Kaleesh"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string, + "silver"^^xsd:string ; + voc:film , + ; + voc:language "Kel Dor"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film ; + voc:language "Mon Calamarian"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film , + ; + voc:language "Muun"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film ; + voc:language "Nautila"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "pink"^^xsd:string, + "red"^^xsd:string ; + voc:film ; + voc:language "Neimoidia"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film ; + voc:language "Utapese"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film , + ; + voc:language "Quermian"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film ; + voc:language "Galactic Basic"^^xsd:string ; + voc:planet ; + voc:skinColor "blue"^^xsd:string, + "green"^^xsd:string . + +voc:Skakoan a voc:Species ; + rdfs:label "Skakoan" ; + rdfs:subClassOf voc:Mammal, + voc:Sentient ; + voc:character ; + voc:desc "None"^^xsd:string ; + voc:film , + ; + voc:language "Skakoan"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film ; + voc:language "Sullutese"^^xsd:string ; + voc:planet ; + voc:skinColor "pale"^^xsd:string . + +voc:Tholothian a voc:Species ; + rdfs:label "Tholothian" ; + rdfs:subClassOf voc:Mammal, + voc:Sentient ; + voc:character ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string, + "indigo"^^xsd:string ; + voc:film , + ; + voc:planet ; + 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 ; + 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 , + ; + voc:language "Togruti"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "orange"^^xsd:string ; + voc:film , + ; + voc:language "Tundan"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film , + ; + voc:language "Toydarian"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "orange"^^xsd:string, + "yellow"^^xsd:string ; + voc:film ; + voc:language "Dosh"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "colourless"^^xsd:string ; + voc:film ; + voc:language "Umbaran"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film ; + voc:language "vulpterish"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film ; + voc:language "Xextese"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "brown"^^xsd:string, + "green"^^xsd:string, + "yellow"^^xsd:string ; + voc:film , + , + , + , + ; + voc:hairColor "brown"^^xsd:string, + "white"^^xsd:string ; + voc:language "Galactic basic"^^xsd:string ; + voc:planet ; + voc:skinColor "green"^^xsd:string, + "yellow"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Quarsh Panaka"^^xsd:string ; + voc:birthYear "62BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "black"^^xsd:string ; + voc:height "183.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "dark"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Captain Phasma"^^xsd:string ; + voc:desc "\"Captain Phasma is a fictional character in the Star Wars franchise, portrayed by Gwendoline Christie. Introduced in Star Wars: The Force Awakens (2015), the first film in the Star Wars sequel trilogy, Phasma is the commander of the First Orders force of stormtroopers. Christie confirmed that the character would reappear in the next of the trilogys films, Star Wars: The Last Jedi. The character also made an additional appearance in Before the Awakening, an anthology book set before the events of The Force Awakens.\", \"J. J. Abrams created Phasma from an armor design originally developed for Kylo Ren and named her after the 1979 horror film Phantasm. The character was originally conceived as male before being changed to female. Phasma appeared prominently in promotion and marketing for The Force Awakens, but the characters ultimately minor role in the film was the subject of criticism. Nonetheless, merchandise featuring the character found success and her figure was the bestselling of all Force Awakens action figures on Amazon.co.uk.3\""^^xsd:string ; + voc:film ; + voc:gender "female"^^xsd:string ; + voc:homeworld . + + a voc:Planet ; + rdfs:label "Corellia"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 11000 ; + voc:gravity "1 standard"^^xsd:string ; + voc:orbitalPeriod 329 ; + voc:population 3000000000 ; + voc:resident , + ; + voc:rotationPeriod 25 ; + voc:surfaceWater 70 ; + voc:terrain "plains, urban, hills, forests"^^xsd:string . + + a voc:Planet ; + rdfs:label "Rodia"^^xsd:string ; + voc:climate "hot"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 7549 ; + voc:gravity "1 standard"^^xsd:string ; + voc:orbitalPeriod 305 ; + voc:population 1300000000 ; + voc:resident ; + voc:rotationPeriod 29 ; + voc:surfaceWater 60 ; + voc:terrain "jungles, oceans, urban, swamps"^^xsd:string . + + a voc:Planet ; + rdfs:label "Nal Hutta"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 12150 ; + voc:gravity "1 standard"^^xsd:string ; + voc:orbitalPeriod 413 ; + voc:population 7000000000 ; + voc:resident ; + voc:rotationPeriod 87 ; + voc:terrain "urban, oceans, swamps, bogs"^^xsd:string . + + a voc:Planet ; + rdfs:label "Trandosha"^^xsd:string ; + voc:climate "arid"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 0 ; + voc:gravity "0.62 standard"^^xsd:string ; + voc:orbitalPeriod 371 ; + voc:population 42000000 ; + voc:resident ; + voc:rotationPeriod 25 ; + voc:terrain "mountains, seas, grasslands, deserts"^^xsd:string . + + a voc:Planet ; + rdfs:label "Mon Cala"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 11030 ; + voc:gravity "1"^^xsd:string ; + voc:orbitalPeriod 398 ; + voc:population 27000000000 ; + voc:resident ; + voc:rotationPeriod 21 ; + voc:surfaceWater 100 ; + voc:terrain "oceans, reefs, islands"^^xsd:string . + + a voc:Planet ; + rdfs:label "Sullust"^^xsd:string ; + voc:climate "superheated"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 12780 ; + voc:gravity "1"^^xsd:string ; + voc:orbitalPeriod 263 ; + voc:population 18500000000 ; + voc:resident ; + voc:rotationPeriod 20 ; + voc:surfaceWater 5 ; + voc:terrain "mountains, volcanoes, rocky deserts"^^xsd:string . + + a voc:Planet ; + rdfs:label "Toydaria"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 7900 ; + voc:gravity "1"^^xsd:string ; + voc:orbitalPeriod 184 ; + voc:population 11000000 ; + voc:resident ; + voc:rotationPeriod 21 ; + voc:terrain "swamps, lakes"^^xsd:string . + + a voc:Planet ; + rdfs:label "Malastare"^^xsd:string ; + voc:climate "arid, temperate, tropical"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 18880 ; + voc:gravity "1.56"^^xsd:string ; + voc:orbitalPeriod 201 ; + voc:population 2000000000 ; + voc:resident ; + voc:rotationPeriod 26 ; + voc:terrain "swamps, deserts, jungles, mountains"^^xsd:string . + + a voc:Planet ; + rdfs:label "Aleen Minor"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:resident . + + a voc:Planet ; + rdfs:label "Vulpter"^^xsd:string ; + voc:climate "temperate, artic"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 14900 ; + voc:gravity "1"^^xsd:string ; + voc:orbitalPeriod 391 ; + voc:population 421000000 ; + voc:resident ; + voc:rotationPeriod 22 ; + voc:terrain "urban, barren"^^xsd:string . + + a voc:Planet ; + rdfs:label "Troiken"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:resident ; + voc:terrain "desert, tundra, rainforests, mountains"^^xsd:string . + + a voc:Planet ; + rdfs:label "Tund"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 12190 ; + voc:orbitalPeriod 1770 ; + voc:population 0 ; + voc:resident ; + voc:rotationPeriod 48 ; + voc:terrain "barren, ash"^^xsd:string . + + a voc:Planet ; + rdfs:label "Cerea"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:gravity "1"^^xsd:string ; + voc:orbitalPeriod 386 ; + voc:population 450000000 ; + voc:resident ; + voc:rotationPeriod 27 ; + voc:surfaceWater 20 ; + voc:terrain "verdant"^^xsd:string . + + a voc:Planet ; + rdfs:label "Glee Anselm"^^xsd:string ; + voc:climate "tropical, temperate"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 15600 ; + voc:gravity "1"^^xsd:string ; + voc:orbitalPeriod 206 ; + voc:population 500000000 ; + voc:resident ; + voc:rotationPeriod 33 ; + voc:surfaceWater 80 ; + voc:terrain "lakes, islands, swamps, seas"^^xsd:string . + + a voc:Planet ; + rdfs:label "Iridonia"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:orbitalPeriod 413 ; + voc:resident ; + voc:rotationPeriod 29 ; + voc:terrain "rocky canyons, acid pools"^^xsd:string . + + a voc:Planet ; + rdfs:label "Iktotch"^^xsd:string ; + voc:climate "arid, rocky, windy"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:gravity "1"^^xsd:string ; + voc:orbitalPeriod 481 ; + voc:resident ; + voc:rotationPeriod 22 ; + voc:terrain "rocky"^^xsd:string . + + a voc:Planet ; + rdfs:label "Quermia"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:resident . + + a voc:Planet ; + rdfs:label "Dorin"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 13400 ; + voc:gravity "1"^^xsd:string ; + voc:orbitalPeriod 409 ; + voc:resident ; + voc:rotationPeriod 22 . + + a voc:Planet ; + rdfs:label "Champala"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:gravity "1"^^xsd:string ; + voc:orbitalPeriod 318 ; + voc:population 3500000000 ; + voc:resident ; + voc:rotationPeriod 27 ; + voc:terrain "oceans, rainforests, plateaus"^^xsd:string . + + a voc:Planet ; + rdfs:label "Zolan"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:resident . + + a voc:Planet ; + rdfs:label "Ojom"^^xsd:string ; + voc:climate "frigid"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:population 500000000 ; + voc:resident ; + voc:surfaceWater 100 ; + voc:terrain "oceans, glaciers"^^xsd:string . + + a voc:Planet ; + rdfs:label "Skako"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:gravity "1"^^xsd:string ; + voc:orbitalPeriod 384 ; + voc:population 500000000000 ; + voc:resident ; + voc:rotationPeriod 27 ; + voc:terrain "urban, vines"^^xsd:string . + + a voc:Planet ; + rdfs:label "Muunilinst"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 13800 ; + voc:gravity "1"^^xsd:string ; + voc:orbitalPeriod 412 ; + voc:population 5000000000 ; + voc:resident ; + voc:rotationPeriod 28 ; + voc:surfaceWater 25 ; + voc:terrain "plains, forests, hills, mountains"^^xsd:string . + + a voc:Planet ; + rdfs:label "Shili"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:gravity "1"^^xsd:string ; + voc:resident ; + voc:terrain "cities, savannahs, seas, plains"^^xsd:string . + + a voc:Planet ; + rdfs:label "Kalee"^^xsd:string ; + voc:climate "arid, temperate, tropical"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 13850 ; + voc:gravity "1"^^xsd:string ; + voc:orbitalPeriod 378 ; + voc:population 4000000000 ; + voc:resident ; + voc:rotationPeriod 23 ; + voc:terrain "rainforests, cliffs, canyons, seas"^^xsd:string . + + a voc:Planet ; + rdfs:label "Bespin"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "Bespin is a fictional planet, a gas giant in Star Wars films and books. The planet was first seen in the 1980 feature film The Empire Strikes Back. Since its introduction, Bespin has gained more specific characteristics in the Star Wars expanded universe., \"In The Empire Strikes Back, Bespins floating city Cloud City hovers suspended by an anti-gravity pod.\""^^xsd:string ; + voc:diameter 118000 ; + voc:film ; + voc:gravity "1.5 (surface), 1 standard (Cloud City)"^^xsd:string ; + voc:orbitalPeriod 5110 ; + voc:population 6000000 ; + voc:resident ; + voc:rotationPeriod 12 ; + voc:surfaceWater 0 ; + voc:terrain "gas giant"^^xsd:string . + + a voc:Planet ; + rdfs:label "Umbara"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:resident . + + a voc:Starship ; + rdfs:label "TIE Advanced x1"^^xsd:string ; + voc:cargoCapacity 150 ; + voc:consumables "5 days"^^xsd:string ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:hyperdriveRating "1.0"^^xsd:float ; + voc:length "9.2"^^xsd:float ; + voc:manufacturer "Sienar Fleet Systems"^^xsd:string ; + voc:maxAtmospheringSpeed 1200 ; + voc:mglt 105 ; + voc:model "Twin Ion Engine Advanced x1"^^xsd:string ; + voc:passengers 0 ; + voc:pilot ; + voc:starshipClass "Starfighter"^^xsd:string . + + a voc:Starship ; + rdfs:label "Executor"^^xsd:string ; + voc:cargoCapacity 250000000 ; + voc:consumables "6 years"^^xsd:string ; + voc:costInCredits 1143350000 ; + voc:crew 279144 ; + voc:desc "An executor is someone who is responsible for executing, or following through on, an assigned task or duty. The feminine form, executrix, may sometimes be used. The role of an executor should not be confused with that of an executioner, a person who carries out a death sentence ordered by the state or other legal authority."^^xsd:string ; + voc:film , + ; + voc:hyperdriveRating "2.0"^^xsd:float ; + voc:length "19000.0"^^xsd:float ; + voc:manufacturer "Kuat Drive Yards, Fondor Shipyards"^^xsd:string ; + voc:mglt 40 ; + voc:model "Executor-class star dreadnought"^^xsd:string ; + voc:passengers 38000 ; + voc:starshipClass "Star dreadnought"^^xsd:string . + + a voc:Starship ; + rdfs:label "Rebel transport"^^xsd:string ; + voc:cargoCapacity 19000000 ; + voc:consumables "6 months"^^xsd:string ; + voc:crew 6 ; + voc:desc "None"^^xsd:string ; + voc:film , + ; + voc:hyperdriveRating "4.0"^^xsd:float ; + voc:length "90.0"^^xsd:float ; + voc:manufacturer "Gallofree Yards, Inc."^^xsd:string ; + voc:maxAtmospheringSpeed 650 ; + voc:mglt 20 ; + voc:model "GR-75 medium transport"^^xsd:string ; + voc:passengers 90 ; + voc:starshipClass "Medium transport"^^xsd:string . + + a voc:Starship ; + rdfs:label "EF76 Nebulon-B escort frigate"^^xsd:string ; + voc:cargoCapacity 6000000 ; + voc:consumables "2 years"^^xsd:string ; + voc:costInCredits 8500000 ; + voc:crew 854 ; + voc:desc "None"^^xsd:string ; + voc:film , + ; + voc:hyperdriveRating "2.0"^^xsd:float ; + voc:length "300.0"^^xsd:float ; + voc:manufacturer "Kuat Drive Yards"^^xsd:string ; + voc:maxAtmospheringSpeed 800 ; + voc:mglt 40 ; + voc:model "EF76 Nebulon-B escort frigate"^^xsd:string ; + voc:passengers 75 ; + voc:starshipClass "Escort ship"^^xsd:string . + + a voc:Starship ; + rdfs:label "A-wing"^^xsd:string ; + voc:cargoCapacity 40 ; + voc:consumables "1 week"^^xsd:string ; + voc:costInCredits 175000 ; + voc:crew 1 ; + voc:desc "A-wings are fictional starfighters in the Star Wars franchise. They first appear in Return of the Jedi (1983) and later in numerous Star Wars materials and productions. It gained popularity through its depiction in several video games, and since 1985 the A-wing has been merchandised by several companies."^^xsd:string ; + voc:film ; + voc:hyperdriveRating "1.0"^^xsd:float ; + voc:length "9.6"^^xsd:float ; + voc:manufacturer "Alliance Underground Engineering, Incom Corporation"^^xsd:string ; + voc:maxAtmospheringSpeed 1300 ; + voc:mglt 120 ; + voc:model "RZ-1 A-wing Interceptor"^^xsd:string ; + voc:passengers 0 ; + voc:pilot ; + voc:starshipClass "Starfighter"^^xsd:string . + + a voc:Starship ; + rdfs:label "Naboo Royal Starship"^^xsd:string ; + voc:crew 8 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:hyperdriveRating "1.8"^^xsd:float ; + voc:length "76.0"^^xsd:float ; + voc:manufacturer "Theed Palace Space Vessel Engineering Corps, Nubia Star Drives"^^xsd:string ; + voc:maxAtmospheringSpeed 920 ; + voc:model "J-type 327 Nubian royal starship"^^xsd:string ; + voc:pilot ; + voc:starshipClass "yacht"^^xsd:string . + + a voc:Starship ; + rdfs:label "Scimitar"^^xsd:string ; + voc:cargoCapacity 2500000 ; + voc:consumables "30 days"^^xsd:string ; + voc:costInCredits 55000000 ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:hyperdriveRating "1.5"^^xsd:float ; + voc:length "26.5"^^xsd:float ; + voc:manufacturer "Republic Sienar Systems"^^xsd:string ; + voc:maxAtmospheringSpeed 1180 ; + voc:model "Star Courier"^^xsd:string ; + voc:passengers 6 ; + voc:pilot ; + voc:starshipClass "Space Transport"^^xsd:string . + + a voc:Starship ; + rdfs:label "H-type Nubian yacht"^^xsd:string ; + voc:crew 4 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:hyperdriveRating "0.9"^^xsd:float ; + voc:length "47.9"^^xsd:float ; + voc:manufacturer "Theed Palace Space Vessel Engineering Corps"^^xsd:string ; + voc:maxAtmospheringSpeed 8000 ; + voc:model "H-type Nubian yacht"^^xsd:string ; + voc:pilot ; + voc:starshipClass "yacht"^^xsd:string . + + a voc:Starship ; + rdfs:label "T-70 X-wing fighter"^^xsd:string ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:manufacturer "Incom"^^xsd:string ; + voc:model "T-70 X-wing fighter"^^xsd:string ; + voc:pilot ; + voc:starshipClass "fighter"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "TIE bomber"^^xsd:string ; + voc:cargoCapacity "none"^^xsd:integer ; + voc:consumables "2 days"^^xsd:string ; + voc:crew 1 ; + voc:desc "TIE fighters are fictional starfighters in the Star Wars universe. Propelled by twin ion engines (hence the TIE acronym), TIE fighters are fast, agile, yet fragile starfighters produced by Sienar Fleet Systems for the Galactic Empire. TIE fighters and other TIE craft appear in Star Wars films, television shows, and throughout the Star Wars expanded universe. Several TIE fighter replicas and toys, as well as a TIE flight simulator, have been produced and sold by merchandise companies."^^xsd:string ; + voc:film , + ; + voc:length "7.8"^^xsd:float ; + voc:manufacturer "Sienar Fleet Systems"^^xsd:string ; + voc:maxAtmospheringSpeed 850 ; + voc:model "TIE/sa bomber"^^xsd:string ; + voc:passengers 0 ; + voc:vehicleClass "space/planetary bomber"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "AT-AT"^^xsd:string ; + voc:cargoCapacity 1000 ; + voc:crew 5 ; + 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 , + ; + voc:length "20.0"^^xsd:float ; + voc:manufacturer "Kuat Drive Yards, Imperial Department of Military Research"^^xsd:string ; + voc:maxAtmospheringSpeed 60 ; + voc:model "All Terrain Armored Transport"^^xsd:string ; + voc:passengers 40 ; + voc:vehicleClass "assault walker"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "Vulture Droid"^^xsd:string ; + voc:cargoCapacity 0 ; + voc:consumables "none"^^xsd:string ; + voc:crew 0 ; + voc:desc "None"^^xsd:string ; + voc:film , + ; + voc:length "3.5"^^xsd:float ; + voc:manufacturer "Haor Chall Engineering, Baktoid Armor Workshop"^^xsd:string ; + voc:maxAtmospheringSpeed 1200 ; + voc:model "Vulture-class droid starfighter"^^xsd:string ; + voc:passengers 0 ; + voc:vehicleClass "starfighter"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "Sand Crawler"^^xsd:string ; + voc:cargoCapacity 50000 ; + voc:consumables "2 months"^^xsd:string ; + voc:costInCredits 150000 ; + voc:crew 46 ; + voc:desc "None"^^xsd:string ; + voc:film , + ; + voc:length "36.8"^^xsd:float ; + voc:manufacturer "Corellia Mining Corporation"^^xsd:string ; + voc:maxAtmospheringSpeed 30 ; + voc:model "Digger Crawler"^^xsd:string ; + voc:passengers 30 ; + voc:vehicleClass "wheeled"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "Sith speeder"^^xsd:string ; + voc:cargoCapacity 2 ; + voc:costInCredits 4000 ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:length "1.5"^^xsd:float ; + voc:manufacturer "Razalon"^^xsd:string ; + voc:maxAtmospheringSpeed 180 ; + voc:model "FC-20 speeder bike"^^xsd:string ; + voc:passengers 0 ; + voc:pilot ; + voc:vehicleClass "speeder"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "Zephyr-G swoop bike"^^xsd:string ; + voc:cargoCapacity 200 ; + voc:consumables "none"^^xsd:string ; + voc:costInCredits 5750 ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:length "3.68"^^xsd:float ; + voc:manufacturer "Mobquet Swoops and Speeders"^^xsd:string ; + voc:maxAtmospheringSpeed 350 ; + voc:model "Zephyr-G swoop bike"^^xsd:string ; + voc:passengers 1 ; + voc:pilot ; + voc:vehicleClass "repulsorcraft"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "Koro-2 Exodrive airspeeder"^^xsd:string ; + voc:cargoCapacity 80 ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:length "6.6"^^xsd:float ; + voc:manufacturer "Desler Gizh Outworld Mobility Corporation"^^xsd:string ; + voc:maxAtmospheringSpeed 800 ; + voc:model "Koro-2 Exodrive airspeeder"^^xsd:string ; + voc:passengers 1 ; + voc:pilot ; + voc:vehicleClass "airspeeder"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "XJ-6 airspeeder"^^xsd:string ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:length "6.23"^^xsd:float ; + voc:manufacturer "Narglatch AirTech prefabricated kit"^^xsd:string ; + voc:maxAtmospheringSpeed 720 ; + voc:model "XJ-6 airspeeder"^^xsd:string ; + voc:passengers 1 ; + voc:pilot ; + voc:vehicleClass "airspeeder"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "LAAT/i"^^xsd:string ; + voc:cargoCapacity 170 ; + voc:crew 6 ; + voc:desc "None"^^xsd:string ; + voc:film , + ; + voc:length "17.4"^^xsd:float ; + voc:manufacturer "Rothana Heavy Engineering"^^xsd:string ; + voc:maxAtmospheringSpeed 620 ; + voc:model "Low Altitude Assault Transport/infrantry"^^xsd:string ; + voc:passengers 30 ; + voc:vehicleClass "gunship"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "AT-TE"^^xsd:string ; + voc:cargoCapacity 10000 ; + voc:consumables "21 days"^^xsd:string ; + voc:crew 6 ; + 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 , + ; + voc:length "13.2"^^xsd:float ; + voc:manufacturer "Rothana Heavy Engineering, Kuat Drive Yards"^^xsd:string ; + voc:maxAtmospheringSpeed 60 ; + voc:model "All Terrain Tactical Enforcer"^^xsd:string ; + voc:passengers 36 ; + voc:vehicleClass "walker"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "Flitknot speeder"^^xsd:string ; + voc:costInCredits 8000 ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:length "2.0"^^xsd:float ; + voc:manufacturer "Huppla Pasa Tisc Shipwrights Collective"^^xsd:string ; + voc:maxAtmospheringSpeed 634 ; + voc:model "Flitknot speeder"^^xsd:string ; + voc:passengers 0 ; + voc:pilot ; + voc:vehicleClass "speeder"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "Neimoidian shuttle"^^xsd:string ; + voc:cargoCapacity 1000 ; + voc:consumables "7 days"^^xsd:string ; + voc:crew 2 ; + voc:desc "None"^^xsd:string ; + voc:film , + ; + voc:length "20.0"^^xsd:float ; + voc:manufacturer "Haor Chall Engineering"^^xsd:string ; + voc:maxAtmospheringSpeed 880 ; + voc:model "Sheathipede-class transport shuttle"^^xsd:string ; + voc:passengers 6 ; + voc:vehicleClass "transport"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "Tsmeu-6 personal wheel bike"^^xsd:string ; + voc:cargoCapacity 10 ; + voc:consumables "none"^^xsd:string ; + voc:costInCredits 15000 ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:length "3.5"^^xsd:float ; + voc:manufacturer "Z-Gomot Ternbuell Guppat Corporation"^^xsd:string ; + voc:maxAtmospheringSpeed 330 ; + voc:model "Tsmeu-6 personal wheel bike"^^xsd:string ; + voc:passengers 1 ; + voc:pilot ; + voc:vehicleClass "wheeled walker"^^xsd:string . + +voc:Kaminoan a voc:Species ; + rdfs:label "Kaminoan" ; + rdfs:subClassOf voc:Amphibian, + voc:Sentient ; + voc:averageHeight "220.0"^^xsd:float ; + voc:averageLifespan "80"^^xsd:string ; + voc:character , + ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film ; + voc:language "Kaminoan"^^xsd:string ; + voc:planet ; + voc:skinColor "blue"^^xsd:string, + "grey"^^xsd:string . + +voc:Mirialan a voc:Species ; + rdfs:label "Mirialan" ; + rdfs:subClassOf voc:Mammal, + voc:Sentient ; + voc:averageHeight "180.0"^^xsd:float ; + voc:character , + ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string, + "brown"^^xsd:string, + "green"^^xsd:string, + "orange"^^xsd:string, + "red"^^xsd:string, + "yellow"^^xsd:string ; + voc:film , + ; + voc:hairColor "black"^^xsd:string, + "brown"^^xsd:string ; + voc:language "Mirialan"^^xsd:string ; + voc:planet ; + voc:skinColor "green"^^xsd:string, + "yellow"^^xsd:string . + +voc:Twilek a voc:Species ; + rdfs:label "Twilek" ; + rdfs:subClassOf voc:Mammal, + voc:Sentient ; + voc:averageHeight "200.0"^^xsd:float ; + voc:character , + ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string, + "brown"^^xsd:string, + "orange"^^xsd:string, + "pink"^^xsd:string ; + voc:film , + , + , + ; + voc:language "Twi'leki"^^xsd:string ; + voc:planet ; + voc:skinColor "blue"^^xsd:string, + "green"^^xsd:string, + "orange"^^xsd:string, + "pink"^^xsd:string, + "purple"^^xsd:string, + "tan"^^xsd:string, + "yellow"^^xsd:string . + +voc:Wookiee a voc:Species ; + rdfs:label "Wookiee" ; + rdfs:subClassOf voc:Mammal, + voc:Sentient ; + voc:averageHeight "210.0"^^xsd:float ; + voc:averageLifespan "400"^^xsd:string ; + voc:character , + ; + voc:desc "Wookiees (/ˈwʊkiːz/) are a fictional species of intelligent bipeds from the planet Kashyyyk in the Star Wars universe. They are taller, stronger, and hairier than humans and most (if not all) other humanoid species. The most notable Wookiee is Chewbacca, the copilot of Han Solo, who first appeared in the 1977 film Star Wars Episode IV: A New Hope."^^xsd:string ; + voc:eyeColor "blue"^^xsd:string, + "brown"^^xsd:string, + "golden"^^xsd:string, + "green"^^xsd:string, + "red"^^xsd:string, + "yellow"^^xsd:string ; + voc:film , + , + , + , + ; + voc:hairColor "black"^^xsd:string, + "brown"^^xsd:string ; + voc:language "Shyriiwook"^^xsd:string ; + voc:planet ; + voc:skinColor "gray"^^xsd:string . + +voc:Zabrak a voc:Species ; + rdfs:label "Zabrak" ; + rdfs:subClassOf voc:Mammal, + voc:Sentient ; + voc:averageHeight "180.0"^^xsd:float ; + voc:character , + ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "brown"^^xsd:string, + "orange"^^xsd:string ; + voc:film ; + voc:hairColor "black"^^xsd:string ; + voc:language "Zabraki"^^xsd:string ; + voc:planet ; + voc:skinColor "brown"^^xsd:string, + "orange"^^xsd:string, + "pale"^^xsd:string, + "red"^^xsd:string, + "yellow"^^xsd:string . + + a voc:Aleena, + voc:Character ; + rdfs:label "Ratts Tyerell"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "79.0"^^xsd:float ; + voc:homeworld ; + voc:mass 15.0 ; + voc:skinColor "grey, blue"^^xsd:string . + + a voc:Besalisk, + voc:Character ; + rdfs:label "Dexter Jettster"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "198.0"^^xsd:float ; + voc:homeworld ; + voc:mass 102.0 ; + voc:skinColor "brown"^^xsd:string . + + a voc:Character, + voc:Droid ; + rdfs:label "IG-88"^^xsd:string ; + voc:birthYear "15BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "red"^^xsd:string ; + voc:film ; + voc:gender "none"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "200.0"^^xsd:float ; + voc:homeworld ; + voc:mass 140.0 ; + voc:skinColor "metal"^^xsd:string . + + a voc:Character, + voc:Droid ; + rdfs:label "R4-P17"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "red, blue"^^xsd:string ; + voc:film , + ; + voc:gender "female"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "96.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "silver, red"^^xsd:string . + + a voc:Character, + voc:Droid ; + rdfs:label "R5-D4"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "red"^^xsd:string ; + voc:film ; + voc:height "97.0"^^xsd:float ; + voc:homeworld ; + voc:mass 32.0 ; + voc:skinColor "white, red"^^xsd:string . + + a voc:Character, + voc:Droid ; + rdfs:label "BB8"^^xsd:string ; + voc:desc "BB-8 (or Beebee-Ate) is a droid character in the Star Wars franchise, first appearing in the 2015 film Star Wars: The Force Awakens. Spherical with a free-moving domed head, BB-8 is portrayed by both a rod puppet and a remote-controlled robotic unit."^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film ; + voc:gender "none"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:homeworld ; + voc:skinColor "none"^^xsd:string . + + a voc:Character, + voc:Dug ; + rdfs:label "Sebulba"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "orange"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "112.0"^^xsd:float ; + voc:homeworld ; + voc:mass 40.0 ; + voc:skinColor "grey, red"^^xsd:string . + + a voc:Character, + voc:Ewok ; + rdfs:label "Wicket Systri Warrick"^^xsd:string ; + voc:birthYear "8BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "88.0"^^xsd:float ; + voc:homeworld ; + voc:mass 20.0 ; + voc:skinColor "brown"^^xsd:string . + + a voc:Character, + voc:Gungan ; + rdfs:label "Roos Tarpals"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "orange"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "224.0"^^xsd:float ; + voc:homeworld ; + voc:mass 82.0 ; + voc:skinColor "grey"^^xsd:string . + + a voc:Character, + voc:Gungan ; + rdfs:label "Rugor Nass"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "orange"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "206.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "green"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Lobot"^^xsd:string ; + voc:birthYear "37BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "175.0"^^xsd:float ; + voc:homeworld ; + voc:mass 79.0 ; + voc:skinColor "light"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Mon Mothma"^^xsd:string ; + voc:birthYear "48BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film ; + voc:gender "female"^^xsd:string ; + voc:hairColor "auburn"^^xsd:string ; + voc:height "150.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "fair"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Finis Valorum"^^xsd:string ; + voc:birthYear "91BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "blond"^^xsd:string ; + voc:height "170.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "fair"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Ric Olié"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "183.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "fair"^^xsd:string ; + voc:starship . + + a voc:Character, + voc:Human ; + rdfs:label "Cordé"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film ; + voc:gender "female"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "157.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "light"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Cliegg Lars"^^xsd:string ; + voc:birthYear "82BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "183.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "fair"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Dormé"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film ; + voc:gender "female"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "165.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "light"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Jango Fett"^^xsd:string ; + voc:birthYear "66BBY"^^xsd:string ; + voc:desc "Jango Fett is a fictional character in the Star Wars franchise, created by George Lucas. He made his debut in the 2002 film Star Wars: Episode II – Attack of the Clones, where he was portrayed by actor Temuera Morrison., In the context of the Star Wars universe, Jango Fett was regarded as the best mercenary in the galaxy during the final years of the Republic. A naturally skilled warrior, he was eventually chosen to serve as the genetic template for the Clone Army of the Galactic Republic. These clone soldiers were genetically modified to be predisposed toward unquestioning obedience to the chain of command, unlike their highly independent progenitor. Jango was also the \"father\" of unaltered clone Boba Fett, which he requested as part of his contract with the Kaminoans."^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "black"^^xsd:string ; + voc:height "183.0"^^xsd:float ; + voc:homeworld ; + voc:mass 79.0 ; + voc:skinColor "tan"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Jocasta Nu"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film ; + voc:gender "female"^^xsd:string ; + voc:hairColor "white"^^xsd:string ; + voc:height "167.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "fair"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Finn"^^xsd:string ; + voc:desc "Finn, designation number FN-2187, is a fictional character in the Star Wars franchise. He first appeared in the 2015 film Star Wars: The Force Awakens in which he is a stormtrooper for the First Order who flees and turns against it after being shocked by their cruelty in his first combat mission. He is played by British actor John Boyega, who will reprise the role in Star Wars: The Last Jedi."^^xsd:string ; + voc:eyeColor "dark"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "black"^^xsd:string ; + voc:homeworld ; + voc:skinColor "dark"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Rey"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "hazel"^^xsd:string ; + voc:film ; + voc:gender "female"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:homeworld ; + voc:skinColor "light"^^xsd:string . + + a voc:Character, + voc:Kaminoan ; + rdfs:label "Lama Su"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "229.0"^^xsd:float ; + voc:homeworld ; + voc:mass 88.0 ; + voc:skinColor "grey"^^xsd:string . + + a voc:Character, + voc:Kaminoan ; + rdfs:label "Taun We"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film ; + voc:gender "female"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "213.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "grey"^^xsd:string . + + a voc:Character, + voc:Mirialan ; + rdfs:label "Barriss Offee"^^xsd:string ; + voc:birthYear "40BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film ; + voc:gender "female"^^xsd:string ; + voc:hairColor "black"^^xsd:string ; + voc:height "166.0"^^xsd:float ; + voc:homeworld ; + voc:mass 50.0 ; + voc:skinColor "yellow"^^xsd:string . + + a voc:Character, + voc:Muun ; + rdfs:label "San Hill"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "gold"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "191.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "grey"^^xsd:string . + + a voc:Character, + voc:Pauan ; + rdfs:label "Tion Medon"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "206.0"^^xsd:float ; + voc:homeworld ; + voc:mass 80.0 ; + voc:skinColor "grey"^^xsd:string . + + a voc:Planet ; + rdfs:label "Geonosis"^^xsd:string ; + voc:climate "temperate, arid"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 11370 ; + voc:film ; + voc:gravity "0.9 standard"^^xsd:string ; + voc:orbitalPeriod 256 ; + voc:population 100000000000 ; + voc:resident ; + voc:rotationPeriod 30 ; + voc:surfaceWater 5 ; + voc:terrain "rock, desert, mountain, barren"^^xsd:string . + + a voc:Planet ; + rdfs:label "Utapau"^^xsd:string ; + voc:climate "temperate, arid, windy"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 12900 ; + voc:film ; + voc:gravity "1 standard"^^xsd:string ; + voc:orbitalPeriod 351 ; + voc:population 95000000 ; + voc:resident ; + voc:rotationPeriod 27 ; + voc:surfaceWater "0.9"^^xsd:integer ; + voc:terrain "scrublands, savanna, canyons, sinkholes"^^xsd:string . + + a voc:Planet ; + rdfs:label "Cato Neimoidia"^^xsd:string ; + voc:climate "temperate, moist"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 0 ; + voc:film ; + voc:gravity "1 standard"^^xsd:string ; + voc:orbitalPeriod 278 ; + voc:population 10000000 ; + voc:resident ; + voc:rotationPeriod 25 ; + voc:terrain "mountains, fields, forests, rock arches"^^xsd:string . + + a voc:Planet ; + rdfs:label "Ryloth"^^xsd:string ; + voc:climate "temperate, arid, subartic"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 10600 ; + voc:gravity "1"^^xsd:string ; + voc:orbitalPeriod 305 ; + voc:population 1500000000 ; + voc:resident , + ; + voc:rotationPeriod 30 ; + voc:surfaceWater 5 ; + voc:terrain "mountains, valleys, deserts, tundra"^^xsd:string . + + a voc:Planet ; + rdfs:label "Dagobah"^^xsd:string ; + voc:climate "murky"^^xsd:string ; + voc:desc "Dagobah is a star system in the Star Wars films The Empire Strikes Back and Return of the Jedi. It also appears in a deleted scene from Revenge of the Sith. Yoda went into exile on Dagobah after a lightsaber battle with Darth Sidious., The planet shown in Dagobah, in the Sluis sector, is a world of murky swamps, steaming bayous, and petrified forests, resembling Earth during the Carboniferous Period."^^xsd:string ; + voc:diameter 8900 ; + voc:film , + , + ; + voc:gravity "N/A"^^xsd:string ; + voc:orbitalPeriod 341 ; + voc:rotationPeriod 23 ; + voc:surfaceWater 8 ; + voc:terrain "swamp, jungles"^^xsd:string . + + a voc:Planet ; + rdfs:label "Mirial"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:resident , + ; + voc:terrain "deserts"^^xsd:string . + + a voc:Planet ; + rdfs:label "Endor"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "Endor is a planet in the Star Wars universe best known for its moon, known as the sanctuary moon, a forested world (moon) covered by giant trees."^^xsd:string ; + voc:diameter 4900 ; + voc:film ; + voc:gravity "0.85 standard"^^xsd:string ; + voc:orbitalPeriod 402 ; + voc:population 30000000 ; + voc:resident ; + voc:rotationPeriod 18 ; + voc:surfaceWater 8 ; + voc:terrain "forests, mountains, lakes"^^xsd:string . + + a voc:Character, + voc:Quermian ; + rdfs:label "Yarael Poof"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "264.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "white"^^xsd:string . + + a voc:Character, + voc:Skakoan ; + rdfs:label "Wat Tambor"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "193.0"^^xsd:float ; + voc:homeworld ; + voc:mass 48.0 ; + voc:skinColor "green, grey"^^xsd:string . + + a voc:Starship ; + rdfs:label "Y-wing"^^xsd:string ; + voc:cargoCapacity 110 ; + voc:consumables "1 week"^^xsd:string ; + voc:costInCredits 134999 ; + voc:crew 2 ; + voc:desc "\"The Y-wing is a fictional Galactic Republic, Rebel Alliance and New Republic starfighter in the Star Wars franchise. They appear in Star Wars Episode IV: A New Hope, Star Wars Episode V: The Empire Strikes Back, Star Wars Episode VI: Return of the Jedi, Rogue One, Clone Wars TV series, Star Wars Rebels TV series and the Star Wars expanded universes books, comics, and games.\""^^xsd:string ; + voc:film , + , + ; + voc:hyperdriveRating "1.0"^^xsd:float ; + voc:length "14.0"^^xsd:float ; + voc:manufacturer "Koensayr Manufacturing"^^xsd:string ; + voc:maxAtmospheringSpeed 1000 ; + voc:mglt 80 ; + voc:model "BTL Y-wing"^^xsd:string ; + voc:passengers 0 ; + voc:starshipClass "assault starfighter"^^xsd:string . + + a voc:Starship ; + rdfs:label "CR90 corvette"^^xsd:string ; + voc:cargoCapacity 3000000 ; + voc:consumables "1 year"^^xsd:string ; + voc:costInCredits 3500000 ; + voc:crew 165 ; + voc:desc "None"^^xsd:string ; + voc:film , + , + ; + voc:hyperdriveRating "2.0"^^xsd:float ; + voc:length "150.0"^^xsd:float ; + voc:manufacturer "Corellian Engineering Corporation"^^xsd:string ; + voc:maxAtmospheringSpeed 950 ; + voc:mglt 60 ; + voc:model "CR90 corvette"^^xsd:string ; + voc:passengers 600 ; + voc:starshipClass "corvette"^^xsd:string . + + a voc:Starship ; + rdfs:label "Slave 1"^^xsd:string ; + voc:cargoCapacity 70000 ; + voc:consumables "1 month"^^xsd:string ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film , + ; + voc:hyperdriveRating "3.0"^^xsd:float ; + voc:length "21.5"^^xsd:float ; + voc:manufacturer "Kuat Systems Engineering"^^xsd:string ; + voc:maxAtmospheringSpeed 1000 ; + voc:mglt 70 ; + voc:model "Firespray-31-class patrol and attack"^^xsd:string ; + voc:passengers 6 ; + voc:pilot ; + voc:starshipClass "Patrol craft"^^xsd:string . + + a voc:Starship ; + rdfs:label "Star Destroyer"^^xsd:string ; + voc:cargoCapacity 36000000 ; + voc:consumables "2 years"^^xsd:string ; + voc:costInCredits 150000000 ; + voc:crew 47060 ; + voc:desc "Star Destroyers are capital ships in the fictional Star Wars universe. The Imperial Star Destroyer, which first appears in the first seconds of Star Wars (1977), is \"the signature vessel of the Imperial fleet\".2 The term \"Star Destroyer\" also refers to other vessels in the franchise., Numerous Star Destroyer models and toys have been released, and the iconic scene featuring the vessel\\s first appearance has been called \"a milestone in special effects history\"."^^xsd:string ; + voc:film , + , + ; + voc:hyperdriveRating "2.0"^^xsd:float ; + voc:length "1600.0"^^xsd:float ; + voc:manufacturer "Kuat Drive Yards"^^xsd:string ; + voc:maxAtmospheringSpeed 975 ; + voc:mglt 60 ; + voc:model "Imperial I-class Star Destroyer"^^xsd:string ; + voc:passengers 0 ; + voc:starshipClass "Star Destroyer"^^xsd:string . + + a voc:Starship ; + rdfs:label "Droid control ship"^^xsd:string ; + voc:cargoCapacity 4000000000 ; + voc:consumables "500 days"^^xsd:string ; + voc:crew 175 ; + voc:desc "None"^^xsd:string ; + voc:film , + , + ; + voc:hyperdriveRating "2.0"^^xsd:float ; + voc:length "3170.0"^^xsd:float ; + voc:manufacturer "Hoersch-Kessel Drive, Inc."^^xsd:string ; + voc:model "Lucrehulk-class Droid Control Ship"^^xsd:string ; + voc:passengers 139000 ; + voc:starshipClass "Droid control ship"^^xsd:string . + + a voc:Starship ; + rdfs:label "Trade Federation cruiser"^^xsd:string ; + voc:cargoCapacity 50000000 ; + voc:consumables "4 years"^^xsd:string ; + voc:costInCredits 125000000 ; + voc:crew 600 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:hyperdriveRating "1.5"^^xsd:float ; + voc:length "1088.0"^^xsd:float ; + voc:manufacturer "Rendili StarDrive, Free Dac Volunteers Engineering corps."^^xsd:string ; + voc:maxAtmospheringSpeed 1050 ; + voc:model "Providence-class carrier/destroyer"^^xsd:string ; + voc:passengers 48247 ; + voc:pilot , + ; + voc:starshipClass "capital ship"^^xsd:string . + + a voc:Starship ; + rdfs:label "Naboo star skiff"^^xsd:string ; + voc:crew 3 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:hyperdriveRating "0.5"^^xsd:float ; + voc:length "29.2"^^xsd:float ; + voc:manufacturer "Theed Palace Space Vessel Engineering Corps/Nubia Star Drives, Incorporated"^^xsd:string ; + voc:maxAtmospheringSpeed 1050 ; + voc:model "J-type star skiff"^^xsd:string ; + voc:passengers 3 ; + voc:pilot , + ; + voc:starshipClass "yacht"^^xsd:string . + + a voc:Starship ; + rdfs:label "Jedi Interceptor"^^xsd:string ; + voc:cargoCapacity 60 ; + voc:consumables "2 days"^^xsd:string ; + voc:costInCredits 320000 ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:hyperdriveRating "1.0"^^xsd:float ; + voc:length "5.47"^^xsd:float ; + voc:manufacturer "Kuat Systems Engineering"^^xsd:string ; + voc:maxAtmospheringSpeed 1500 ; + voc:model "Eta-2 Actis-class light interceptor"^^xsd:string ; + voc:passengers 0 ; + voc:pilot , + ; + voc:starshipClass "starfighter"^^xsd:string . + + a voc:Starship ; + rdfs:label "Belbullab-22 starfighter"^^xsd:string ; + voc:cargoCapacity 140 ; + voc:consumables "7 days"^^xsd:string ; + voc:costInCredits 168000 ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:hyperdriveRating "6.0"^^xsd:float ; + voc:length "6.71"^^xsd:float ; + voc:manufacturer "Feethan Ottraw Scalable Assemblies"^^xsd:string ; + voc:maxAtmospheringSpeed 1100 ; + voc:model "Belbullab-22 starfighter"^^xsd:string ; + voc:passengers 0 ; + voc:pilot , + ; + voc:starshipClass "starfighter"^^xsd:string . + + a voc:Character, + voc:Toong ; + rdfs:label "Ben Quadinaros"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "orange"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "163.0"^^xsd:float ; + voc:homeworld ; + voc:mass 65.0 ; + voc:skinColor "grey, green, yellow"^^xsd:string . + + a voc:Character, + voc:Trandoshan ; + rdfs:label "Bossk"^^xsd:string ; + voc:birthYear "53BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "red"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "190.0"^^xsd:float ; + voc:homeworld ; + voc:mass 113.0 ; + voc:skinColor "green"^^xsd:string . + + a voc:Character, + voc:Twilek ; + rdfs:label "Bib Fortuna"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "pink"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "180.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "pale"^^xsd:string . + + a voc:Character, + voc:Umbaran ; + rdfs:label "Sly Moore"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "white"^^xsd:string ; + voc:film , + ; + voc:gender "female"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "178.0"^^xsd:float ; + voc:homeworld ; + voc:mass 48.0 ; + voc:skinColor "pale"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "Snowspeeder"^^xsd:string ; + voc:cargoCapacity 10 ; + voc:consumables "none"^^xsd:string ; + voc:crew 2 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:length "4.5"^^xsd:float ; + voc:manufacturer "Incom corporation"^^xsd:string ; + voc:maxAtmospheringSpeed 650 ; + voc:model "t-47 airspeeder"^^xsd:string ; + voc:passengers 0 ; + voc:pilot , + ; + voc:vehicleClass "airspeeder"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "AT-ST"^^xsd:string ; + voc:cargoCapacity 200 ; + voc:consumables "none"^^xsd:string ; + voc:crew 2 ; + 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 , + ; + voc:length "2.0"^^xsd:float ; + voc:manufacturer "Kuat Drive Yards, Imperial Department of Military Research"^^xsd:string ; + voc:maxAtmospheringSpeed 90 ; + voc:model "All Terrain Scout Transport"^^xsd:string ; + voc:passengers 0 ; + voc:pilot ; + voc:vehicleClass "walker"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "Imperial Speeder Bike"^^xsd:string ; + voc:cargoCapacity 4 ; + voc:consumables "1 day"^^xsd:string ; + voc:costInCredits 8000 ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:length "3.0"^^xsd:float ; + voc:manufacturer "Aratech Repulsor Company"^^xsd:string ; + voc:maxAtmospheringSpeed 360 ; + voc:model "74-Z speeder bike"^^xsd:string ; + voc:passengers 1 ; + voc:pilot , + ; + voc:vehicleClass "speeder"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "Tribubble bongo"^^xsd:string ; + voc:cargoCapacity 1600 ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:length "15.0"^^xsd:float ; + voc:manufacturer "Otoh Gunga Bongameken Cooperative"^^xsd:string ; + voc:maxAtmospheringSpeed 85 ; + voc:model "Tribubble bongo"^^xsd:string ; + voc:passengers 2 ; + voc:pilot , + ; + voc:vehicleClass "submarine"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "TIE/LN starfighter"^^xsd:string ; + voc:cargoCapacity 65 ; + voc:consumables "2 days"^^xsd:string ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film , + , + ; + voc:length "6.4"^^xsd:float ; + voc:manufacturer "Sienar Fleet Systems"^^xsd:string ; + voc:maxAtmospheringSpeed 1200 ; + voc:model "Twin Ion Engine/Ln Starfighter"^^xsd:string ; + voc:passengers 0 ; + voc:vehicleClass "starfighter"^^xsd:string . + + a voc:Character, + voc:Vulptereen ; + rdfs:label "Dud Bolt"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "94.0"^^xsd:float ; + voc:homeworld ; + voc:mass 45.0 ; + voc:skinColor "blue, grey"^^xsd:string . + + a voc:Character, + voc:Wookiee ; + rdfs:label "Tarfful"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "234.0"^^xsd:float ; + voc:homeworld ; + voc:mass 136.0 ; + voc:skinColor "brown"^^xsd:string . + + a voc:Character, + voc:Xexto ; + rdfs:label "Gasgano"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "122.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "white, blue"^^xsd:string . + +voc:Gungan a voc:Species ; + rdfs:label "Gungan" ; + rdfs:subClassOf voc:Amphibian, + voc:Sentient ; + voc:averageHeight "190.0"^^xsd:float ; + voc:character , + , + ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "orange"^^xsd:string ; + voc:film , + ; + voc:language "Gungan basic"^^xsd:string ; + voc:planet ; + voc:skinColor "brown"^^xsd:string, + "green"^^xsd:string . + + a voc:Chagrian, + voc:Character ; + rdfs:label "Mas Amedda"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "196.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "blue"^^xsd:string . + + a voc:Character, + voc:Clawdite ; + rdfs:label "Zam Wesell"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film ; + voc:gender "female"^^xsd:string ; + voc:hairColor "blonde"^^xsd:string ; + voc:height "168.0"^^xsd:float ; + voc:homeworld ; + voc:mass 55.0 ; + voc:skinColor "fair, green, yellow"^^xsd:string ; + voc:vehicle . + + a voc:Character, + voc:Geonosian ; + rdfs:label "Poggle the Lesser"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "183.0"^^xsd:float ; + voc:homeworld ; + voc:mass 80.0 ; + voc:skinColor "green"^^xsd:string . + + a voc:Character, + voc:Gungan ; + rdfs:label "Jar Jar Binks"^^xsd:string ; + voc:birthYear "52BBY"^^xsd:string ; + voc:desc "Jar Jar Binks is a fictional character from the Star Wars saga created by George Lucas. A major character in Star Wars: Episode I – The Phantom Menace, he also has a smaller role in Episode II: Attack of the Clones, and a one-line cameo in Episode III: Revenge of the Sith, as well as a role in the television series Star Wars: The Clone Wars. The first lead computer generated character of the franchise, he has been portrayed by Ahmed Best in most of his appearances., \"Jar Jars primary role in Episode I was to provide comic relief for the audience. Upon the movies release, he was met with an overwhelmingly negative reception from both critics and audiences, and is today considered one of the most hated characters in the history of film.12\""^^xsd:string ; + voc:eyeColor "orange"^^xsd:string ; + voc:film , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "196.0"^^xsd:float ; + voc:homeworld ; + voc:mass 66.0 ; + voc:skinColor "orange"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Wilhuff Tarkin"^^xsd:string ; + voc:birthYear "64BBY"^^xsd:string ; + voc:desc "Governor Wilhuff \"Grand Moff\" Tarkin, is a fictional character in the Star Wars franchise, first portrayed by Peter Cushing in the 1977 film Star Wars. He is the commander of the Death Star, the Galactic Empire\\s dwarf planet-sized super weapon. The character has been called \"one of the most formidable villains in Star Wars history.\"1"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "auburn, grey"^^xsd:string ; + voc:height "180.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "fair"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Jek Tono Porkins"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "180.0"^^xsd:float ; + voc:homeworld ; + voc:mass 110.0 ; + voc:skinColor "fair"^^xsd:string ; + voc:starship . + + a voc:Character, + voc:Human ; + rdfs:label "Arvel Crynyd"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:homeworld ; + voc:skinColor "fair"^^xsd:string ; + voc:starship . + + a voc:Character, + voc:Human ; + rdfs:label "Qui-Gon Jinn"^^xsd:string ; + voc:birthYear "92BBY"^^xsd:string ; + voc:desc "Qui-Gon Jinn is a fictional character in the Star Wars franchise, portrayed by Liam Neeson as the main protagonist of the 1999 film Star Wars: Episode I – The Phantom Menace."^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "193.0"^^xsd:float ; + voc:homeworld ; + voc:mass 89.0 ; + voc:skinColor "fair"^^xsd:string ; + voc:vehicle . + + a voc:Character, + voc:Human ; + rdfs:label "Shmi Skywalker"^^xsd:string ; + voc:birthYear "72BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film , + ; + voc:gender "female"^^xsd:string ; + voc:hairColor "black"^^xsd:string ; + voc:height "163.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "fair"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Gregar Typho"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "black"^^xsd:string ; + voc:height "185.0"^^xsd:float ; + voc:homeworld ; + voc:mass 85.0 ; + voc:skinColor "dark"^^xsd:string ; + voc:starship . + + a voc:Character, + voc:Human ; + rdfs:label "Bail Prestor Organa"^^xsd:string ; + voc:birthYear "67BBY"^^xsd:string ; + voc:desc "Senator Bail Prestor Organa of Alderaan, is a fictional character in the Star Wars franchise, portrayed by actor Jimmy Smits in Attack of the Clones (2002), Revenge of the Sith (2005), and Rogue One (2016). He is the senator from the planet Alderaan, one of the founding members of the Rebel Alliance, and the adoptive father of Leia Organa, a main character in the franchise."^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "black"^^xsd:string ; + voc:height "191.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "tan"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Raymus Antilles"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "188.0"^^xsd:float ; + voc:homeworld ; + voc:mass 79.0 ; + voc:skinColor "light"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Poe Dameron"^^xsd:string ; + voc:desc "\"Poe Dameron is a fictional character in the Star Wars franchise. Introduced in the 2015 film Star Wars: The Force Awakens, he is portrayed by Oscar Isaac. Poe is an X-wing fighter pilot for the Resistance who inadvertently brings renegade stormtrooper Finn (John Boyega) and Jakku scavenger Rey (Daisy Ridley) into the fight against—and eventually a victory over—the sinister First Order. He is featured in The Force Awakens media and merchandising as well as an eponymous comic book series, and will appear in the films forthcoming sequel, Star Wars: The Last Jedi. Isaac and the character have received positive reviews, with Poe being compared to the characterization of Han Solo (Harrison Ford) in the original Star Wars film trilogy.\""^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:homeworld ; + voc:skinColor "light"^^xsd:string ; + voc:starship . + + a voc:Character, + voc:Human ; + rdfs:label "Biggs Darklighter"^^xsd:string ; + voc:birthYear "24BBY"^^xsd:string ; + voc:desc "Rogue Squadron is a starfighter squadron in the Star Wars franchise. Many surviving members of Red Squadron, the X-wing attack force that Luke Skywalker joins during the Battle of Yavin in Star Wars Episode IV: A New Hope (1977), later join Rogue Squadron. The squadron appears in The Empire Strikes Back (1980) as Rogue Group. In the 2016 film Rogue One, Rebel fighters on a suicide mission to steal the plans for the Death Star self-identify as \"Rogue One\", a possible precursor to Rogue Squadron.1, Rogue Squadron is prominently featured in the comic book series Star Wars: X-wing, the ten-volume novel series Star Wars: X-wing, and the video game series Star Wars: Rogue Squadron. The unit is depicted as consisting of \"the best pilots and the best fighters\".2"^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "black"^^xsd:string ; + voc:height "183.0"^^xsd:float ; + voc:homeworld ; + voc:mass 84.0 ; + voc:skinColor "light"^^xsd:string ; + voc:starship . + + a voc:Character, + voc:Iktotchi ; + rdfs:label "Saesee Tiin"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "orange"^^xsd:string ; + voc:film , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "188.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "pale"^^xsd:string . + + a voc:Character, + voc:Mirialan ; + rdfs:label "Luminara Unduli"^^xsd:string ; + voc:birthYear "58BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film , + ; + voc:gender "female"^^xsd:string ; + voc:hairColor "black"^^xsd:string ; + voc:height "170.0"^^xsd:float ; + voc:homeworld ; + voc:mass 56.2 ; + voc:skinColor "yellow"^^xsd:string . + + a voc:Character, + voc:Moncalamari ; + rdfs:label "Ackbar"^^xsd:string ; + voc:birthYear "41BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "orange"^^xsd:string ; + voc:film , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "180.0"^^xsd:float ; + voc:homeworld ; + voc:mass 83.0 ; + voc:skinColor "brown mottle"^^xsd:string . + + a voc:Planet ; + rdfs:label "Kashyyyk"^^xsd:string ; + voc:climate "tropical"^^xsd:string ; + voc:desc "Kashyyyk (/kəˈʃiːk/ ka-SHEEK, /ˈkæʃɪk/ KASH-ik or /ˌkæˈʃiː.aɪk/ ka-SHEE-ike), also known as Wookiee Planet C, is a fictional planet in the Star Wars universe. It is the tropical, forested home world of the Wookiees. According to interviews given by Star Wars creator George Lucas, the home of the Wookiees was originally intended to be the forest moon of Endor which plays a key role in the plot of the sixth film of the series, Return of the Jedi.1 However, Lucas decided that since the Wookiee Chewbacca was clearly proficient with advanced technology (i.e. he was pilot and mechanic of the spaceship the Millennium Falcon and he repaired the damaged droid C-3PO), it would be confusing to show the Wookiees with a primitive, \"stone age\" culture on Endor. The Ewoks were created instead to populate the moon and to help fight the Imperial garrison stationed there.2 Kashyyyk made appearances in the Star Wars Holiday Special and Star Wars: Episode III – Revenge of the Sith."^^xsd:string ; + voc:diameter 12765 ; + voc:film ; + voc:gravity "1 standard"^^xsd:string ; + voc:orbitalPeriod 381 ; + voc:population 45000000 ; + voc:resident , + ; + voc:rotationPeriod 26 ; + voc:surfaceWater 60 ; + voc:terrain "jungle, forests, lakes, rivers"^^xsd:string . + + a voc:Character, + voc:Rodian ; + rdfs:label "Greedo"^^xsd:string ; + voc:birthYear "44BBY"^^xsd:string ; + voc:desc "Greedo (or Greedo the Young) is a fictional character from the Star Wars franchise. He is portrayed by Paul Blake as well as Maria De Aragon in some close-in pickup shots in Star Wars (1977). The character is part of a fan controversy known as \"Han shot first\"."^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:height "173.0"^^xsd:float ; + voc:homeworld ; + voc:mass 74.0 ; + voc:skinColor "green"^^xsd:string . + + a voc:Starship ; + rdfs:label "Jedi starfighter"^^xsd:string ; + voc:cargoCapacity 60 ; + voc:consumables "7 days"^^xsd:string ; + voc:costInCredits 180000 ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film , + ; + voc:hyperdriveRating "1.0"^^xsd:float ; + voc:length "8.0"^^xsd:float ; + voc:manufacturer "Kuat Systems Engineering"^^xsd:string ; + voc:maxAtmospheringSpeed 1150 ; + voc:model "Delta-7 Aethersprite-class interceptor"^^xsd:string ; + voc:passengers 0 ; + voc:pilot , + ; + voc:starshipClass "Starfighter"^^xsd:string . + + a voc:Character, + voc:Sullustan ; + rdfs:label "Nien Nunb"^^xsd:string ; + voc:desc "Nien Nunb is a fictional character in the Star Wars franchise. Introduced in the 1983 film Return of the Jedi, he was brought to life both as a puppet and a costumed actor during the film. Nunb was puppeteered by Mike Quinn and was portrayed by Richard Bonehill in wide shots. The character was voiced by Kipsang Rotich, a Kenyan student who spoke in his native Kalenjin language, as well as in the Kikuyu language. Quinn and Rotich returned to the role for the 2015 film Star Wars: The Force Awakens, with the former confirmed for the 2017 film Star Wars: The Last Jedi., Within the fictional Star Wars universe, Nien Nunb was an arms dealer of the Sullustan species who joined the Alliance to Restore the Republic during the Galactic Civil War. Three decades later, Nunb was a starfighter pilot in the Resistance. He fought in the First Order–Resistance conflict, including the Battle of Starkiller Base."^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "160.0"^^xsd:float ; + voc:homeworld ; + voc:mass 68.0 ; + voc:skinColor "grey"^^xsd:string ; + voc:starship . + + a voc:Character, + voc:Tholothian ; + rdfs:label "Adi Gallia"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film , + ; + voc:gender "female"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "184.0"^^xsd:float ; + voc:homeworld ; + voc:mass 50.0 ; + voc:skinColor "dark"^^xsd:string . + + a voc:Character, + voc:Togruta ; + rdfs:label "Shaak Ti"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film , + ; + voc:gender "female"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "178.0"^^xsd:float ; + voc:homeworld ; + voc:mass 57.0 ; + voc:skinColor "red, blue, white"^^xsd:string . + + a voc:Character, + voc:Toydarian ; + rdfs:label "Watto"^^xsd:string ; + voc:desc "\"Watto is a fictional character in the Star Wars franchise, featured in the films The Phantom Menace and Attack of the Clones. He is computer-generated and played by voice actor Andy Secombe. He is a mean-tempered, greedy Toydarian, and owner of a second-hand goods store in Mos Espa on the planet Tatooine. Among Wattos belongings are the slaves Shmi Skywalker and her son, Anakin. He acquires them after winning a podracing bet with Gardulla the Hutt, and he puts them both to work in his store. Anakin demonstrates an incredible aptitude for equipment repair, and Watto decides to profit from it by having the boy fix various broken equipment in the store. He eventually loses Anakin in a podracing bet with Qui-Gon Jinn when he bets on a competitor, Sebulba, who is defeated by Anakin.\""^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "black"^^xsd:string ; + voc:height "137.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "blue, grey"^^xsd:string . + + a voc:Character, + voc:Zabrak ; + rdfs:label "Eeth Koth"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "black"^^xsd:string ; + voc:height "171.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "brown"^^xsd:string . + + a voc:Cerean, + voc:Character ; + rdfs:label "Ki-Adi-Mundi"^^xsd:string ; + voc:birthYear "92BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "white"^^xsd:string ; + voc:height "198.0"^^xsd:float ; + voc:homeworld ; + voc:mass 82.0 ; + voc:skinColor "pale"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Lando Calrissian"^^xsd:string ; + voc:birthYear "31BBY"^^xsd:string ; + voc:desc "Lando Calrissian is a fictional character in the Star Wars franchise. He is portrayed by Billy Dee Williams in The Empire Strikes Back and Return of the Jedi, and will be played by Donald Glover in the upcoming standalone film, Solo: A Star Wars Story.1 He also appears frequently in the Star Wars expanded universe of novels, comic books and video games, including a series of novels in which he is the protagonist."^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "black"^^xsd:string ; + voc:height "177.0"^^xsd:float ; + voc:homeworld ; + voc:mass 79.0 ; + voc:skinColor "dark"^^xsd:string ; + voc:starship . + + a voc:Character, + voc:Human ; + rdfs:label "Mace Windu"^^xsd:string ; + voc:birthYear "72BBY"^^xsd:string ; + voc:desc "\"Mace Windu is a fictional character in the Star Wars franchise, portrayed by actor Samuel L. Jackson in the prequel films and voiced by voice-actor Terrence C. Carson in other projects. He appears as Master of the Jedi High Council and one of the last members of the orders upper echelons before the Galactic Republics fall. He is the Councils primary liaison, although the Clone Wars caused him to question his most firmly held beliefs.1\""^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "188.0"^^xsd:float ; + voc:homeworld ; + voc:mass 84.0 ; + voc:skinColor "dark"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Owen Lars"^^xsd:string ; + voc:birthYear "52BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "brown, grey"^^xsd:string ; + voc:height "178.0"^^xsd:float ; + voc:homeworld ; + voc:mass 120.0 ; + voc:skinColor "light"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Dooku"^^xsd:string ; + voc:birthYear "102BBY"^^xsd:string ; + voc:desc "Count Dooku is a fictional character from the Star Wars franchise, appearing in Star Wars: Episode II – Attack of the Clones and Star Wars: Episode III – Revenge of the Sith (portrayed by Christopher Lee).1 He was also voiced by Corey Burton in the animated series Star Wars: The Clone Wars and Star Wars: Clone Wars., \"Once a respected Jedi Master, he falls to the dark side of the Force after the death of his former Padawan, Qui-Gon Jinn, and becomes Darth Sidious second apprentice under the name Darth Tyranus. As the founder of the Confederacy of Independent Systems, he is instrumental in the Clone Wars. Dooku was trained by Yoda as a Padawan learner.\""^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "white"^^xsd:string ; + voc:height "193.0"^^xsd:float ; + voc:homeworld ; + voc:mass 80.0 ; + voc:skinColor "fair"^^xsd:string ; + voc:vehicle . + + a voc:Character, + voc:Human ; + rdfs:label "Beru Whitesun lars"^^xsd:string ; + voc:birthYear "47BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film , + , + ; + voc:gender "female"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "165.0"^^xsd:float ; + voc:homeworld ; + voc:mass 75.0 ; + voc:skinColor "light"^^xsd:string . + + a voc:Character, + voc:Hutt ; + rdfs:label "Jabba Desilijic Tiure"^^xsd:string ; + voc:birthYear "600BBY"^^xsd:string ; + voc:desc "Jabba Desilijic Tiure,1 commonly known as Jabba the Hutt, is a fictional character and an antagonist in the Star Wars franchise created by George Lucas. He is depicted as a large, slug-like2 alien. His appearance has been described by film critic Roger Ebert as a cross between a toad and the Cheshire Cat.3, \"In the original theatrical releases of the original Star Wars trilogy, Jabba the Hutt first appeared in Return of the Jedi (1983), though he is mentioned in Star Wars (1977) and The Empire Strikes Back (1980), and a previously deleted scene involving Jabba the Hutt was added to the 1997 theatrical re-release and subsequent home media releases of Star Wars. Jabba is introduced as the de facto leader of the Desilijic-Hutt Cartel, and the most powerful crime boss on Tatooine, who has a bounty on Han Solos head. Jabba employs a retinue of career criminals, bounty hunters, smugglers, assassins and bodyguards to operate his criminal empire. He keeps a host of entertainers at his disposal at his palace: slaves, droids and alien creatures. Jabba has a grim sense of humor, an insatiable appetite, and affinities for gambling, slave girls, and torture.1\", \"The character was incorporated into the Star Wars merchandising campaign that corresponded with the theatrical release of Return of the Jedi. Besides the films, Jabba the Hutt is featured in Star Wars Legends literature. Jabba the Hutts image has since played an influential role in popular culture, particularly in the United States. The name is used as a satirical literary device and a political caricature to underscore negative qualities such as morbid obesity and corruption.45\""^^xsd:string ; + voc:eyeColor "orange"^^xsd:string ; + voc:film , + , + ; + voc:gender "hermaphrodite"^^xsd:string ; + voc:height "175.0"^^xsd:float ; + voc:homeworld ; + voc:mass 1358.0 ; + voc:skinColor "green-tan, brown"^^xsd:string . + + a voc:Character, + voc:Kaleesh ; + rdfs:label "Grievous"^^xsd:string ; + voc:desc "\"General Grievous is a fictional character in the Star Wars franchise. A former Kaleesh warlord named Qymaen jai Sheelal, he is the Supreme Commander of the Confederacy of Independent Systems during the Clone Wars against the Galactic Republic and is trained in all lightsaber combat forms to ensure the Jedis destruction.\", The character was originally introduced in 2004 in the animated series Star Wars: Clone Wars, before being part of the film Star Wars: Episode III – Revenge of the Sith."^^xsd:string ; + voc:eyeColor "green, yellow"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "216.0"^^xsd:float ; + voc:homeworld ; + voc:mass 159.0 ; + voc:skinColor "brown, white"^^xsd:string ; + voc:starship ; + voc:vehicle . + + a voc:Character, + voc:Nautolan ; + rdfs:label "Kit Fisto"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "196.0"^^xsd:float ; + voc:homeworld ; + voc:mass 87.0 ; + voc:skinColor "green"^^xsd:string . + + a voc:Character, + voc:Neimodian ; + rdfs:label "Nute Gunray"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "red"^^xsd:string ; + voc:film , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "191.0"^^xsd:float ; + voc:homeworld ; + voc:mass 90.0 ; + voc:skinColor "mottled green"^^xsd:string . + + a voc:Planet ; + rdfs:label "Kamino"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 19720 ; + voc:film ; + voc:gravity "1 standard"^^xsd:string ; + voc:orbitalPeriod 463 ; + voc:population 1000000000 ; + voc:resident , + , + ; + voc:rotationPeriod 27 ; + voc:surfaceWater 100 ; + voc:terrain "ocean"^^xsd:string . + + a voc:Planet ; + rdfs:label "Alderaan"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "Alderaan is a fictional planet featured in the Star Wars space opera franchise. It is blue-green in appearance and is depicted as a terrestrial planet with humanoid inhabitants. It is the home of Princess Leia, one of the lead characters in the film series. In the original 1977 film, Star Wars, Alderaan is blown up by the Death Star, a giant space station capable of destroying entire planets.2"^^xsd:string ; + voc:diameter 12500 ; + voc:film , + ; + voc:gravity "1 standard"^^xsd:string ; + voc:orbitalPeriod 364 ; + voc:population 2000000000 ; + voc:resident , + , + ; + voc:rotationPeriod 24 ; + voc:surfaceWater 40 ; + voc:terrain "grasslands, mountains"^^xsd:string . + + a voc:Starship ; + rdfs:label "Imperial shuttle"^^xsd:string ; + voc:cargoCapacity 80000 ; + voc:consumables "2 months"^^xsd:string ; + voc:costInCredits 240000 ; + voc:crew 6 ; + voc:desc "None"^^xsd:string ; + voc:film , + ; + voc:hyperdriveRating "1.0"^^xsd:float ; + voc:length "20.0"^^xsd:float ; + voc:manufacturer "Sienar Fleet Systems"^^xsd:string ; + voc:maxAtmospheringSpeed 850 ; + voc:mglt 50 ; + voc:model "Lambda-class T-4a shuttle"^^xsd:string ; + voc:passengers 20 ; + voc:pilot , + , + ; + voc:starshipClass "Armed government transport"^^xsd:string . + + a voc:Starship ; + rdfs:label "Naboo fighter"^^xsd:string ; + voc:cargoCapacity 65 ; + voc:consumables "7 days"^^xsd:string ; + voc:costInCredits 200000 ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film , + ; + voc:hyperdriveRating "1.0"^^xsd:float ; + voc:length "11.0"^^xsd:float ; + voc:manufacturer "Theed Palace Space Vessel Engineering Corps"^^xsd:string ; + voc:maxAtmospheringSpeed 1100 ; + voc:model "N-1 starfighter"^^xsd:string ; + voc:passengers 0 ; + voc:pilot , + , + ; + voc:starshipClass "Starfighter"^^xsd:string . + + a voc:Character, + voc:Twilek ; + rdfs:label "Ayla Secura"^^xsd:string ; + voc:birthYear "48BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "hazel"^^xsd:string ; + voc:film , + , + ; + voc:gender "female"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "178.0"^^xsd:float ; + voc:homeworld ; + voc:mass 55.0 ; + voc:skinColor "blue"^^xsd:string . + + a voc:Character, + voc:Zabrak ; + rdfs:label "Darth Maul"^^xsd:string ; + voc:birthYear "54BBY"^^xsd:string ; + voc:desc "\"Darth Maul, later known simply as Maul, is a fictional character in the Star Wars franchise. Trained as Darth Sidiouss first apprentice, he serves as a Sith Lord and a master of wielding a double-bladed lightsaber. He first appears in Star Wars: Episode I – The Phantom Menace (portrayed by Ray Park and voiced by Peter Serafinowicz), and later makes appearances in Star Wars: The Clone Wars and Star Wars Rebels, voiced by Samuel Witwer.\""^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "175.0"^^xsd:float ; + voc:homeworld ; + voc:mass 80.0 ; + voc:skinColor "red"^^xsd:string ; + voc:starship ; + voc:vehicle . + + a voc:Character, + voc:Human ; + rdfs:label "Boba Fett"^^xsd:string ; + voc:birthYear "31.5BBY"^^xsd:string ; + voc:desc "Boba Fett is a fictional character in the Star Wars franchise. In The Empire Strikes Back and Return of the Jedi, he is a bounty hunter hired by Darth Vader and also employed by Jabba the Hutt. He was also added briefly to the original film Star Wars when the film was digitally remastered. Star Wars: Episode II – Attack of the Clones establishes his origin as an unaltered clone of the bounty hunter Jango Fett raised as his son. He also appears in several episodes of Star Wars: The Clone Wars cartoon series which further describes his growth as a villain in the Star Wars universe. His aura of danger and mystery has created a cult following for the character."^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "black"^^xsd:string ; + voc:height "183.0"^^xsd:float ; + voc:homeworld ; + voc:mass 78.2 ; + voc:skinColor "fair"^^xsd:string ; + voc:starship . + + a voc:Character, + voc:Keldor ; + rdfs:label "Plo Koon"^^xsd:string ; + voc:birthYear "22BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "188.0"^^xsd:float ; + voc:homeworld ; + voc:mass 80.0 ; + voc:skinColor "orange"^^xsd:string ; + voc:starship . + +voc:Droid a voc:Species ; + rdfs:label "Droid" ; + rdfs:subClassOf voc:Artificial, + voc:Sentient ; + voc:averageLifespan "indefinite"^^xsd:string ; + voc:character , + , + , + , + ; + voc:desc "A droid is a fictional robot possessing some degree of artificial intelligence in the Star Wars science fiction franchise. Coined by special effects artist John Stears, the term is a clipped form of \"android\",1 a word originally reserved for robots designed to look and act like a human.2 The word \"droid\" has been a registered trademark of Lucasfilm Ltd since 1977.3456"^^xsd:string ; + voc:film , + , + , + , + , + , + . + + a voc:Character, + voc:Human ; + rdfs:label "Wedge Antilles"^^xsd:string ; + voc:birthYear "21BBY"^^xsd:string ; + voc:desc "Wedge Antilles is a fictional character in the Star Wars franchise. He is a supporting character portrayed by Denis Lawson in the original Star Wars trilogy.1 Antilles is a starfighter pilot for the Rebel Alliance, and founded Rogue Squadron with his friend Luke Skywalker. Wedge is notable for being the only Rebel pilot to have survived both attack runs on the Death Stars at the battles of Yavin and Endor.1 He also appears in the Star Wars expanded universe, most notably as the lead character in most of the X-Wing novels."^^xsd:string ; + voc:eyeColor "hazel"^^xsd:string ; + voc:film , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "170.0"^^xsd:float ; + voc:homeworld ; + voc:mass 77.0 ; + voc:skinColor "fair"^^xsd:string ; + voc:starship ; + voc:vehicle . + + a voc:Character, + voc:Human ; + rdfs:label "Palpatine"^^xsd:string ; + voc:birthYear "82BBY"^^xsd:string ; + voc:desc "Sheev Palpatine3, also known as Darth Sidious and The Emperor, is a fictional character and one of the primary antagonists of the Star Wars franchise,4 mainly portrayed by Ian McDiarmid. In the original trilogy, he is depicted as the aged, pale-faced and cloaked Emperor of the Galactic Empire and the master of Darth Vader. In the prequel trilogy, he is portrayed as a charismatic Senator from Naboo who uses deception and political manipulation to rise to the position of Supreme Chancellor of the Galactic Republic, and then reorganizes the Republic into the Galactic Empire, with himself as Emperor., \"Though outwardly appearing to be a well-intentioned public servant and supporter of democracy prior to becoming Emperor,5 he is actually Darth Sidious, the Dark Lord of the Sith – a cult of practitioners of the dark side of the Force previously thought to have been extinct in the Star Wars galaxy for a millennium.5 As Sidious, he instigates the Clone Wars, nearly destroys the Jedi, and transforms the Republic into the Empire. He also manipulates Jedi Knight Anakin Skywalker into turning to the dark side and serving at his side as Darth Vader. Palpatines reign is brought to an end when Vader kills him to save his son, Luke Skywalker.\", Since the initial theatrical run of Return of the Jedi, Palpatine has become a widely recognized popular culture symbol of evil, sinister deception, dictatorship, tyranny, and the subversion of democracy."^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film , + , + , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "grey"^^xsd:string ; + voc:height "170.0"^^xsd:float ; + voc:homeworld ; + voc:mass 75.0 ; + voc:skinColor "pale"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Darth Vader"^^xsd:string ; + voc:birthYear "41.9BBY"^^xsd:string ; + voc:desc "Darth Vader, also known by his birth name Anakin Skywalker, is a fictional character in the Star Wars franchise.123 Vader appears in the original film trilogy as a pivotal antagonist whose actions drive the plot, while his past as Anakin Skywalker and the story of his corruption are central to the narrative of the prequel trilogy., The character was created by George Lucas and has been portrayed by numerous actors. His appearances span the first six Star Wars films, as well as Rogue One, and his character is heavily referenced in Star Wars: The Force Awakens. He is also an important character in the Star Wars expanded universe of television series, video games, novels, literature and comic books. Originally a Jedi prophesied to bring balance to the Force, he falls to the dark side of the Force and serves the evil Galactic Empire at the right hand of his Sith master, Emperor Palpatine (also known as Darth Sidious).4 He is also the father of Luke Skywalker and Princess Leia Organa, secret husband of Padmé Amidala and grandfather of Kylo Ren., Darth Vader has become one of the most iconic villains in popular culture, and has been listed among the greatest villains and fictional characters ever.56 The American Film Institute listed him as the third greatest movie villain in cinema history on 100 Years... 100 Heroes and Villains, behind Hannibal Lecter and Norman Bates.7 However, other critics consider him a tragic hero, citing his original motivations for the greater good before his fall to the dark side.89"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film , + , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "202.0"^^xsd:float ; + voc:homeworld ; + voc:mass 136.0 ; + voc:skinColor "white"^^xsd:string ; + voc:starship . + + a voc:Starship ; + rdfs:label "X-wing"^^xsd:string ; + voc:cargoCapacity 110 ; + voc:consumables "1 week"^^xsd:string ; + voc:costInCredits 149999 ; + voc:crew 1 ; + voc:desc "The X-wing starfighter is a fictional starfighter from the original and sequel Star Wars trilogies and the Star Wars expanded universe. They are depicted as the primary interceptor and dogfighter of the Rebel Alliance, the New Republic and the Resistance. The craft has been merchandised as a variety of toys, models licensed for use in games, novels and comics."^^xsd:string ; + voc:film , + , + ; + voc:hyperdriveRating "1.0"^^xsd:float ; + voc:length "12.5"^^xsd:float ; + voc:manufacturer "Incom Corporation"^^xsd:string ; + voc:maxAtmospheringSpeed 1050 ; + voc:mglt 100 ; + voc:model "T-65 X-wing"^^xsd:string ; + voc:passengers 0 ; + voc:pilot , + , + , + ; + voc:starshipClass "Starfighter"^^xsd:string . + + a voc:Character, + voc:Yodasspecies ; + rdfs:label "Yoda"^^xsd:string ; + voc:birthYear "896BBY"^^xsd:string ; + voc:desc "Yoda is a fictional character in the Star Wars franchise created by George Lucas, first appearing in the 1980 film The Empire Strikes Back. In the original films, he trains Luke Skywalker to fight against the Galactic Empire. In the prequel films, he serves as the Grand Master of the Jedi Order and as a high-ranking general of Clone Troopers in the Clone Wars. Following his death in Return of the Jedi at the age of 900, Yoda was the oldest living character in the Star Wars franchise in canon, until the introduction of Maz Kanata in Star Wars: The Force Awakens."^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film , + , + , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "white"^^xsd:string ; + voc:height "66.0"^^xsd:float ; + voc:homeworld ; + voc:mass 17.0 ; + voc:skinColor "green"^^xsd:string . + + a voc:Character, + voc:Droid ; + rdfs:label "C-3PO"^^xsd:string ; + voc:birthYear "112BBY"^^xsd:string ; + voc:desc "C-3PO (/siːˈθriːpi.oʊ/) or See-Threepio is a humanoid robot character from the Star Wars franchise who appears in the original trilogy, the prequel trilogy and the sequel trilogy. Built by Anakin Skywalker, C-3PO was designed as a protocol droid intended to assist in etiquette, customs, and translation, boasting that he is \"fluent in over six million forms of communication\". Along with his astromech droid counterpart and friend R2-D2, C-3PO provides comic relief within the narrative structure of the films, and serves as a foil. Anthony Daniels has portrayed the character in all nine Star Wars cinematic films released to date, including Rogue One and the animated The Clone Wars; C-3PO and R2-D2 are the only characters to appear in every film., \"Despite his oblivious nature, C-3PO has played a pivotal role in the Galaxys history, appearing under the service of Shmi Skywalker, the Lars homestead, Padmé Amidala, Raymus Antilles, Luke Skywalker, and Leia Organa. In the majority of depictions, C-3POs physical appearance is primarily a polished gold plating, although his appearance varies throughout the films; including the absence of metal coverings in The Phantom Menace, a dull copper plating in Attack of the Clones, a silver lower right leg introduced in A New Hope, and a red left arm in The Force Awakens.1 C-3PO also appears frequently in the Star Wars Canon and Star Wars Legends continuities of novels, comic books, and video games, and was the protagonist in the ABC television show Droids.\""^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film , + , + , + , + , + ; + voc:height "167.0"^^xsd:float ; + voc:homeworld ; + voc:mass 75.0 ; + voc:skinColor "gold"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Han Solo"^^xsd:string ; + voc:birthYear "29BBY"^^xsd:string ; + voc:desc "Han Solo is a character in the Star Wars franchise. In the original film trilogy, Han and his co-pilot, Chewbacca, became involved in the Rebel Alliance\\s struggle against the Galactic Empire. During the course of the Star Wars narrative, he becomes a chief figure in the Alliance and succeeding galactic governments. Star Wars creator George Lucas described the character as \"a loner who realizes the importance of being part of a group and helping for the common good\".2 Harrison Ford portrayed the character in the original Star Wars trilogy as well as The Force Awakens. Alden Ehrenreich will portray a young Han Solo in Solo: A Star Wars Story."^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film , + , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "180.0"^^xsd:float ; + voc:homeworld ; + voc:mass 80.0 ; + voc:skinColor "fair"^^xsd:string ; + voc:starship , + . + + a voc:Character, + voc:Human ; + rdfs:label "Padmé Amidala"^^xsd:string ; + voc:birthYear "46BBY"^^xsd:string ; + voc:desc "Padmé Amidala (born Padmé Naberrie) is a fictional character in the Star Wars franchise, appearing in the prequel trilogy portrayed by actress Natalie Portman. She served as the Princess of Theed and later Queen of Naboo. After her reign, she became a senator in the Galactic Senate, an anti-war movement spokesperson, and co-founder of the opposition-faction that later emerged as the Rebel Alliance.2 She was secretly married to the Jedi Anakin Skywalker, and the biological mother of Luke Skywalker and Leia Organa, which makes her the mother-in-law of Han Solo, and the grandmother of Kylo Ren."^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film , + , + ; + voc:gender "female"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "165.0"^^xsd:float ; + voc:homeworld ; + voc:mass 45.0 ; + voc:skinColor "light"^^xsd:string ; + voc:starship , + , + . + + a voc:Character, + voc:Human ; + rdfs:label "Leia Organa"^^xsd:string ; + voc:birthYear "19BBY"^^xsd:string ; + voc:desc "\"Princess Leia Organa of Alderaan (also Senator Leia Organa or General Leia Organa) is a fictional character in the Star Wars franchise, portrayed in films by Carrie Fisher. Introduced in the original Star Wars film in 1977, Leia is princess of the planet Alderaan, a member of the Imperial Senate and an agent of the Rebel Alliance. She thwarts the sinister Sith Lord Darth Vader and helps bring about the destruction of the Empires cataclysmic superweapon, the Death Star. In The Empire Strikes Back (1980), Leia commands a Rebel base and evades Vader as she falls in love with the smuggler, Han Solo. In Return of the Jedi (1983), Leia leads the operation to rescue Han from the crime lord Jabba the Hutt, and is revealed to be Vaders daughter and the twin sister of Luke Skywalker. The prequel film Revenge of the Sith (2005) establishes that the twins mother is Senator (and former queen) Padmé Amidala of Naboo, who dies after childbirth. Leia is adopted by Senator Bail and Queen Breha Organa of Alderaan. In The Force Awakens (2015), Leia is the founder and General of the Resistance against the First Order and has a son with Han named Ben, who goes by the name Kylo Ren.\", In the original Star Wars expanded universe (1977–2014) of novels, comics and video games, which are set in an alternate continuity, Leia continues her adventures with Han and Luke after Return of the Jedi, fighting Imperial resurgences and new threats to the galaxy. She becomes the Chief of State of the New Republic and a Jedi Master, and is the mother to three children by Han: Jaina, Jacen and Anakin Solo., One of the more popular Star Wars characters, Leia has been called a 1980s icon, a feminist hero and model for other adventure heroines. She has appeared in many derivative works and merchandising, and has been referenced or parodied in several TV shows and films. Her \"cinnamon buns\" hairstyle from Star Wars (1977) and metal bikini from Return of the Jedi have become cultural icons."^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film , + , + , + , + ; + voc:gender "female"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "150.0"^^xsd:float ; + voc:homeworld ; + voc:mass 49.0 ; + voc:skinColor "light"^^xsd:string ; + voc:vehicle . + + a voc:Planet ; + rdfs:label "Coruscant"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "\"Coruscant /ˈkɒrəsɑːnt/2 is a planet in the fictional Star Wars universe. It first appeared onscreen in the 1997 Special Edition of Return of the Jedi, but was first mentioned in Timothy Zahns 1991 novel Heir to the Empire. A city occupying an entire planet, it was renamed Imperial Center during the reign of the Galactic Empire (as depicted in the original films) and Yuuzhantar during the Yuuzhan Vong invasion (as depicted in the New Jedi Order novel series). The demonym and adjective form of the planet name is Coruscanti.\", \"Coruscant is, at various times, the capital of the Old Republic, the Galactic Empire, the New Republic, the Yuuzhan Vong Empire and the Galactic Alliance. Not only is Coruscant central to all these governing bodies, it is the navigational center of the galaxy, given that its hyperspace coordinates are (0,0,0). Due to its location and large population, roughly 2 trillion sentients, the galaxys main trade routes — Perlemian Trade Route, Hydian Way, Corellian Run and Corellian Trade Spine — go through Coruscant, making it the richest and most influential world in the Star Wars galaxy. Coruscant is the sixth planet out of 11 planets in the Coruscant solar system, and has four moons; Centax-1, Centax-2, Centax-3, and Hesperidium.\", The Galactic Standard Calendar was the standard measurement of time in the Star Wars galaxy. It centered on the Coruscant tropical year. The Coruscant solar cycle was 368 days long; with a day consisting of 360 NET degrees (or 24 standard hours).3 Numerous epochs were used to determine calendar eras. The most recent of these calendar eras used the Battle of Yavin (i.e. the destruction of the first Death Star) as its epoch, or \"year zero\": BBY (Before the Battle of Yavin), and ABY (After the Battle of Yavin).4 The earliest date in the Star Wars expanded universe as a whole is 13,000,000,000 BBY, which serves as the year the universe was created."^^xsd:string ; + voc:diameter 12240 ; + voc:film , + , + , + ; + voc:gravity "1 standard"^^xsd:string ; + voc:orbitalPeriod 368 ; + voc:population 1000000000000 ; + voc:resident , + , + ; + voc:rotationPeriod 24 ; + voc:terrain "cityscape, mountains"^^xsd:string . + + a voc:Starship ; + rdfs:label "Millennium Falcon"^^xsd:string ; + voc:cargoCapacity 100000 ; + voc:consumables "2 months"^^xsd:string ; + voc:costInCredits 100000 ; + voc:crew 4 ; + voc:desc "\"The Millennium Falcon is a spaceship in the Star Wars universe commanded at one time by Corellian smuggler Han Solo (Harrison Ford) and his Wookiee first mate, Chewbacca (Peter Mayhew). The highly modified Corellian Engineering Corporation (CEC) YT-1300 light freighter first appears in Star Wars (1977), and subsequently in The Empire Strikes Back (1980), Return of the Jedi (1983) and The Force Awakens (2015). The ship also makes a brief cameo appearance in Revenge of the Sith (2005). Additionally, the Falcon appears in a variety of Star Wars expanded universe materials, including books, comics, and games; James Lucenos novel Millennium Falcon focuses on the titular ship.2 It also appears in the 2014 animated film The Lego Movie in Lego form, with Billy Dee Williams and Anthony Daniels reprising their roles of Lando Calrissian and C-3PO, with Keith Ferguson voicing Han Solo.\""^^xsd:string ; + voc:film , + , + , + ; + voc:hyperdriveRating "0.5"^^xsd:float ; + voc:length "34.37"^^xsd:float ; + voc:manufacturer "Corellian Engineering Corporation"^^xsd:string ; + voc:maxAtmospheringSpeed 1050 ; + voc:mglt 75 ; + voc:model "YT-1300 light freighter"^^xsd:string ; + voc:passengers 6 ; + voc:pilot , + , + , + ; + voc:starshipClass "Light freighter"^^xsd:string . + + a voc:Character, + voc:Droid ; + rdfs:label "R2-D2"^^xsd:string ; + voc:birthYear "33BBY"^^xsd:string ; + voc:desc "R2-D2 is a fictional robot character in the Star Wars franchise created by George Lucas, who appears in the original trilogy, the prequel trilogy, the sequel trilogy, and Rogue One. A small astromech droid, R2-D2 is a major character and appears in all Star Wars films to date. Throughout the course of the films, he joins or supports Padmé Amidala, Anakin Skywalker, Leia Organa, Luke Skywalker, and Obi-Wan Kenobi in various points in the saga., \"English actor Kenny Baker played R2-D2 in all three original Star Wars films, and received billing credit for the character in the prequel trilogy, where Bakers role was reduced, as R2-D2 was portrayed mainly by radio controlled props and CGI models. In the sequel trilogy, Baker was credited as consultant for The Force Awakens, however Jimmy Vee also co-performed the character in some scenes. Vee later took over the role beginning in The Last Jedi.1 R2-D2s sounds and vocal effects were created by Ben Burtt. R2-D2 was designed in artwork by Ralph McQuarrie, co-developed by John Stears and built by Tony Dyson.\""^^xsd:string ; + voc:eyeColor "red"^^xsd:string ; + voc:film , + , + , + , + , + , + ; + voc:height "96.0"^^xsd:float ; + voc:homeworld ; + voc:mass 32.0 ; + voc:skinColor "white, blue"^^xsd:string ; + voc:primaryFunction "universal repair droid"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Anakin Skywalker"^^xsd:string ; + voc:birthYear "41.9BBY"^^xsd:string ; + voc:desc "Darth Vader, also known by his birth name Anakin Skywalker, is a fictional character in the Star Wars franchise.123 Vader appears in the original film trilogy as a pivotal antagonist whose actions drive the plot, while his past as Anakin Skywalker and the story of his corruption are central to the narrative of the prequel trilogy., The character was created by George Lucas and has been portrayed by numerous actors. His appearances span the first six Star Wars films, as well as Rogue One, and his character is heavily referenced in Star Wars: The Force Awakens. He is also an important character in the Star Wars expanded universe of television series, video games, novels, literature and comic books. Originally a Jedi prophesied to bring balance to the Force, he falls to the dark side of the Force and serves the evil Galactic Empire at the right hand of his Sith master, Emperor Palpatine (also known as Darth Sidious).4 He is also the father of Luke Skywalker and Princess Leia Organa, secret husband of Padmé Amidala and grandfather of Kylo Ren., Darth Vader has become one of the most iconic villains in popular culture, and has been listed among the greatest villains and fictional characters ever.56 The American Film Institute listed him as the third greatest movie villain in cinema history on 100 Years... 100 Heroes and Villains, behind Hannibal Lecter and Norman Bates.7 However, other critics consider him a tragic hero, citing his original motivations for the greater good before his fall to the dark side.89"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "blond"^^xsd:string ; + voc:height "188.0"^^xsd:float ; + voc:homeworld ; + voc:mass 84.0 ; + voc:skinColor "fair"^^xsd:string ; + voc:starship , + , + ; + voc:vehicle , + . + + a voc:Character, + voc:Wookiee ; + rdfs:label "Chewbacca"^^xsd:string ; + voc:birthYear "200BBY"^^xsd:string ; + voc:desc "Chewbacca (/tʃuːˈbɑːkə/), nicknamed \"Chewie\", is a fictional character in the Star Wars franchise. He is a Wookiee, a tall, hirsute biped and intelligent species from the planet Kashyyyk. Chewbacca is the loyal friend and first mate of Han Solo, and serves as co-pilot on Solo\\s spaceship, the Millennium Falcon.1 Within the films of the main saga, Chewbacca is portrayed by Peter Mayhew in the Star Wars on Episodes from III to VIII (Mayhew shares the role with his body double Joonas Suotamo on Episode VII and VIII). Suotamo took over the role alone in Solo: A Star Wars Story. The character has also appeared on television, books, comics, and video games."^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film , + , + , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "228.0"^^xsd:float ; + voc:homeworld ; + voc:mass 112.0 ; + voc:starship , + ; + voc:vehicle . + + a voc:Character, + voc:Human ; + rdfs:label "Luke Skywalker"^^xsd:string ; + voc:birthYear "19BBY"^^xsd:string ; + voc:desc "Luke Skywalker is a fictional character and the main protagonist of the original film trilogy of the Star Wars franchise created by George Lucas. The character, portrayed by Mark Hamill, is an important figure in the Rebel Alliance\\s struggle against the Galactic Empire. He is the twin brother of Rebellion leader Princess Leia Organa of Alderaan, a friend and brother-in-law of smuggler Han Solo, an apprentice to Jedi Masters Obi-Wan \"Ben\" Kenobi and Yoda, the son of fallen Jedi Anakin Skywalker (Darth Vader) and Queen of Naboo/Republic Senator Padmé Amidala and maternal uncle of Kylo Ren / Ben Solo. The now non-canon Star Wars expanded universe depicts him as a powerful Jedi Master, husband of Mara Jade, the father of Ben Skywalker and maternal uncle of Jaina, Jacen and Anakin Solo., In 2015, the character was selected by Empire magazine as the 50th greatest movie character of all time.2 On their list of the 100 Greatest Fictional Characters, Fandomania.com ranked the character at number 14.3"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film , + , + , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "blond"^^xsd:string ; + voc:height "172.0"^^xsd:float ; + voc:homeworld ; + voc:mass 77.0 ; + voc:skinColor "fair"^^xsd:string ; + voc:starship , + ; + voc:vehicle , + ; + voc:friend . + + a voc:Planet ; + rdfs:label "unknown-planet"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 0 ; + voc:orbitalPeriod 0 ; + voc:resident , + , + , + , + , + , + , + , + , + ; + voc:rotationPeriod 0 . + + a voc:Character, + voc:Human ; + rdfs:label "Obi-Wan Kenobi"^^xsd:string ; + voc:birthYear "57BBY"^^xsd:string ; + voc:desc "Obi-Wan \"Ben\" Kenobi is a fictional character in the Star Wars franchise. Within the original trilogy he is portrayed by Sir Alec Guinness, while in the prequel trilogy a younger version of the character is portrayed by Ewan McGregor. In the original trilogy, he is a mentor to Luke Skywalker, to whom he introduces the ways of the Jedi. In the prequel trilogy, he is a master and friend to Anakin Skywalker. He is frequently featured as a main character in various other Star Wars media., \"Sir Alec Guinnesss portrayal of Obi-Wan in the original Star Wars (1977) remains the only time an actor has received an Oscar nomination (Best Supporting Actor) for acting in a Star Wars film.\""^^xsd:string ; + voc:eyeColor "blue-gray"^^xsd:string ; + voc:film , + , + , + , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "auburn, white"^^xsd:string ; + voc:height "182.0"^^xsd:float ; + voc:homeworld ; + voc:mass 77.0 ; + voc:skinColor "fair"^^xsd:string ; + voc:starship , + , + , + , + ; + voc:vehicle . + + a voc:Planet ; + rdfs:label "Tatooine"^^xsd:string ; + voc:climate "arid"^^xsd:string ; + voc:desc "Tatooine /ˌtætuːˈiːn/ is a fictional desert planet that appears in the Star Wars space opera franchise. It is beige-coloured and is depicted as a remote, desolate world orbiting a pair of binary stars, and inhabited by human settlers and a variety of other life forms. The planet was first seen in the original 1977 film Star Wars, and has to date featured in a total five Star Wars theatrical films., It is noted as the homeworld of the protagonist of the Star Wars saga, Luke Skywalker, and also of his father, Anakin Skywalker. Shots of the binary sunset over the Tatooine desert are considered to be an iconic image of the film series.12"^^xsd:string ; + voc:diameter 10465 ; + voc:film , + , + , + , + ; + voc:gravity "1 standard"^^xsd:string ; + voc:orbitalPeriod 304 ; + voc:population 200000 ; + voc:resident , + , + , + , + , + , + , + , + , + ; + voc:rotationPeriod 23 ; + voc:surfaceWater 1 ; + voc:terrain "desert"^^xsd:string . + + a voc:Planet ; + rdfs:label "Naboo"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "Naboo is a planet in the fictional Star Wars universe with a mostly green terrain and which is the homeworld of two societies: the Gungans who dwell in underwater cities and the humans who live in colonies on the surface. Humans of Naboo have an electoral monarchy and maintain a peaceful culture that defends education, the arts, environmental protection and scientific achievements. The main capital of Naboo is Theed., Located in the Chommell sector, Naboo is the home planet of Padmé Amidala and Jar Jar Binks, as well as Senator (later Supreme Chancellor and then Emperor) Palpatine. In Star Wars: Episode I – The Phantom Menace, it was the site of a blockade by the Trade Federation and the Battle of Naboo between the Federation and the native inhabitants. Naboo is seen in four films in the Star Wars series, having a prominent role in the first two prequels and glimpsed briefly in Revenge of the Sith and the 2004 DVD release of Return of the Jedi., \"Theeds architecture, while referencing Ancient Rome and other classical traditions, was heavily inspired by the Frank Lloyd Wright-designed Marin County Civic Center in California. (Skywalker Ranch and Industrial Light & Magic are both based in Marin County.)\""^^xsd:string ; + voc:diameter 12120 ; + voc:film , + , + , + ; + voc:gravity "1 standard"^^xsd:string ; + voc:orbitalPeriod 312 ; + voc:population 4500000000 ; + voc:resident , + , + , + , + , + , + , + , + , + , + ; + voc:rotationPeriod 26 ; + voc:surfaceWater 12 ; + voc:terrain "grassy hills, swamps, forests, mountains"^^xsd:string . + + a voc:Film ; + rdfs:label "The Force Awakens"^^xsd:string ; + voc:character , + , + , + , + , + , + , + , + , + , + ; + voc:desc "\"Star Wars: The Force Awakens (also known as Star Wars: Episode VII – The Force Awakens) is a 2015 American epic space opera film co-written, co-produced and directed by J. J. Abrams. The sequel to 1983s Return of the Jedi, The Force Awakens is the first installment of the Star Wars sequel trilogy. It stars Harrison Ford, Mark Hamill, Carrie Fisher, Adam Driver, Daisy Ridley, John Boyega, Oscar Isaac, Lupita Nyongo, Andy Serkis, Domhnall Gleeson, Anthony Daniels, Peter Mayhew, and Max von Sydow. Produced by Lucasfilm Ltd. and Abrams production company Bad Robot Productions and distributed worldwide by Walt Disney Studios Motion Pictures, The Force Awakens was the first Star Wars film not produced by franchise creator George Lucas. Set 30 years after Return of the Jedi, it follows Rey, Finn and Poe Damerons search for Luke Skywalker and their fight alongside the Resistance, led by veterans of the Rebel Alliance, against Kylo Ren and the First Order, a successor to the Galactic Empire.\", \"The Force Awakens was announced after The Walt Disney Companys acquisition of Lucasfilm in October 2012. It was produced by Abrams, his longtime collaborator Bryan Burk, and Lucasfilm president Kathleen Kennedy. Abrams and Lawrence Kasdan, co-writer of the original trilogy films The Empire Strikes Back (1980) and Return of the Jedi (1983), rewrote an initial script by Michael Arndt. John Williams, composer for the previous six films, returned to compose the films score. Lucas served as creative consultant during the films early production. Filming began in April 2014 in Abu Dhabi and Iceland, with principal photography also taking place in Ireland and Pinewood Studios in the United Kingdom, and concluded in November 2014. It is the first live-action Star Wars film since Revenge of the Sith (2005).\", Star Wars: The Force Awakens was widely anticipated, and Disney backed the film with extensive marketing campaigns. It premiered in Los Angeles on December 14, 2015, four days before its wide release. The film received positive reviews, with its ensemble cast, direction, musical score, visual effects, and action sequences receiving particular praise, though it received some criticism for being derivative of the original trilogy. The film broke various box office records and became, unadjusted for inflation, the highest-grossing installment in the franchise, the highest-grossing film in North America, and the third-highest-grossing film of all time, with a worldwide gross of over $2 billion and a net profit of over $780 million.67 It received five Academy Award nominations and four British Academy Film Award nominations, where it won Best Special Visual Effects. Two sequels, The Last Jedi and Episode IX, are scheduled for release in 2017 and 2019, respectively."^^xsd:string ; + voc:director "J. J. Abrams"^^xsd:string ; + voc:episodeId 7 ; + voc:openingCrawl """Luke Skywalker has vanished.\r +In his absence, the sinister\r +FIRST ORDER has risen from\r +the ashes of the Empire\r +and will not rest until\r +Skywalker, the last Jedi,\r +has been destroyed.\r + \r +With the support of the\r +REPUBLIC, General Leia Organa\r +leads a brave RESISTANCE.\r +She is desperate to find her\r +brother Luke and gain his\r +help in restoring peace and\r +justice to the galaxy.\r + \r +Leia has sent her most daring\r +pilot on a secret mission\r +to Jakku, where an old ally\r +has discovered a clue to\r +Luke's whereabouts...."""^^xsd:string ; + voc:planet ; + voc:releaseDate "2015-12-11"^^xsd:date ; + voc:starship , + . + +voc:Human a voc:Species ; + rdfs:label "Human" ; + rdfs:subClassOf voc:Mammal, + voc:Sentient ; + voc:averageHeight "180.0"^^xsd:float ; + voc:averageLifespan "120"^^xsd:string ; + voc:character , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + voc:desc "Modern humans (Homo sapiens, primarily ssp. Homo sapiens sapiens) are the only extant members of the subtribe Hominina, a branch of the tribe Hominini belonging to the family of great apes. They are characterized by erect posture and bipedal locomotion; high manual dexterity and heavy tool use compared to other animals; and a general trend toward larger, more complex brains and societies.34, Early hominins—particularly the australopithecines, whose brains and anatomy are in many ways more similar to ancestral non-human apes—are less often referred to as \"human\" than hominins of the genus Homo.5 Several of these hominins used fire, occupied much of Eurasia, and gave rise to anatomically modern Homo sapiens in Africa about 200,000 years ago.67 They began to exhibit evidence of behavioral modernity around 50,000 years ago. In several waves of migration, anatomically modern humans ventured out of Africa and populated most of the world.8, The spread of humans and their large and increasing population has had a profound impact on large areas of the environment and millions of native species worldwide. Advantages that explain this evolutionary success include a relatively larger brain with a particularly well-developed neocortex, prefrontal cortex and temporal lobes, which enable high levels of abstract reasoning, language, problem solving, sociality, and culture through social learning. Humans use tools to a much higher degree than any other animal, are the only extant species known to build fires and cook their food, and are the only extant species to clothe themselves and create and use numerous other technologies and arts., Humans are uniquely adept at using systems of symbolic communication (such as language and art) for self-expression and the exchange of ideas, and for organizing themselves into purposeful groups. Humans create complex social structures composed of many cooperating and competing groups, from families and kinship networks to political states. Social interactions between humans have established an extremely wide variety of values,9 social norms, and rituals, which together form the basis of human society. Curiosity and the human desire to understand and influence the environment and to explain and manipulate phenomena (or events) has provided the foundation for developing science, philosophy, mythology, religion, anthropology, and numerous other fields of knowledge., Though most of human existence has been sustained by hunting and gathering in band societies,10 increasing numbers of human societies began to practice sedentary agriculture approximately some 10,000 years ago,11 domesticating plants and animals, thus allowing for the growth of civilization. These human societies subsequently expanded in size, establishing various forms of government, religion, and culture around the world, unifying people within regions to form states and empires. The rapid advancement of scientific and medical understanding in the 19th and 20th centuries led to the development of fuel-driven technologies and increased lifespans, causing the human population to rise exponentially. Today the global human population is estimated by the United Nations to be near 7.6\\xa0billion.12"^^xsd:string ; + voc:eyeColor "amber"^^xsd:string, + "blue"^^xsd:string, + "brown"^^xsd:string, + "green"^^xsd:string, + "grey"^^xsd:string, + "hazel"^^xsd:string ; + voc:film , + , + , + , + , + , + ; + voc:hairColor "black"^^xsd:string, + "blonde"^^xsd:string, + "brown"^^xsd:string, + "red"^^xsd:string ; + voc:language "Galactic Basic"^^xsd:string ; + voc:planet ; + voc:skinColor "asian"^^xsd:string, + "black"^^xsd:string, + "caucasian"^^xsd:string, + "hispanic"^^xsd:string . + + a voc:Film ; + rdfs:label "A New Hope"^^xsd:string ; + voc:character , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + voc:desc "\"Star Wars (later retitled Star Wars: Episode IV – A New Hope) is a 1977 American epic space opera film written and directed by George Lucas. It is the first film in the original Star Wars trilogy, the first Star Wars movie in general, and the beginning of the Star Wars franchise. Starring Mark Hamill, Harrison Ford, Carrie Fisher, Peter Cushing, Alec Guinness, David Prowse, James Earl Jones, Anthony Daniels, Kenny Baker, and Peter Mayhew, the films plot focuses on the Rebel Alliance, led by Princess Leia (Fisher), and its attempt to destroy the Galactic Empires space station, the Death Star. This conflict disrupts the isolated life of farmhand Luke Skywalker (Hamill), who inadvertently acquires a pair of droids that possess stolen architectural plans for the Death Star. When the Empire begins a destructive search for the missing droids, Skywalker accompanies Jedi Master Obi-Wan Kenobi (Guinness) on a mission to return the plans to the Rebel Alliance and rescue Leia from her imprisonment by the Empire.\", Star Wars was released in theatres in the United States on May 25, 1977. It earned $461 million in the U.S. and $314 million overseas, totaling $775 million ($3.132 billion in 2017 dollars, adjusted for inflation). It surpassed Jaws (1975) to become the highest-grossing film of all time until the release of E.T. the Extra-Terrestrial (1982). When adjusted for inflation, Star Wars is the second-highest-grossing film in North America, and the third-highest-grossing film in the world. It received ten Academy Award nominations (including Best Picture), winning seven. It was among the first films to be selected as part of the U.S. Library of Congress\\ National Film Registry as being \"culturally, historically, or aesthetically significant\". At the time, it was the most recent film on the registry and the only one chosen from the 1970s. Its soundtrack was added to the U.S. National Recording Registry in 2004. Today, it is often regarded as one of the most important films in the history of motion pictures. It launched an industry of tie-in products, including TV series spinoffs, novels, comic books, and video games, and merchandise including toys, games and clothing., \"The films success led to two critically and commercially successful sequels, The Empire Strikes Back in 1980 and Return of the Jedi in 1983. Star Wars was reissued multiple times at Lucas behest, incorporating many changes including modified computer-generated effects, altered dialogue, re-edited shots, remixed soundtracks, and added scenes. A prequel trilogy was released beginning with The Phantom Menace in 1999, continuing with Attack of the Clones in 2002, and concluding with Revenge of the Sith in 2005. The film was followed by a sequel trilogy beginning with The Force Awakens in 2015. A direct prequel, Rogue One, was released in 2016. The films fourth sequel, The Last Jedi, will be released in December 2017.\""^^xsd:string ; + voc:director "George Lucas"^^xsd:string ; + voc:episodeId 4 ; + voc:openingCrawl """It is a period of civil war.\r +Rebel spaceships, striking\r +from a hidden base, have won\r +their first victory against\r +the evil Galactic Empire.\r +\r +During the battle, Rebel\r +spies managed to steal secret\r +plans to the Empire's\r +ultimate weapon, the DEATH\r +STAR, an armored space\r +station with enough power\r +to destroy an entire planet.\r +\r +Pursued by the Empire's\r +sinister agents, Princess\r +Leia races home aboard her\r +starship, custodian of the\r +stolen plans that can save her\r +people and restore\r +freedom to the galaxy...."""^^xsd:string ; + voc:planet , + , + ; + voc:releaseDate "1977-05-25"^^xsd:date ; + voc:starship , + , + , + , + , + , + , + ; + voc:vehicle , + , + , + . + + a voc:Film ; + rdfs:label "The Empire Strikes Back"^^xsd:string ; + voc:character , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + voc:desc "\"The Empire Strikes Back (also known as Star Wars: Episode V – The Empire Strikes Back) is a 1980 American epic space opera film directed by Irvin Kershner. Leigh Brackett and Lawrence Kasdan wrote the screenplay, with George Lucas writing the films story and serving as executive producer. The second installment in the original Star Wars trilogy, it was produced by Gary Kurtz for Lucasfilm and stars Mark Hamill, Harrison Ford, Carrie Fisher, Billy Dee Williams, Anthony Daniels, David Prowse, Kenny Baker, Peter Mayhew, and Frank Oz.\", \"The film is set three years after Star Wars. The Galactic Empire, under the leadership of the villainous Darth Vader and the Emperor, is in pursuit of Luke Skywalker and the rest of the Rebel Alliance. While Vader relentlessly pursues the small band of Lukes friends—Han Solo, Princess Leia Organa, and others—across the galaxy, Luke studies the Force under Jedi Master Yoda. When Vader captures Lukes friends, Luke must decide whether to complete his training and become a full Jedi Knight or to confront Vader and save them.\", \"Following a difficult production, The Empire Strikes Back was released on May 21, 1980. It received mixed reviews from critics initially but has since grown in esteem, becoming the most critically acclaimed chapter in the Star Wars saga; it is now widely regarded as one of the greatest films of all time.5678 The film ranks #3 on Empires 2008 list of the 500 greatest movies of all time.9 It became the highest-grossing film of 1980 and, to date, has earned more than $538\\xa0million worldwide from its original run and several re-releases. When adjusted for inflation, it is the second-highest-grossing sequel of all time and the 13th-highest-grossing film in North America.10 The film was followed by Return of the Jedi, which was released in 1983.\", In 2010, the film was selected for preservation in the United States\\ National Film Registry by the Library of Congress for being \"culturally, historically, and aesthetically significant.\""^^xsd:string ; + voc:director "Irvin Kershner"^^xsd:string ; + voc:episodeId 5 ; + voc:openingCrawl """It is a dark time for the\r +Rebellion. Although the Death\r +Star has been destroyed,\r +Imperial troops have driven the\r +Rebel forces from their hidden\r +base and pursued them across\r +the galaxy.\r +\r +Evading the dreaded Imperial\r +Starfleet, a group of freedom\r +fighters led by Luke Skywalker\r +has established a new secret\r +base on the remote ice world\r +of Hoth.\r +\r +The evil lord Darth Vader,\r +obsessed with finding young\r +Skywalker, has dispatched\r +thousands of remote probes into\r +the far reaches of space...."""^^xsd:string ; + voc:planet , + , + , + ; + voc:releaseDate "1980-05-17"^^xsd:date ; + voc:starship , + , + , + , + , + , + , + , + ; + voc:vehicle , + , + , + , + , + . + + a voc:Film ; + rdfs:label "Return of the Jedi"^^xsd:string ; + voc:character , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + voc:desc "Return of the Jedi (also known as Star Wars: Episode VI – Return of the Jedi) is a 1983 American epic space opera film directed by Richard Marquand. The screenplay by Lawrence Kasdan and George Lucas was from a story by Lucas, who was also the executive producer. It is the third installment in the original Star Wars trilogy and the first film to use THX technology. The film is set one year after The Empire Strikes Back9 and was produced by Howard Kazanjian for Lucasfilm Ltd. The film stars Mark Hamill, Harrison Ford, Carrie Fisher, Billy Dee Williams, Anthony Daniels, David Prowse, Kenny Baker, Peter Mayhew and Frank Oz., \"The Galactic Empire, under the direction of the ruthless Emperor, is constructing a second Death Star in order to crush the Rebel Alliance once and for all. Since the Emperor plans to personally oversee the final stages of its construction, the Rebel Fleet launches a full-scale attack on the Death Star in order to prevent its completion and kill the Emperor, effectively bringing an end to the Empires hold over the galaxy. Meanwhile, Luke Skywalker, a Jedi apprentice, struggles to bring his father Darth Vader back to the Light Side of the Force.\", \"David Lynch and David Cronenberg were considered to direct the project before Marquand signed on as director. The production team relied on Lucas storyboards during pre-production. While writing the shooting script, Lucas, Kasdan, Marquand, and producer Howard Kazanjian spent two weeks in conference discussing ideas to construct it. Kazanjians schedule pushed shooting to begin a few weeks early to allow Industrial Light & Magic more time to work on the films effects in post-production. Filming took place in England, California, and Arizona from January to May\\xa01982\\xa0(1982-05). Strict secrecy surrounded the production and the film used the working title Blue Harvest to prevent price gouging.\", \"The film was released in theaters on May 25, 1983, six years to the day after the release of the first film, receiving mostly positive reviews. The film grossed between $475 million67 and $572 million worldwide.8 Several home video and theatrical releases and revisions to the film followed over the next 20 years. Star Wars continued with The Phantom Menace as part of the film series prequel trilogy.\", A sequel, The Force Awakens, was released on December 18, 2015, as part of the new sequel trilogy.10"^^xsd:string ; + voc:director "Richard Marquand"^^xsd:string ; + voc:episodeId 6 ; + voc:openingCrawl """Luke Skywalker has returned to\r +his home planet of Tatooine in\r +an attempt to rescue his\r +friend Han Solo from the\r +clutches of the vile gangster\r +Jabba the Hutt.\r +\r +Little does Luke know that the\r +GALACTIC EMPIRE has secretly\r +begun construction on a new\r +armored space station even\r +more powerful than the first\r +dreaded Death Star.\r +\r +When completed, this ultimate\r +weapon will spell certain doom\r +for the small band of rebels\r +struggling to restore freedom\r +to the galaxy..."""^^xsd:string ; + voc:planet , + , + , + , + ; + voc:releaseDate "1983-05-25"^^xsd:date ; + voc:starship , + , + , + , + , + , + , + , + , + , + , + ; + voc:vehicle , + , + , + , + , + , + , + . + + a voc:Film ; + rdfs:label "The Phantom Menace"^^xsd:string ; + voc:character , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + voc:desc "None"^^xsd:string ; + voc:director "George Lucas"^^xsd:string ; + voc:episodeId 1 ; + voc:openingCrawl """Turmoil has engulfed the\r +Galactic Republic. The taxation\r +of trade routes to outlying star\r +systems is in dispute.\r +\r +Hoping to resolve the matter\r +with a blockade of deadly\r +battleships, the greedy Trade\r +Federation has stopped all\r +shipping to the small planet\r +of Naboo.\r +\r +While the Congress of the\r +Republic endlessly debates\r +this alarming chain of events,\r +the Supreme Chancellor has\r +secretly dispatched two Jedi\r +Knights, the guardians of\r +peace and justice in the\r +galaxy, to settle the conflict...."""^^xsd:string ; + voc:planet , + , + ; + voc:releaseDate "1999-05-19"^^xsd:date ; + voc:starship , + , + , + , + ; + voc:vehicle , + , + , + , + , + , + . + + a voc:Film ; + rdfs:label "Attack of the Clones"^^xsd:string ; + voc:character , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + voc:desc "Star Wars: Episode II – Attack of the Clones is a 2002 American epic space opera film directed by George Lucas and written by Lucas and Jonathan Hales. It is the second installment of the Star Wars prequel trilogy, and stars Ewan McGregor, Natalie Portman, Hayden Christensen, Ian McDiarmid, Samuel L. Jackson, Christopher Lee, Temuera Morrison, Anthony Daniels, Kenny Baker and Frank Oz., \"Set ten years after the events in The Phantom Menace, the galaxy is on the brink of civil war. Led by a former Jedi named Count Dooku, thousands of planetary systems threaten to secede from the Galactic Republic. After Senator Padmé Amidala evades assassination, Jedi apprentice Anakin Skywalker becomes her protector, while his mentor Obi-Wan Kenobi investigates the attempt on Padmés life. Soon Anakin, Padmé and Obi-Wan witness the onset of a new threat to the galaxy, the Clone Wars.\", Development of Attack of the Clones began in March 2000, after the release of The Phantom Menace. By June 2000, Lucas and Hales completed a draft of the script and principal photography took place from June to September 2000. The film crew primarily shot at Fox Studios Australia in Sydney, Australia, with additional footage filmed in Tunisia, Spain and Italy. It was one of the first motion pictures shot completely on a high-definition digital 24-frame system., \"The film was released in the United States on May 16, 2002. Some critics hailed it as an improvement over The Phantom Menace, while others called it the worst entry of the franchise.56 The visual effects, costume design, musical score, action scenes and Ewan McGregor’s performance as Obi-Wan Kenobi were all praised, however the romance of Anakin and Padmé, the dialogue and the films long runtime were all criticized. The film was a financial success, making over $649 million worldwide; however, it also became the first Star Wars film to be outgrossed in its year of release, placing third domestically and fourth internationally. The film was released on VHS and DVD on November 12, 2002 and was later released on Blu-ray on September 16, 2011. Following Attack of the Clones, the third and final film of the prequel trilogy, Revenge of the Sith, premiered in 2005.\""^^xsd:string ; + voc:director "George Lucas"^^xsd:string ; + voc:episodeId 2 ; + voc:openingCrawl """There is unrest in the Galactic\r +Senate. Several thousand solar\r +systems have declared their\r +intentions to leave the Republic.\r +\r +This separatist movement,\r +under the leadership of the\r +mysterious Count Dooku, has\r +made it difficult for the limited\r +number of Jedi Knights to maintain \r +peace and order in the galaxy.\r +\r +Senator Amidala, the former\r +Queen of Naboo, is returning\r +to the Galactic Senate to vote\r +on the critical issue of creating\r +an ARMY OF THE REPUBLIC\r +to assist the overwhelmed\r +Jedi...."""^^xsd:string ; + voc:planet , + , + , + , + ; + voc:releaseDate "2002-05-16"^^xsd:date ; + voc:starship , + , + , + , + , + , + , + , + ; + voc:vehicle , + , + , + , + , + , + , + , + , + , + . + + a voc:Film ; + rdfs:label "Revenge of the Sith"^^xsd:string ; + voc:character , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + voc:desc "Star Wars: Episode III – Revenge of the Sith is a 2005 American epic space opera film written and directed by George Lucas. It is the sixth entry of the Star Wars film series and stars Ewan McGregor, Natalie Portman, Hayden Christensen, Ian McDiarmid, Samuel L. Jackson, Christopher Lee, Anthony Daniels, Kenny Baker, and Frank Oz. A sequel to The Phantom Menace (1999) and Attack of the Clones (2002), the film is the third and final installment of the Star Wars prequel trilogy., The film begins three years after the onset of the Clone Wars. The Jedi Knights are spread across the galaxy, leading a massive war against the Separatists. The Jedi Council dispatches Jedi Master Obi-Wan Kenobi to eliminate the notorious General Grievous, leader of the Separatist Army. Meanwhile, Jedi Knight Anakin Skywalker grows close to Palpatine, the Supreme Chancellor of the Galactic Republic and, unknown to the public, a Sith Lord. Their deepening friendship threatens the Jedi Order, the Republic, and Anakin himself., \"Lucas began writing the script before production of Attack of the Clones ended. Production of Revenge of the Sith started in September 2003, and filming took place in Australia with additional locations in Thailand, Switzerland, China, Italy and the United Kingdom. Revenge of the Sith premiered on May 15, 2005, at the Cannes Film Festival, then released worldwide on May 19, 2005. The film received generally positive reviews from critics, especially in contrast to the less positive reviews of the previous two prequels, including praise for its storyline, action scenes, John Williams musical score, visual effects, and performances from Ewan McGregor, Ian McDiarmid, Frank Oz, and Jimmy Smits. It is the final film in the Star Wars franchise to be distributed by 20th Century Fox before The Walt Disney Companys acquisition of Lucasfilm in 2012.\", Revenge of the Sith broke several box office records during its opening week and went on to earn over $848 million worldwide,4 making it, at the time, the third-highest-grossing film in the Star Wars franchise, unadjusted for inflation. It was the highest-grossing film of 2005 in the U.S. and the second-highest-grossing film of 2005 behind Harry Potter and the Goblet of Fire.4 The film also holds the record for the highest opening day gross on a Thursday, making $50,013,859.00.5 The Star Wars saga continued with the release of The Force Awakens, the first installment of the sequel trilogy, in 2015.67"^^xsd:string ; + voc:director "George Lucas"^^xsd:string ; + voc:episodeId 3 ; + voc:openingCrawl """War! The Republic is crumbling\r +under attacks by the ruthless\r +Sith Lord, Count Dooku.\r +There are heroes on both sides.\r +Evil is everywhere.\r +\r +In a stunning move, the\r +fiendish droid leader, General\r +Grievous, has swept into the\r +Republic capital and kidnapped\r +Chancellor Palpatine, leader of\r +the Galactic Senate.\r +\r +As the Separatist Droid Army\r +attempts to flee the besieged\r +capital with their valuable\r +hostage, two Jedi Knights lead a\r +desperate mission to rescue the\r +captive Chancellor...."""^^xsd:string ; + voc:planet , + , + , + , + , + , + , + , + , + , + , + , + ; + voc:releaseDate "2005-05-19"^^xsd:date ; + voc:starship , + , + , + , + , + , + , + , + , + , + , + ; + voc:vehicle , + , + , + , + , + , + , + , + , + , + , + , + . diff --git a/starwars-visual-graph-only/starwars_guide_visual_graph_only.json b/starwars-visual-graph-only/starwars_guide_visual_graph_only.json new file mode 100644 index 0000000..2992938 --- /dev/null +++ b/starwars-visual-graph-only/starwars_guide_visual_graph_only.json @@ -0,0 +1,134 @@ +{ + "guideName": { + "en": "The Star Wars guide (visual graph only)", + "fr": "⚒Le guide sur Star Wars (graphique visuel uniquement)" + }, + "guideLevel": 2, + "guideOrder": 5, + "options": { + "repositoryIdBase": "starwars" + }, + "steps": [ + { + "guideBlockName": "visual-graph", + "options": { + "easyGraphInputText": "lu", + "iri": "https://swapi.co/resource/human/1", + "iriLabel": "Luke Skywalker" + } + }, + { + "guideBlockName": "visual-graph-node-focus", + "options": { + "iri": "https://swapi.co/resource/human/1", + "iriLabel": "Luke Skywalker" + } + }, + { + "guideBlockName": "visual-graph-link-focus", + "options": { + "fromIri": "https://swapi.co/resource/human/1", + "fromIriLabel": "Luke Skywalker", + "toIri": "https://swapi.co/vocabulary/Character", + "toIriLabel": "Character", + "iriLabel": "type", + "extraContent": { + "en": "This tells us that one of the RDF types for {{fromIriLabel}} is {{toIriLabel}}.", + "fr": "⚒Cela nous indique que l'un des types RDF pour {{fromIriLabel}} est {{toIriLabel}}." + } + } + }, + { + "guideBlockName": "visual-graph-node-focus", + "options": { + "iri": "https://swapi.co/vocabulary/Mammal", + "iriLabel": "Mammal", + "content": "", + "extraContent": { + "en": "{{iriLabel}} is another RDF type for Luke Skywalker.", + "fr": "⚒{{iriLabel}} est un autre type RDF pour Luke Skywalker." + } + } + }, + { + "guideBlockName": "visual-graph-link-focus", + "options": { + "fromIri": "https://swapi.co/resource/human/1", + "fromIriLabel": "Luke Skywalker", + "toIri": "https://swapi.co/resource/vehicle/14", + "toIriLabel": "Snowspeeder", + "iriLabel": "vehicle", + "content": "", + "extraContent": { + "en": "This connection tells us that {{fromIriLabel}} has a {{iriLabel}} called {{toIriLabel}}. In addition, it shows the reverse relation pilot, which links {{toIriLabel}} to {{fromIriLabel}}.", + "fr": "⚒Cette connexion nous indique que {{fromIriLabel}} a un {{iriLabel}} appelé {{toIriLabel}}. De plus, il montre la relation inverse pilot, qui relie {{toIriLabel}} à {{fromIriLabel}}." + } + } + }, + { + "guideBlockName": "visual-graph-node-focus", + "options": { + "fromIriLabel": "Luke Skywalker", + "iri": "https://swapi.co/resource/vehicle/30", + "iriLabel": "Imperial Speeder Bike", + "content": "", + "extraContent": { + "en": "{{fromIriLabel}} has another vehicle called {{iriLabel}}. Again, the reverse relation pilot links {{iriLabel}} to {{fromIriLabel}}.", + "fr": "⚒{{fromIriLabel}} a un autre vehicle appelé {{iriLabel}}. Encore une fois, la relation inverse pilot relie {{iriLabel}} à {{fromIriLabel}}." + } + } + }, + { + "guideBlockName": "visual-graph-properties", + "options": { + "iri": "https://swapi.co/resource/film/1", + "iriLabel": "A New Hope", + "focusProperties": [ + { + "property": "types", + "message": { + "en": "We can see that {{iriLabel}} has a single type, voc:Film.", + "fr": "⚒Nous pouvons voir que {{iriLabel}} a un seul type, voc:Film." + } + }, + "voc:episodeId", + "voc:releaseDate" + ] + } + }, + { + "guideBlockName": "visual-graph-expand", + "options": { + "iri": "https://swapi.co/resource/film/1", + "iriLabel": "A New Hope" + } + }, + { + "guideBlockName": "visual-graph-node-focus", + "options": { + "iri": "https://swapi.co/resource/droid/1", + "iriLabel": "C-3PO", + "content": "", + "extraContent": { + "en": "Node expansion enriches the graph by showing nodes connected to the expanded node, such as the character {{iriLabel}}.", + "fr": "⚒L'expansion des nœuds enrichit le graphique en montrant les nœuds connectés au nœud étendu, comme le caractère {{iriLabel}}." + } + } + }, + { + "guideBlockName": "visual-graph-node-focus", + "options": { + "iri": "https://swapi.co/resource/planet/1", + "iriLabel": "Tatooine", + "content": "", + "extraContent": { + "en": "The planet {{iriLabel}}, which was already shown before expanding, is now linked to both Luke Skywalker and A New Hope.", + "fr": "⚒La planète {{iriLabel}}, qui était déjà montrée avant de s'agrandir, est maintenant liée à la fois à Luke Skywalker et à A New Hope." + } + } + }, + { + "guideBlockName": "guide-end" + } + ] +} diff --git a/starwars/starwars.ttl b/starwars/starwars.ttl new file mode 100644 index 0000000..d222754 --- /dev/null +++ b/starwars/starwars.ttl @@ -0,0 +1,4383 @@ +@prefix rdf: . +@prefix rdfs: . +@prefix voc: . +@prefix xml: . +@prefix xsd: . + +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 . + + 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 . + + a voc:Planet ; + rdfs:label "Mustafar"^^xsd:string ; + voc:climate "hot"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 4200 ; + voc:film ; + 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 . + + 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 ; + 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 . + + a voc:Planet ; + rdfs:label "Mygeeto"^^xsd:string ; + voc:climate "frigid"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 10088 ; + voc:film ; + voc:gravity "1 standard"^^xsd:string ; + voc:orbitalPeriod 167 ; + voc:population 19000000 ; + voc:rotationPeriod 12 ; + voc:terrain "glaciers, mountains, ice canyons"^^xsd:string . + + a voc:Planet ; + rdfs:label "Felucia"^^xsd:string ; + voc:climate "hot, humid"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 9100 ; + voc:film ; + voc:gravity "0.75 standard"^^xsd:string ; + voc:orbitalPeriod 231 ; + voc:population 8500000 ; + voc:rotationPeriod 34 ; + voc:terrain "fungus forests"^^xsd:string . + + a voc:Planet ; + rdfs:label "Saleucami"^^xsd:string ; + voc:climate "hot"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 14920 ; + voc:film ; + voc:orbitalPeriod 392 ; + voc:population 1400000000 ; + voc:rotationPeriod 26 ; + voc:terrain "caves, desert, mountains, volcanoes"^^xsd:string . + + 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 ; + voc:terrain "grass"^^xsd:string . + + 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 ; + voc:rotationPeriod 24 ; + voc:terrain "cityscape"^^xsd:string . + + 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 ; + voc:rotationPeriod 26 ; + voc:surfaceWater 98 ; + voc:terrain "rocky islands, oceans"^^xsd:string . + + a voc:Planet ; + rdfs:label "Ord Mantell"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 14050 ; + voc:film ; + 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 . + + 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 ; + voc:gravity "1 standard"^^xsd:string ; + voc:orbitalPeriod 4818 ; + voc:population 1000 ; + voc:rotationPeriod 24 ; + voc:surfaceWater 8 ; + voc:terrain "jungle, rainforests"^^xsd:string . + + 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 ; + voc:rotationPeriod 20 ; + voc:terrain "deserts, mountains"^^xsd:string . + + 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 ; + voc:rotationPeriod 20 ; + voc:surfaceWater 40 ; + voc:terrain "plains, forests"^^xsd:string . + + 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 ; + voc:rotationPeriod 24 ; + voc:terrain "forests, deserts, savannas"^^xsd:string . + + 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 ; + 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 . + + 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 ; + voc:rotationPeriod 25 ; + voc:terrain "toxic cloudsea, plateaus, volcanoes"^^xsd:string . + + a voc:Planet ; + rdfs:label "Tholoth"^^xsd:string ; + voc:desc "None"^^xsd:string . + + a voc:Planet ; + rdfs:label "Serenno"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:resident ; + voc:terrain "rainforests, rivers, mountains"^^xsd:string . + + a voc:Planet ; + rdfs:label "Concord Dawn"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:resident ; + voc:terrain "jungles, forests, deserts"^^xsd:string . + + 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 ; + voc:terrain "deserts"^^xsd:string . + + 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 ; + 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 . + + 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 ; + 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 . + + a voc:Starship ; + rdfs:label "Republic Cruiser"^^xsd:string ; + voc:crew 9 ; + voc:desc "None"^^xsd:string ; + voc:film ; + 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 . + + 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 ; + 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 . + + a voc:Starship ; + rdfs:label "AA-9 Coruscant freighter"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:film ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + a voc:Vehicle ; + rdfs:label "Armored Assault Tank"^^xsd:string ; + voc:crew 4 ; + voc:desc "None"^^xsd:string ; + voc:film ; + 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 . + + a voc:Vehicle ; + rdfs:label "Single Trooper Aerial Platform"^^xsd:string ; + voc:cargoCapacity "none"^^xsd:integer ; + 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 ; + 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 . + + 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 ; + 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 . + + a voc:Vehicle ; + rdfs:label "LAAT/c"^^xsd:string ; + voc:cargoCapacity 40000 ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + 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 . + + 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 ; + 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 . + + a voc:Vehicle ; + rdfs:label "Geonosian starfighter"^^xsd:string ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + 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 . + + 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 ; + 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 . + + a voc:Vehicle ; + rdfs:label "Emergency Firespeeder"^^xsd:string ; + voc:crew 2 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:model "Fire suppression speeder"^^xsd:string ; + voc:vehicleClass "fire suppression ship"^^xsd:string . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 . + + a voc:Vehicle ; + rdfs:label "Corporate Alliance tank droid"^^xsd:string ; + voc:cargoCapacity "none"^^xsd:integer ; + voc:consumables "none"^^xsd:string ; + voc:costInCredits 49000 ; + voc:crew 0 ; + voc:desc "None"^^xsd:string ; + voc:film ; + 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 . + + 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 ; + 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 . + + 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 ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:language "Aleena"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film ; + voc:language "besalisk"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "hazel"^^xsd:string ; + voc:film , + ; + voc:hairColor "black"^^xsd:string, + "blond"^^xsd:string, + "red"^^xsd:string, + "white"^^xsd:string ; + voc:language "Cerean"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film , + ; + voc:language "Chagria"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film , + ; + voc:language "Clawdite"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string, + "yellow"^^xsd:string ; + voc:film ; + voc:language "Dugese"^^xsd:string ; + voc:planet ; + 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 ; + 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 ; + voc:hairColor "black"^^xsd:string, + "brown"^^xsd:string, + "white"^^xsd:string ; + voc:language "Ewokese"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "green"^^xsd:string, + "hazel"^^xsd:string ; + voc:film , + ; + voc:language "Geonosian"^^xsd:string ; + voc:planet ; + 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 ; + 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 , + ; + voc:language "Huttese"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "orange"^^xsd:string ; + voc:film , + ; + voc:language "Iktotchese"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film ; + voc:language "Kaleesh"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string, + "silver"^^xsd:string ; + voc:film , + ; + voc:language "Kel Dor"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film ; + voc:language "Mon Calamarian"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film , + ; + voc:language "Muun"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film ; + voc:language "Nautila"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "pink"^^xsd:string, + "red"^^xsd:string ; + voc:film ; + voc:language "Neimoidia"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film ; + voc:language "Utapese"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film , + ; + voc:language "Quermian"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film ; + voc:language "Galactic Basic"^^xsd:string ; + voc:planet ; + voc:skinColor "blue"^^xsd:string, + "green"^^xsd:string . + +voc:Skakoan a voc:Species ; + rdfs:label "Skakoan" ; + rdfs:subClassOf voc:Mammal, + voc:Sentient ; + voc:character ; + voc:desc "None"^^xsd:string ; + voc:film , + ; + voc:language "Skakoan"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film ; + voc:language "Sullutese"^^xsd:string ; + voc:planet ; + voc:skinColor "pale"^^xsd:string . + +voc:Tholothian a voc:Species ; + rdfs:label "Tholothian" ; + rdfs:subClassOf voc:Mammal, + voc:Sentient ; + voc:character ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string, + "indigo"^^xsd:string ; + voc:film , + ; + voc:planet ; + 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 ; + 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 , + ; + voc:language "Togruti"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "orange"^^xsd:string ; + voc:film , + ; + voc:language "Tundan"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film , + ; + voc:language "Toydarian"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "orange"^^xsd:string, + "yellow"^^xsd:string ; + voc:film ; + voc:language "Dosh"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "colourless"^^xsd:string ; + voc:film ; + voc:language "Umbaran"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film ; + voc:language "vulpterish"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film ; + voc:language "Xextese"^^xsd:string ; + voc:planet ; + 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 ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "brown"^^xsd:string, + "green"^^xsd:string, + "yellow"^^xsd:string ; + voc:film , + , + , + , + ; + voc:hairColor "brown"^^xsd:string, + "white"^^xsd:string ; + voc:language "Galactic basic"^^xsd:string ; + voc:planet ; + voc:skinColor "green"^^xsd:string, + "yellow"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Quarsh Panaka"^^xsd:string ; + voc:birthYear "62BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "black"^^xsd:string ; + voc:height "183.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "dark"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Captain Phasma"^^xsd:string ; + voc:desc "\"Captain Phasma is a fictional character in the Star Wars franchise, portrayed by Gwendoline Christie. Introduced in Star Wars: The Force Awakens (2015), the first film in the Star Wars sequel trilogy, Phasma is the commander of the First Orders force of stormtroopers. Christie confirmed that the character would reappear in the next of the trilogys films, Star Wars: The Last Jedi. The character also made an additional appearance in Before the Awakening, an anthology book set before the events of The Force Awakens.\", \"J. J. Abrams created Phasma from an armor design originally developed for Kylo Ren and named her after the 1979 horror film Phantasm. The character was originally conceived as male before being changed to female. Phasma appeared prominently in promotion and marketing for The Force Awakens, but the characters ultimately minor role in the film was the subject of criticism. Nonetheless, merchandise featuring the character found success and her figure was the bestselling of all Force Awakens action figures on Amazon.co.uk.3\""^^xsd:string ; + voc:film ; + voc:gender "female"^^xsd:string ; + voc:homeworld . + + a voc:Planet ; + rdfs:label "Corellia"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 11000 ; + voc:gravity "1 standard"^^xsd:string ; + voc:orbitalPeriod 329 ; + voc:population 3000000000 ; + voc:resident , + ; + voc:rotationPeriod 25 ; + voc:surfaceWater 70 ; + voc:terrain "plains, urban, hills, forests"^^xsd:string . + + a voc:Planet ; + rdfs:label "Rodia"^^xsd:string ; + voc:climate "hot"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 7549 ; + voc:gravity "1 standard"^^xsd:string ; + voc:orbitalPeriod 305 ; + voc:population 1300000000 ; + voc:resident ; + voc:rotationPeriod 29 ; + voc:surfaceWater 60 ; + voc:terrain "jungles, oceans, urban, swamps"^^xsd:string . + + a voc:Planet ; + rdfs:label "Nal Hutta"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 12150 ; + voc:gravity "1 standard"^^xsd:string ; + voc:orbitalPeriod 413 ; + voc:population 7000000000 ; + voc:resident ; + voc:rotationPeriod 87 ; + voc:terrain "urban, oceans, swamps, bogs"^^xsd:string . + + a voc:Planet ; + rdfs:label "Trandosha"^^xsd:string ; + voc:climate "arid"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 0 ; + voc:gravity "0.62 standard"^^xsd:string ; + voc:orbitalPeriod 371 ; + voc:population 42000000 ; + voc:resident ; + voc:rotationPeriod 25 ; + voc:terrain "mountains, seas, grasslands, deserts"^^xsd:string . + + a voc:Planet ; + rdfs:label "Mon Cala"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 11030 ; + voc:gravity "1"^^xsd:string ; + voc:orbitalPeriod 398 ; + voc:population 27000000000 ; + voc:resident ; + voc:rotationPeriod 21 ; + voc:surfaceWater 100 ; + voc:terrain "oceans, reefs, islands"^^xsd:string . + + a voc:Planet ; + rdfs:label "Sullust"^^xsd:string ; + voc:climate "superheated"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 12780 ; + voc:gravity "1"^^xsd:string ; + voc:orbitalPeriod 263 ; + voc:population 18500000000 ; + voc:resident ; + voc:rotationPeriod 20 ; + voc:surfaceWater 5 ; + voc:terrain "mountains, volcanoes, rocky deserts"^^xsd:string . + + a voc:Planet ; + rdfs:label "Toydaria"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 7900 ; + voc:gravity "1"^^xsd:string ; + voc:orbitalPeriod 184 ; + voc:population 11000000 ; + voc:resident ; + voc:rotationPeriod 21 ; + voc:terrain "swamps, lakes"^^xsd:string . + + a voc:Planet ; + rdfs:label "Malastare"^^xsd:string ; + voc:climate "arid, temperate, tropical"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 18880 ; + voc:gravity "1.56"^^xsd:string ; + voc:orbitalPeriod 201 ; + voc:population 2000000000 ; + voc:resident ; + voc:rotationPeriod 26 ; + voc:terrain "swamps, deserts, jungles, mountains"^^xsd:string . + + a voc:Planet ; + rdfs:label "Aleen Minor"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:resident . + + a voc:Planet ; + rdfs:label "Vulpter"^^xsd:string ; + voc:climate "temperate, artic"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 14900 ; + voc:gravity "1"^^xsd:string ; + voc:orbitalPeriod 391 ; + voc:population 421000000 ; + voc:resident ; + voc:rotationPeriod 22 ; + voc:terrain "urban, barren"^^xsd:string . + + a voc:Planet ; + rdfs:label "Troiken"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:resident ; + voc:terrain "desert, tundra, rainforests, mountains"^^xsd:string . + + a voc:Planet ; + rdfs:label "Tund"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 12190 ; + voc:orbitalPeriod 1770 ; + voc:population 0 ; + voc:resident ; + voc:rotationPeriod 48 ; + voc:terrain "barren, ash"^^xsd:string . + + a voc:Planet ; + rdfs:label "Cerea"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:gravity "1"^^xsd:string ; + voc:orbitalPeriod 386 ; + voc:population 450000000 ; + voc:resident ; + voc:rotationPeriod 27 ; + voc:surfaceWater 20 ; + voc:terrain "verdant"^^xsd:string . + + a voc:Planet ; + rdfs:label "Glee Anselm"^^xsd:string ; + voc:climate "tropical, temperate"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 15600 ; + voc:gravity "1"^^xsd:string ; + voc:orbitalPeriod 206 ; + voc:population 500000000 ; + voc:resident ; + voc:rotationPeriod 33 ; + voc:surfaceWater 80 ; + voc:terrain "lakes, islands, swamps, seas"^^xsd:string . + + a voc:Planet ; + rdfs:label "Iridonia"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:orbitalPeriod 413 ; + voc:resident ; + voc:rotationPeriod 29 ; + voc:terrain "rocky canyons, acid pools"^^xsd:string . + + a voc:Planet ; + rdfs:label "Iktotch"^^xsd:string ; + voc:climate "arid, rocky, windy"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:gravity "1"^^xsd:string ; + voc:orbitalPeriod 481 ; + voc:resident ; + voc:rotationPeriod 22 ; + voc:terrain "rocky"^^xsd:string . + + a voc:Planet ; + rdfs:label "Quermia"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:resident . + + a voc:Planet ; + rdfs:label "Dorin"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 13400 ; + voc:gravity "1"^^xsd:string ; + voc:orbitalPeriod 409 ; + voc:resident ; + voc:rotationPeriod 22 . + + a voc:Planet ; + rdfs:label "Champala"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:gravity "1"^^xsd:string ; + voc:orbitalPeriod 318 ; + voc:population 3500000000 ; + voc:resident ; + voc:rotationPeriod 27 ; + voc:terrain "oceans, rainforests, plateaus"^^xsd:string . + + a voc:Planet ; + rdfs:label "Zolan"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:resident . + + a voc:Planet ; + rdfs:label "Ojom"^^xsd:string ; + voc:climate "frigid"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:population 500000000 ; + voc:resident ; + voc:surfaceWater 100 ; + voc:terrain "oceans, glaciers"^^xsd:string . + + a voc:Planet ; + rdfs:label "Skako"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:gravity "1"^^xsd:string ; + voc:orbitalPeriod 384 ; + voc:population 500000000000 ; + voc:resident ; + voc:rotationPeriod 27 ; + voc:terrain "urban, vines"^^xsd:string . + + a voc:Planet ; + rdfs:label "Muunilinst"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 13800 ; + voc:gravity "1"^^xsd:string ; + voc:orbitalPeriod 412 ; + voc:population 5000000000 ; + voc:resident ; + voc:rotationPeriod 28 ; + voc:surfaceWater 25 ; + voc:terrain "plains, forests, hills, mountains"^^xsd:string . + + a voc:Planet ; + rdfs:label "Shili"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:gravity "1"^^xsd:string ; + voc:resident ; + voc:terrain "cities, savannahs, seas, plains"^^xsd:string . + + a voc:Planet ; + rdfs:label "Kalee"^^xsd:string ; + voc:climate "arid, temperate, tropical"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 13850 ; + voc:gravity "1"^^xsd:string ; + voc:orbitalPeriod 378 ; + voc:population 4000000000 ; + voc:resident ; + voc:rotationPeriod 23 ; + voc:terrain "rainforests, cliffs, canyons, seas"^^xsd:string . + + a voc:Planet ; + rdfs:label "Bespin"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "Bespin is a fictional planet, a gas giant in Star Wars films and books. The planet was first seen in the 1980 feature film The Empire Strikes Back. Since its introduction, Bespin has gained more specific characteristics in the Star Wars expanded universe., \"In The Empire Strikes Back, Bespins floating city Cloud City hovers suspended by an anti-gravity pod.\""^^xsd:string ; + voc:diameter 118000 ; + voc:film ; + voc:gravity "1.5 (surface), 1 standard (Cloud City)"^^xsd:string ; + voc:orbitalPeriod 5110 ; + voc:population 6000000 ; + voc:resident ; + voc:rotationPeriod 12 ; + voc:surfaceWater 0 ; + voc:terrain "gas giant"^^xsd:string . + + a voc:Planet ; + rdfs:label "Umbara"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:resident . + + a voc:Starship ; + rdfs:label "TIE Advanced x1"^^xsd:string ; + voc:cargoCapacity 150 ; + voc:consumables "5 days"^^xsd:string ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:hyperdriveRating "1.0"^^xsd:float ; + voc:length "9.2"^^xsd:float ; + voc:manufacturer "Sienar Fleet Systems"^^xsd:string ; + voc:maxAtmospheringSpeed 1200 ; + voc:mglt 105 ; + voc:model "Twin Ion Engine Advanced x1"^^xsd:string ; + voc:passengers 0 ; + voc:pilot ; + voc:starshipClass "Starfighter"^^xsd:string . + + a voc:Starship ; + rdfs:label "Executor"^^xsd:string ; + voc:cargoCapacity 250000000 ; + voc:consumables "6 years"^^xsd:string ; + voc:costInCredits 1143350000 ; + voc:crew 279144 ; + voc:desc "An executor is someone who is responsible for executing, or following through on, an assigned task or duty. The feminine form, executrix, may sometimes be used. The role of an executor should not be confused with that of an executioner, a person who carries out a death sentence ordered by the state or other legal authority."^^xsd:string ; + voc:film , + ; + voc:hyperdriveRating "2.0"^^xsd:float ; + voc:length "19000.0"^^xsd:float ; + voc:manufacturer "Kuat Drive Yards, Fondor Shipyards"^^xsd:string ; + voc:mglt 40 ; + voc:model "Executor-class star dreadnought"^^xsd:string ; + voc:passengers 38000 ; + voc:starshipClass "Star dreadnought"^^xsd:string . + + a voc:Starship ; + rdfs:label "Rebel transport"^^xsd:string ; + voc:cargoCapacity 19000000 ; + voc:consumables "6 months"^^xsd:string ; + voc:crew 6 ; + voc:desc "None"^^xsd:string ; + voc:film , + ; + voc:hyperdriveRating "4.0"^^xsd:float ; + voc:length "90.0"^^xsd:float ; + voc:manufacturer "Gallofree Yards, Inc."^^xsd:string ; + voc:maxAtmospheringSpeed 650 ; + voc:mglt 20 ; + voc:model "GR-75 medium transport"^^xsd:string ; + voc:passengers 90 ; + voc:starshipClass "Medium transport"^^xsd:string . + + a voc:Starship ; + rdfs:label "EF76 Nebulon-B escort frigate"^^xsd:string ; + voc:cargoCapacity 6000000 ; + voc:consumables "2 years"^^xsd:string ; + voc:costInCredits 8500000 ; + voc:crew 854 ; + voc:desc "None"^^xsd:string ; + voc:film , + ; + voc:hyperdriveRating "2.0"^^xsd:float ; + voc:length "300.0"^^xsd:float ; + voc:manufacturer "Kuat Drive Yards"^^xsd:string ; + voc:maxAtmospheringSpeed 800 ; + voc:mglt 40 ; + voc:model "EF76 Nebulon-B escort frigate"^^xsd:string ; + voc:passengers 75 ; + voc:starshipClass "Escort ship"^^xsd:string . + + a voc:Starship ; + rdfs:label "A-wing"^^xsd:string ; + voc:cargoCapacity 40 ; + voc:consumables "1 week"^^xsd:string ; + voc:costInCredits 175000 ; + voc:crew 1 ; + voc:desc "A-wings are fictional starfighters in the Star Wars franchise. They first appear in Return of the Jedi (1983) and later in numerous Star Wars materials and productions. It gained popularity through its depiction in several video games, and since 1985 the A-wing has been merchandised by several companies."^^xsd:string ; + voc:film ; + voc:hyperdriveRating "1.0"^^xsd:float ; + voc:length "9.6"^^xsd:float ; + voc:manufacturer "Alliance Underground Engineering, Incom Corporation"^^xsd:string ; + voc:maxAtmospheringSpeed 1300 ; + voc:mglt 120 ; + voc:model "RZ-1 A-wing Interceptor"^^xsd:string ; + voc:passengers 0 ; + voc:pilot ; + voc:starshipClass "Starfighter"^^xsd:string . + + a voc:Starship ; + rdfs:label "Naboo Royal Starship"^^xsd:string ; + voc:crew 8 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:hyperdriveRating "1.8"^^xsd:float ; + voc:length "76.0"^^xsd:float ; + voc:manufacturer "Theed Palace Space Vessel Engineering Corps, Nubia Star Drives"^^xsd:string ; + voc:maxAtmospheringSpeed 920 ; + voc:model "J-type 327 Nubian royal starship"^^xsd:string ; + voc:pilot ; + voc:starshipClass "yacht"^^xsd:string . + + a voc:Starship ; + rdfs:label "Scimitar"^^xsd:string ; + voc:cargoCapacity 2500000 ; + voc:consumables "30 days"^^xsd:string ; + voc:costInCredits 55000000 ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:hyperdriveRating "1.5"^^xsd:float ; + voc:length "26.5"^^xsd:float ; + voc:manufacturer "Republic Sienar Systems"^^xsd:string ; + voc:maxAtmospheringSpeed 1180 ; + voc:model "Star Courier"^^xsd:string ; + voc:passengers 6 ; + voc:pilot ; + voc:starshipClass "Space Transport"^^xsd:string . + + a voc:Starship ; + rdfs:label "H-type Nubian yacht"^^xsd:string ; + voc:crew 4 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:hyperdriveRating "0.9"^^xsd:float ; + voc:length "47.9"^^xsd:float ; + voc:manufacturer "Theed Palace Space Vessel Engineering Corps"^^xsd:string ; + voc:maxAtmospheringSpeed 8000 ; + voc:model "H-type Nubian yacht"^^xsd:string ; + voc:pilot ; + voc:starshipClass "yacht"^^xsd:string . + + a voc:Starship ; + rdfs:label "T-70 X-wing fighter"^^xsd:string ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:manufacturer "Incom"^^xsd:string ; + voc:model "T-70 X-wing fighter"^^xsd:string ; + voc:pilot ; + voc:starshipClass "fighter"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "TIE bomber"^^xsd:string ; + voc:cargoCapacity "none"^^xsd:integer ; + voc:consumables "2 days"^^xsd:string ; + voc:crew 1 ; + voc:desc "TIE fighters are fictional starfighters in the Star Wars universe. Propelled by twin ion engines (hence the TIE acronym), TIE fighters are fast, agile, yet fragile starfighters produced by Sienar Fleet Systems for the Galactic Empire. TIE fighters and other TIE craft appear in Star Wars films, television shows, and throughout the Star Wars expanded universe. Several TIE fighter replicas and toys, as well as a TIE flight simulator, have been produced and sold by merchandise companies."^^xsd:string ; + voc:film , + ; + voc:length "7.8"^^xsd:float ; + voc:manufacturer "Sienar Fleet Systems"^^xsd:string ; + voc:maxAtmospheringSpeed 850 ; + voc:model "TIE/sa bomber"^^xsd:string ; + voc:passengers 0 ; + voc:vehicleClass "space/planetary bomber"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "AT-AT"^^xsd:string ; + voc:cargoCapacity 1000 ; + voc:crew 5 ; + 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 , + ; + voc:length "20.0"^^xsd:float ; + voc:manufacturer "Kuat Drive Yards, Imperial Department of Military Research"^^xsd:string ; + voc:maxAtmospheringSpeed 60 ; + voc:model "All Terrain Armored Transport"^^xsd:string ; + voc:passengers 40 ; + voc:vehicleClass "assault walker"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "Vulture Droid"^^xsd:string ; + voc:cargoCapacity 0 ; + voc:consumables "none"^^xsd:string ; + voc:crew 0 ; + voc:desc "None"^^xsd:string ; + voc:film , + ; + voc:length "3.5"^^xsd:float ; + voc:manufacturer "Haor Chall Engineering, Baktoid Armor Workshop"^^xsd:string ; + voc:maxAtmospheringSpeed 1200 ; + voc:model "Vulture-class droid starfighter"^^xsd:string ; + voc:passengers 0 ; + voc:vehicleClass "starfighter"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "Sand Crawler"^^xsd:string ; + voc:cargoCapacity 50000 ; + voc:consumables "2 months"^^xsd:string ; + voc:costInCredits 150000 ; + voc:crew 46 ; + voc:desc "None"^^xsd:string ; + voc:film , + ; + voc:length "36.8"^^xsd:float ; + voc:manufacturer "Corellia Mining Corporation"^^xsd:string ; + voc:maxAtmospheringSpeed 30 ; + voc:model "Digger Crawler"^^xsd:string ; + voc:passengers 30 ; + voc:vehicleClass "wheeled"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "Sith speeder"^^xsd:string ; + voc:cargoCapacity 2 ; + voc:costInCredits 4000 ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:length "1.5"^^xsd:float ; + voc:manufacturer "Razalon"^^xsd:string ; + voc:maxAtmospheringSpeed 180 ; + voc:model "FC-20 speeder bike"^^xsd:string ; + voc:passengers 0 ; + voc:pilot ; + voc:vehicleClass "speeder"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "Zephyr-G swoop bike"^^xsd:string ; + voc:cargoCapacity 200 ; + voc:consumables "none"^^xsd:string ; + voc:costInCredits 5750 ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:length "3.68"^^xsd:float ; + voc:manufacturer "Mobquet Swoops and Speeders"^^xsd:string ; + voc:maxAtmospheringSpeed 350 ; + voc:model "Zephyr-G swoop bike"^^xsd:string ; + voc:passengers 1 ; + voc:pilot ; + voc:vehicleClass "repulsorcraft"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "Koro-2 Exodrive airspeeder"^^xsd:string ; + voc:cargoCapacity 80 ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:length "6.6"^^xsd:float ; + voc:manufacturer "Desler Gizh Outworld Mobility Corporation"^^xsd:string ; + voc:maxAtmospheringSpeed 800 ; + voc:model "Koro-2 Exodrive airspeeder"^^xsd:string ; + voc:passengers 1 ; + voc:pilot ; + voc:vehicleClass "airspeeder"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "XJ-6 airspeeder"^^xsd:string ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:length "6.23"^^xsd:float ; + voc:manufacturer "Narglatch AirTech prefabricated kit"^^xsd:string ; + voc:maxAtmospheringSpeed 720 ; + voc:model "XJ-6 airspeeder"^^xsd:string ; + voc:passengers 1 ; + voc:pilot ; + voc:vehicleClass "airspeeder"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "LAAT/i"^^xsd:string ; + voc:cargoCapacity 170 ; + voc:crew 6 ; + voc:desc "None"^^xsd:string ; + voc:film , + ; + voc:length "17.4"^^xsd:float ; + voc:manufacturer "Rothana Heavy Engineering"^^xsd:string ; + voc:maxAtmospheringSpeed 620 ; + voc:model "Low Altitude Assault Transport/infrantry"^^xsd:string ; + voc:passengers 30 ; + voc:vehicleClass "gunship"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "AT-TE"^^xsd:string ; + voc:cargoCapacity 10000 ; + voc:consumables "21 days"^^xsd:string ; + voc:crew 6 ; + 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 , + ; + voc:length "13.2"^^xsd:float ; + voc:manufacturer "Rothana Heavy Engineering, Kuat Drive Yards"^^xsd:string ; + voc:maxAtmospheringSpeed 60 ; + voc:model "All Terrain Tactical Enforcer"^^xsd:string ; + voc:passengers 36 ; + voc:vehicleClass "walker"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "Flitknot speeder"^^xsd:string ; + voc:costInCredits 8000 ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:length "2.0"^^xsd:float ; + voc:manufacturer "Huppla Pasa Tisc Shipwrights Collective"^^xsd:string ; + voc:maxAtmospheringSpeed 634 ; + voc:model "Flitknot speeder"^^xsd:string ; + voc:passengers 0 ; + voc:pilot ; + voc:vehicleClass "speeder"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "Neimoidian shuttle"^^xsd:string ; + voc:cargoCapacity 1000 ; + voc:consumables "7 days"^^xsd:string ; + voc:crew 2 ; + voc:desc "None"^^xsd:string ; + voc:film , + ; + voc:length "20.0"^^xsd:float ; + voc:manufacturer "Haor Chall Engineering"^^xsd:string ; + voc:maxAtmospheringSpeed 880 ; + voc:model "Sheathipede-class transport shuttle"^^xsd:string ; + voc:passengers 6 ; + voc:vehicleClass "transport"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "Tsmeu-6 personal wheel bike"^^xsd:string ; + voc:cargoCapacity 10 ; + voc:consumables "none"^^xsd:string ; + voc:costInCredits 15000 ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:length "3.5"^^xsd:float ; + voc:manufacturer "Z-Gomot Ternbuell Guppat Corporation"^^xsd:string ; + voc:maxAtmospheringSpeed 330 ; + voc:model "Tsmeu-6 personal wheel bike"^^xsd:string ; + voc:passengers 1 ; + voc:pilot ; + voc:vehicleClass "wheeled walker"^^xsd:string . + +voc:Kaminoan a voc:Species ; + rdfs:label "Kaminoan" ; + rdfs:subClassOf voc:Amphibian, + voc:Sentient ; + voc:averageHeight "220.0"^^xsd:float ; + voc:averageLifespan "80"^^xsd:string ; + voc:character , + ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film ; + voc:language "Kaminoan"^^xsd:string ; + voc:planet ; + voc:skinColor "blue"^^xsd:string, + "grey"^^xsd:string . + +voc:Mirialan a voc:Species ; + rdfs:label "Mirialan" ; + rdfs:subClassOf voc:Mammal, + voc:Sentient ; + voc:averageHeight "180.0"^^xsd:float ; + voc:character , + ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string, + "brown"^^xsd:string, + "green"^^xsd:string, + "orange"^^xsd:string, + "red"^^xsd:string, + "yellow"^^xsd:string ; + voc:film , + ; + voc:hairColor "black"^^xsd:string, + "brown"^^xsd:string ; + voc:language "Mirialan"^^xsd:string ; + voc:planet ; + voc:skinColor "green"^^xsd:string, + "yellow"^^xsd:string . + +voc:Twilek a voc:Species ; + rdfs:label "Twilek" ; + rdfs:subClassOf voc:Mammal, + voc:Sentient ; + voc:averageHeight "200.0"^^xsd:float ; + voc:character , + ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string, + "brown"^^xsd:string, + "orange"^^xsd:string, + "pink"^^xsd:string ; + voc:film , + , + , + ; + voc:language "Twi'leki"^^xsd:string ; + voc:planet ; + voc:skinColor "blue"^^xsd:string, + "green"^^xsd:string, + "orange"^^xsd:string, + "pink"^^xsd:string, + "purple"^^xsd:string, + "tan"^^xsd:string, + "yellow"^^xsd:string . + +voc:Wookiee a voc:Species ; + rdfs:label "Wookiee" ; + rdfs:subClassOf voc:Mammal, + voc:Sentient ; + voc:averageHeight "210.0"^^xsd:float ; + voc:averageLifespan "400"^^xsd:string ; + voc:character , + ; + voc:desc "Wookiees (/ˈwʊkiːz/) are a fictional species of intelligent bipeds from the planet Kashyyyk in the Star Wars universe. They are taller, stronger, and hairier than humans and most (if not all) other humanoid species. The most notable Wookiee is Chewbacca, the copilot of Han Solo, who first appeared in the 1977 film Star Wars Episode IV: A New Hope."^^xsd:string ; + voc:eyeColor "blue"^^xsd:string, + "brown"^^xsd:string, + "golden"^^xsd:string, + "green"^^xsd:string, + "red"^^xsd:string, + "yellow"^^xsd:string ; + voc:film , + , + , + , + ; + voc:hairColor "black"^^xsd:string, + "brown"^^xsd:string ; + voc:language "Shyriiwook"^^xsd:string ; + voc:planet ; + voc:skinColor "gray"^^xsd:string . + +voc:Zabrak a voc:Species ; + rdfs:label "Zabrak" ; + rdfs:subClassOf voc:Mammal, + voc:Sentient ; + voc:averageHeight "180.0"^^xsd:float ; + voc:character , + ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "brown"^^xsd:string, + "orange"^^xsd:string ; + voc:film ; + voc:hairColor "black"^^xsd:string ; + voc:language "Zabraki"^^xsd:string ; + voc:planet ; + voc:skinColor "brown"^^xsd:string, + "orange"^^xsd:string, + "pale"^^xsd:string, + "red"^^xsd:string, + "yellow"^^xsd:string . + + a voc:Aleena, + voc:Character ; + rdfs:label "Ratts Tyerell"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "79.0"^^xsd:float ; + voc:homeworld ; + voc:mass 15.0 ; + voc:skinColor "grey, blue"^^xsd:string . + + a voc:Besalisk, + voc:Character ; + rdfs:label "Dexter Jettster"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "198.0"^^xsd:float ; + voc:homeworld ; + voc:mass 102.0 ; + voc:skinColor "brown"^^xsd:string . + + a voc:Character, + voc:Droid ; + rdfs:label "IG-88"^^xsd:string ; + voc:birthYear "15BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "red"^^xsd:string ; + voc:film ; + voc:gender "none"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "200.0"^^xsd:float ; + voc:homeworld ; + voc:mass 140.0 ; + voc:skinColor "metal"^^xsd:string . + + a voc:Character, + voc:Droid ; + rdfs:label "R4-P17"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "red, blue"^^xsd:string ; + voc:film , + ; + voc:gender "female"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "96.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "silver, red"^^xsd:string . + + a voc:Character, + voc:Droid ; + rdfs:label "R5-D4"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "red"^^xsd:string ; + voc:film ; + voc:height "97.0"^^xsd:float ; + voc:homeworld ; + voc:mass 32.0 ; + voc:skinColor "white, red"^^xsd:string . + + a voc:Character, + voc:Droid ; + rdfs:label "BB8"^^xsd:string ; + voc:desc "BB-8 (or Beebee-Ate) is a droid character in the Star Wars franchise, first appearing in the 2015 film Star Wars: The Force Awakens. Spherical with a free-moving domed head, BB-8 is portrayed by both a rod puppet and a remote-controlled robotic unit."^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film ; + voc:gender "none"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:homeworld ; + voc:skinColor "none"^^xsd:string . + + a voc:Character, + voc:Dug ; + rdfs:label "Sebulba"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "orange"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "112.0"^^xsd:float ; + voc:homeworld ; + voc:mass 40.0 ; + voc:skinColor "grey, red"^^xsd:string . + + a voc:Character, + voc:Ewok ; + rdfs:label "Wicket Systri Warrick"^^xsd:string ; + voc:birthYear "8BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "88.0"^^xsd:float ; + voc:homeworld ; + voc:mass 20.0 ; + voc:skinColor "brown"^^xsd:string . + + a voc:Character, + voc:Gungan ; + rdfs:label "Roos Tarpals"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "orange"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "224.0"^^xsd:float ; + voc:homeworld ; + voc:mass 82.0 ; + voc:skinColor "grey"^^xsd:string . + + a voc:Character, + voc:Gungan ; + rdfs:label "Rugor Nass"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "orange"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "206.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "green"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Lobot"^^xsd:string ; + voc:birthYear "37BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "175.0"^^xsd:float ; + voc:homeworld ; + voc:mass 79.0 ; + voc:skinColor "light"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Mon Mothma"^^xsd:string ; + voc:birthYear "48BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film ; + voc:gender "female"^^xsd:string ; + voc:hairColor "auburn"^^xsd:string ; + voc:height "150.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "fair"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Finis Valorum"^^xsd:string ; + voc:birthYear "91BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "blond"^^xsd:string ; + voc:height "170.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "fair"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Ric Olié"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "183.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "fair"^^xsd:string ; + voc:starship . + + a voc:Character, + voc:Human ; + rdfs:label "Cordé"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film ; + voc:gender "female"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "157.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "light"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Cliegg Lars"^^xsd:string ; + voc:birthYear "82BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "183.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "fair"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Dormé"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film ; + voc:gender "female"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "165.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "light"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Jango Fett"^^xsd:string ; + voc:birthYear "66BBY"^^xsd:string ; + voc:desc "Jango Fett is a fictional character in the Star Wars franchise, created by George Lucas. He made his debut in the 2002 film Star Wars: Episode II – Attack of the Clones, where he was portrayed by actor Temuera Morrison., In the context of the Star Wars universe, Jango Fett was regarded as the best mercenary in the galaxy during the final years of the Republic. A naturally skilled warrior, he was eventually chosen to serve as the genetic template for the Clone Army of the Galactic Republic. These clone soldiers were genetically modified to be predisposed toward unquestioning obedience to the chain of command, unlike their highly independent progenitor. Jango was also the \"father\" of unaltered clone Boba Fett, which he requested as part of his contract with the Kaminoans."^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "black"^^xsd:string ; + voc:height "183.0"^^xsd:float ; + voc:homeworld ; + voc:mass 79.0 ; + voc:skinColor "tan"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Jocasta Nu"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film ; + voc:gender "female"^^xsd:string ; + voc:hairColor "white"^^xsd:string ; + voc:height "167.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "fair"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Finn"^^xsd:string ; + voc:desc "Finn, designation number FN-2187, is a fictional character in the Star Wars franchise. He first appeared in the 2015 film Star Wars: The Force Awakens in which he is a stormtrooper for the First Order who flees and turns against it after being shocked by their cruelty in his first combat mission. He is played by British actor John Boyega, who will reprise the role in Star Wars: The Last Jedi."^^xsd:string ; + voc:eyeColor "dark"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "black"^^xsd:string ; + voc:homeworld ; + voc:skinColor "dark"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Rey"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "hazel"^^xsd:string ; + voc:film ; + voc:gender "female"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:homeworld ; + voc:skinColor "light"^^xsd:string . + + a voc:Character, + voc:Kaminoan ; + rdfs:label "Lama Su"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "229.0"^^xsd:float ; + voc:homeworld ; + voc:mass 88.0 ; + voc:skinColor "grey"^^xsd:string . + + a voc:Character, + voc:Kaminoan ; + rdfs:label "Taun We"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film ; + voc:gender "female"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "213.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "grey"^^xsd:string . + + a voc:Character, + voc:Mirialan ; + rdfs:label "Barriss Offee"^^xsd:string ; + voc:birthYear "40BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film ; + voc:gender "female"^^xsd:string ; + voc:hairColor "black"^^xsd:string ; + voc:height "166.0"^^xsd:float ; + voc:homeworld ; + voc:mass 50.0 ; + voc:skinColor "yellow"^^xsd:string . + + a voc:Character, + voc:Muun ; + rdfs:label "San Hill"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "gold"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "191.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "grey"^^xsd:string . + + a voc:Character, + voc:Pauan ; + rdfs:label "Tion Medon"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "206.0"^^xsd:float ; + voc:homeworld ; + voc:mass 80.0 ; + voc:skinColor "grey"^^xsd:string . + + a voc:Planet ; + rdfs:label "Geonosis"^^xsd:string ; + voc:climate "temperate, arid"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 11370 ; + voc:film ; + voc:gravity "0.9 standard"^^xsd:string ; + voc:orbitalPeriod 256 ; + voc:population 100000000000 ; + voc:resident ; + voc:rotationPeriod 30 ; + voc:surfaceWater 5 ; + voc:terrain "rock, desert, mountain, barren"^^xsd:string . + + a voc:Planet ; + rdfs:label "Utapau"^^xsd:string ; + voc:climate "temperate, arid, windy"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 12900 ; + voc:film ; + voc:gravity "1 standard"^^xsd:string ; + voc:orbitalPeriod 351 ; + voc:population 95000000 ; + voc:resident ; + voc:rotationPeriod 27 ; + voc:surfaceWater "0.9"^^xsd:integer ; + voc:terrain "scrublands, savanna, canyons, sinkholes"^^xsd:string . + + a voc:Planet ; + rdfs:label "Cato Neimoidia"^^xsd:string ; + voc:climate "temperate, moist"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 0 ; + voc:film ; + voc:gravity "1 standard"^^xsd:string ; + voc:orbitalPeriod 278 ; + voc:population 10000000 ; + voc:resident ; + voc:rotationPeriod 25 ; + voc:terrain "mountains, fields, forests, rock arches"^^xsd:string . + + a voc:Planet ; + rdfs:label "Ryloth"^^xsd:string ; + voc:climate "temperate, arid, subartic"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 10600 ; + voc:gravity "1"^^xsd:string ; + voc:orbitalPeriod 305 ; + voc:population 1500000000 ; + voc:resident , + ; + voc:rotationPeriod 30 ; + voc:surfaceWater 5 ; + voc:terrain "mountains, valleys, deserts, tundra"^^xsd:string . + + a voc:Planet ; + rdfs:label "Dagobah"^^xsd:string ; + voc:climate "murky"^^xsd:string ; + voc:desc "Dagobah is a star system in the Star Wars films The Empire Strikes Back and Return of the Jedi. It also appears in a deleted scene from Revenge of the Sith. Yoda went into exile on Dagobah after a lightsaber battle with Darth Sidious., The planet shown in Dagobah, in the Sluis sector, is a world of murky swamps, steaming bayous, and petrified forests, resembling Earth during the Carboniferous Period."^^xsd:string ; + voc:diameter 8900 ; + voc:film , + , + ; + voc:gravity "N/A"^^xsd:string ; + voc:orbitalPeriod 341 ; + voc:rotationPeriod 23 ; + voc:surfaceWater 8 ; + voc:terrain "swamp, jungles"^^xsd:string . + + a voc:Planet ; + rdfs:label "Mirial"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:resident , + ; + voc:terrain "deserts"^^xsd:string . + + a voc:Planet ; + rdfs:label "Endor"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "Endor is a planet in the Star Wars universe best known for its moon, known as the sanctuary moon, a forested world (moon) covered by giant trees."^^xsd:string ; + voc:diameter 4900 ; + voc:film ; + voc:gravity "0.85 standard"^^xsd:string ; + voc:orbitalPeriod 402 ; + voc:population 30000000 ; + voc:resident ; + voc:rotationPeriod 18 ; + voc:surfaceWater 8 ; + voc:terrain "forests, mountains, lakes"^^xsd:string . + + a voc:Character, + voc:Quermian ; + rdfs:label "Yarael Poof"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "264.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "white"^^xsd:string . + + a voc:Character, + voc:Skakoan ; + rdfs:label "Wat Tambor"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "193.0"^^xsd:float ; + voc:homeworld ; + voc:mass 48.0 ; + voc:skinColor "green, grey"^^xsd:string . + + a voc:Starship ; + rdfs:label "Y-wing"^^xsd:string ; + voc:cargoCapacity 110 ; + voc:consumables "1 week"^^xsd:string ; + voc:costInCredits 134999 ; + voc:crew 2 ; + voc:desc "\"The Y-wing is a fictional Galactic Republic, Rebel Alliance and New Republic starfighter in the Star Wars franchise. They appear in Star Wars Episode IV: A New Hope, Star Wars Episode V: The Empire Strikes Back, Star Wars Episode VI: Return of the Jedi, Rogue One, Clone Wars TV series, Star Wars Rebels TV series and the Star Wars expanded universes books, comics, and games.\""^^xsd:string ; + voc:film , + , + ; + voc:hyperdriveRating "1.0"^^xsd:float ; + voc:length "14.0"^^xsd:float ; + voc:manufacturer "Koensayr Manufacturing"^^xsd:string ; + voc:maxAtmospheringSpeed 1000 ; + voc:mglt 80 ; + voc:model "BTL Y-wing"^^xsd:string ; + voc:passengers 0 ; + voc:starshipClass "assault starfighter"^^xsd:string . + + a voc:Starship ; + rdfs:label "CR90 corvette"^^xsd:string ; + voc:cargoCapacity 3000000 ; + voc:consumables "1 year"^^xsd:string ; + voc:costInCredits 3500000 ; + voc:crew 165 ; + voc:desc "None"^^xsd:string ; + voc:film , + , + ; + voc:hyperdriveRating "2.0"^^xsd:float ; + voc:length "150.0"^^xsd:float ; + voc:manufacturer "Corellian Engineering Corporation"^^xsd:string ; + voc:maxAtmospheringSpeed 950 ; + voc:mglt 60 ; + voc:model "CR90 corvette"^^xsd:string ; + voc:passengers 600 ; + voc:starshipClass "corvette"^^xsd:string . + + a voc:Starship ; + rdfs:label "Slave 1"^^xsd:string ; + voc:cargoCapacity 70000 ; + voc:consumables "1 month"^^xsd:string ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film , + ; + voc:hyperdriveRating "3.0"^^xsd:float ; + voc:length "21.5"^^xsd:float ; + voc:manufacturer "Kuat Systems Engineering"^^xsd:string ; + voc:maxAtmospheringSpeed 1000 ; + voc:mglt 70 ; + voc:model "Firespray-31-class patrol and attack"^^xsd:string ; + voc:passengers 6 ; + voc:pilot ; + voc:starshipClass "Patrol craft"^^xsd:string . + + a voc:Starship ; + rdfs:label "Star Destroyer"^^xsd:string ; + voc:cargoCapacity 36000000 ; + voc:consumables "2 years"^^xsd:string ; + voc:costInCredits 150000000 ; + voc:crew 47060 ; + voc:desc "Star Destroyers are capital ships in the fictional Star Wars universe. The Imperial Star Destroyer, which first appears in the first seconds of Star Wars (1977), is \"the signature vessel of the Imperial fleet\".2 The term \"Star Destroyer\" also refers to other vessels in the franchise., Numerous Star Destroyer models and toys have been released, and the iconic scene featuring the vessel\\s first appearance has been called \"a milestone in special effects history\"."^^xsd:string ; + voc:film , + , + ; + voc:hyperdriveRating "2.0"^^xsd:float ; + voc:length "1600.0"^^xsd:float ; + voc:manufacturer "Kuat Drive Yards"^^xsd:string ; + voc:maxAtmospheringSpeed 975 ; + voc:mglt 60 ; + voc:model "Imperial I-class Star Destroyer"^^xsd:string ; + voc:passengers 0 ; + voc:starshipClass "Star Destroyer"^^xsd:string . + + a voc:Starship ; + rdfs:label "Droid control ship"^^xsd:string ; + voc:cargoCapacity 4000000000 ; + voc:consumables "500 days"^^xsd:string ; + voc:crew 175 ; + voc:desc "None"^^xsd:string ; + voc:film , + , + ; + voc:hyperdriveRating "2.0"^^xsd:float ; + voc:length "3170.0"^^xsd:float ; + voc:manufacturer "Hoersch-Kessel Drive, Inc."^^xsd:string ; + voc:model "Lucrehulk-class Droid Control Ship"^^xsd:string ; + voc:passengers 139000 ; + voc:starshipClass "Droid control ship"^^xsd:string . + + a voc:Starship ; + rdfs:label "Trade Federation cruiser"^^xsd:string ; + voc:cargoCapacity 50000000 ; + voc:consumables "4 years"^^xsd:string ; + voc:costInCredits 125000000 ; + voc:crew 600 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:hyperdriveRating "1.5"^^xsd:float ; + voc:length "1088.0"^^xsd:float ; + voc:manufacturer "Rendili StarDrive, Free Dac Volunteers Engineering corps."^^xsd:string ; + voc:maxAtmospheringSpeed 1050 ; + voc:model "Providence-class carrier/destroyer"^^xsd:string ; + voc:passengers 48247 ; + voc:pilot , + ; + voc:starshipClass "capital ship"^^xsd:string . + + a voc:Starship ; + rdfs:label "Naboo star skiff"^^xsd:string ; + voc:crew 3 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:hyperdriveRating "0.5"^^xsd:float ; + voc:length "29.2"^^xsd:float ; + voc:manufacturer "Theed Palace Space Vessel Engineering Corps/Nubia Star Drives, Incorporated"^^xsd:string ; + voc:maxAtmospheringSpeed 1050 ; + voc:model "J-type star skiff"^^xsd:string ; + voc:passengers 3 ; + voc:pilot , + ; + voc:starshipClass "yacht"^^xsd:string . + + a voc:Starship ; + rdfs:label "Jedi Interceptor"^^xsd:string ; + voc:cargoCapacity 60 ; + voc:consumables "2 days"^^xsd:string ; + voc:costInCredits 320000 ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:hyperdriveRating "1.0"^^xsd:float ; + voc:length "5.47"^^xsd:float ; + voc:manufacturer "Kuat Systems Engineering"^^xsd:string ; + voc:maxAtmospheringSpeed 1500 ; + voc:model "Eta-2 Actis-class light interceptor"^^xsd:string ; + voc:passengers 0 ; + voc:pilot , + ; + voc:starshipClass "starfighter"^^xsd:string . + + a voc:Starship ; + rdfs:label "Belbullab-22 starfighter"^^xsd:string ; + voc:cargoCapacity 140 ; + voc:consumables "7 days"^^xsd:string ; + voc:costInCredits 168000 ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:hyperdriveRating "6.0"^^xsd:float ; + voc:length "6.71"^^xsd:float ; + voc:manufacturer "Feethan Ottraw Scalable Assemblies"^^xsd:string ; + voc:maxAtmospheringSpeed 1100 ; + voc:model "Belbullab-22 starfighter"^^xsd:string ; + voc:passengers 0 ; + voc:pilot , + ; + voc:starshipClass "starfighter"^^xsd:string . + + a voc:Character, + voc:Toong ; + rdfs:label "Ben Quadinaros"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "orange"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "163.0"^^xsd:float ; + voc:homeworld ; + voc:mass 65.0 ; + voc:skinColor "grey, green, yellow"^^xsd:string . + + a voc:Character, + voc:Trandoshan ; + rdfs:label "Bossk"^^xsd:string ; + voc:birthYear "53BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "red"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "190.0"^^xsd:float ; + voc:homeworld ; + voc:mass 113.0 ; + voc:skinColor "green"^^xsd:string . + + a voc:Character, + voc:Twilek ; + rdfs:label "Bib Fortuna"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "pink"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "180.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "pale"^^xsd:string . + + a voc:Character, + voc:Umbaran ; + rdfs:label "Sly Moore"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "white"^^xsd:string ; + voc:film , + ; + voc:gender "female"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "178.0"^^xsd:float ; + voc:homeworld ; + voc:mass 48.0 ; + voc:skinColor "pale"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "Snowspeeder"^^xsd:string ; + voc:cargoCapacity 10 ; + voc:consumables "none"^^xsd:string ; + voc:crew 2 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:length "4.5"^^xsd:float ; + voc:manufacturer "Incom corporation"^^xsd:string ; + voc:maxAtmospheringSpeed 650 ; + voc:model "t-47 airspeeder"^^xsd:string ; + voc:passengers 0 ; + voc:pilot , + ; + voc:vehicleClass "airspeeder"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "AT-ST"^^xsd:string ; + voc:cargoCapacity 200 ; + voc:consumables "none"^^xsd:string ; + voc:crew 2 ; + 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 , + ; + voc:length "2.0"^^xsd:float ; + voc:manufacturer "Kuat Drive Yards, Imperial Department of Military Research"^^xsd:string ; + voc:maxAtmospheringSpeed 90 ; + voc:model "All Terrain Scout Transport"^^xsd:string ; + voc:passengers 0 ; + voc:pilot ; + voc:vehicleClass "walker"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "Imperial Speeder Bike"^^xsd:string ; + voc:cargoCapacity 4 ; + voc:consumables "1 day"^^xsd:string ; + voc:costInCredits 8000 ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:length "3.0"^^xsd:float ; + voc:manufacturer "Aratech Repulsor Company"^^xsd:string ; + voc:maxAtmospheringSpeed 360 ; + voc:model "74-Z speeder bike"^^xsd:string ; + voc:passengers 1 ; + voc:pilot , + ; + voc:vehicleClass "speeder"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "Tribubble bongo"^^xsd:string ; + voc:cargoCapacity 1600 ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film ; + voc:length "15.0"^^xsd:float ; + voc:manufacturer "Otoh Gunga Bongameken Cooperative"^^xsd:string ; + voc:maxAtmospheringSpeed 85 ; + voc:model "Tribubble bongo"^^xsd:string ; + voc:passengers 2 ; + voc:pilot , + ; + voc:vehicleClass "submarine"^^xsd:string . + + a voc:Vehicle ; + rdfs:label "TIE/LN starfighter"^^xsd:string ; + voc:cargoCapacity 65 ; + voc:consumables "2 days"^^xsd:string ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film , + , + ; + voc:length "6.4"^^xsd:float ; + voc:manufacturer "Sienar Fleet Systems"^^xsd:string ; + voc:maxAtmospheringSpeed 1200 ; + voc:model "Twin Ion Engine/Ln Starfighter"^^xsd:string ; + voc:passengers 0 ; + voc:vehicleClass "starfighter"^^xsd:string . + + a voc:Character, + voc:Vulptereen ; + rdfs:label "Dud Bolt"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "94.0"^^xsd:float ; + voc:homeworld ; + voc:mass 45.0 ; + voc:skinColor "blue, grey"^^xsd:string . + + a voc:Character, + voc:Wookiee ; + rdfs:label "Tarfful"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "234.0"^^xsd:float ; + voc:homeworld ; + voc:mass 136.0 ; + voc:skinColor "brown"^^xsd:string . + + a voc:Character, + voc:Xexto ; + rdfs:label "Gasgano"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "122.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "white, blue"^^xsd:string . + +voc:Gungan a voc:Species ; + rdfs:label "Gungan" ; + rdfs:subClassOf voc:Amphibian, + voc:Sentient ; + voc:averageHeight "190.0"^^xsd:float ; + voc:character , + , + ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "orange"^^xsd:string ; + voc:film , + ; + voc:language "Gungan basic"^^xsd:string ; + voc:planet ; + voc:skinColor "brown"^^xsd:string, + "green"^^xsd:string . + + a voc:Chagrian, + voc:Character ; + rdfs:label "Mas Amedda"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "196.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "blue"^^xsd:string . + + a voc:Character, + voc:Clawdite ; + rdfs:label "Zam Wesell"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film ; + voc:gender "female"^^xsd:string ; + voc:hairColor "blonde"^^xsd:string ; + voc:height "168.0"^^xsd:float ; + voc:homeworld ; + voc:mass 55.0 ; + voc:skinColor "fair, green, yellow"^^xsd:string ; + voc:vehicle . + + a voc:Character, + voc:Geonosian ; + rdfs:label "Poggle the Lesser"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "183.0"^^xsd:float ; + voc:homeworld ; + voc:mass 80.0 ; + voc:skinColor "green"^^xsd:string . + + a voc:Character, + voc:Gungan ; + rdfs:label "Jar Jar Binks"^^xsd:string ; + voc:birthYear "52BBY"^^xsd:string ; + voc:desc "Jar Jar Binks is a fictional character from the Star Wars saga created by George Lucas. A major character in Star Wars: Episode I – The Phantom Menace, he also has a smaller role in Episode II: Attack of the Clones, and a one-line cameo in Episode III: Revenge of the Sith, as well as a role in the television series Star Wars: The Clone Wars. The first lead computer generated character of the franchise, he has been portrayed by Ahmed Best in most of his appearances., \"Jar Jars primary role in Episode I was to provide comic relief for the audience. Upon the movies release, he was met with an overwhelmingly negative reception from both critics and audiences, and is today considered one of the most hated characters in the history of film.12\""^^xsd:string ; + voc:eyeColor "orange"^^xsd:string ; + voc:film , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "196.0"^^xsd:float ; + voc:homeworld ; + voc:mass 66.0 ; + voc:skinColor "orange"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Wilhuff Tarkin"^^xsd:string ; + voc:birthYear "64BBY"^^xsd:string ; + voc:desc "Governor Wilhuff \"Grand Moff\" Tarkin, is a fictional character in the Star Wars franchise, first portrayed by Peter Cushing in the 1977 film Star Wars. He is the commander of the Death Star, the Galactic Empire\\s dwarf planet-sized super weapon. The character has been called \"one of the most formidable villains in Star Wars history.\"1"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "auburn, grey"^^xsd:string ; + voc:height "180.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "fair"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Jek Tono Porkins"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "180.0"^^xsd:float ; + voc:homeworld ; + voc:mass 110.0 ; + voc:skinColor "fair"^^xsd:string ; + voc:starship . + + a voc:Character, + voc:Human ; + rdfs:label "Arvel Crynyd"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:homeworld ; + voc:skinColor "fair"^^xsd:string ; + voc:starship . + + a voc:Character, + voc:Human ; + rdfs:label "Qui-Gon Jinn"^^xsd:string ; + voc:birthYear "92BBY"^^xsd:string ; + voc:desc "Qui-Gon Jinn is a fictional character in the Star Wars franchise, portrayed by Liam Neeson as the main protagonist of the 1999 film Star Wars: Episode I – The Phantom Menace."^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "193.0"^^xsd:float ; + voc:homeworld ; + voc:mass 89.0 ; + voc:skinColor "fair"^^xsd:string ; + voc:vehicle . + + a voc:Character, + voc:Human ; + rdfs:label "Shmi Skywalker"^^xsd:string ; + voc:birthYear "72BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film , + ; + voc:gender "female"^^xsd:string ; + voc:hairColor "black"^^xsd:string ; + voc:height "163.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "fair"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Gregar Typho"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "black"^^xsd:string ; + voc:height "185.0"^^xsd:float ; + voc:homeworld ; + voc:mass 85.0 ; + voc:skinColor "dark"^^xsd:string ; + voc:starship . + + a voc:Character, + voc:Human ; + rdfs:label "Bail Prestor Organa"^^xsd:string ; + voc:birthYear "67BBY"^^xsd:string ; + voc:desc "Senator Bail Prestor Organa of Alderaan, is a fictional character in the Star Wars franchise, portrayed by actor Jimmy Smits in Attack of the Clones (2002), Revenge of the Sith (2005), and Rogue One (2016). He is the senator from the planet Alderaan, one of the founding members of the Rebel Alliance, and the adoptive father of Leia Organa, a main character in the franchise."^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "black"^^xsd:string ; + voc:height "191.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "tan"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Raymus Antilles"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "188.0"^^xsd:float ; + voc:homeworld ; + voc:mass 79.0 ; + voc:skinColor "light"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Poe Dameron"^^xsd:string ; + voc:desc "\"Poe Dameron is a fictional character in the Star Wars franchise. Introduced in the 2015 film Star Wars: The Force Awakens, he is portrayed by Oscar Isaac. Poe is an X-wing fighter pilot for the Resistance who inadvertently brings renegade stormtrooper Finn (John Boyega) and Jakku scavenger Rey (Daisy Ridley) into the fight against—and eventually a victory over—the sinister First Order. He is featured in The Force Awakens media and merchandising as well as an eponymous comic book series, and will appear in the films forthcoming sequel, Star Wars: The Last Jedi. Isaac and the character have received positive reviews, with Poe being compared to the characterization of Han Solo (Harrison Ford) in the original Star Wars film trilogy.\""^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:homeworld ; + voc:skinColor "light"^^xsd:string ; + voc:starship . + + a voc:Character, + voc:Human ; + rdfs:label "Biggs Darklighter"^^xsd:string ; + voc:birthYear "24BBY"^^xsd:string ; + voc:desc "Rogue Squadron is a starfighter squadron in the Star Wars franchise. Many surviving members of Red Squadron, the X-wing attack force that Luke Skywalker joins during the Battle of Yavin in Star Wars Episode IV: A New Hope (1977), later join Rogue Squadron. The squadron appears in The Empire Strikes Back (1980) as Rogue Group. In the 2016 film Rogue One, Rebel fighters on a suicide mission to steal the plans for the Death Star self-identify as \"Rogue One\", a possible precursor to Rogue Squadron.1, Rogue Squadron is prominently featured in the comic book series Star Wars: X-wing, the ten-volume novel series Star Wars: X-wing, and the video game series Star Wars: Rogue Squadron. The unit is depicted as consisting of \"the best pilots and the best fighters\".2"^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "black"^^xsd:string ; + voc:height "183.0"^^xsd:float ; + voc:homeworld ; + voc:mass 84.0 ; + voc:skinColor "light"^^xsd:string ; + voc:starship . + + a voc:Character, + voc:Iktotchi ; + rdfs:label "Saesee Tiin"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "orange"^^xsd:string ; + voc:film , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "188.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "pale"^^xsd:string . + + a voc:Character, + voc:Mirialan ; + rdfs:label "Luminara Unduli"^^xsd:string ; + voc:birthYear "58BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film , + ; + voc:gender "female"^^xsd:string ; + voc:hairColor "black"^^xsd:string ; + voc:height "170.0"^^xsd:float ; + voc:homeworld ; + voc:mass 56.2 ; + voc:skinColor "yellow"^^xsd:string . + + a voc:Character, + voc:Moncalamari ; + rdfs:label "Ackbar"^^xsd:string ; + voc:birthYear "41BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "orange"^^xsd:string ; + voc:film , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "180.0"^^xsd:float ; + voc:homeworld ; + voc:mass 83.0 ; + voc:skinColor "brown mottle"^^xsd:string . + + a voc:Planet ; + rdfs:label "Kashyyyk"^^xsd:string ; + voc:climate "tropical"^^xsd:string ; + voc:desc "Kashyyyk (/kəˈʃiːk/ ka-SHEEK, /ˈkæʃɪk/ KASH-ik or /ˌkæˈʃiː.aɪk/ ka-SHEE-ike), also known as Wookiee Planet C, is a fictional planet in the Star Wars universe. It is the tropical, forested home world of the Wookiees. According to interviews given by Star Wars creator George Lucas, the home of the Wookiees was originally intended to be the forest moon of Endor which plays a key role in the plot of the sixth film of the series, Return of the Jedi.1 However, Lucas decided that since the Wookiee Chewbacca was clearly proficient with advanced technology (i.e. he was pilot and mechanic of the spaceship the Millennium Falcon and he repaired the damaged droid C-3PO), it would be confusing to show the Wookiees with a primitive, \"stone age\" culture on Endor. The Ewoks were created instead to populate the moon and to help fight the Imperial garrison stationed there.2 Kashyyyk made appearances in the Star Wars Holiday Special and Star Wars: Episode III – Revenge of the Sith."^^xsd:string ; + voc:diameter 12765 ; + voc:film ; + voc:gravity "1 standard"^^xsd:string ; + voc:orbitalPeriod 381 ; + voc:population 45000000 ; + voc:resident , + ; + voc:rotationPeriod 26 ; + voc:surfaceWater 60 ; + voc:terrain "jungle, forests, lakes, rivers"^^xsd:string . + + a voc:Character, + voc:Rodian ; + rdfs:label "Greedo"^^xsd:string ; + voc:birthYear "44BBY"^^xsd:string ; + voc:desc "Greedo (or Greedo the Young) is a fictional character from the Star Wars franchise. He is portrayed by Paul Blake as well as Maria De Aragon in some close-in pickup shots in Star Wars (1977). The character is part of a fan controversy known as \"Han shot first\"."^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:height "173.0"^^xsd:float ; + voc:homeworld ; + voc:mass 74.0 ; + voc:skinColor "green"^^xsd:string . + + a voc:Starship ; + rdfs:label "Jedi starfighter"^^xsd:string ; + voc:cargoCapacity 60 ; + voc:consumables "7 days"^^xsd:string ; + voc:costInCredits 180000 ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film , + ; + voc:hyperdriveRating "1.0"^^xsd:float ; + voc:length "8.0"^^xsd:float ; + voc:manufacturer "Kuat Systems Engineering"^^xsd:string ; + voc:maxAtmospheringSpeed 1150 ; + voc:model "Delta-7 Aethersprite-class interceptor"^^xsd:string ; + voc:passengers 0 ; + voc:pilot , + ; + voc:starshipClass "Starfighter"^^xsd:string . + + a voc:Character, + voc:Sullustan ; + rdfs:label "Nien Nunb"^^xsd:string ; + voc:desc "Nien Nunb is a fictional character in the Star Wars franchise. Introduced in the 1983 film Return of the Jedi, he was brought to life both as a puppet and a costumed actor during the film. Nunb was puppeteered by Mike Quinn and was portrayed by Richard Bonehill in wide shots. The character was voiced by Kipsang Rotich, a Kenyan student who spoke in his native Kalenjin language, as well as in the Kikuyu language. Quinn and Rotich returned to the role for the 2015 film Star Wars: The Force Awakens, with the former confirmed for the 2017 film Star Wars: The Last Jedi., Within the fictional Star Wars universe, Nien Nunb was an arms dealer of the Sullustan species who joined the Alliance to Restore the Republic during the Galactic Civil War. Three decades later, Nunb was a starfighter pilot in the Resistance. He fought in the First Order–Resistance conflict, including the Battle of Starkiller Base."^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "160.0"^^xsd:float ; + voc:homeworld ; + voc:mass 68.0 ; + voc:skinColor "grey"^^xsd:string ; + voc:starship . + + a voc:Character, + voc:Tholothian ; + rdfs:label "Adi Gallia"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film , + ; + voc:gender "female"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "184.0"^^xsd:float ; + voc:homeworld ; + voc:mass 50.0 ; + voc:skinColor "dark"^^xsd:string . + + a voc:Character, + voc:Togruta ; + rdfs:label "Shaak Ti"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film , + ; + voc:gender "female"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "178.0"^^xsd:float ; + voc:homeworld ; + voc:mass 57.0 ; + voc:skinColor "red, blue, white"^^xsd:string . + + a voc:Character, + voc:Toydarian ; + rdfs:label "Watto"^^xsd:string ; + voc:desc "\"Watto is a fictional character in the Star Wars franchise, featured in the films The Phantom Menace and Attack of the Clones. He is computer-generated and played by voice actor Andy Secombe. He is a mean-tempered, greedy Toydarian, and owner of a second-hand goods store in Mos Espa on the planet Tatooine. Among Wattos belongings are the slaves Shmi Skywalker and her son, Anakin. He acquires them after winning a podracing bet with Gardulla the Hutt, and he puts them both to work in his store. Anakin demonstrates an incredible aptitude for equipment repair, and Watto decides to profit from it by having the boy fix various broken equipment in the store. He eventually loses Anakin in a podracing bet with Qui-Gon Jinn when he bets on a competitor, Sebulba, who is defeated by Anakin.\""^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "black"^^xsd:string ; + voc:height "137.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "blue, grey"^^xsd:string . + + a voc:Character, + voc:Zabrak ; + rdfs:label "Eeth Koth"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "black"^^xsd:string ; + voc:height "171.0"^^xsd:float ; + voc:homeworld ; + voc:skinColor "brown"^^xsd:string . + + a voc:Cerean, + voc:Character ; + rdfs:label "Ki-Adi-Mundi"^^xsd:string ; + voc:birthYear "92BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "white"^^xsd:string ; + voc:height "198.0"^^xsd:float ; + voc:homeworld ; + voc:mass 82.0 ; + voc:skinColor "pale"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Lando Calrissian"^^xsd:string ; + voc:birthYear "31BBY"^^xsd:string ; + voc:desc "Lando Calrissian is a fictional character in the Star Wars franchise. He is portrayed by Billy Dee Williams in The Empire Strikes Back and Return of the Jedi, and will be played by Donald Glover in the upcoming standalone film, Solo: A Star Wars Story.1 He also appears frequently in the Star Wars expanded universe of novels, comic books and video games, including a series of novels in which he is the protagonist."^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "black"^^xsd:string ; + voc:height "177.0"^^xsd:float ; + voc:homeworld ; + voc:mass 79.0 ; + voc:skinColor "dark"^^xsd:string ; + voc:starship . + + a voc:Character, + voc:Human ; + rdfs:label "Mace Windu"^^xsd:string ; + voc:birthYear "72BBY"^^xsd:string ; + voc:desc "\"Mace Windu is a fictional character in the Star Wars franchise, portrayed by actor Samuel L. Jackson in the prequel films and voiced by voice-actor Terrence C. Carson in other projects. He appears as Master of the Jedi High Council and one of the last members of the orders upper echelons before the Galactic Republics fall. He is the Councils primary liaison, although the Clone Wars caused him to question his most firmly held beliefs.1\""^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "188.0"^^xsd:float ; + voc:homeworld ; + voc:mass 84.0 ; + voc:skinColor "dark"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Owen Lars"^^xsd:string ; + voc:birthYear "52BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "brown, grey"^^xsd:string ; + voc:height "178.0"^^xsd:float ; + voc:homeworld ; + voc:mass 120.0 ; + voc:skinColor "light"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Dooku"^^xsd:string ; + voc:birthYear "102BBY"^^xsd:string ; + voc:desc "Count Dooku is a fictional character from the Star Wars franchise, appearing in Star Wars: Episode II – Attack of the Clones and Star Wars: Episode III – Revenge of the Sith (portrayed by Christopher Lee).1 He was also voiced by Corey Burton in the animated series Star Wars: The Clone Wars and Star Wars: Clone Wars., \"Once a respected Jedi Master, he falls to the dark side of the Force after the death of his former Padawan, Qui-Gon Jinn, and becomes Darth Sidious second apprentice under the name Darth Tyranus. As the founder of the Confederacy of Independent Systems, he is instrumental in the Clone Wars. Dooku was trained by Yoda as a Padawan learner.\""^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "white"^^xsd:string ; + voc:height "193.0"^^xsd:float ; + voc:homeworld ; + voc:mass 80.0 ; + voc:skinColor "fair"^^xsd:string ; + voc:vehicle . + + a voc:Character, + voc:Human ; + rdfs:label "Beru Whitesun lars"^^xsd:string ; + voc:birthYear "47BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film , + , + ; + voc:gender "female"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "165.0"^^xsd:float ; + voc:homeworld ; + voc:mass 75.0 ; + voc:skinColor "light"^^xsd:string . + + a voc:Character, + voc:Hutt ; + rdfs:label "Jabba Desilijic Tiure"^^xsd:string ; + voc:birthYear "600BBY"^^xsd:string ; + voc:desc "Jabba Desilijic Tiure,1 commonly known as Jabba the Hutt, is a fictional character and an antagonist in the Star Wars franchise created by George Lucas. He is depicted as a large, slug-like2 alien. His appearance has been described by film critic Roger Ebert as a cross between a toad and the Cheshire Cat.3, \"In the original theatrical releases of the original Star Wars trilogy, Jabba the Hutt first appeared in Return of the Jedi (1983), though he is mentioned in Star Wars (1977) and The Empire Strikes Back (1980), and a previously deleted scene involving Jabba the Hutt was added to the 1997 theatrical re-release and subsequent home media releases of Star Wars. Jabba is introduced as the de facto leader of the Desilijic-Hutt Cartel, and the most powerful crime boss on Tatooine, who has a bounty on Han Solos head. Jabba employs a retinue of career criminals, bounty hunters, smugglers, assassins and bodyguards to operate his criminal empire. He keeps a host of entertainers at his disposal at his palace: slaves, droids and alien creatures. Jabba has a grim sense of humor, an insatiable appetite, and affinities for gambling, slave girls, and torture.1\", \"The character was incorporated into the Star Wars merchandising campaign that corresponded with the theatrical release of Return of the Jedi. Besides the films, Jabba the Hutt is featured in Star Wars Legends literature. Jabba the Hutts image has since played an influential role in popular culture, particularly in the United States. The name is used as a satirical literary device and a political caricature to underscore negative qualities such as morbid obesity and corruption.45\""^^xsd:string ; + voc:eyeColor "orange"^^xsd:string ; + voc:film , + , + ; + voc:gender "hermaphrodite"^^xsd:string ; + voc:height "175.0"^^xsd:float ; + voc:homeworld ; + voc:mass 1358.0 ; + voc:skinColor "green-tan, brown"^^xsd:string . + + a voc:Character, + voc:Kaleesh ; + rdfs:label "Grievous"^^xsd:string ; + voc:desc "\"General Grievous is a fictional character in the Star Wars franchise. A former Kaleesh warlord named Qymaen jai Sheelal, he is the Supreme Commander of the Confederacy of Independent Systems during the Clone Wars against the Galactic Republic and is trained in all lightsaber combat forms to ensure the Jedis destruction.\", The character was originally introduced in 2004 in the animated series Star Wars: Clone Wars, before being part of the film Star Wars: Episode III – Revenge of the Sith."^^xsd:string ; + voc:eyeColor "green, yellow"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "216.0"^^xsd:float ; + voc:homeworld ; + voc:mass 159.0 ; + voc:skinColor "brown, white"^^xsd:string ; + voc:starship ; + voc:vehicle . + + a voc:Character, + voc:Nautolan ; + rdfs:label "Kit Fisto"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "196.0"^^xsd:float ; + voc:homeworld ; + voc:mass 87.0 ; + voc:skinColor "green"^^xsd:string . + + a voc:Character, + voc:Neimodian ; + rdfs:label "Nute Gunray"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "red"^^xsd:string ; + voc:film , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "191.0"^^xsd:float ; + voc:homeworld ; + voc:mass 90.0 ; + voc:skinColor "mottled green"^^xsd:string . + + a voc:Planet ; + rdfs:label "Kamino"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 19720 ; + voc:film ; + voc:gravity "1 standard"^^xsd:string ; + voc:orbitalPeriod 463 ; + voc:population 1000000000 ; + voc:resident , + , + ; + voc:rotationPeriod 27 ; + voc:surfaceWater 100 ; + voc:terrain "ocean"^^xsd:string . + + a voc:Planet ; + rdfs:label "Alderaan"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "Alderaan is a fictional planet featured in the Star Wars space opera franchise. It is blue-green in appearance and is depicted as a terrestrial planet with humanoid inhabitants. It is the home of Princess Leia, one of the lead characters in the film series. In the original 1977 film, Star Wars, Alderaan is blown up by the Death Star, a giant space station capable of destroying entire planets.2"^^xsd:string ; + voc:diameter 12500 ; + voc:film , + ; + voc:gravity "1 standard"^^xsd:string ; + voc:orbitalPeriod 364 ; + voc:population 2000000000 ; + voc:resident , + , + ; + voc:rotationPeriod 24 ; + voc:surfaceWater 40 ; + voc:terrain "grasslands, mountains"^^xsd:string . + + a voc:Starship ; + rdfs:label "Imperial shuttle"^^xsd:string ; + voc:cargoCapacity 80000 ; + voc:consumables "2 months"^^xsd:string ; + voc:costInCredits 240000 ; + voc:crew 6 ; + voc:desc "None"^^xsd:string ; + voc:film , + ; + voc:hyperdriveRating "1.0"^^xsd:float ; + voc:length "20.0"^^xsd:float ; + voc:manufacturer "Sienar Fleet Systems"^^xsd:string ; + voc:maxAtmospheringSpeed 850 ; + voc:mglt 50 ; + voc:model "Lambda-class T-4a shuttle"^^xsd:string ; + voc:passengers 20 ; + voc:pilot , + , + ; + voc:starshipClass "Armed government transport"^^xsd:string . + + a voc:Starship ; + rdfs:label "Naboo fighter"^^xsd:string ; + voc:cargoCapacity 65 ; + voc:consumables "7 days"^^xsd:string ; + voc:costInCredits 200000 ; + voc:crew 1 ; + voc:desc "None"^^xsd:string ; + voc:film , + ; + voc:hyperdriveRating "1.0"^^xsd:float ; + voc:length "11.0"^^xsd:float ; + voc:manufacturer "Theed Palace Space Vessel Engineering Corps"^^xsd:string ; + voc:maxAtmospheringSpeed 1100 ; + voc:model "N-1 starfighter"^^xsd:string ; + voc:passengers 0 ; + voc:pilot , + , + ; + voc:starshipClass "Starfighter"^^xsd:string . + + a voc:Character, + voc:Twilek ; + rdfs:label "Ayla Secura"^^xsd:string ; + voc:birthYear "48BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "hazel"^^xsd:string ; + voc:film , + , + ; + voc:gender "female"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "178.0"^^xsd:float ; + voc:homeworld ; + voc:mass 55.0 ; + voc:skinColor "blue"^^xsd:string . + + a voc:Character, + voc:Zabrak ; + rdfs:label "Darth Maul"^^xsd:string ; + voc:birthYear "54BBY"^^xsd:string ; + voc:desc "\"Darth Maul, later known simply as Maul, is a fictional character in the Star Wars franchise. Trained as Darth Sidiouss first apprentice, he serves as a Sith Lord and a master of wielding a double-bladed lightsaber. He first appears in Star Wars: Episode I – The Phantom Menace (portrayed by Ray Park and voiced by Peter Serafinowicz), and later makes appearances in Star Wars: The Clone Wars and Star Wars Rebels, voiced by Samuel Witwer.\""^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "175.0"^^xsd:float ; + voc:homeworld ; + voc:mass 80.0 ; + voc:skinColor "red"^^xsd:string ; + voc:starship ; + voc:vehicle . + + a voc:Character, + voc:Human ; + rdfs:label "Boba Fett"^^xsd:string ; + voc:birthYear "31.5BBY"^^xsd:string ; + voc:desc "Boba Fett is a fictional character in the Star Wars franchise. In The Empire Strikes Back and Return of the Jedi, he is a bounty hunter hired by Darth Vader and also employed by Jabba the Hutt. He was also added briefly to the original film Star Wars when the film was digitally remastered. Star Wars: Episode II – Attack of the Clones establishes his origin as an unaltered clone of the bounty hunter Jango Fett raised as his son. He also appears in several episodes of Star Wars: The Clone Wars cartoon series which further describes his growth as a villain in the Star Wars universe. His aura of danger and mystery has created a cult following for the character."^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "black"^^xsd:string ; + voc:height "183.0"^^xsd:float ; + voc:homeworld ; + voc:mass 78.2 ; + voc:skinColor "fair"^^xsd:string ; + voc:starship . + + a voc:Character, + voc:Keldor ; + rdfs:label "Plo Koon"^^xsd:string ; + voc:birthYear "22BBY"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:eyeColor "black"^^xsd:string ; + voc:film , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "188.0"^^xsd:float ; + voc:homeworld ; + voc:mass 80.0 ; + voc:skinColor "orange"^^xsd:string ; + voc:starship . + +voc:Droid a voc:Species ; + rdfs:label "Droid" ; + rdfs:subClassOf voc:Artificial, + voc:Sentient ; + voc:averageLifespan "indefinite"^^xsd:string ; + voc:character , + , + , + , + ; + voc:desc "A droid is a fictional robot possessing some degree of artificial intelligence in the Star Wars science fiction franchise. Coined by special effects artist John Stears, the term is a clipped form of \"android\",1 a word originally reserved for robots designed to look and act like a human.2 The word \"droid\" has been a registered trademark of Lucasfilm Ltd since 1977.3456"^^xsd:string ; + voc:film , + , + , + , + , + , + . + + a voc:Character, + voc:Human ; + rdfs:label "Wedge Antilles"^^xsd:string ; + voc:birthYear "21BBY"^^xsd:string ; + voc:desc "Wedge Antilles is a fictional character in the Star Wars franchise. He is a supporting character portrayed by Denis Lawson in the original Star Wars trilogy.1 Antilles is a starfighter pilot for the Rebel Alliance, and founded Rogue Squadron with his friend Luke Skywalker. Wedge is notable for being the only Rebel pilot to have survived both attack runs on the Death Stars at the battles of Yavin and Endor.1 He also appears in the Star Wars expanded universe, most notably as the lead character in most of the X-Wing novels."^^xsd:string ; + voc:eyeColor "hazel"^^xsd:string ; + voc:film , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "170.0"^^xsd:float ; + voc:homeworld ; + voc:mass 77.0 ; + voc:skinColor "fair"^^xsd:string ; + voc:starship ; + voc:vehicle . + + a voc:Character, + voc:Human ; + rdfs:label "Palpatine"^^xsd:string ; + voc:birthYear "82BBY"^^xsd:string ; + voc:desc "Sheev Palpatine3, also known as Darth Sidious and The Emperor, is a fictional character and one of the primary antagonists of the Star Wars franchise,4 mainly portrayed by Ian McDiarmid. In the original trilogy, he is depicted as the aged, pale-faced and cloaked Emperor of the Galactic Empire and the master of Darth Vader. In the prequel trilogy, he is portrayed as a charismatic Senator from Naboo who uses deception and political manipulation to rise to the position of Supreme Chancellor of the Galactic Republic, and then reorganizes the Republic into the Galactic Empire, with himself as Emperor., \"Though outwardly appearing to be a well-intentioned public servant and supporter of democracy prior to becoming Emperor,5 he is actually Darth Sidious, the Dark Lord of the Sith – a cult of practitioners of the dark side of the Force previously thought to have been extinct in the Star Wars galaxy for a millennium.5 As Sidious, he instigates the Clone Wars, nearly destroys the Jedi, and transforms the Republic into the Empire. He also manipulates Jedi Knight Anakin Skywalker into turning to the dark side and serving at his side as Darth Vader. Palpatines reign is brought to an end when Vader kills him to save his son, Luke Skywalker.\", Since the initial theatrical run of Return of the Jedi, Palpatine has become a widely recognized popular culture symbol of evil, sinister deception, dictatorship, tyranny, and the subversion of democracy."^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film , + , + , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "grey"^^xsd:string ; + voc:height "170.0"^^xsd:float ; + voc:homeworld ; + voc:mass 75.0 ; + voc:skinColor "pale"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Darth Vader"^^xsd:string ; + voc:birthYear "41.9BBY"^^xsd:string ; + voc:desc "Darth Vader, also known by his birth name Anakin Skywalker, is a fictional character in the Star Wars franchise.123 Vader appears in the original film trilogy as a pivotal antagonist whose actions drive the plot, while his past as Anakin Skywalker and the story of his corruption are central to the narrative of the prequel trilogy., The character was created by George Lucas and has been portrayed by numerous actors. His appearances span the first six Star Wars films, as well as Rogue One, and his character is heavily referenced in Star Wars: The Force Awakens. He is also an important character in the Star Wars expanded universe of television series, video games, novels, literature and comic books. Originally a Jedi prophesied to bring balance to the Force, he falls to the dark side of the Force and serves the evil Galactic Empire at the right hand of his Sith master, Emperor Palpatine (also known as Darth Sidious).4 He is also the father of Luke Skywalker and Princess Leia Organa, secret husband of Padmé Amidala and grandfather of Kylo Ren., Darth Vader has become one of the most iconic villains in popular culture, and has been listed among the greatest villains and fictional characters ever.56 The American Film Institute listed him as the third greatest movie villain in cinema history on 100 Years... 100 Heroes and Villains, behind Hannibal Lecter and Norman Bates.7 However, other critics consider him a tragic hero, citing his original motivations for the greater good before his fall to the dark side.89"^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film , + , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "none"^^xsd:string ; + voc:height "202.0"^^xsd:float ; + voc:homeworld ; + voc:mass 136.0 ; + voc:skinColor "white"^^xsd:string ; + voc:starship . + + a voc:Starship ; + rdfs:label "X-wing"^^xsd:string ; + voc:cargoCapacity 110 ; + voc:consumables "1 week"^^xsd:string ; + voc:costInCredits 149999 ; + voc:crew 1 ; + voc:desc "The X-wing starfighter is a fictional starfighter from the original and sequel Star Wars trilogies and the Star Wars expanded universe. They are depicted as the primary interceptor and dogfighter of the Rebel Alliance, the New Republic and the Resistance. The craft has been merchandised as a variety of toys, models licensed for use in games, novels and comics."^^xsd:string ; + voc:film , + , + ; + voc:hyperdriveRating "1.0"^^xsd:float ; + voc:length "12.5"^^xsd:float ; + voc:manufacturer "Incom Corporation"^^xsd:string ; + voc:maxAtmospheringSpeed 1050 ; + voc:mglt 100 ; + voc:model "T-65 X-wing"^^xsd:string ; + voc:passengers 0 ; + voc:pilot , + , + , + ; + voc:starshipClass "Starfighter"^^xsd:string . + + a voc:Character, + voc:Yodasspecies ; + rdfs:label "Yoda"^^xsd:string ; + voc:birthYear "896BBY"^^xsd:string ; + voc:desc "Yoda is a fictional character in the Star Wars franchise created by George Lucas, first appearing in the 1980 film The Empire Strikes Back. In the original films, he trains Luke Skywalker to fight against the Galactic Empire. In the prequel films, he serves as the Grand Master of the Jedi Order and as a high-ranking general of Clone Troopers in the Clone Wars. Following his death in Return of the Jedi at the age of 900, Yoda was the oldest living character in the Star Wars franchise in canon, until the introduction of Maz Kanata in Star Wars: The Force Awakens."^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film , + , + , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "white"^^xsd:string ; + voc:height "66.0"^^xsd:float ; + voc:homeworld ; + voc:mass 17.0 ; + voc:skinColor "green"^^xsd:string . + + a voc:Character, + voc:Droid ; + rdfs:label "C-3PO"^^xsd:string ; + voc:birthYear "112BBY"^^xsd:string ; + voc:desc "C-3PO (/siːˈθriːpi.oʊ/) or See-Threepio is a humanoid robot character from the Star Wars franchise who appears in the original trilogy, the prequel trilogy and the sequel trilogy. Built by Anakin Skywalker, C-3PO was designed as a protocol droid intended to assist in etiquette, customs, and translation, boasting that he is \"fluent in over six million forms of communication\". Along with his astromech droid counterpart and friend R2-D2, C-3PO provides comic relief within the narrative structure of the films, and serves as a foil. Anthony Daniels has portrayed the character in all nine Star Wars cinematic films released to date, including Rogue One and the animated The Clone Wars; C-3PO and R2-D2 are the only characters to appear in every film., \"Despite his oblivious nature, C-3PO has played a pivotal role in the Galaxys history, appearing under the service of Shmi Skywalker, the Lars homestead, Padmé Amidala, Raymus Antilles, Luke Skywalker, and Leia Organa. In the majority of depictions, C-3POs physical appearance is primarily a polished gold plating, although his appearance varies throughout the films; including the absence of metal coverings in The Phantom Menace, a dull copper plating in Attack of the Clones, a silver lower right leg introduced in A New Hope, and a red left arm in The Force Awakens.1 C-3PO also appears frequently in the Star Wars Canon and Star Wars Legends continuities of novels, comic books, and video games, and was the protagonist in the ABC television show Droids.\""^^xsd:string ; + voc:eyeColor "yellow"^^xsd:string ; + voc:film , + , + , + , + , + ; + voc:height "167.0"^^xsd:float ; + voc:homeworld ; + voc:mass 75.0 ; + voc:skinColor "gold"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Han Solo"^^xsd:string ; + voc:birthYear "29BBY"^^xsd:string ; + voc:desc "Han Solo is a character in the Star Wars franchise. In the original film trilogy, Han and his co-pilot, Chewbacca, became involved in the Rebel Alliance\\s struggle against the Galactic Empire. During the course of the Star Wars narrative, he becomes a chief figure in the Alliance and succeeding galactic governments. Star Wars creator George Lucas described the character as \"a loner who realizes the importance of being part of a group and helping for the common good\".2 Harrison Ford portrayed the character in the original Star Wars trilogy as well as The Force Awakens. Alden Ehrenreich will portray a young Han Solo in Solo: A Star Wars Story."^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film , + , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "180.0"^^xsd:float ; + voc:homeworld ; + voc:mass 80.0 ; + voc:skinColor "fair"^^xsd:string ; + voc:starship , + . + + a voc:Character, + voc:Human ; + rdfs:label "Padmé Amidala"^^xsd:string ; + voc:birthYear "46BBY"^^xsd:string ; + voc:desc "Padmé Amidala (born Padmé Naberrie) is a fictional character in the Star Wars franchise, appearing in the prequel trilogy portrayed by actress Natalie Portman. She served as the Princess of Theed and later Queen of Naboo. After her reign, she became a senator in the Galactic Senate, an anti-war movement spokesperson, and co-founder of the opposition-faction that later emerged as the Rebel Alliance.2 She was secretly married to the Jedi Anakin Skywalker, and the biological mother of Luke Skywalker and Leia Organa, which makes her the mother-in-law of Han Solo, and the grandmother of Kylo Ren."^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film , + , + ; + voc:gender "female"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "165.0"^^xsd:float ; + voc:homeworld ; + voc:mass 45.0 ; + voc:skinColor "light"^^xsd:string ; + voc:starship , + , + . + + a voc:Character, + voc:Human ; + rdfs:label "Leia Organa"^^xsd:string ; + voc:birthYear "19BBY"^^xsd:string ; + voc:desc "\"Princess Leia Organa of Alderaan (also Senator Leia Organa or General Leia Organa) is a fictional character in the Star Wars franchise, portrayed in films by Carrie Fisher. Introduced in the original Star Wars film in 1977, Leia is princess of the planet Alderaan, a member of the Imperial Senate and an agent of the Rebel Alliance. She thwarts the sinister Sith Lord Darth Vader and helps bring about the destruction of the Empires cataclysmic superweapon, the Death Star. In The Empire Strikes Back (1980), Leia commands a Rebel base and evades Vader as she falls in love with the smuggler, Han Solo. In Return of the Jedi (1983), Leia leads the operation to rescue Han from the crime lord Jabba the Hutt, and is revealed to be Vaders daughter and the twin sister of Luke Skywalker. The prequel film Revenge of the Sith (2005) establishes that the twins mother is Senator (and former queen) Padmé Amidala of Naboo, who dies after childbirth. Leia is adopted by Senator Bail and Queen Breha Organa of Alderaan. In The Force Awakens (2015), Leia is the founder and General of the Resistance against the First Order and has a son with Han named Ben, who goes by the name Kylo Ren.\", In the original Star Wars expanded universe (1977–2014) of novels, comics and video games, which are set in an alternate continuity, Leia continues her adventures with Han and Luke after Return of the Jedi, fighting Imperial resurgences and new threats to the galaxy. She becomes the Chief of State of the New Republic and a Jedi Master, and is the mother to three children by Han: Jaina, Jacen and Anakin Solo., One of the more popular Star Wars characters, Leia has been called a 1980s icon, a feminist hero and model for other adventure heroines. She has appeared in many derivative works and merchandising, and has been referenced or parodied in several TV shows and films. Her \"cinnamon buns\" hairstyle from Star Wars (1977) and metal bikini from Return of the Jedi have become cultural icons."^^xsd:string ; + voc:eyeColor "brown"^^xsd:string ; + voc:film , + , + , + , + ; + voc:gender "female"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "150.0"^^xsd:float ; + voc:homeworld ; + voc:mass 49.0 ; + voc:skinColor "light"^^xsd:string ; + voc:vehicle . + + a voc:Planet ; + rdfs:label "Coruscant"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "\"Coruscant /ˈkɒrəsɑːnt/2 is a planet in the fictional Star Wars universe. It first appeared onscreen in the 1997 Special Edition of Return of the Jedi, but was first mentioned in Timothy Zahns 1991 novel Heir to the Empire. A city occupying an entire planet, it was renamed Imperial Center during the reign of the Galactic Empire (as depicted in the original films) and Yuuzhantar during the Yuuzhan Vong invasion (as depicted in the New Jedi Order novel series). The demonym and adjective form of the planet name is Coruscanti.\", \"Coruscant is, at various times, the capital of the Old Republic, the Galactic Empire, the New Republic, the Yuuzhan Vong Empire and the Galactic Alliance. Not only is Coruscant central to all these governing bodies, it is the navigational center of the galaxy, given that its hyperspace coordinates are (0,0,0). Due to its location and large population, roughly 2 trillion sentients, the galaxys main trade routes — Perlemian Trade Route, Hydian Way, Corellian Run and Corellian Trade Spine — go through Coruscant, making it the richest and most influential world in the Star Wars galaxy. Coruscant is the sixth planet out of 11 planets in the Coruscant solar system, and has four moons; Centax-1, Centax-2, Centax-3, and Hesperidium.\", The Galactic Standard Calendar was the standard measurement of time in the Star Wars galaxy. It centered on the Coruscant tropical year. The Coruscant solar cycle was 368 days long; with a day consisting of 360 NET degrees (or 24 standard hours).3 Numerous epochs were used to determine calendar eras. The most recent of these calendar eras used the Battle of Yavin (i.e. the destruction of the first Death Star) as its epoch, or \"year zero\": BBY (Before the Battle of Yavin), and ABY (After the Battle of Yavin).4 The earliest date in the Star Wars expanded universe as a whole is 13,000,000,000 BBY, which serves as the year the universe was created."^^xsd:string ; + voc:diameter 12240 ; + voc:film , + , + , + ; + voc:gravity "1 standard"^^xsd:string ; + voc:orbitalPeriod 368 ; + voc:population 1000000000000 ; + voc:resident , + , + ; + voc:rotationPeriod 24 ; + voc:terrain "cityscape, mountains"^^xsd:string . + + a voc:Starship ; + rdfs:label "Millennium Falcon"^^xsd:string ; + voc:cargoCapacity 100000 ; + voc:consumables "2 months"^^xsd:string ; + voc:costInCredits 100000 ; + voc:crew 4 ; + voc:desc "\"The Millennium Falcon is a spaceship in the Star Wars universe commanded at one time by Corellian smuggler Han Solo (Harrison Ford) and his Wookiee first mate, Chewbacca (Peter Mayhew). The highly modified Corellian Engineering Corporation (CEC) YT-1300 light freighter first appears in Star Wars (1977), and subsequently in The Empire Strikes Back (1980), Return of the Jedi (1983) and The Force Awakens (2015). The ship also makes a brief cameo appearance in Revenge of the Sith (2005). Additionally, the Falcon appears in a variety of Star Wars expanded universe materials, including books, comics, and games; James Lucenos novel Millennium Falcon focuses on the titular ship.2 It also appears in the 2014 animated film The Lego Movie in Lego form, with Billy Dee Williams and Anthony Daniels reprising their roles of Lando Calrissian and C-3PO, with Keith Ferguson voicing Han Solo.\""^^xsd:string ; + voc:film , + , + , + ; + voc:hyperdriveRating "0.5"^^xsd:float ; + voc:length "34.37"^^xsd:float ; + voc:manufacturer "Corellian Engineering Corporation"^^xsd:string ; + voc:maxAtmospheringSpeed 1050 ; + voc:mglt 75 ; + voc:model "YT-1300 light freighter"^^xsd:string ; + voc:passengers 6 ; + voc:pilot , + , + , + ; + voc:starshipClass "Light freighter"^^xsd:string . + + a voc:Character, + voc:Droid ; + rdfs:label "R2-D2"^^xsd:string ; + voc:birthYear "33BBY"^^xsd:string ; + voc:desc "R2-D2 is a fictional robot character in the Star Wars franchise created by George Lucas, who appears in the original trilogy, the prequel trilogy, the sequel trilogy, and Rogue One. A small astromech droid, R2-D2 is a major character and appears in all Star Wars films to date. Throughout the course of the films, he joins or supports Padmé Amidala, Anakin Skywalker, Leia Organa, Luke Skywalker, and Obi-Wan Kenobi in various points in the saga., \"English actor Kenny Baker played R2-D2 in all three original Star Wars films, and received billing credit for the character in the prequel trilogy, where Bakers role was reduced, as R2-D2 was portrayed mainly by radio controlled props and CGI models. In the sequel trilogy, Baker was credited as consultant for The Force Awakens, however Jimmy Vee also co-performed the character in some scenes. Vee later took over the role beginning in The Last Jedi.1 R2-D2s sounds and vocal effects were created by Ben Burtt. R2-D2 was designed in artwork by Ralph McQuarrie, co-developed by John Stears and built by Tony Dyson.\""^^xsd:string ; + voc:eyeColor "red"^^xsd:string ; + voc:film , + , + , + , + , + , + ; + voc:height "96.0"^^xsd:float ; + voc:homeworld ; + voc:mass 32.0 ; + voc:skinColor "white, blue"^^xsd:string ; + voc:primaryFunction "universal repair droid"^^xsd:string . + + a voc:Character, + voc:Human ; + rdfs:label "Anakin Skywalker"^^xsd:string ; + voc:birthYear "41.9BBY"^^xsd:string ; + voc:desc "Darth Vader, also known by his birth name Anakin Skywalker, is a fictional character in the Star Wars franchise.123 Vader appears in the original film trilogy as a pivotal antagonist whose actions drive the plot, while his past as Anakin Skywalker and the story of his corruption are central to the narrative of the prequel trilogy., The character was created by George Lucas and has been portrayed by numerous actors. His appearances span the first six Star Wars films, as well as Rogue One, and his character is heavily referenced in Star Wars: The Force Awakens. He is also an important character in the Star Wars expanded universe of television series, video games, novels, literature and comic books. Originally a Jedi prophesied to bring balance to the Force, he falls to the dark side of the Force and serves the evil Galactic Empire at the right hand of his Sith master, Emperor Palpatine (also known as Darth Sidious).4 He is also the father of Luke Skywalker and Princess Leia Organa, secret husband of Padmé Amidala and grandfather of Kylo Ren., Darth Vader has become one of the most iconic villains in popular culture, and has been listed among the greatest villains and fictional characters ever.56 The American Film Institute listed him as the third greatest movie villain in cinema history on 100 Years... 100 Heroes and Villains, behind Hannibal Lecter and Norman Bates.7 However, other critics consider him a tragic hero, citing his original motivations for the greater good before his fall to the dark side.89"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "blond"^^xsd:string ; + voc:height "188.0"^^xsd:float ; + voc:homeworld ; + voc:mass 84.0 ; + voc:skinColor "fair"^^xsd:string ; + voc:starship , + , + ; + voc:vehicle , + . + + a voc:Character, + voc:Wookiee ; + rdfs:label "Chewbacca"^^xsd:string ; + voc:birthYear "200BBY"^^xsd:string ; + voc:desc "Chewbacca (/tʃuːˈbɑːkə/), nicknamed \"Chewie\", is a fictional character in the Star Wars franchise. He is a Wookiee, a tall, hirsute biped and intelligent species from the planet Kashyyyk. Chewbacca is the loyal friend and first mate of Han Solo, and serves as co-pilot on Solo\\s spaceship, the Millennium Falcon.1 Within the films of the main saga, Chewbacca is portrayed by Peter Mayhew in the Star Wars on Episodes from III to VIII (Mayhew shares the role with his body double Joonas Suotamo on Episode VII and VIII). Suotamo took over the role alone in Solo: A Star Wars Story. The character has also appeared on television, books, comics, and video games."^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film , + , + , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "brown"^^xsd:string ; + voc:height "228.0"^^xsd:float ; + voc:homeworld ; + voc:mass 112.0 ; + voc:starship , + ; + voc:vehicle . + + a voc:Character, + voc:Human ; + rdfs:label "Luke Skywalker"^^xsd:string ; + voc:birthYear "19BBY"^^xsd:string ; + voc:desc "Luke Skywalker is a fictional character and the main protagonist of the original film trilogy of the Star Wars franchise created by George Lucas. The character, portrayed by Mark Hamill, is an important figure in the Rebel Alliance\\s struggle against the Galactic Empire. He is the twin brother of Rebellion leader Princess Leia Organa of Alderaan, a friend and brother-in-law of smuggler Han Solo, an apprentice to Jedi Masters Obi-Wan \"Ben\" Kenobi and Yoda, the son of fallen Jedi Anakin Skywalker (Darth Vader) and Queen of Naboo/Republic Senator Padmé Amidala and maternal uncle of Kylo Ren / Ben Solo. The now non-canon Star Wars expanded universe depicts him as a powerful Jedi Master, husband of Mara Jade, the father of Ben Skywalker and maternal uncle of Jaina, Jacen and Anakin Solo., In 2015, the character was selected by Empire magazine as the 50th greatest movie character of all time.2 On their list of the 100 Greatest Fictional Characters, Fandomania.com ranked the character at number 14.3"^^xsd:string ; + voc:eyeColor "blue"^^xsd:string ; + voc:film , + , + , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "blond"^^xsd:string ; + voc:height "172.0"^^xsd:float ; + voc:homeworld ; + voc:mass 77.0 ; + voc:skinColor "fair"^^xsd:string ; + voc:starship , + ; + voc:vehicle , + ; + voc:friend . + + a voc:Planet ; + rdfs:label "unknown-planet"^^xsd:string ; + voc:desc "None"^^xsd:string ; + voc:diameter 0 ; + voc:orbitalPeriod 0 ; + voc:resident , + , + , + , + , + , + , + , + , + ; + voc:rotationPeriod 0 . + + a voc:Character, + voc:Human ; + rdfs:label "Obi-Wan Kenobi"^^xsd:string ; + voc:birthYear "57BBY"^^xsd:string ; + voc:desc "Obi-Wan \"Ben\" Kenobi is a fictional character in the Star Wars franchise. Within the original trilogy he is portrayed by Sir Alec Guinness, while in the prequel trilogy a younger version of the character is portrayed by Ewan McGregor. In the original trilogy, he is a mentor to Luke Skywalker, to whom he introduces the ways of the Jedi. In the prequel trilogy, he is a master and friend to Anakin Skywalker. He is frequently featured as a main character in various other Star Wars media., \"Sir Alec Guinnesss portrayal of Obi-Wan in the original Star Wars (1977) remains the only time an actor has received an Oscar nomination (Best Supporting Actor) for acting in a Star Wars film.\""^^xsd:string ; + voc:eyeColor "blue-gray"^^xsd:string ; + voc:film , + , + , + , + , + ; + voc:gender "male"^^xsd:string ; + voc:hairColor "auburn, white"^^xsd:string ; + voc:height "182.0"^^xsd:float ; + voc:homeworld ; + voc:mass 77.0 ; + voc:skinColor "fair"^^xsd:string ; + voc:starship , + , + , + , + ; + voc:vehicle . + + a voc:Planet ; + rdfs:label "Tatooine"^^xsd:string ; + voc:climate "arid"^^xsd:string ; + voc:desc "Tatooine /ˌtætuːˈiːn/ is a fictional desert planet that appears in the Star Wars space opera franchise. It is beige-coloured and is depicted as a remote, desolate world orbiting a pair of binary stars, and inhabited by human settlers and a variety of other life forms. The planet was first seen in the original 1977 film Star Wars, and has to date featured in a total five Star Wars theatrical films., It is noted as the homeworld of the protagonist of the Star Wars saga, Luke Skywalker, and also of his father, Anakin Skywalker. Shots of the binary sunset over the Tatooine desert are considered to be an iconic image of the film series.12"^^xsd:string ; + voc:diameter 10465 ; + voc:film , + , + , + , + ; + voc:gravity "1 standard"^^xsd:string ; + voc:orbitalPeriod 304 ; + voc:population 200000 ; + voc:resident , + , + , + , + , + , + , + , + , + ; + voc:rotationPeriod 23 ; + voc:surfaceWater 1 ; + voc:terrain "desert"^^xsd:string . + + a voc:Planet ; + rdfs:label "Naboo"^^xsd:string ; + voc:climate "temperate"^^xsd:string ; + voc:desc "Naboo is a planet in the fictional Star Wars universe with a mostly green terrain and which is the homeworld of two societies: the Gungans who dwell in underwater cities and the humans who live in colonies on the surface. Humans of Naboo have an electoral monarchy and maintain a peaceful culture that defends education, the arts, environmental protection and scientific achievements. The main capital of Naboo is Theed., Located in the Chommell sector, Naboo is the home planet of Padmé Amidala and Jar Jar Binks, as well as Senator (later Supreme Chancellor and then Emperor) Palpatine. In Star Wars: Episode I – The Phantom Menace, it was the site of a blockade by the Trade Federation and the Battle of Naboo between the Federation and the native inhabitants. Naboo is seen in four films in the Star Wars series, having a prominent role in the first two prequels and glimpsed briefly in Revenge of the Sith and the 2004 DVD release of Return of the Jedi., \"Theeds architecture, while referencing Ancient Rome and other classical traditions, was heavily inspired by the Frank Lloyd Wright-designed Marin County Civic Center in California. (Skywalker Ranch and Industrial Light & Magic are both based in Marin County.)\""^^xsd:string ; + voc:diameter 12120 ; + voc:film , + , + , + ; + voc:gravity "1 standard"^^xsd:string ; + voc:orbitalPeriod 312 ; + voc:population 4500000000 ; + voc:resident , + , + , + , + , + , + , + , + , + , + ; + voc:rotationPeriod 26 ; + voc:surfaceWater 12 ; + voc:terrain "grassy hills, swamps, forests, mountains"^^xsd:string . + + a voc:Film ; + rdfs:label "The Force Awakens"^^xsd:string ; + voc:character , + , + , + , + , + , + , + , + , + , + ; + voc:desc "\"Star Wars: The Force Awakens (also known as Star Wars: Episode VII – The Force Awakens) is a 2015 American epic space opera film co-written, co-produced and directed by J. J. Abrams. The sequel to 1983s Return of the Jedi, The Force Awakens is the first installment of the Star Wars sequel trilogy. It stars Harrison Ford, Mark Hamill, Carrie Fisher, Adam Driver, Daisy Ridley, John Boyega, Oscar Isaac, Lupita Nyongo, Andy Serkis, Domhnall Gleeson, Anthony Daniels, Peter Mayhew, and Max von Sydow. Produced by Lucasfilm Ltd. and Abrams production company Bad Robot Productions and distributed worldwide by Walt Disney Studios Motion Pictures, The Force Awakens was the first Star Wars film not produced by franchise creator George Lucas. Set 30 years after Return of the Jedi, it follows Rey, Finn and Poe Damerons search for Luke Skywalker and their fight alongside the Resistance, led by veterans of the Rebel Alliance, against Kylo Ren and the First Order, a successor to the Galactic Empire.\", \"The Force Awakens was announced after The Walt Disney Companys acquisition of Lucasfilm in October 2012. It was produced by Abrams, his longtime collaborator Bryan Burk, and Lucasfilm president Kathleen Kennedy. Abrams and Lawrence Kasdan, co-writer of the original trilogy films The Empire Strikes Back (1980) and Return of the Jedi (1983), rewrote an initial script by Michael Arndt. John Williams, composer for the previous six films, returned to compose the films score. Lucas served as creative consultant during the films early production. Filming began in April 2014 in Abu Dhabi and Iceland, with principal photography also taking place in Ireland and Pinewood Studios in the United Kingdom, and concluded in November 2014. It is the first live-action Star Wars film since Revenge of the Sith (2005).\", Star Wars: The Force Awakens was widely anticipated, and Disney backed the film with extensive marketing campaigns. It premiered in Los Angeles on December 14, 2015, four days before its wide release. The film received positive reviews, with its ensemble cast, direction, musical score, visual effects, and action sequences receiving particular praise, though it received some criticism for being derivative of the original trilogy. The film broke various box office records and became, unadjusted for inflation, the highest-grossing installment in the franchise, the highest-grossing film in North America, and the third-highest-grossing film of all time, with a worldwide gross of over $2 billion and a net profit of over $780 million.67 It received five Academy Award nominations and four British Academy Film Award nominations, where it won Best Special Visual Effects. Two sequels, The Last Jedi and Episode IX, are scheduled for release in 2017 and 2019, respectively."^^xsd:string ; + voc:director "J. J. Abrams"^^xsd:string ; + voc:episodeId 7 ; + voc:openingCrawl """Luke Skywalker has vanished.\r +In his absence, the sinister\r +FIRST ORDER has risen from\r +the ashes of the Empire\r +and will not rest until\r +Skywalker, the last Jedi,\r +has been destroyed.\r + \r +With the support of the\r +REPUBLIC, General Leia Organa\r +leads a brave RESISTANCE.\r +She is desperate to find her\r +brother Luke and gain his\r +help in restoring peace and\r +justice to the galaxy.\r + \r +Leia has sent her most daring\r +pilot on a secret mission\r +to Jakku, where an old ally\r +has discovered a clue to\r +Luke's whereabouts...."""^^xsd:string ; + voc:planet ; + voc:releaseDate "2015-12-11"^^xsd:date ; + voc:starship , + . + +voc:Human a voc:Species ; + rdfs:label "Human" ; + rdfs:subClassOf voc:Mammal, + voc:Sentient ; + voc:averageHeight "180.0"^^xsd:float ; + voc:averageLifespan "120"^^xsd:string ; + voc:character , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + voc:desc "Modern humans (Homo sapiens, primarily ssp. Homo sapiens sapiens) are the only extant members of the subtribe Hominina, a branch of the tribe Hominini belonging to the family of great apes. They are characterized by erect posture and bipedal locomotion; high manual dexterity and heavy tool use compared to other animals; and a general trend toward larger, more complex brains and societies.34, Early hominins—particularly the australopithecines, whose brains and anatomy are in many ways more similar to ancestral non-human apes—are less often referred to as \"human\" than hominins of the genus Homo.5 Several of these hominins used fire, occupied much of Eurasia, and gave rise to anatomically modern Homo sapiens in Africa about 200,000 years ago.67 They began to exhibit evidence of behavioral modernity around 50,000 years ago. In several waves of migration, anatomically modern humans ventured out of Africa and populated most of the world.8, The spread of humans and their large and increasing population has had a profound impact on large areas of the environment and millions of native species worldwide. Advantages that explain this evolutionary success include a relatively larger brain with a particularly well-developed neocortex, prefrontal cortex and temporal lobes, which enable high levels of abstract reasoning, language, problem solving, sociality, and culture through social learning. Humans use tools to a much higher degree than any other animal, are the only extant species known to build fires and cook their food, and are the only extant species to clothe themselves and create and use numerous other technologies and arts., Humans are uniquely adept at using systems of symbolic communication (such as language and art) for self-expression and the exchange of ideas, and for organizing themselves into purposeful groups. Humans create complex social structures composed of many cooperating and competing groups, from families and kinship networks to political states. Social interactions between humans have established an extremely wide variety of values,9 social norms, and rituals, which together form the basis of human society. Curiosity and the human desire to understand and influence the environment and to explain and manipulate phenomena (or events) has provided the foundation for developing science, philosophy, mythology, religion, anthropology, and numerous other fields of knowledge., Though most of human existence has been sustained by hunting and gathering in band societies,10 increasing numbers of human societies began to practice sedentary agriculture approximately some 10,000 years ago,11 domesticating plants and animals, thus allowing for the growth of civilization. These human societies subsequently expanded in size, establishing various forms of government, religion, and culture around the world, unifying people within regions to form states and empires. The rapid advancement of scientific and medical understanding in the 19th and 20th centuries led to the development of fuel-driven technologies and increased lifespans, causing the human population to rise exponentially. Today the global human population is estimated by the United Nations to be near 7.6\\xa0billion.12"^^xsd:string ; + voc:eyeColor "amber"^^xsd:string, + "blue"^^xsd:string, + "brown"^^xsd:string, + "green"^^xsd:string, + "grey"^^xsd:string, + "hazel"^^xsd:string ; + voc:film , + , + , + , + , + , + ; + voc:hairColor "black"^^xsd:string, + "blonde"^^xsd:string, + "brown"^^xsd:string, + "red"^^xsd:string ; + voc:language "Galactic Basic"^^xsd:string ; + voc:planet ; + voc:skinColor "asian"^^xsd:string, + "black"^^xsd:string, + "caucasian"^^xsd:string, + "hispanic"^^xsd:string . + + a voc:Film ; + rdfs:label "A New Hope"^^xsd:string ; + voc:character , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + voc:desc "\"Star Wars (later retitled Star Wars: Episode IV – A New Hope) is a 1977 American epic space opera film written and directed by George Lucas. It is the first film in the original Star Wars trilogy, the first Star Wars movie in general, and the beginning of the Star Wars franchise. Starring Mark Hamill, Harrison Ford, Carrie Fisher, Peter Cushing, Alec Guinness, David Prowse, James Earl Jones, Anthony Daniels, Kenny Baker, and Peter Mayhew, the films plot focuses on the Rebel Alliance, led by Princess Leia (Fisher), and its attempt to destroy the Galactic Empires space station, the Death Star. This conflict disrupts the isolated life of farmhand Luke Skywalker (Hamill), who inadvertently acquires a pair of droids that possess stolen architectural plans for the Death Star. When the Empire begins a destructive search for the missing droids, Skywalker accompanies Jedi Master Obi-Wan Kenobi (Guinness) on a mission to return the plans to the Rebel Alliance and rescue Leia from her imprisonment by the Empire.\", Star Wars was released in theatres in the United States on May 25, 1977. It earned $461 million in the U.S. and $314 million overseas, totaling $775 million ($3.132 billion in 2017 dollars, adjusted for inflation). It surpassed Jaws (1975) to become the highest-grossing film of all time until the release of E.T. the Extra-Terrestrial (1982). When adjusted for inflation, Star Wars is the second-highest-grossing film in North America, and the third-highest-grossing film in the world. It received ten Academy Award nominations (including Best Picture), winning seven. It was among the first films to be selected as part of the U.S. Library of Congress\\ National Film Registry as being \"culturally, historically, or aesthetically significant\". At the time, it was the most recent film on the registry and the only one chosen from the 1970s. Its soundtrack was added to the U.S. National Recording Registry in 2004. Today, it is often regarded as one of the most important films in the history of motion pictures. It launched an industry of tie-in products, including TV series spinoffs, novels, comic books, and video games, and merchandise including toys, games and clothing., \"The films success led to two critically and commercially successful sequels, The Empire Strikes Back in 1980 and Return of the Jedi in 1983. Star Wars was reissued multiple times at Lucas behest, incorporating many changes including modified computer-generated effects, altered dialogue, re-edited shots, remixed soundtracks, and added scenes. A prequel trilogy was released beginning with The Phantom Menace in 1999, continuing with Attack of the Clones in 2002, and concluding with Revenge of the Sith in 2005. The film was followed by a sequel trilogy beginning with The Force Awakens in 2015. A direct prequel, Rogue One, was released in 2016. The films fourth sequel, The Last Jedi, will be released in December 2017.\""^^xsd:string ; + voc:director "George Lucas"^^xsd:string ; + voc:episodeId 4 ; + voc:openingCrawl """It is a period of civil war.\r +Rebel spaceships, striking\r +from a hidden base, have won\r +their first victory against\r +the evil Galactic Empire.\r +\r +During the battle, Rebel\r +spies managed to steal secret\r +plans to the Empire's\r +ultimate weapon, the DEATH\r +STAR, an armored space\r +station with enough power\r +to destroy an entire planet.\r +\r +Pursued by the Empire's\r +sinister agents, Princess\r +Leia races home aboard her\r +starship, custodian of the\r +stolen plans that can save her\r +people and restore\r +freedom to the galaxy...."""^^xsd:string ; + voc:planet , + , + ; + voc:releaseDate "1977-05-25"^^xsd:date ; + voc:starship , + , + , + , + , + , + , + ; + voc:vehicle , + , + , + . + + a voc:Film ; + rdfs:label "The Empire Strikes Back"^^xsd:string ; + voc:character , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + voc:desc "\"The Empire Strikes Back (also known as Star Wars: Episode V – The Empire Strikes Back) is a 1980 American epic space opera film directed by Irvin Kershner. Leigh Brackett and Lawrence Kasdan wrote the screenplay, with George Lucas writing the films story and serving as executive producer. The second installment in the original Star Wars trilogy, it was produced by Gary Kurtz for Lucasfilm and stars Mark Hamill, Harrison Ford, Carrie Fisher, Billy Dee Williams, Anthony Daniels, David Prowse, Kenny Baker, Peter Mayhew, and Frank Oz.\", \"The film is set three years after Star Wars. The Galactic Empire, under the leadership of the villainous Darth Vader and the Emperor, is in pursuit of Luke Skywalker and the rest of the Rebel Alliance. While Vader relentlessly pursues the small band of Lukes friends—Han Solo, Princess Leia Organa, and others—across the galaxy, Luke studies the Force under Jedi Master Yoda. When Vader captures Lukes friends, Luke must decide whether to complete his training and become a full Jedi Knight or to confront Vader and save them.\", \"Following a difficult production, The Empire Strikes Back was released on May 21, 1980. It received mixed reviews from critics initially but has since grown in esteem, becoming the most critically acclaimed chapter in the Star Wars saga; it is now widely regarded as one of the greatest films of all time.5678 The film ranks #3 on Empires 2008 list of the 500 greatest movies of all time.9 It became the highest-grossing film of 1980 and, to date, has earned more than $538\\xa0million worldwide from its original run and several re-releases. When adjusted for inflation, it is the second-highest-grossing sequel of all time and the 13th-highest-grossing film in North America.10 The film was followed by Return of the Jedi, which was released in 1983.\", In 2010, the film was selected for preservation in the United States\\ National Film Registry by the Library of Congress for being \"culturally, historically, and aesthetically significant.\""^^xsd:string ; + voc:director "Irvin Kershner"^^xsd:string ; + voc:episodeId 5 ; + voc:openingCrawl """It is a dark time for the\r +Rebellion. Although the Death\r +Star has been destroyed,\r +Imperial troops have driven the\r +Rebel forces from their hidden\r +base and pursued them across\r +the galaxy.\r +\r +Evading the dreaded Imperial\r +Starfleet, a group of freedom\r +fighters led by Luke Skywalker\r +has established a new secret\r +base on the remote ice world\r +of Hoth.\r +\r +The evil lord Darth Vader,\r +obsessed with finding young\r +Skywalker, has dispatched\r +thousands of remote probes into\r +the far reaches of space...."""^^xsd:string ; + voc:planet , + , + , + ; + voc:releaseDate "1980-05-17"^^xsd:date ; + voc:starship , + , + , + , + , + , + , + , + ; + voc:vehicle , + , + , + , + , + . + + a voc:Film ; + rdfs:label "Return of the Jedi"^^xsd:string ; + voc:character , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + voc:desc "Return of the Jedi (also known as Star Wars: Episode VI – Return of the Jedi) is a 1983 American epic space opera film directed by Richard Marquand. The screenplay by Lawrence Kasdan and George Lucas was from a story by Lucas, who was also the executive producer. It is the third installment in the original Star Wars trilogy and the first film to use THX technology. The film is set one year after The Empire Strikes Back9 and was produced by Howard Kazanjian for Lucasfilm Ltd. The film stars Mark Hamill, Harrison Ford, Carrie Fisher, Billy Dee Williams, Anthony Daniels, David Prowse, Kenny Baker, Peter Mayhew and Frank Oz., \"The Galactic Empire, under the direction of the ruthless Emperor, is constructing a second Death Star in order to crush the Rebel Alliance once and for all. Since the Emperor plans to personally oversee the final stages of its construction, the Rebel Fleet launches a full-scale attack on the Death Star in order to prevent its completion and kill the Emperor, effectively bringing an end to the Empires hold over the galaxy. Meanwhile, Luke Skywalker, a Jedi apprentice, struggles to bring his father Darth Vader back to the Light Side of the Force.\", \"David Lynch and David Cronenberg were considered to direct the project before Marquand signed on as director. The production team relied on Lucas storyboards during pre-production. While writing the shooting script, Lucas, Kasdan, Marquand, and producer Howard Kazanjian spent two weeks in conference discussing ideas to construct it. Kazanjians schedule pushed shooting to begin a few weeks early to allow Industrial Light & Magic more time to work on the films effects in post-production. Filming took place in England, California, and Arizona from January to May\\xa01982\\xa0(1982-05). Strict secrecy surrounded the production and the film used the working title Blue Harvest to prevent price gouging.\", \"The film was released in theaters on May 25, 1983, six years to the day after the release of the first film, receiving mostly positive reviews. The film grossed between $475 million67 and $572 million worldwide.8 Several home video and theatrical releases and revisions to the film followed over the next 20 years. Star Wars continued with The Phantom Menace as part of the film series prequel trilogy.\", A sequel, The Force Awakens, was released on December 18, 2015, as part of the new sequel trilogy.10"^^xsd:string ; + voc:director "Richard Marquand"^^xsd:string ; + voc:episodeId 6 ; + voc:openingCrawl """Luke Skywalker has returned to\r +his home planet of Tatooine in\r +an attempt to rescue his\r +friend Han Solo from the\r +clutches of the vile gangster\r +Jabba the Hutt.\r +\r +Little does Luke know that the\r +GALACTIC EMPIRE has secretly\r +begun construction on a new\r +armored space station even\r +more powerful than the first\r +dreaded Death Star.\r +\r +When completed, this ultimate\r +weapon will spell certain doom\r +for the small band of rebels\r +struggling to restore freedom\r +to the galaxy..."""^^xsd:string ; + voc:planet , + , + , + , + ; + voc:releaseDate "1983-05-25"^^xsd:date ; + voc:starship , + , + , + , + , + , + , + , + , + , + , + ; + voc:vehicle , + , + , + , + , + , + , + . + + a voc:Film ; + rdfs:label "The Phantom Menace"^^xsd:string ; + voc:character , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + voc:desc "None"^^xsd:string ; + voc:director "George Lucas"^^xsd:string ; + voc:episodeId 1 ; + voc:openingCrawl """Turmoil has engulfed the\r +Galactic Republic. The taxation\r +of trade routes to outlying star\r +systems is in dispute.\r +\r +Hoping to resolve the matter\r +with a blockade of deadly\r +battleships, the greedy Trade\r +Federation has stopped all\r +shipping to the small planet\r +of Naboo.\r +\r +While the Congress of the\r +Republic endlessly debates\r +this alarming chain of events,\r +the Supreme Chancellor has\r +secretly dispatched two Jedi\r +Knights, the guardians of\r +peace and justice in the\r +galaxy, to settle the conflict...."""^^xsd:string ; + voc:planet , + , + ; + voc:releaseDate "1999-05-19"^^xsd:date ; + voc:starship , + , + , + , + ; + voc:vehicle , + , + , + , + , + , + . + + a voc:Film ; + rdfs:label "Attack of the Clones"^^xsd:string ; + voc:character , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + voc:desc "Star Wars: Episode II – Attack of the Clones is a 2002 American epic space opera film directed by George Lucas and written by Lucas and Jonathan Hales. It is the second installment of the Star Wars prequel trilogy, and stars Ewan McGregor, Natalie Portman, Hayden Christensen, Ian McDiarmid, Samuel L. Jackson, Christopher Lee, Temuera Morrison, Anthony Daniels, Kenny Baker and Frank Oz., \"Set ten years after the events in The Phantom Menace, the galaxy is on the brink of civil war. Led by a former Jedi named Count Dooku, thousands of planetary systems threaten to secede from the Galactic Republic. After Senator Padmé Amidala evades assassination, Jedi apprentice Anakin Skywalker becomes her protector, while his mentor Obi-Wan Kenobi investigates the attempt on Padmés life. Soon Anakin, Padmé and Obi-Wan witness the onset of a new threat to the galaxy, the Clone Wars.\", Development of Attack of the Clones began in March 2000, after the release of The Phantom Menace. By June 2000, Lucas and Hales completed a draft of the script and principal photography took place from June to September 2000. The film crew primarily shot at Fox Studios Australia in Sydney, Australia, with additional footage filmed in Tunisia, Spain and Italy. It was one of the first motion pictures shot completely on a high-definition digital 24-frame system., \"The film was released in the United States on May 16, 2002. Some critics hailed it as an improvement over The Phantom Menace, while others called it the worst entry of the franchise.56 The visual effects, costume design, musical score, action scenes and Ewan McGregor’s performance as Obi-Wan Kenobi were all praised, however the romance of Anakin and Padmé, the dialogue and the films long runtime were all criticized. The film was a financial success, making over $649 million worldwide; however, it also became the first Star Wars film to be outgrossed in its year of release, placing third domestically and fourth internationally. The film was released on VHS and DVD on November 12, 2002 and was later released on Blu-ray on September 16, 2011. Following Attack of the Clones, the third and final film of the prequel trilogy, Revenge of the Sith, premiered in 2005.\""^^xsd:string ; + voc:director "George Lucas"^^xsd:string ; + voc:episodeId 2 ; + voc:openingCrawl """There is unrest in the Galactic\r +Senate. Several thousand solar\r +systems have declared their\r +intentions to leave the Republic.\r +\r +This separatist movement,\r +under the leadership of the\r +mysterious Count Dooku, has\r +made it difficult for the limited\r +number of Jedi Knights to maintain \r +peace and order in the galaxy.\r +\r +Senator Amidala, the former\r +Queen of Naboo, is returning\r +to the Galactic Senate to vote\r +on the critical issue of creating\r +an ARMY OF THE REPUBLIC\r +to assist the overwhelmed\r +Jedi...."""^^xsd:string ; + voc:planet , + , + , + , + ; + voc:releaseDate "2002-05-16"^^xsd:date ; + voc:starship , + , + , + , + , + , + , + , + ; + voc:vehicle , + , + , + , + , + , + , + , + , + , + . + + a voc:Film ; + rdfs:label "Revenge of the Sith"^^xsd:string ; + voc:character , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + voc:desc "Star Wars: Episode III – Revenge of the Sith is a 2005 American epic space opera film written and directed by George Lucas. It is the sixth entry of the Star Wars film series and stars Ewan McGregor, Natalie Portman, Hayden Christensen, Ian McDiarmid, Samuel L. Jackson, Christopher Lee, Anthony Daniels, Kenny Baker, and Frank Oz. A sequel to The Phantom Menace (1999) and Attack of the Clones (2002), the film is the third and final installment of the Star Wars prequel trilogy., The film begins three years after the onset of the Clone Wars. The Jedi Knights are spread across the galaxy, leading a massive war against the Separatists. The Jedi Council dispatches Jedi Master Obi-Wan Kenobi to eliminate the notorious General Grievous, leader of the Separatist Army. Meanwhile, Jedi Knight Anakin Skywalker grows close to Palpatine, the Supreme Chancellor of the Galactic Republic and, unknown to the public, a Sith Lord. Their deepening friendship threatens the Jedi Order, the Republic, and Anakin himself., \"Lucas began writing the script before production of Attack of the Clones ended. Production of Revenge of the Sith started in September 2003, and filming took place in Australia with additional locations in Thailand, Switzerland, China, Italy and the United Kingdom. Revenge of the Sith premiered on May 15, 2005, at the Cannes Film Festival, then released worldwide on May 19, 2005. The film received generally positive reviews from critics, especially in contrast to the less positive reviews of the previous two prequels, including praise for its storyline, action scenes, John Williams musical score, visual effects, and performances from Ewan McGregor, Ian McDiarmid, Frank Oz, and Jimmy Smits. It is the final film in the Star Wars franchise to be distributed by 20th Century Fox before The Walt Disney Companys acquisition of Lucasfilm in 2012.\", Revenge of the Sith broke several box office records during its opening week and went on to earn over $848 million worldwide,4 making it, at the time, the third-highest-grossing film in the Star Wars franchise, unadjusted for inflation. It was the highest-grossing film of 2005 in the U.S. and the second-highest-grossing film of 2005 behind Harry Potter and the Goblet of Fire.4 The film also holds the record for the highest opening day gross on a Thursday, making $50,013,859.00.5 The Star Wars saga continued with the release of The Force Awakens, the first installment of the sequel trilogy, in 2015.67"^^xsd:string ; + voc:director "George Lucas"^^xsd:string ; + voc:episodeId 3 ; + voc:openingCrawl """War! The Republic is crumbling\r +under attacks by the ruthless\r +Sith Lord, Count Dooku.\r +There are heroes on both sides.\r +Evil is everywhere.\r +\r +In a stunning move, the\r +fiendish droid leader, General\r +Grievous, has swept into the\r +Republic capital and kidnapped\r +Chancellor Palpatine, leader of\r +the Galactic Senate.\r +\r +As the Separatist Droid Army\r +attempts to flee the besieged\r +capital with their valuable\r +hostage, two Jedi Knights lead a\r +desperate mission to rescue the\r +captive Chancellor...."""^^xsd:string ; + voc:planet , + , + , + , + , + , + , + , + , + , + , + , + ; + voc:releaseDate "2005-05-19"^^xsd:date ; + voc:starship , + , + , + , + , + , + , + , + , + , + , + ; + voc:vehicle , + , + , + , + , + , + , + , + , + , + , + , + . diff --git a/starwars/starwars_guide.json b/starwars/starwars_guide.json new file mode 100644 index 0000000..9a9cd56 --- /dev/null +++ b/starwars/starwars_guide.json @@ -0,0 +1,197 @@ +{ + "guideName": { + "en": "The Star Wars guide", + "fr": "⚒Le guide sur Star Wars" + }, + "guideDescription": { + "en": "A basic guide showing repository creation, importing RDF from file, visual graph and some SPARQL queries.", + "fr": "⚒Un guide de base montrant la création de répertoire, l'importation de RDF à partir d'un fichier, un graphique visuel et certaines requêtes SPARQL." + }, + "guideLevel": 0, + "guideOrder": 4, + "options": { + "repositoryIdBase": "starwars" + }, + "steps": [ + { + "guideBlockName": "create-repository", + "options": { + "rulesetName": "RDFS-Plus (Optimized)" + } + }, + { + "guideBlockName": "select-repository-dropdown" + }, + { + "guideBlockName": "enable-autocomplete" + }, + { + "guideBlockName": "import-rdf-file", + "options": { + "resourcePath": "starwars", + "resourceFile": "starwars.ttl" + } + }, + { + "guideBlockName": "visual-graph", + "options": { + "easyGraphInputText": "lu", + "iri": "https://swapi.co/resource/human/1", + "iriLabel": "Luke Skywalker" + } + }, + { + "guideBlockName": "visual-graph-node-focus", + "options": { + "iri": "https://swapi.co/resource/human/1", + "iriLabel": "Luke Skywalker" + } + }, + { + "guideBlockName": "visual-graph-link-focus", + "options": { + "fromIri": "https://swapi.co/resource/human/1", + "fromIriLabel": "Luke Skywalker", + "toIri": "https://swapi.co/vocabulary/Character", + "toIriLabel": "Character", + "iriLabel": "type", + "extraContent": { + "en": "This tells us that one of the RDF types for {{fromIriLabel}} is {{toIriLabel}}.", + "fr": "⚒Cela nous indique que l'un des types RDF pour {{fromIriLabel}} est {{toIriLabel}}." + } + } + }, + { + "guideBlockName": "visual-graph-node-focus", + "options": { + "iri": "https://swapi.co/vocabulary/Mammal", + "iriLabel": "Mammal", + "content": "", + "extraContent": { + "en": "{{iriLabel}} is another RDF type for Luke Skywalker.", + "fr": "⚒{{iriLabel}} est un autre type RDF pour Luke Skywalker." + } + } + }, + { + "guideBlockName": "visual-graph-link-focus", + "options": { + "fromIri": "https://swapi.co/resource/human/1", + "fromIriLabel": "Luke Skywalker", + "toIri": "https://swapi.co/resource/vehicle/14", + "toIriLabel": "Snowspeeder", + "iriLabel": "vehicle", + "content": "", + "extraContent": { + "en": "This connection tells us that {{fromIriLabel}} has a {{iriLabel}} called {{toIriLabel}}. In addition, it shows the reverse relation pilot, which links {{toIriLabel}} to {{fromIriLabel}}.", + "fr": "⚒Cette connexion nous indique que {{fromIriLabel}} a un {{iriLabel}} appelé {{toIriLabel}}. De plus, il montre la relation inverse pilot, qui relie {{toIriLabel}} à {{fromIriLabel}}." + } + } + }, + { + "guideBlockName": "visual-graph-node-focus", + "options": { + "fromIriLabel": "Luke Skywalker", + "iri": "https://swapi.co/resource/vehicle/30", + "iriLabel": "Imperial Speeder Bike", + "content": "", + "extraContent": { + "en": "{{fromIriLabel}} has another vehicle called {{iriLabel}}. Again, the reverse relation pilot links {{iriLabel}} to {{fromIriLabel}}.", + "fr": "⚒{{fromIriLabel}} a un autre vehicle appelé {{iriLabel}}. Encore une fois, la relation inverse pilot relie {{iriLabel}} à {{fromIriLabel}}." + } + } + }, + { + "guideBlockName": "visual-graph-properties", + "options": { + "iri": "https://swapi.co/resource/film/1", + "iriLabel": "A New Hope", + "focusProperties": [ + { + "property": "types", + "message": { + "en": "We can see that {{iriLabel}} has a single type, voc:Film.", + "fr": "⚒Nous pouvons voir que {{iriLabel}} a un seul type, voc:Film." + } + }, + "voc:episodeId", + "voc:releaseDate" + ] + } + }, + { + "guideBlockName": "visual-graph-expand", + "options": { + "iri": "https://swapi.co/resource/film/1", + "iriLabel": "A New Hope" + } + }, + { + "guideBlockName": "visual-graph-node-focus", + "options": { + "iri": "https://swapi.co/resource/droid/2", + "iriLabel": "C-3PO", + "content": "", + "extraContent": { + "en": "Node expansion enriches the graph by showing nodes connected to the expanded node, such as the character {{iriLabel}}.", + "fr": "⚒L'expansion des nœuds enrichit le graphique en montrant les nœuds connectés au nœud étendu, comme le caractère {{iriLabel}}." + } + } + }, + { + "guideBlockName": "visual-graph-node-focus", + "options": { + "iri": "https://swapi.co/resource/planet/1", + "iriLabel": "Tatooine", + "content": "", + "extraContent": { + "en": "The planet {{iriLabel}}, which was already shown before expanding, is now linked to both Luke Skywalker and A New Hope.", + "fr": "⚒La planète {{iriLabel}}, qui était déjà montrée avant de s'agrandir, est maintenant liée à la fois à Luke Skywalker et à A New Hope." + } + } + }, + { + "guideBlockName": "execute-sparql-query", + "options": { + "queries": [ + { + "query": "SELECT * {\n ?p ?o\n}\n", + "queryExtraContent": { + "en": "The query selects RDF statements whose subject is Luke Skywalker (identified by the IRI https://swapi.co/resource/human/1).", + "fr": "⚒La requête sélectionne les déclarations RDF dont le sujet est Luke Skywalker (identifié par l'IRI https://swapi.co/resource/human/1 )." + }, + "resultExtraContent": { + "en": "The variables ?p and ?o correspond to the predicate and object of the RDF statements.", + "fr": "⚒Les variables ?p et ?o correspondent au prédicat et à l'objet des déclarations RDF." + } + }, + { + "query": "PREFIX voc: \nPREFIX rdfs: \n\nSELECT * {\n voc:film ?movie .\n ?movie rdfs:label ?movieName .\n}\n", + "queryExtraContent": { + "en": "The query selects all movies where Luke Skywalker is one of the characters and illustrates the simplest SPARQL join, using the same variable ?movie in two different statement patterns.", + "fr": "⚒La requête sélectionne tous les films où Luke Skywalker est l'un des personnages et illustre la jointure SPARQL la plus simple, en utilisant la même variable ?movie dans deux modèles d'instructions différents." + }, + "resultExtraContent": { + "en": "The variables ?movie and ?movieName contain each movie's IRI and name respectively.", + "fr": "⚒Les variables ?movie et ?movieName contiennent respectivement l'IRI et le nom de chaque film." + } + }, + { + "query": "PREFIX voc: \nPREFIX rdfs: \n\nSELECT * {\n voc:film ?movie .\n ?movie rdfs:label ?movieName ;\n voc:releaseDate ?movieReleaseDate .\n} ORDER BY ?movieReleaseDate\n", + "queryExtraContent": { + "en": "The query builds upon the previous query but adds an additional join to fetch each movie's release date, and also sorting the results by the release date.", + "fr": "⚒La requête s'appuie sur la requête précédente mais ajoute une jointure supplémentaire pour récupérer la date de sortie de chaque film, et également trier les résultats par date de sortie." + }, + "resultExtraContent": { + "en": "The new variable ?movieReleaseDate contains the release date and the results are sorted by it. We can clearly see that A New Hope was released first.", + "fr": "⚒La nouvelle variable ?movieReleaseDate contient la date de sortie et les résultats sont triés en fonction de celle-ci. Nous pouvons clairement voir que A New Hope est sorti en premier." + } + } + ] + } + }, + { + "guideBlockName": "guide-end" + } + ] +}