@prefix :        <https://www.web3d.org/x3d/content/examples/Savage/Space/SpaceAttack/SpaceAttack.ttl#> .
@prefix owl:     <http://www.w3.org/2002/07/owl#> .
@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema:  <http://schema.org/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
@prefix x3d:     <https://www.web3d.org/specifications/x3d-4.1.xsd#> .
@prefix x3do:    <https://www.web3d.org/specifications/X3dOntology4.1#> .

:X3D a owl:NamedIndividual, x3do:X3D ;
  x3do:hasHead :head ;
  x3do:hasScene :Scene ;
  x3do:profile 'Interchange' ;
  x3do:version '3.0' ;
  x3do:noNamespaceSchemaLocation 'https://www.web3d.org/specifications/x3d-3.0.xsd' .
:head a owl:NamedIndividual, x3do:head ;
  x3do:hasParent :X3D ;
  x3do:hasMeta :meta_1_1, :meta_1_2, :meta_1_3, :meta_1_4, :meta_1_5, :meta_1_6, :meta_1_7, :meta_1_8 .
:meta_1_1 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'SpaceAttack.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Mike Perry' ;
  x3do:name 'creator' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '17 August 2000' ;
  x3do:name 'created' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '28 November 2019' ;
  x3do:name 'modified' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Three Space Ships Attack' ;
  x3do:name 'description' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Savage/Space/SpaceAttack/SpaceAttack.x3d' ;
  x3do:name 'identifier' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'X3D-Edit 3.2, https://www.web3d.org/x3d/tools/X3D-Edit' ;
  x3do:name 'generator' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "SpaceAttack.x3d" .
:meta dcterms:creator "Mike Perry" .
:meta dcterms:created "17 August 2000" .
:meta dcterms:modified "28 November 2019" .
:meta dcterms:description "Three Space Ships Attack" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Savage/Space/SpaceAttack/SpaceAttack.x3d" .
:meta dcterms:generator "X3D-Edit 3.2, https://www.web3d.org/x3d/tools/X3D-Edit" .
:meta dcterms:license "../../license.html" .
:Scene a owl:NamedIndividual, x3do:Scene ;
  x3do:hasParent :X3D ;
  x3do:hasChildren :WorldInfo_2_1, :Transform_2_2, :Transform_2_3, :Transform_2_4, :Transform_2_5, :camera1, :camera2, :camera3, :camera4, :Threeflight, :Clock, :Flightpath ;
  x3do:hasROUTE :ROUTE_2_13, :ROUTE_2_14 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'SpaceAttack.x3d' .
:Transform_2_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_2_1 ;
  x3do:translation ( 0 0 -15 ) .
:Shape_2_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2 ;
  x3do:hasGeometry :Sphere_2_2_1_1 ;
  x3do:hasAppearance :Appearance_2_2_1_2 .
:Sphere_2_2_1_1 a owl:NamedIndividual, x3do:Sphere ;
  x3do:hasParent :Shape_2_2_1 ;
  x3do:radius 2.4 .
:Appearance_2_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_2_1 ;
  x3do:hasTexture :ImageTexture_2_2_1_2_1 .
:ImageTexture_2_2_1_2_1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_2_1_2 ;
  x3do:url '"../SolarSystem/mars.jpg" "https://www.web3d.org/x3d/content/examples/Savage/Space/SolarSystem/mars.jpg"' .
:Transform_2_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_3_1 ;
  x3do:translation ( -15 0 0 ) .
:Shape_2_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3 ;
  x3do:hasGeometry :Sphere_2_3_1_1 ;
  x3do:hasAppearance :Appearance_2_3_1_2 .
:Sphere_2_3_1_1 a owl:NamedIndividual, x3do:Sphere ;
  x3do:hasParent :Shape_2_3_1 ;
  x3do:radius 3 .
:Appearance_2_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_1 ;
  x3do:hasTexture :ImageTexture_2_3_1_2_1 .
:ImageTexture_2_3_1_2_1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_3_1_2 ;
  x3do:url '"../SolarSystem/sun.jpg" "https://www.web3d.org/x3d/content/examples/Savage/Space/SolarSystem/sun.jpg"' .
:Transform_2_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_4_1 ;
  x3do:translation ( 25 0 -4 ) .
:Shape_2_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_4 ;
  x3do:hasGeometry :Sphere_2_4_1_1 ;
  x3do:hasAppearance :Appearance_2_4_1_2 .
