@prefix :        <https://www.web3d.org/x3d/content/examples/Savage/Weapons/Missiles/RapierMissilePrototype.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.0.xsd#> .
@prefix x3do:    <https://www.web3d.org/specifications/X3dOntology4.0#> .

:X3D a owl:NamedIndividual, x3do:X3D ;
  x3do:hasHead :head ;
  x3do:hasScene :Scene ;
  x3do:profile 'Immersive' ;
  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_9, :meta_1_10 .
:meta_1_1 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'RapierMissilePrototype.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Oliver Tan' ;
  x3do:name 'creator' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '14 January 2004' ;
  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 'Rapier missile prototype definition.' ;
  x3do:name 'description' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Savage/Weapons/Missiles/RapierMissilePrototype.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 'http://www.army-technology.com/projects/jernas/jernas1.html' ;
  x3do:name 'reference' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Rapier, Rapier missile, missile' ;
  x3do:name 'subject' .
:meta_1_10 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "RapierMissilePrototype.x3d" .
:meta dcterms:creator "Oliver Tan" .
:meta dcterms:created "14 January 2004" .
:meta dcterms:modified "28 November 2019" .
:meta dcterms:description "Rapier missile prototype definition." .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Savage/Weapons/Missiles/RapierMissilePrototype.x3d" .
:meta dcterms:generator "X3D-Edit 3.2, https://www.web3d.org/x3d/tools/X3D-Edit" .
:meta dcterms:reference "http://www.army-technology.com/projects/jernas/jernas1.html" .
:meta dcterms:subject "Rapier, Rapier missile, missile" .
:meta dcterms:license "../../license.html" .
:Scene a owl:NamedIndividual, x3do:Scene ;
  x3do:hasParent :X3D ;
  x3do:hasChildren :WorldInfo_2_1, :Anchor_2_3 ;
  x3do:hasProtoDeclare :ProtoDeclare_2_2 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'RapierMissilePrototype.x3d' .
:ProtoDeclare_2_2 a owl:NamedIndividual, x3do:ProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasProtoInterface :ProtoInterface_2_2_1 ;
  x3do:hasProtoBody :ProtoBody_2_2_2 ;
  x3do:name 'RapierMissile' .
:ProtoInterface_2_2_1 a owl:NamedIndividual, x3do:ProtoInterface ;
  x3do:hasParent :ProtoDeclare_2_2 ;
  x3do:hasField :field_2_2_1_1 .
:field_2_2_1_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:hasAppearance :Appearance_2_2_1_1_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'rocketAppearance' ;
  x3do:type 'SFNode' .
:Appearance_2_2_1_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :field_2_2_1_1 ;
  x3do:hasMaterial :RocketMetal .
:RocketMetal a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_1_1_1 ;
  x3do:DEF 'RocketMetal' ;
  x3do:diffuseColor ( .3 .6 .9 ) .
:ProtoBody_2_2_2 a owl:NamedIndividual, x3do:ProtoBody ;
  x3do:hasParent :ProtoDeclare_2_2 ;
  x3do:hasChildren :Viewpoint_2_2_2_1, :Viewpoint_2_2_2_2, :Transform_2_2_2_3 .
:Viewpoint_2_2_2_1 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :ProtoBody_2_2_2 ;
  x3do:description 'Rapier missile example' .
:Viewpoint_2_2_2_2 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :ProtoBody_2_2_2 ;
  x3do:description 'Rapier missile oblique' ;
  x3do:orientation ( 0.177 0.973 -0.145 0.8128 ) ;
  x3do:position ( 7 -1.5 7.8 ) .
:Transform_2_2_2_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :ProtoBody_2_2_2 ;
  x3do:hasChildren :Transform_2_2_2_3_1 ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 2 0 0 ) .
:Transform_2_2_2_3_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_2_2_3 ;
  x3do:hasChildren :Group_2_2_2_3_1_1 ;
  x3do:rotation ( 1 0 0 1.571 ) .
:Group_2_2_2_3_1_1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_2_2_3_1 ;
  x3do:hasChildren :RocketCone, :Transform_2_2_2_3_1_1_2, :RocketBody, :BigFinsGroup, :SmallFinsGroup .
:RocketCone a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_2_2_3_1_1 ;
  x3do:hasChildren :Transform_2_2_2_3_1_1_1_1 ;
  x3do:DEF 'RocketCone' .
