@prefix :        <https://www.web3d.org/x3d/content/examples/Savage/GroundVehicles/MEFFV/Body.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_1 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Body.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'MEFFV Body' ;
  x3do:name 'description' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Sean Hynes' ;
  x3do:name 'creator' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'This body is modified from William Geissler&apos;s AAAV Body' ;
  x3do:name 'contributor' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '9 September 2002' ;
  x3do:name 'created' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '7 April 2024' ;
  x3do:name 'modified' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Savage/GroundVehicles/MEFFV/Body.x3d' ;
  x3do:name 'identifier' .
:meta_1_8 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_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "Body.x3d" .
:meta dcterms:description "MEFFV Body" .
:meta dcterms:creator "Sean Hynes" .
:meta dcterms:created "9 September 2002" .
:meta dcterms:modified "7 April 2024" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Savage/GroundVehicles/MEFFV/Body.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, :NavigationInfo_2_2, :Body ;
  x3do:hasROUTE :ROUTE_2_4 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:info '"MEFFV Vehicle Body"' ;
  x3do:title 'MEFFV Body' .
:NavigationInfo_2_2 a owl:NamedIndividual, x3do:NavigationInfo ;
  x3do:hasParent :Scene ;
  x3do:speed 10 .
:Body a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :BODYSET, :HATCH, :LTANT, :RTANT, :ENGINE, :BACKDOOR ;
  x3do:DEF 'Body' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 2.5 1.1 -5.2 ) .
:BODYSET a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Body ;
  x3do:hasAppearance :Appearance_2_3_1_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_3_1_2 ;
  x3do:DEF 'BODYSET' .
:Appearance_2_3_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :BODYSET ;
  x3do:hasTexture :CAMMIE1 .
:CAMMIE1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_3_1_1 ;
  x3do:DEF 'CAMMIE1' ;
  x3do:url '"../AAAV/cammie1.jpg" "https://www.web3d.org/x3d/content/examples/Savage/AmphibiousVehicles/AAAV/cammie1.jpg"' .
:IndexedFaceSet_2_3_1_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :BODYSET ;
  x3do:hasCoord :Coordinate_2_3_1_2_1 ;
  x3do:hasTexCoord :TextureCoordinate_2_3_1_2_2 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 4 5 6 7 8 0 -1 9 10 8 7 -1 11 12 10 9 -1 3 14 4 3 -1 3 2 13 14 3 -1 2 1 13 2 -1 15 16 17 18 19 20 21 22 23 15 -1 24 25 17 16 -1 26 27 25 24 -1 21 20 28 21 -1 22 21 28 29 22 -1 23 22 29 23 -1 6 5 19 18 -1 5 4 20 19 -1 4 14 13 1 0 15 23 29 28 20 -1 0 8 10 12 26 24 16 15 0 -1 11 9 7 6 18 17 25 27 11 -1 12 11 27 26 12 -1 ) ;
  x3do:creaseAngle 0.05 ;
  x3do:texCoordIndex ( 0 1 2 3 4 5 6 7 8 0 -1 9 10 8 7 -1 11 12 10 9 -1 3 14 4 3 -1 3 2 13 14 3 -1 2 1 13 2 -1 15 16 17 18 19 20 21 22 23 15 -1 24 25 17 16 -1 26 27 25 24 -1 21 20 28 21 -1 22 21 28 29 22 -1 23 22 29 23 -1 6 5 19 18 -1 5 4 20 19 -1 4 14 13 1 0 15 23 29 28 20 -1 0 8 10 12 26 24 16 15 0 -1 11 9 7 6 18 17 25 27 11 -1 12 11 27 26 12 -1 ) .
:Coordinate_2_3_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_3_1_2 ;
  x3do:point ( 0.0 0.4 0.0 -1.6 0.4 0.0 -2.4 0.4 0.0 -3.8 0.4 0.0 -5.6 0.4 0.0 -8.0 -0.6 0.0 -10.4 -1.6 0.0 -9.4 -1.6 0.0 -0.4 -1.6 0.0 -9.4 -1.6 -0.2 -0.4 -1.6 -0.2 -8.4 -2.5 -0.8 -0.8 -2.5 -0.8 -1.6 0.4 -1.0 -5.6 0.4 -1.0 0.0 0.4 -5.0 -0.4 -1.6 -5.0 -9.4 -1.6 -5.0 -10.4 -1.6 -5.0 -8.0 -0.6 -5.0 -5.6 0.4 -5.0 -3.8 0.4 -5.0 -2.4 0.4 -5.0 -1.6 0.4 -5.0 -0.4 -1.6 -4.8 -9.4 -1.6 -5.0 -0.8 -2.5 -4.2 -8.4 -2.5 -4.2 -5.6 0.4 -4.0 -1.6 0.4 -4.0 ) .
