@prefix :        <https://www.web3d.org/x3d/content/examples/Savage/AmphibiousVehicles/AAAV/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_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 'AAAV Body' ;
  x3do:name 'description' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'William Geissler' ;
  x3do:name 'creator' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '9 February 2001' ;
  x3do:name 'created' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '20 October 2019' ;
  x3do:name 'modified' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Savage/AmphibiousVehicles/AAAV/Body.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 "Body.x3d" .
:meta dcterms:description "AAAV Body" .
:meta dcterms:creator "William Geissler" .
:meta dcterms:created "9 February 2001" .
:meta dcterms:modified "20 October 2019" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Savage/AmphibiousVehicles/AAAV/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, :Background_2_3, :Body ;
  x3do:hasROUTE :ROUTE_2_5, :ROUTE_2_6, :ROUTE_2_7 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:info '"AAAV Vehicle Body"' ;
  x3do:title 'AAAV Body' .
:NavigationInfo_2_2 a owl:NamedIndividual, x3do:NavigationInfo ;
  x3do:hasParent :Scene ;
  x3do:speed 10 .
:Background_2_3 a owl:NamedIndividual, x3do:Background ;
  x3do:hasParent :Scene ;
  x3do:groundColor ( 0.3 0.6 0.3 ) ;
  x3do:skyColor ( 0.3 0.6 0.3 ) .
:Body a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_4_1, :ChineFlap, :Transform_2_4_3, :Transform_2_4_4, :Transform_2_4_5, :Transform_2_4_6, :Transform_2_4_7, :Transform_2_4_8, :Transform_2_4_9, :Transform_2_4_10 ;
  x3do:DEF 'Body' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 2.5 1.1 -5.2 ) .
:Shape_2_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Body ;
  x3do:hasAppearance :Appearance_2_4_1_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_4_1_2 .
:Appearance_2_4_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_4_1 ;
  x3do:hasTexture :ImageTexture_2_4_1_1_1 .
:ImageTexture_2_4_1_1_1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_4_1_1 ;
  x3do:url '"cammie1.jpg" "https://www.web3d.org/x3d/content/examples/Savage/AmphibiousVehicles/AAAV/cammie1.jpg"' .
:IndexedFaceSet_2_4_1_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_4_1 ;
  x3do:hasCoord :Coordinate_2_4_1_2_1 ;
  x3do:hasTexCoord :TextureCoordinate_2_4_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_4_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_4_1_2 ;
  x3do:point ( 0.0 0.0 0.0 -2.6 0.0 0.0 -3.4 -0.6 0.0 -6.8 -0.6 0.0 -7.6 0.0 0.0 -9.8 -0.4 0.0 -10.4 -0.8 0.0 -9.4 -1.6 0.0 -0.4 -1.6 0.0 -9.4 -1.6 -0.8 -0.4 -1.6 -0.8 -8.4 -2.7 -0.8 -0.8 -2.7 -0.8 -2.6 0.0 -1.0 -7.6 0.0 -1.0 0.0 0.0 -5.0 -0.4 -1.6 -5.0 -9.4 -1.6 -5.0 -10.4 -0.8 -5.0 -9.8 -0.4 -5.0 -7.6 0.0 -5.0 -6.8 -0.6 -5.0 -3.4 -0.6 -5.0 -2.6 0.0 -5.0 -0.4 -1.6 -4.2 -9.4 -1.6 -4.2 -0.8 -2.7 -4.2 -8.4 -2.7 -4.2 -7.6 0.0 -4.0 -2.6 0.0 -4.0 ) .
:TextureCoordinate_2_4_1_2_2 a owl:NamedIndividual, x3do:TextureCoordinate ;
  x3do:hasParent :IndexedFaceSet_2_4_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 ) .