:Transform_2_2_2_3_1_1_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :RocketCone ;
  x3do:hasChildren :Shape_2_2_2_3_1_1_1_1_1 ;
  x3do:translation ( 0 3 0 ) .
:Shape_2_2_2_3_1_1_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_2_3_1_1_1_1 ;
  x3do:hasIS :IS_2_2_2_3_1_1_1_1_1_1 ;
  x3do:hasGeometry :Cone_2_2_2_3_1_1_1_1_1_2 .
:IS_2_2_2_3_1_1_1_1_1_1 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :Shape_2_2_2_3_1_1_1_1_1 ;
  x3do:hasConnect :connect_2_2_2_3_1_1_1_1_1_1_1 .
:connect_2_2_2_3_1_1_1_1_1_1_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_3_1_1_1_1_1_1 ;
  x3do:nodeField 'appearance' ;
  x3do:protoField 'rocketAppearance' .
:Cone_2_2_2_3_1_1_1_1_1_2 a owl:NamedIndividual, x3do:Cone ;
  x3do:hasParent :Shape_2_2_2_3_1_1_1_1_1 ;
  x3do:bottomRadius 0.5 .
:Transform_2_2_2_3_1_1_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_2_2_3_1_1 ;
  x3do:hasChildren :Shape_2_2_2_3_1_1_2_1 ;
  x3do:translation ( 0 2 0 ) .
:Shape_2_2_2_3_1_1_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_2_3_1_1_2 ;
  x3do:hasIS :IS_2_2_2_3_1_1_2_1_1 ;
  x3do:hasGeometry :Cylinder_2_2_2_3_1_1_2_1_2 .
:IS_2_2_2_3_1_1_2_1_1 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :Shape_2_2_2_3_1_1_2_1 ;
  x3do:hasConnect :connect_2_2_2_3_1_1_2_1_1_1 .
:connect_2_2_2_3_1_1_2_1_1_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_3_1_1_2_1_1 ;
  x3do:nodeField 'appearance' ;
  x3do:protoField 'rocketAppearance' .
:Cylinder_2_2_2_3_1_1_2_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_2_2_3_1_1_2_1 ;
  x3do:height 0.1 ;
  x3do:radius 0.505 .
:RocketBody a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_2_2_3_1_1 ;
  x3do:hasChildren :Transform_2_2_2_3_1_1_3_1 ;
  x3do:DEF 'RocketBody' ;
  x3do:translation ( 0 -4 0 ) .
:Transform_2_2_2_3_1_1_3_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :RocketBody ;
  x3do:hasChildren :Shape_2_2_2_3_1_1_3_1_1 ;
  x3do:scale ( 0.5 4 0.5 ) .
:Shape_2_2_2_3_1_1_3_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_2_3_1_1_3_1 ;
  x3do:hasIS :IS_2_2_2_3_1_1_3_1_1_1 ;
  x3do:hasGeometry :Extrusion_2_2_2_3_1_1_3_1_1_2 .
:IS_2_2_2_3_1_1_3_1_1_1 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :Shape_2_2_2_3_1_1_3_1_1 ;
  x3do:hasConnect :connect_2_2_2_3_1_1_3_1_1_1_1 .
:connect_2_2_2_3_1_1_3_1_1_1_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_3_1_1_3_1_1_1 ;
  x3do:nodeField 'appearance' ;
  x3do:protoField 'rocketAppearance' .
:Extrusion_2_2_2_3_1_1_3_1_1_2 a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :Shape_2_2_2_3_1_1_3_1_1 ;
  x3do:creaseAngle 0.785 ;
  x3do:crossSection ( 1.00 0.00 0.92 -0.38 0.71 -0.71 0.38 -0.92 0.00 -1.00 -0.38 -0.92 -0.71 -0.71 -0.92 -0.38 -1.00 -0.00 -0.92 0.38 -0.71 0.71 -0.38 0.92 0.00 1.00 0.38 0.92 0.71 0.71 0.92 0.38 1.00 0.00 ) ;
  x3do:scale ( 1.0 1.0 1.0 1.0 0.5 0.5 ) ;
  x3do:spine ( 0 1.5 0 0 -0.95 0 0 -1 0 ) .