:TextureCoordinate_2_3_1_2_2 a owl:NamedIndividual, x3do:TextureCoordinate ;
  x3do:hasParent :IndexedFaceSet_2_3_1_2 ;
  x3do:point ( 1.00 0.32 0.76 0.32 0.68 0.24 0.40 0.24 0.32 0.32 0.08 0.28 0.00 0.20 0.12 0.00 0.92 0.00 0.12 0.08 0.92 0.08 0.12 0.16 0.92 0.16 0.68 0.32 0.40 0.32 1.00 0.68 0.92 1.00 0.12 1.00 0.00 0.80 0.08 0.72 0.32 0.68 0.40 0.76 0.68 0.76 0.76 0.68 0.92 0.92 0.12 0.92 0.92 0.84 0.12 0.84 0.40 0.68 0.68 0.68 ) .
:HATCH a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Body ;
  x3do:hasChildren :CrewHatch ;
  x3do:DEF 'HATCH' ;
  x3do:scale ( 1.5 1.5 1.5 ) ;
  x3do:translation ( -6.2 0.2 -1.5 ) .
:CrewHatch a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :HATCH ;
  x3do:hasChildren :Shape_2_3_2_1_1, :Transform_2_3_2_1_2, :Transform_2_3_2_1_3, :Transform_2_3_2_1_4, :Transform_2_3_2_1_5 ;
  x3do:DEF 'CrewHatch' .
:Shape_2_3_2_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :CrewHatch ;
  x3do:hasGeometry :Extrusion_2_3_2_1_1_1 ;
  x3do:hasAppearance :Appearance_2_3_2_1_1_2 .
:Extrusion_2_3_2_1_1_1 a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :Shape_2_3_2_1_1 ;
  x3do:ccw false ;
  x3do:crossSection ( 0.30 0.35 0.20 0.45 -0.20 0.45 -0.45 0.20 -0.45 -0.20 -0.20 -0.45 0.20 -0.45 0.30 -0.35 0.30 0.35 ) ;
  x3do:spine ( 0 -0.2 0 0 0.08 0 ) .
:Appearance_2_3_2_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_2_1_1 ;
  x3do:hasTexture :CAMMIE .
:CAMMIE a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_3_2_1_1_2 ;
  x3do:DEF 'CAMMIE' ;
  x3do:url '"../AAAV/cammie2.jpg" "https://www.web3d.org/x3d/content/examples/Savage/AmphibiousVehicles/AAAV/cammie2.jpg"' .
:Transform_2_3_2_1_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :CrewHatch ;
  x3do:hasChildren :Shape_2_3_2_1_2_1 ;
  x3do:translation ( 0.40 0.05 0.00 ) .
:Shape_2_3_2_1_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_2_1_2 ;
  x3do:hasGeometry :Box_2_3_2_1_2_1_1 ;
  x3do:hasAppearance :Appearance_2_3_2_1_2_1_2 .
:Box_2_3_2_1_2_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_3_2_1_2_1 ;
  x3do:size ( 0.2 0.1 0.7 ) .
:Appearance_2_3_2_1_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_2_1_2_1 ;
  x3do:hasTexture :CAMMIE-USE-1 .
:CAMMIE-USE-1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_3_2_1_2_1_2 ;
  owl:sameAs :CAMMIE . # DEF matching this USE
:Transform_2_3_2_1_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :CrewHatch ;
  x3do:hasChildren :Shape_2_3_2_1_3_1 ;
  x3do:rotation ( 0 1 0 0.785 ) ;
  x3do:translation ( -0.325 0 -0.325 ) .
:Shape_2_3_2_1_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_2_1_3 ;
  x3do:hasGeometry :Box_2_3_2_1_3_1_1 ;
  x3do:hasAppearance :Appearance_2_3_2_1_3_1_2 .
:Box_2_3_2_1_3_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_3_2_1_3_1 ;
  x3do:size ( 0.3 0.06 0.05 ) .
:Appearance_2_3_2_1_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_2_1_3_1 ;
  x3do:hasMaterial :Material_2_3_2_1_3_1_2_1 .