:ChineFlap a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Body ;
  x3do:hasChildren :Shape_2_4_2_1, :Transform_2_4_2_2, :Transform_2_4_2_3, :Transform_2_4_2_4, :Transform_2_4_2_5, :Transform_2_4_2_6, :Transform_2_4_2_7, :Transform_2_4_2_8 ;
  x3do:DEF 'ChineFlap' .
:Shape_2_4_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :ChineFlap ;
  x3do:hasGeometry :Extrusion_2_4_2_1_1 ;
  x3do:hasAppearance :Appearance_2_4_2_1_2 .
:Extrusion_2_4_2_1_1 a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :Shape_2_4_2_1 ;
  x3do:ccw false ;
  x3do:crossSection ( 4.5 0.5 -4.5 0.5 -3.5 -0.5 4.1 -0.5 4.5 0.5 ) ;
  x3do:spine ( -4.9 -2.0 0.04 -4.9 -2.0 -0.01 ) .
:Appearance_2_4_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_4_2_1 ;
  x3do:hasTexture :ImageTexture_2_4_2_1_2_1 .
:ImageTexture_2_4_2_1_2_1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_4_2_1_2 ;
  x3do:url '"cammie1a.jpg" "https://www.web3d.org/x3d/content/examples/Savage/AmphibiousVehicles/AAAV/cammie1a.jpg"' .
:Transform_2_4_2_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :ChineFlap ;
  x3do:hasChildren :Shape_2_4_2_2_1 ;
  x3do:translation ( -8.0 -1.55 0.035 ) .
:Shape_2_4_2_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_4_2_2 ;
  x3do:hasGeometry :Box_2_4_2_2_1_1 ;
  x3do:hasAppearance :Appearance_2_4_2_2_1_2 .
:Box_2_4_2_2_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_4_2_2_1 ;
  x3do:size ( 0.1 0.1 0.1 ) .
:Appearance_2_4_2_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_4_2_2_1 ;
  x3do:hasMaterial :Material_2_4_2_2_1_2_1 .
:Material_2_4_2_2_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_4_2_2_1_2 ;
  x3do:diffuseColor ( 0.2 0.2 0.2 ) .
:Transform_2_4_2_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :ChineFlap ;
  x3do:hasChildren :Shape_2_4_2_3_1 ;
  x3do:translation ( -6.95 -1.55 0.035 ) .
:Shape_2_4_2_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_4_2_3 ;
  x3do:hasGeometry :Box_2_4_2_3_1_1 ;
  x3do:hasAppearance :Appearance_2_4_2_3_1_2 .
:Box_2_4_2_3_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_4_2_3_1 ;
  x3do:size ( 0.1 0.1 0.1 ) .
:Appearance_2_4_2_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_4_2_3_1 ;
  x3do:hasMaterial :Material_2_4_2_3_1_2_1 .
:Material_2_4_2_3_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_4_2_3_1_2 ;
  x3do:diffuseColor ( 0.2 0.2 0.2 ) .
:Transform_2_4_2_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :ChineFlap ;
  x3do:hasChildren :Shape_2_4_2_4_1 ;
  x3do:translation ( -5.7 -1.55 0.035 ) .
:Shape_2_4_2_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_4_2_4 ;
  x3do:hasGeometry :Box_2_4_2_4_1_1 ;
  x3do:hasAppearance :Appearance_2_4_2_4_1_2 .
:Box_2_4_2_4_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_4_2_4_1 ;
  x3do:size ( 0.1 0.1 0.1 ) .
:Appearance_2_4_2_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_4_2_4_1 ;
  x3do:hasMaterial :Material_2_4_2_4_1_2_1 .
:Material_2_4_2_4_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_4_2_4_1_2 ;
  x3do:diffuseColor ( 0.2 0.2 0.2 ) .
:Transform_2_4_2_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :ChineFlap ;
  x3do:hasChildren :Shape_2_4_2_5_1 ;
  x3do:translation ( -4.5 -1.55 0.035 ) .
:Shape_2_4_2_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_4_2_5 ;
  x3do:hasGeometry :Box_2_4_2_5_1_1 ;
  x3do:hasAppearance :Appearance_2_4_2_5_1_2 .