:Sphere_2_4_1_1 a owl:NamedIndividual, x3do:Sphere ;
  x3do:hasParent :Shape_2_4_1 ;
  x3do:radius 2 .
:Appearance_2_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_4_1 ;
  x3do:hasTexture :ImageTexture_2_4_1_2_1 .
:ImageTexture_2_4_1_2_1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_4_1_2 ;
  x3do:url '"../SolarSystem/neptune.jpg" "https://www.web3d.org/x3d/content/examples/Savage/Space/SolarSystem/neptune.jpg"' .
:Transform_2_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_5_1 ;
  x3do:translation ( 0 0 25 ) .
:Shape_2_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_5 ;
  x3do:hasGeometry :Sphere_2_5_1_1 ;
  x3do:hasAppearance :Appearance_2_5_1_2 .
:Sphere_2_5_1_1 a owl:NamedIndividual, x3do:Sphere ;
  x3do:hasParent :Shape_2_5_1 ;
  x3do:radius 2 .
:Appearance_2_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_1 ;
  x3do:hasTexture :ImageTexture_2_5_1_2_1 .
:ImageTexture_2_5_1_2_1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_5_1_2 ;
  x3do:url '"../../earth-topo.png" "../../earth-topo-small.gif" "https://www.web3d.org/x3d/content/examples/Savage/Space/SpaceAttack/../../earth-topo.png" "https://www.web3d.org/x3d/content/examples/Basic/earth-topo-small.gif"' .
:camera1 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:DEF 'camera1' ;
  x3do:description 'camera 1' ;
  x3do:fieldOfView .9599 ;
  x3do:orientation ( 1 0 0 -0.2618 ) ;
  x3do:position ( .5 .5 12 ) .
:camera2 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:DEF 'camera2' ;
  x3do:description 'camera 2' ;
  x3do:orientation ( 0 1 0 1.57 ) ;
  x3do:position ( 7 0 0 ) .
:camera3 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:DEF 'camera3' ;
  x3do:description 'camera 3' ;
  x3do:orientation ( 0 1 0 -0.7854 ) ;
  x3do:position ( -5 0 5 ) .
:camera4 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:DEF 'camera4' ;
  x3do:description 'camera 4' ;
  x3do:fieldOfView 1.0472 ;
  x3do:orientation ( 0 1 0 3.14 ) ;
  x3do:position ( 0 2 -2 ) .
:Threeflight a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Fighter1, :Transform_2_10_2, :Transform_2_10_3 ;
  x3do:DEF 'Threeflight' ;
  x3do:rotation ( 1 0 0 1.57 ) .
:Fighter1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Threeflight ;
  x3do:hasChildren :Transform_2_10_1_1, :Transform_2_10_1_2, :Transform_2_10_1_3, :Transform_2_10_1_4, :Transform_2_10_1_5, :Transform_2_10_1_6, :Transform_2_10_1_7, :Transform_2_10_1_8, :Transform_2_10_1_9, :Transform_2_10_1_10 ;
  x3do:DEF 'Fighter1' .
:Transform_2_10_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Fighter1 ;
  x3do:hasChildren :Shape_2_10_1_1_1 ;
  x3do:scale ( 1 3 1 ) ;
  x3do:translation ( 0.0 0.5 -0.3 ) .
:Shape_2_10_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_10_1_1 ;
  x3do:hasGeometry :Sphere_2_10_1_1_1_1 ;
  x3do:hasAppearance :Cockpit .
:Sphere_2_10_1_1_1_1 a owl:NamedIndividual, x3do:Sphere ;
  x3do:hasParent :Shape_2_10_1_1_1 ;
  x3do:radius 0.14 .
:Cockpit a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_10_1_1_1 ;
  x3do:hasMaterial :Material_2_10_1_1_1_2_1 ;
  x3do:DEF 'Cockpit' .
:Material_2_10_1_1_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Cockpit ;
  x3do:emissiveColor ( 0 0 1 ) ;
  x3do:transparency 0.55 .
:Transform_2_10_1_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Fighter1 ;
  x3do:hasChildren :Shape_2_10_1_2_1 ;
  x3do:scale ( 0.8 0.8 0.8 ) ;
  x3do:translation ( 0.0 0.51 -0.3 ) .