:BigFinsGroup a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_2_2_3_1_1 ;
  x3do:hasChildren :Group_2_2_2_3_1_1_4_1 ;
  x3do:DEF 'BigFinsGroup' ;
  x3do:translation ( 0 -3.5 0 ) .
:Group_2_2_2_3_1_1_4_1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :BigFinsGroup ;
  x3do:hasChildren :Transform_2_2_2_3_1_1_4_1_1, :Transform_2_2_2_3_1_1_4_1_2, :Transform_2_2_2_3_1_1_4_1_3, :Transform_2_2_2_3_1_1_4_1_4 .
:Transform_2_2_2_3_1_1_4_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_2_2_3_1_1_4_1 ;
  x3do:hasChildren :BigFin ;
  x3do:translation ( 0.5 0 0 ) .
:BigFin a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_2_2_3_1_1_4_1_1 ;
  x3do:hasChildren :Shape_2_2_2_3_1_1_4_1_1_1_1 ;
  x3do:DEF 'BigFin' ;
  x3do:rotation ( 1 0 0 -1.571 ) ;
  x3do:scale ( 1 0.5 1.3 ) .
:Shape_2_2_2_3_1_1_4_1_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :BigFin ;
  x3do:hasIS :IS_2_2_2_3_1_1_4_1_1_1_1_1 ;
  x3do:hasGeometry :Extrusion_2_2_2_3_1_1_4_1_1_1_1_2 .
:IS_2_2_2_3_1_1_4_1_1_1_1_1 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :Shape_2_2_2_3_1_1_4_1_1_1_1 ;
  x3do:hasConnect :connect_2_2_2_3_1_1_4_1_1_1_1_1_1 .
:connect_2_2_2_3_1_1_4_1_1_1_1_1_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_3_1_1_4_1_1_1_1_1 ;
  x3do:nodeField 'appearance' ;
  x3do:protoField 'rocketAppearance' .
:Extrusion_2_2_2_3_1_1_4_1_1_1_1_2 a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :Shape_2_2_2_3_1_1_4_1_1_1_1 ;
  x3do:creaseAngle 0.785 ;
  x3do:crossSection ( 0.0 0.0 0.0 2.0 1.0 0.1 1.0 0.0 0.0 0.0 ) ;
  x3do:spine ( 0.0 -0.05 0.0 0.0 0.05 0.0 ) .
:Transform_2_2_2_3_1_1_4_1_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_2_2_3_1_1_4_1 ;
  x3do:hasChildren :BigFin-USE-1 ;
  x3do:rotation ( 0 1 0 1.571 ) ;
  x3do:translation ( 0 0 -0.5 ) .
:BigFin-USE-1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_2_2_3_1_1_4_1_2 ;
  owl:sameAs :BigFin . # DEF matching this USE
:Transform_2_2_2_3_1_1_4_1_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_2_2_3_1_1_4_1 ;
  x3do:hasChildren :BigFin-USE-2 ;
  x3do:rotation ( 0 1 0 3.142 ) ;
  x3do:translation ( -0.5 0 0 ) .
:BigFin-USE-2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_2_2_3_1_1_4_1_3 ;
  owl:sameAs :BigFin . # DEF matching this USE
:Transform_2_2_2_3_1_1_4_1_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_2_2_3_1_1_4_1 ;
  x3do:hasChildren :BigFin-USE-3 ;
  x3do:rotation ( 0 1 0 4.712 ) ;
  x3do:translation ( 0 0 0.5 ) .
:BigFin-USE-3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_2_2_3_1_1_4_1_4 ;
  owl:sameAs :BigFin . # DEF matching this USE
:SmallFinsGroup a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_2_2_3_1_1 ;
  x3do:hasChildren :Group_2_2_2_3_1_1_5_1 ;
  x3do:DEF 'SmallFinsGroup' ;
  x3do:translation ( 0 -7.5 0 ) .
:Group_2_2_2_3_1_1_5_1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :SmallFinsGroup ;
  x3do:hasChildren :Transform_2_2_2_3_1_1_5_1_1, :Transform_2_2_2_3_1_1_5_1_2, :Transform_2_2_2_3_1_1_5_1_3, :Transform_2_2_2_3_1_1_5_1_4 .