:Box_2_4_2_5_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_4_2_5_1 ;
  x3do:size ( 0.1 0.1 0.1 ) .
:Appearance_2_4_2_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_4_2_5_1 ;
  x3do:hasMaterial :Material_2_4_2_5_1_2_1 .
:Material_2_4_2_5_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_4_2_5_1_2 ;
  x3do:diffuseColor ( 0.2 0.2 0.2 ) .
:Transform_2_4_2_6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :ChineFlap ;
  x3do:hasChildren :Shape_2_4_2_6_1 ;
  x3do:translation ( -3.4 -1.55 0.035 ) .
:Shape_2_4_2_6_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_4_2_6 ;
  x3do:hasGeometry :Box_2_4_2_6_1_1 ;
  x3do:hasAppearance :Appearance_2_4_2_6_1_2 .
:Box_2_4_2_6_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_4_2_6_1 ;
  x3do:size ( 0.1 0.1 0.1 ) .
:Appearance_2_4_2_6_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_4_2_6_1 ;
  x3do:hasMaterial :Material_2_4_2_6_1_2_1 .
:Material_2_4_2_6_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_4_2_6_1_2 ;
  x3do:diffuseColor ( 0.2 0.2 0.2 ) .
:Transform_2_4_2_7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :ChineFlap ;
  x3do:hasChildren :Shape_2_4_2_7_1 ;
  x3do:translation ( -2.3 -1.55 0.035 ) .
:Shape_2_4_2_7_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_4_2_7 ;
  x3do:hasGeometry :Box_2_4_2_7_1_1 ;
  x3do:hasAppearance :Appearance_2_4_2_7_1_2 .
:Box_2_4_2_7_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_4_2_7_1 ;
  x3do:size ( 0.1 0.1 0.1 ) .
:Appearance_2_4_2_7_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_4_2_7_1 ;
  x3do:hasMaterial :Material_2_4_2_7_1_2_1 .
:Material_2_4_2_7_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_4_2_7_1_2 ;
  x3do:diffuseColor ( 0.2 0.2 0.2 ) .
:Transform_2_4_2_8 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :ChineFlap ;
  x3do:hasChildren :Shape_2_4_2_8_1 ;
  x3do:translation ( -1.3 -1.55 0.035 ) .
:Shape_2_4_2_8_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_4_2_8 ;
  x3do:hasGeometry :Box_2_4_2_8_1_1 ;
  x3do:hasAppearance :Appearance_2_4_2_8_1_2 .
:Box_2_4_2_8_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_4_2_8_1 ;
  x3do:size ( 0.1 0.1 0.1 ) .
:Appearance_2_4_2_8_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_4_2_8_1 ;
  x3do:hasMaterial :Material_2_4_2_8_1_2_1 .
:Material_2_4_2_8_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_4_2_8_1_2 ;
  x3do:diffuseColor ( 0.2 0.2 0.2 ) .
:Transform_2_4_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Body ;
  x3do:hasChildren :ChineFlap-USE-1 ;
  x3do:translation ( 0 0 -5 ) .
:ChineFlap-USE-1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_4_3 ;
  owl:sameAs :ChineFlap . # DEF matching this USE
:Transform_2_4_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Body ;
  x3do:hasChildren :CrewHatch ;
  x3do:translation ( -8.2 -0.1 -1.0 ) .
:CrewHatch a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_4_4 ;
  x3do:hasChildren :Shape_2_4_4_1_1, :Transform_2_4_4_1_2, :Transform_2_4_4_1_3, :Transform_2_4_4_1_4, :Transform_2_4_4_1_5 ;
  x3do:DEF 'CrewHatch' .
:Shape_2_4_4_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :CrewHatch ;
  x3do:hasGeometry :Extrusion_2_4_4_1_1_1 ;
  x3do:hasAppearance :Appearance_2_4_4_1_1_2 .