:Shape_2_10_1_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_10_1_2 ;
  x3do:hasGeometry :Pilot ;
  x3do:hasAppearance :Appearance_2_10_1_2_1_2 .
:Pilot a owl:NamedIndividual, x3do:Sphere ;
  x3do:hasParent :Shape_2_10_1_2_1 ;
  x3do:DEF 'Pilot' ;
  x3do:radius 0.16 .
:Appearance_2_10_1_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_10_1_2_1 ;
  x3do:hasMaterial :Material_2_10_1_2_1_2_1 .
:Material_2_10_1_2_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_10_1_2_1_2 ;
  x3do:diffuseColor ( 1.0 0.0 0.0 ) .
:Transform_2_10_1_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Fighter1 ;
  x3do:hasChildren :Shape_2_10_1_3_1 ;
  x3do:scale ( 1 3.8 1 ) .
:Shape_2_10_1_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_10_1_3 ;
  x3do:hasGeometry :Sphere_2_10_1_3_1_1 ;
  x3do:hasAppearance :Appearance_2_10_1_3_1_2 .
:Sphere_2_10_1_3_1_1 a owl:NamedIndividual, x3do:Sphere ;
  x3do:hasParent :Shape_2_10_1_3_1 ;
  x3do:radius 0.4 .
:Appearance_2_10_1_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_10_1_3_1 ;
  x3do:hasMaterial :Material_2_10_1_3_1_2_1 .
:Material_2_10_1_3_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_10_1_3_1_2 ;
  x3do:diffuseColor ( 0.8 0.7 0.3 ) .
:Transform_2_10_1_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Fighter1 ;
  x3do:hasChildren :Afterburner ;
  x3do:rotation ( 1 0 0 3.14 ) ;
  x3do:translation ( 0.5 -2.0 0.0 ) .
:Afterburner a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_10_1_4 ;
  x3do:hasGeometry :Cone_2_10_1_4_1_1 ;
  x3do:hasAppearance :Appearance_2_10_1_4_1_2 ;
  x3do:DEF 'Afterburner' .
:Cone_2_10_1_4_1_1 a owl:NamedIndividual, x3do:Cone ;
  x3do:hasParent :Afterburner ;
  x3do:bottomRadius 0.25 ;
  x3do:height 0.9 .
:Appearance_2_10_1_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Afterburner ;
  x3do:hasMaterial :Material_2_10_1_4_1_2_1 .
:Material_2_10_1_4_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_10_1_4_1_2 ;
  x3do:diffuseColor ( 1.0 0.2 0.2 ) ;
  x3do:transparency 0.5 .
:Transform_2_10_1_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Fighter1 ;
  x3do:hasChildren :Afterburner-USE-1 ;
  x3do:rotation ( 1 0 0 3.14 ) ;
  x3do:translation ( -0.5 -2.0 0.0 ) .
:Afterburner-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_10_1_5 ;
  owl:sameAs :Afterburner . # DEF matching this USE
:Transform_2_10_1_6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Fighter1 ;
  x3do:hasChildren :Engine ;
  x3do:translation ( .5 -1 0 ) .
:Engine a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_10_1_6 ;
  x3do:hasGeometry :Cylinder_2_10_1_6_1_1 ;
  x3do:hasAppearance :Appearance_2_10_1_6_1_2 ;
  x3do:DEF 'Engine' .
:Cylinder_2_10_1_6_1_1 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Engine ;
  x3do:bottom false ;
  x3do:radius .25 .
:Appearance_2_10_1_6_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Engine ;
  x3do:hasMaterial :Material_2_10_1_6_1_2_1 .
:Material_2_10_1_6_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_10_1_6_1_2 ;
  x3do:diffuseColor ( 0.8 0.7 0.3 ) .
:Transform_2_10_1_7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Fighter1 ;
  x3do:hasChildren :Engine-USE-1 ;
  x3do:translation ( -0.5 -1 0 ) .
:Engine-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_10_1_7 ;
  owl:sameAs :Engine . # DEF matching this USE
:Transform_2_10_1_8 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Fighter1 ;
  x3do:hasChildren :Wing ;
  x3do:scale ( 9 1 1 ) .
:Wing a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_10_1_8 ;
  x3do:hasAppearance :Appearance_2_10_1_8_1_1 ;
  x3do:hasGeometry :Cone_2_10_1_8_1_2 ;
  x3do:DEF 'Wing' .