:Transform_2_2_2_3_1_1_5_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_2_2_3_1_1_5_1 ;
  x3do:hasChildren :SmallFin ;
  x3do:translation ( 0.5 0 0 ) .
:SmallFin a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_2_2_3_1_1_5_1_1 ;
  x3do:hasChildren :Shape_2_2_2_3_1_1_5_1_1_1_1 ;
  x3do:DEF 'SmallFin' ;
  x3do:rotation ( 1 0 0 -1.571 ) ;
  x3do:scale ( 0.5 0.5 1 ) .
:Shape_2_2_2_3_1_1_5_1_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :SmallFin ;
  x3do:hasIS :IS_2_2_2_3_1_1_5_1_1_1_1_1 ;
  x3do:hasGeometry :Extrusion_2_2_2_3_1_1_5_1_1_1_1_2 .
:IS_2_2_2_3_1_1_5_1_1_1_1_1 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :Shape_2_2_2_3_1_1_5_1_1_1_1 ;
  x3do:hasConnect :connect_2_2_2_3_1_1_5_1_1_1_1_1_1 .
:connect_2_2_2_3_1_1_5_1_1_1_1_1_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_3_1_1_5_1_1_1_1_1 ;
  x3do:nodeField 'appearance' ;
  x3do:protoField 'rocketAppearance' .
:Extrusion_2_2_2_3_1_1_5_1_1_1_1_2 a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :Shape_2_2_2_3_1_1_5_1_1_1_1 ;
  x3do:creaseAngle 0.785 ;
  x3do:crossSection ( 0.0 0.1 0.0 1.0 1.0 0.0 0.0 0.1 ) ;
  x3do:spine ( 0.0 -0.05 0.0 0.0 0.05 0.0 ) .
:Transform_2_2_2_3_1_1_5_1_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_2_2_3_1_1_5_1 ;
  x3do:hasChildren :SmallFin-USE-1 ;
  x3do:rotation ( 0 1 0 1.571 ) ;
  x3do:translation ( 0 0 -0.5 ) .
:SmallFin-USE-1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_2_2_3_1_1_5_1_2 ;
  owl:sameAs :SmallFin . # DEF matching this USE
:Transform_2_2_2_3_1_1_5_1_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_2_2_3_1_1_5_1 ;
  x3do:hasChildren :SmallFin-USE-2 ;
  x3do:rotation ( 0 1 0 3.142 ) ;
  x3do:translation ( -0.5 0 0 ) .
:SmallFin-USE-2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_2_2_3_1_1_5_1_3 ;
  owl:sameAs :SmallFin . # DEF matching this USE
:Transform_2_2_2_3_1_1_5_1_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_2_2_3_1_1_5_1 ;
  x3do:hasChildren :SmallFin-USE-3 ;
  x3do:rotation ( 0 1 0 4.712 ) ;
  x3do:translation ( 0 0 0.5 ) .
:SmallFin-USE-3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_2_2_3_1_1_5_1_4 ;
  owl:sameAs :SmallFin . # DEF matching this USE
:Anchor_2_3 a owl:NamedIndividual, x3do:Anchor ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_3_1 ;
  x3do:description 'RapierMissileExample' ;
  x3do:url '"RapierMissileExample.x3d" "https://www.web3d.org/x3d/content/examples/Savage/Weapons/Missiles/RapierMissileExample.x3d" "RapierMissileExample.wrl" "https://www.web3d.org/x3d/content/examples/Savage/Weapons/Missiles/RapierMissileExample.wrl"' .
:Shape_2_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Anchor_2_3 ;
  x3do:hasGeometry :Text_2_3_1_1 ;
  x3do:hasAppearance :Appearance_2_3_1_2 .
:Text_2_3_1_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_3_1 ;
  x3do:hasFontStyle :FontStyle_2_3_1_1_1 ;
  x3do:string '"Rapier Missile Prototype" "contains prototype definitions" "" "Click on text to see these models in" "RapierMissileExample"' .
:FontStyle_2_3_1_1_1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_3_1_1 ;
  x3do:justify '"MIDDLE" "MIDDLE"' ;
  x3do:size 0.5 .
:Appearance_2_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_1 ;
  x3do:hasMaterial :Material_2_3_1_2_1 .
:Material_2_3_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_3_1_2 ;
  x3do:diffuseColor ( 0 0.6 0.6 ) .