:Extrusion_2_4_4_1_1_1 a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :Shape_2_4_4_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_4_4_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_4_4_1_1 ;
  x3do:hasTexture :cammie2 .
:cammie2 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_4_4_1_1_2 ;
  x3do:DEF 'cammie2' ;
  x3do:url '"cammie2.jpg" "https://www.web3d.org/x3d/content/examples/Savage/AmphibiousVehicles/AAAV/cammie2.jpg"' .
:Transform_2_4_4_1_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :CrewHatch ;
  x3do:hasChildren :Shape_2_4_4_1_2_1 ;
  x3do:translation ( 0.40 0.05 0.00 ) .
:Shape_2_4_4_1_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_4_4_1_2 ;
  x3do:hasGeometry :Box_2_4_4_1_2_1_1 ;
  x3do:hasAppearance :Appearance_2_4_4_1_2_1_2 .
:Box_2_4_4_1_2_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_4_4_1_2_1 ;
  x3do:size ( 0.2 0.1 0.7 ) .
:Appearance_2_4_4_1_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_4_4_1_2_1 ;
  x3do:hasTexture :cammie2-USE-1 .
:cammie2-USE-1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_4_4_1_2_1_2 ;
  owl:sameAs :cammie2 . # DEF matching this USE
:Transform_2_4_4_1_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :CrewHatch ;
  x3do:hasChildren :Shape_2_4_4_1_3_1 ;
  x3do:rotation ( 0 1 0 0.785 ) ;
  x3do:translation ( -0.325 0 -0.325 ) .
:Shape_2_4_4_1_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_4_4_1_3 ;
  x3do:hasGeometry :Box_2_4_4_1_3_1_1 ;
  x3do:hasAppearance :Appearance_2_4_4_1_3_1_2 .
:Box_2_4_4_1_3_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_4_4_1_3_1 ;
  x3do:size ( 0.3 0.06 0.05 ) .
:Appearance_2_4_4_1_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_4_4_1_3_1 ;
  x3do:hasMaterial :Material_2_4_4_1_3_1_2_1 .
:Material_2_4_4_1_3_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_4_4_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_4_4_1_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :CrewHatch ;
  x3do:hasChildren :Shape_2_4_4_1_4_1 ;
  x3do:rotation ( 0 1 0 -0.785 ) ;
  x3do:translation ( -0.325 0 0.325 ) .
:Shape_2_4_4_1_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_4_4_1_4 ;
  x3do:hasGeometry :Box_2_4_4_1_4_1_1 ;
  x3do:hasAppearance :Appearance_2_4_4_1_4_1_2 .
:Box_2_4_4_1_4_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_4_4_1_4_1 ;
  x3do:size ( 0.3 0.06 0.05 ) .
:Appearance_2_4_4_1_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_4_4_1_4_1 ;
  x3do:hasMaterial :Material_2_4_4_1_4_1_2_1 .
:Material_2_4_4_1_4_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_4_4_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_4_4_1_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :CrewHatch ;
  x3do:hasChildren :Shape_2_4_4_1_5_1 ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( -0.45 0 0 ) .
:Shape_2_4_4_1_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_4_4_1_5 ;
  x3do:hasGeometry :Box_2_4_4_1_5_1_1 ;
  x3do:hasAppearance :Appearance_2_4_4_1_5_1_2 .
:Box_2_4_4_1_5_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_4_4_1_5_1 ;
  x3do:size ( 0.3 0.06 0.05 ) .
:Appearance_2_4_4_1_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_4_4_1_5_1 ;
  x3do:hasMaterial :Material_2_4_4_1_5_1_2_1 .
:Material_2_4_4_1_5_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_4_4_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 ) .
:Transform_2_4_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Body ;
  x3do:hasChildren :CrewHatch-USE-1 ;
  x3do:translation ( -8.2 -0.1 -4.0 ) .
:CrewHatch-USE-1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_4_5 ;
  owl:sameAs :CrewHatch . # DEF matching this USE