:Appearance_2_10_1_8_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Wing ;
  x3do:hasMaterial :Material_2_10_1_8_1_1_1 .
:Material_2_10_1_8_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_10_1_8_1_1 ;
  x3do:diffuseColor ( 0.8 0.7 0.3 ) .
:Cone_2_10_1_8_1_2 a owl:NamedIndividual, x3do:Cone ;
  x3do:hasParent :Wing ;
  x3do:bottomRadius 0.2 ;
  x3do:height 2.8 .
:Transform_2_10_1_9 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Fighter1 ;
  x3do:hasChildren :Bomb ;
  x3do:scale ( 1 3 1 ) ;
  x3do:translation ( 1.0 -0.6 0.2 ) .
:Bomb a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_10_1_9 ;
  x3do:hasGeometry :Sphere_2_10_1_9_1_1 ;
  x3do:hasAppearance :Appearance_2_10_1_9_1_2 ;
  x3do:DEF 'Bomb' .
:Sphere_2_10_1_9_1_1 a owl:NamedIndividual, x3do:Sphere ;
  x3do:hasParent :Bomb ;
  x3do:radius .1 .
:Appearance_2_10_1_9_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Bomb ;
  x3do:hasMaterial :Material_2_10_1_9_1_2_1 .
:Material_2_10_1_9_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_10_1_9_1_2 ;
  x3do:diffuseColor ( 0 0.8 0 ) .
:Transform_2_10_1_10 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Fighter1 ;
  x3do:hasChildren :Bomb-USE-1 ;
  x3do:scale ( 1 3 1 ) ;
  x3do:translation ( -1.0 -0.6 0.2 ) .
:Bomb-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_10_1_10 ;
  owl:sameAs :Bomb . # DEF matching this USE
:Transform_2_10_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Threeflight ;
  x3do:hasChildren :Fighter1-USE-1 ;
  x3do:translation ( 2.5 -2.0 1.0 ) .
:Fighter1-USE-1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_10_2 ;
  owl:sameAs :Fighter1 . # DEF matching this USE
:Transform_2_10_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Threeflight ;
  x3do:hasChildren :Fighter1-USE-2 ;
  x3do:translation ( -2.5 -2.0 1.3 ) .
:Fighter1-USE-2 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_10_3 ;
  owl:sameAs :Fighter1 . # DEF matching this USE
:Clock a owl:NamedIndividual, x3do:TimeSensor ;
  x3do:hasParent :Scene ;
  x3do:DEF 'Clock' ;
  x3do:cycleInterval '10.0' ;
  x3do:loop true .
:Flightpath a owl:NamedIndividual, x3do:PositionInterpolator ;
  x3do:hasParent :Scene ;
  x3do:DEF 'Flightpath' ;
  x3do:key ( 0.00 0.11 0.12 0.13 0.14 0.15 0.16 0.17 0.18 0.19 0.20 0.21 0.22 0.23 0.24 0.25 0.26 0.27 0.28 0.29 0.30 0.31 0.32 0.33 .34 .35 0.36 0.37 0.50 0.70 0.80 0.90 1 ) ;
  x3do:keyValue ( 0.0 0.0 -10.0 0.0 0.0 0.0 0.0 0.0 0.5 0.0 0.0 1.0 0.0 0.0 1.5 0.0 0.0 2.0 0.0 0.0 3.5 0.0 0.0 4.0 0.0 0.0 4.5 0.0 0.0 5.0 0.0 0.0 5.5 0.0 0.0 6.0 0.0 0.0 6.5 0.0 0.0 7.0 0.0 0.0 7.5 0.0 0.0 8.0 0.0 0.0 8.5 0.0 0.0 9.0 0.0 0.0 10.0 0.0 0.0 10.5 0.0 0.0 11.0 0.0 0.0 11.5 0.0 0.0 12.0 0.0 0.0 12.5 0.0 0.0 13.0 0.0 0.0 13.5 0.0 0.0 14.0 0.0 0.0 14.5 0.0 0.0 15.0 0.0 0.0 15.5 0.0 0.0 17.0 0.0 0.0 18.0 0.0 0.0 19.0 ) .
:ROUTE_2_13 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'Clock' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'Flightpath' .
:ROUTE_2_14 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'value_changed' ;
  x3do:fromNode 'Flightpath' ;
  x3do:toField 'set_translation' ;
  x3do:toNode 'Threeflight' .