:Material_2_3_2_1_3_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_3_2_1_3_1_2 ;
  x3do:ambientIntensity 0.26 ;
  x3do:diffuseColor ( 0.20 0.08 0.00 ) ;
  x3do:shininess 0.08 ;
  x3do:specularColor ( 0.75 0.33 0.00 ) .
:Transform_2_3_2_1_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :CrewHatch ;
  x3do:hasChildren :Shape_2_3_2_1_4_1 ;
  x3do:rotation ( 0 1 0 -0.785 ) ;
  x3do:translation ( -0.325 0 0.325 ) .
:Shape_2_3_2_1_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_2_1_4 ;
  x3do:hasGeometry :Box_2_3_2_1_4_1_1 ;
  x3do:hasAppearance :Appearance_2_3_2_1_4_1_2 .
:Box_2_3_2_1_4_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_3_2_1_4_1 ;
  x3do:size ( 0.3 0.06 0.05 ) .
:Appearance_2_3_2_1_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_2_1_4_1 ;
  x3do:hasMaterial :Material_2_3_2_1_4_1_2_1 .
:Material_2_3_2_1_4_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_3_2_1_4_1_2 ;
  x3do:ambientIntensity 0.26 ;
  x3do:diffuseColor ( 0.20 0.08 0.00 ) ;
  x3do:shininess 0.08 ;
  x3do:specularColor ( 0.75 0.33 0.00 ) .
:Transform_2_3_2_1_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :CrewHatch ;
  x3do:hasChildren :Shape_2_3_2_1_5_1 ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( -0.45 0 0 ) .
:Shape_2_3_2_1_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_2_1_5 ;
  x3do:hasGeometry :Box_2_3_2_1_5_1_1 ;
  x3do:hasAppearance :Appearance_2_3_2_1_5_1_2 .
:Box_2_3_2_1_5_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_3_2_1_5_1 ;
  x3do:size ( 0.3 0.06 0.05 ) .
:Appearance_2_3_2_1_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_2_1_5_1 ;
  x3do:hasMaterial :Material_2_3_2_1_5_1_2_1 .
:Material_2_3_2_1_5_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_3_2_1_5_1_2 ;
  x3do:ambientIntensity 0.26 ;
  x3do:diffuseColor ( 0.20 0.08 0.00 ) ;
  x3do:shininess 0.08 ;
  x3do:specularColor ( 0.75 0.33 0.00 ) .
:LTANT a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Body ;
  x3do:hasChildren :Antenna ;
  x3do:DEF 'LTANT' ;
  x3do:translation ( -2.4 0 -0.5 ) .
:Antenna a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :LTANT ;
  x3do:hasChildren :Shape_2_3_3_1_1, :Transform_2_3_3_1_2 ;
  x3do:DEF 'Antenna' .
:Shape_2_3_3_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Antenna ;
  x3do:hasGeometry :Cone_2_3_3_1_1_1 ;
  x3do:hasAppearance :Appearance_2_3_3_1_1_2 .
:Cone_2_3_3_1_1_1 a owl:NamedIndividual, x3do:Cone ;
  x3do:hasParent :Shape_2_3_3_1_1 ;
  x3do:bottom false ;
  x3do:bottomRadius 0.2 ;
  x3do:height 0.5 .
:Appearance_2_3_3_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_3_1_1 ;
  x3do:hasMaterial :Material_2_3_3_1_1_2_1 .
:Material_2_3_3_1_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_3_3_1_1_2 ;
  x3do:diffuseColor ( 0.1 0.1 0.1 ) .
:Transform_2_3_3_1_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Antenna ;
  x3do:hasChildren :Shape_2_3_3_1_2_1 ;
  x3do:translation ( 0 1.4 0 ) .
:Shape_2_3_3_1_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_3_1_2 ;
  x3do:hasGeometry :Cylinder_2_3_3_1_2_1_1 ;
  x3do:hasAppearance :Appearance_2_3_3_1_2_1_2 .
:Cylinder_2_3_3_1_2_1_1 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_3_3_1_2_1 ;
  x3do:bottom false ;
  x3do:height 3 ;
  x3do:radius 0.01 .
:Appearance_2_3_3_1_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_3_1_2_1 ;
  x3do:hasMaterial :Material_2_3_3_1_2_1_2_1 .
:Material_2_3_3_1_2_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_3_3_1_2_1_2 ;
  x3do:diffuseColor ( 0.1 0.1 0.1 ) .
:RTANT a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Body ;
  x3do:hasChildren :Antenna-USE-1 ;
  x3do:DEF 'RTANT' ;
  x3do:translation ( -2.4 0 -4.5 ) .