:Transform_2_4_6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Body ;
  x3do:hasChildren :Antenna ;
  x3do:translation ( -2.4 0 -0.5 ) .
:Antenna a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_4_6 ;
  x3do:hasChildren :Shape_2_4_6_1_1, :Transform_2_4_6_1_2 ;
  x3do:DEF 'Antenna' .
:Shape_2_4_6_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Antenna ;
  x3do:hasGeometry :Cone_2_4_6_1_1_1 ;
  x3do:hasAppearance :Appearance_2_4_6_1_1_2 .
:Cone_2_4_6_1_1_1 a owl:NamedIndividual, x3do:Cone ;
  x3do:hasParent :Shape_2_4_6_1_1 ;
  x3do:bottom false ;
  x3do:bottomRadius 0.2 ;
  x3do:height 0.5 .
:Appearance_2_4_6_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_4_6_1_1 ;
  x3do:hasMaterial :Material_2_4_6_1_1_2_1 .
:Material_2_4_6_1_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_4_6_1_1_2 ;
  x3do:diffuseColor ( 0.1 0.1 0.1 ) .
:Transform_2_4_6_1_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Antenna ;
  x3do:hasChildren :Shape_2_4_6_1_2_1 ;
  x3do:translation ( 0 1.4 0 ) .
:Shape_2_4_6_1_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_4_6_1_2 ;
  x3do:hasGeometry :Cylinder_2_4_6_1_2_1_1 ;
  x3do:hasAppearance :Appearance_2_4_6_1_2_1_2 .
:Cylinder_2_4_6_1_2_1_1 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_4_6_1_2_1 ;
  x3do:bottom false ;
  x3do:height 3 ;
  x3do:radius 0.01 .
:Appearance_2_4_6_1_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_4_6_1_2_1 ;
  x3do:hasMaterial :Material_2_4_6_1_2_1_2_1 .
:Material_2_4_6_1_2_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_4_6_1_2_1_2 ;
  x3do:diffuseColor ( 0.1 0.1 0.1 ) .
:Transform_2_4_7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Body ;
  x3do:hasChildren :Antenna-USE-1 ;
  x3do:translation ( -2.4 0 -4.5 ) .
:Antenna-USE-1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_4_7 ;
  owl:sameAs :Antenna . # DEF matching this USE
:Transform_2_4_8 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Body ;
  x3do:hasChildren :Shape_2_4_8_1 ;
  x3do:translation ( -4.0 0.0 -2.5 ) .
:Shape_2_4_8_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_4_8 ;
  x3do:hasGeometry :Box_2_4_8_1_1 ;
  x3do:hasAppearance :Appearance_2_4_8_1_2 .
:Box_2_4_8_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_4_8_1 ;
  x3do:size ( 3 0.1 1.5 ) .
:Appearance_2_4_8_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_4_8_1 ;
  x3do:hasTexture :ImageTexture_2_4_8_1_2_1 .
:ImageTexture_2_4_8_1_2_1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_4_8_1_2 ;
  x3do:url '"engine.jpg" "https://www.web3d.org/x3d/content/examples/Savage/AmphibiousVehicles/AAAV/engine.jpg"' .
:Transform_2_4_9 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Body ;
  x3do:hasChildren :BowPlane, :Transform_2_4_9_2 ;
  x3do:rotation ( 1 0 0 -1.57 ) .
:BowPlane a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_4_9 ;
  x3do:hasChildren :Group_2_4_9_1_1, :BOWCYLINDERSENSOR ;
  x3do:DEF 'BowPlane' ;
  x3do:rotation ( 0 1 0 -0.805 ) ;
  x3do:translation ( -8.6 2.5 -2.6 ) .
:Group_2_4_9_1_1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :BowPlane ;
  x3do:hasChildren :Shape_2_4_9_1_1_1, :Transform_2_4_9_1_1_2, :BowTop .
:Shape_2_4_9_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Group_2_4_9_1_1 ;
  x3do:hasGeometry :Extrusion_2_4_9_1_1_1_1 ;
  x3do:hasAppearance :Appearance_2_4_9_1_1_1_2 .
:Extrusion_2_4_9_1_1_1_1 a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :Shape_2_4_9_1_1_1 ;
  x3do:convex false ;
  x3do:crossSection ( 2.4 3.0 -2.4 3.0 -2.4 1.5 -1.4 1.5 -1.4 0.0 1.4 0.0 1.4 1.4 2.4 1.4 2.4 3.0 ) ;
  x3do:solid false ;
  x3do:spine ( 0 0 0 0.05 0 0 ) .
:Appearance_2_4_9_1_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_4_9_1_1_1 ;
  x3do:hasTexture :cammie2-USE-2 .
:cammie2-USE-2 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_4_9_1_1_1_2 ;
  owl:sameAs :cammie2 . # DEF matching this USE
:Transform_2_4_9_1_1_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_4_9_1_1 ;
  x3do:hasChildren :Shape_2_4_9_1_1_2_1 ;
  x3do:translation ( 0 0 3.0 ) .
:Shape_2_4_9_1_1_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_4_9_1_1_2 ;
  x3do:hasGeometry :Cylinder_2_4_9_1_1_2_1_1 ;
  x3do:hasAppearance :Appearance_2_4_9_1_1_2_1_2 .
:Cylinder_2_4_9_1_1_2_1_1 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_4_9_1_1_2_1 ;
  x3do:height 4.8 ;
  x3do:radius 0.05 .
:Appearance_2_4_9_1_1_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_4_9_1_1_2_1 ;
  x3do:hasTexture :green1 .
:green1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_4_9_1_1_2_1_2 ;
  x3do:DEF 'green1' ;
  x3do:url '"green1.jpg" "https://www.web3d.org/x3d/content/examples/Savage/AmphibiousVehicles/AAAV/green1.jpg"' .
:BowTop a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_4_9_1_1 ;
  x3do:hasChildren :Transform_2_4_9_1_1_3_1, :BOWTOPCYLINDERSENSOR ;
  x3do:DEF 'BowTop' ;
  x3do:translation ( 0 0 3.0 ) .
:Transform_2_4_9_1_1_3_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :BowTop ;
  x3do:hasChildren :Shape_2_4_9_1_1_3_1_1 ;
  x3do:center ( -0.75 0 0 ) ;
  x3do:rotation ( 0 1 0 0.64 ) ;
  x3do:translation ( 0.75 0 0 ) .
:Shape_2_4_9_1_1_3_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_4_9_1_1_3_1 ;
  x3do:hasGeometry :Box_2_4_9_1_1_3_1_1_1 ;
  x3do:hasAppearance :Appearance_2_4_9_1_1_3_1_1_2 .
:Box_2_4_9_1_1_3_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_4_9_1_1_3_1_1 ;
  x3do:size ( 1.5 4.8 0.05 ) .
:Appearance_2_4_9_1_1_3_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_4_9_1_1_3_1_1 ;
  x3do:hasTexture :cammie2-USE-3 .
:cammie2-USE-3 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_4_9_1_1_3_1_1_2 ;
  owl:sameAs :cammie2 . # DEF matching this USE
:BOWTOPCYLINDERSENSOR a owl:NamedIndividual, x3do:CylinderSensor ;
  x3do:hasParent :BowTop ;
  x3do:DEF 'BOWTOPCYLINDERSENSOR' ;
  x3do:description 'select to rotate' ;
  x3do:maxAngle 0 ;
  x3do:minAngle -1.57 .
:BOWCYLINDERSENSOR a owl:NamedIndividual, x3do:CylinderSensor ;
  x3do:hasParent :BowPlane ;
  x3do:DEF 'BOWCYLINDERSENSOR' ;
  x3do:description 'select to rotate' ;
  x3do:maxAngle -0.805 ;
  x3do:minAngle -1.2 .