:Antenna-USE-1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :RTANT ;
  owl:sameAs :Antenna . # DEF matching this USE
:ENGINE a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Body ;
  x3do:hasChildren :Shape_2_3_5_1 ;
  x3do:DEF 'ENGINE' ;
  x3do:rotation ( 0 0 1 .40 ) ;
  x3do:translation ( -6.8 -0.05 -3.5 ) .
:Shape_2_3_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :ENGINE ;
  x3do:hasGeometry :Box_2_3_5_1_1 ;
  x3do:hasAppearance :Appearance_2_3_5_1_2 .
:Box_2_3_5_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_3_5_1 ;
  x3do:size ( 2 0.1 1.5 ) .
:Appearance_2_3_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_5_1 ;
  x3do:hasTexture :ImageTexture_2_3_5_1_2_1 .
:ImageTexture_2_3_5_1_2_1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_3_5_1_2 ;
  x3do:url '"../AAAV/engine.jpg" "https://www.web3d.org/x3d/content/examples/Savage/AmphibiousVehicles/AAAV/engine.jpg"' .
:BACKDOOR a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Body ;
  x3do:hasChildren :TransomFlap, :Transform_2_3_6_2 ;
  x3do:DEF 'BACKDOOR' ;
  x3do:rotation ( 1 0 0 -1.57 ) ;
  x3do:translation ( 0.03 0 0 ) .
:TransomFlap a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :BACKDOOR ;
  x3do:hasChildren :Group_2_3_6_1_1, :TRANSOMCYLINDERSENSOR ;
  x3do:DEF 'TransomFlap' ;
  x3do:rotation ( 0 1 0 0.3 ) ;
  x3do:scale ( 0.9 0.9 0.9 ) ;
  x3do:translation ( -0.7 2.5 -2.4 ) .
:Group_2_3_6_1_1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :TransomFlap ;
  x3do:hasChildren :Shape_2_3_6_1_1_1 .
:Shape_2_3_6_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Group_2_3_6_1_1 ;
  x3do:hasGeometry :Extrusion_2_3_6_1_1_1_1 ;
  x3do:hasAppearance :Appearance_2_3_6_1_1_1_2 .
:Extrusion_2_3_6_1_1_1_1 a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :Shape_2_3_6_1_1_1 ;
  x3do:convex false ;
  x3do:crossSection ( 1.5 2.5 -1.5 2.5 -1.5 0.0 1.5 0.0 1.5 2.5 ) ;
  x3do:solid false ;
  x3do:spine ( 0 0 0 0.05 0 0 ) .
:Appearance_2_3_6_1_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_6_1_1_1 ;
  x3do:hasTexture :CAMMIE-USE-2 .
:CAMMIE-USE-2 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_3_6_1_1_1_2 ;
  owl:sameAs :CAMMIE . # DEF matching this USE
:TRANSOMCYLINDERSENSOR a owl:NamedIndividual, x3do:CylinderSensor ;
  x3do:hasParent :TransomFlap ;
  x3do:DEF 'TRANSOMCYLINDERSENSOR' ;
  x3do:maxAngle 1.7 ;
  x3do:minAngle 0.3 .
:Transform_2_3_6_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :BACKDOOR ;
  x3do:hasChildren :Shape_2_3_6_2_1 ;
  x3do:scale ( 0.9 0.9 0.9 ) ;
  x3do:translation ( -0.7 2.5 -2.4 ) .
:Shape_2_3_6_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_6_2 ;
  x3do:hasGeometry :Cylinder_2_3_6_2_1_1 ;
  x3do:hasAppearance :Appearance_2_3_6_2_1_2 .
:Cylinder_2_3_6_2_1_1 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_3_6_2_1 ;
  x3do:height 2.8 ;
  x3do:radius 0.1 .
:Appearance_2_3_6_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_6_2_1 ;
  x3do:hasTexture :ImageTexture_2_3_6_2_1_2_1 .
:ImageTexture_2_3_6_2_1_2_1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_3_6_2_1_2 ;
  x3do:url '"../AAAV/green1.jpg" "https://www.web3d.org/x3d/content/examples/Savage/AmphibiousVehicles/AAAV/green1.jpg"' .
:ROUTE_2_4 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'rotation_changed' ;
  x3do:fromNode 'TRANSOMCYLINDERSENSOR' ;
  x3do:toField 'set_rotation' ;
  x3do:toNode 'TransomFlap' .