:Transform_2_4_9_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_4_9 ;
  x3do:hasChildren :Shape_2_4_9_2_1 ;
  x3do:translation ( -8.6 2.5 -2.6 ) .
:Shape_2_4_9_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_4_9_2 ;
  x3do:hasGeometry :Cylinder_2_4_9_2_1_1 ;
  x3do:hasAppearance :Appearance_2_4_9_2_1_2 .
:Cylinder_2_4_9_2_1_1 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_4_9_2_1 ;
  x3do:height 2.8 ;
  x3do:radius 0.1 .
:Appearance_2_4_9_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_4_9_2_1 ;
  x3do:hasTexture :green1-USE-1 .
:green1-USE-1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_4_9_2_1_2 ;
  owl:sameAs :green1 . # DEF matching this USE
:Transform_2_4_10 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Body ;
  x3do:hasChildren :TransomFlap, :Transform_2_4_10_2 ;
  x3do:rotation ( 1 0 0 -1.57 ) .
:TransomFlap a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_4_10 ;
  x3do:hasChildren :Group_2_4_10_1_1, :TRANSOMCYLINDERSENSOR ;
  x3do:DEF 'TransomFlap' ;
  x3do:rotation ( 0 1 0 0.3 ) ;
  x3do:translation ( -0.7 2.5 -2.6 ) .
:Group_2_4_10_1_1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :TransomFlap ;
  x3do:hasChildren :Shape_2_4_10_1_1_1 .
:Shape_2_4_10_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Group_2_4_10_1_1 ;
  x3do:hasGeometry :Extrusion_2_4_10_1_1_1_1 ;
  x3do:hasAppearance :Appearance_2_4_10_1_1_1_2 .
:Extrusion_2_4_10_1_1_1_1 a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :Shape_2_4_10_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_4_10_1_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_4_10_1_1_1 ;
  x3do:hasTexture :cammie2-USE-4 .
:cammie2-USE-4 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_4_10_1_1_1_2 ;
  owl:sameAs :cammie2 . # DEF matching this USE
:TRANSOMCYLINDERSENSOR a owl:NamedIndividual, x3do:CylinderSensor ;
  x3do:hasParent :TransomFlap ;
  x3do:DEF 'TRANSOMCYLINDERSENSOR' ;
  x3do:description 'select to rotate' ;
  x3do:maxAngle 1.7 ;
  x3do:minAngle 0.3 .
:Transform_2_4_10_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_4_10 ;
  x3do:hasChildren :Shape_2_4_10_2_1 ;
  x3do:translation ( -0.7 2.5 -2.6 ) .
:Shape_2_4_10_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_4_10_2 ;
  x3do:hasGeometry :Cylinder_2_4_10_2_1_1 ;
  x3do:hasAppearance :Appearance_2_4_10_2_1_2 .
:Cylinder_2_4_10_2_1_1 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_4_10_2_1 ;
  x3do:height 2.8 ;
  x3do:radius 0.1 .
:Appearance_2_4_10_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_4_10_2_1 ;
  x3do:hasTexture :green1-USE-2 .
:green1-USE-2 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_4_10_2_1_2 ;
  owl:sameAs :green1 . # DEF matching this USE
:ROUTE_2_5 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'rotation_changed' ;
  x3do:fromNode 'BOWCYLINDERSENSOR' ;
  x3do:toField 'set_rotation' ;
  x3do:toNode 'BowPlane' .
:ROUTE_2_6 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'rotation_changed' ;
  x3do:fromNode 'BOWTOPCYLINDERSENSOR' ;
  x3do:toField 'set_rotation' ;
  x3do:toNode 'BowTop' .
:ROUTE_2_7 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'rotation_changed' ;
  x3do:fromNode 'TRANSOMCYLINDERSENSOR' ;
  x3do:toField 'set_rotation' ;
  x3do:toNode 'TransomFlap' .
