@prefix :        <https://www.web3d.org/x3d/content/examples/Savage/AmphibiousVehicles/AAV/Turret.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 'Turret.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'This set of indexed face sets, primitives and inlines builds the Turret for the AAV7PA1.' ;
  x3do:name 'description' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Jeffrey Weekley' ;
  x3do:name 'creator' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '20 May 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/AAV/Turret.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 "Turret.x3d" .
:meta dcterms:description "This set of indexed face sets, primitives and inlines builds the Turret for the AAV7PA1." .
:meta dcterms:creator "Jeffrey Weekley" .
:meta dcterms:created "20 May 2001" .
:meta dcterms:modified "20 October 2019" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Savage/AmphibiousVehicles/AAV/Turret.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, :TurretRide, :Background_2_4, :Transform_2_5 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'Turret.x3d' .
:NavigationInfo_2_2 a owl:NamedIndividual, x3do:NavigationInfo ;
  x3do:hasParent :Scene ;
  x3do:avatarSize ( 0.25 0.25 0.25 ) .
:TurretRide a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:DEF 'TurretRide' ;
  x3do:description 'AAV Turret (lift to open)' ;
  x3do:orientation ( 0 -1 0 3.14 ) ;
  x3do:position ( 0 1 -5 ) .
:Background_2_4 a owl:NamedIndividual, x3do:Background ;
  x3do:hasParent :Scene ;
  x3do:skyColor ( 0.15 0.25 0.85 ) .
:Transform_2_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Top, :Sides, :TurretRing, :TurretHatch, :MainGun, :Transform_2_5_6, :SecondMainGun ;
  x3do:translation ( 0 0 -0.9 ) .
:Top a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_5 ;
  x3do:hasChildren :TopFrontLeft, :TopFrontRight, :TopRearLeft, :TopRearRight ;
  x3do:DEF 'Top' .
:TopFrontLeft a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Top ;
  x3do:hasChildren :Shape_2_5_1_1_1 ;
  x3do:DEF 'TopFrontLeft' .
:Shape_2_5_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :TopFrontLeft ;
  x3do:hasAppearance :Appearance_2_5_1_1_1_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_5_1_1_1_2 .
:Appearance_2_5_1_1_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_1_1_1 ;
  x3do:hasMaterial :OliveDrab .
:OliveDrab a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_1_1_1_1 ;
  x3do:DEF 'OliveDrab' ;
  x3do:diffuseColor ( 0.15 0.66 0.2 ) .
:IndexedFaceSet_2_5_1_1_1_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_5_1_1_1 ;
  x3do:hasCoord :Coordinate_2_5_1_1_1_2_1 ;
  x3do:coordIndex ( 0 1 2 3 4 5 6 7 8 -1 ) ;
  x3do:solid false .
:Coordinate_2_5_1_1_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_5_1_1_1_2 ;
  x3do:point ( 0 0 2.1 -0.75 0 2.1 -1.55 0 2.1 -2 0 0 -1.1 0 0 -0.9 0 0.8 -0.4 0 1.2 0 0 1.2 0 0 2.1 ) .
:TopFrontRight a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Top ;
  x3do:hasChildren :Shape_2_5_1_2_1 ;
  x3do:DEF 'TopFrontRight' .
:Shape_2_5_1_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :TopFrontRight ;
  x3do:hasAppearance :Appearance_2_5_1_2_1_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_5_1_2_1_2 .
:Appearance_2_5_1_2_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_1_2_1 ;
  x3do:hasMaterial :OliveDrab-USE-1 .
:OliveDrab-USE-1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_1_2_1_1 ;
  owl:sameAs :OliveDrab . # DEF matching this USE
:IndexedFaceSet_2_5_1_2_1_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_5_1_2_1 ;
  x3do:hasCoord :Coordinate_2_5_1_2_1_2_1 ;
  x3do:coordIndex ( 0 1 2 3 4 5 6 7 8 -1 ) ;
  x3do:solid false .
:Coordinate_2_5_1_2_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_5_1_2_1_2 ;
  x3do:point ( 0 0 2.1 0.75 0 2.1 1.65 0 1.5 2 0 0 1.1 0 0 0.9 0 0.8 0.4 0 1.2 0 0 1.2 0 0 2.1 ) .
:TopRearLeft a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Top ;
  x3do:hasChildren :Shape_2_5_1_3_1 ;
  x3do:DEF 'TopRearLeft' .
:Shape_2_5_1_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :TopRearLeft ;
  x3do:hasAppearance :Appearance_2_5_1_3_1_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_5_1_3_1_2 .
:Appearance_2_5_1_3_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_1_3_1 ;
  x3do:hasMaterial :OliveDrab-USE-2 .
:OliveDrab-USE-2 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_1_3_1_1 ;
  owl:sameAs :OliveDrab . # DEF matching this USE
:IndexedFaceSet_2_5_1_3_1_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_5_1_3_1 ;
  x3do:hasCoord :Coordinate_2_5_1_3_1_2_1 ;
  x3do:ccw false ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 4 5 -1 ) ;
  x3do:solid false .
:Coordinate_2_5_1_3_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_5_1_3_1_2 ;
  x3do:point ( 0 0 -0.75 0 0 -1.75 -0.8 0 -1.75 -2 0 0 -1.1 0 0 -0.8 0 -0.75 ) .
:TopRearRight a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Top ;
  x3do:hasChildren :Shape_2_5_1_4_1 ;
  x3do:DEF 'TopRearRight' .
:Shape_2_5_1_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :TopRearRight ;
  x3do:hasAppearance :Appearance_2_5_1_4_1_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_5_1_4_1_2 .
:Appearance_2_5_1_4_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_1_4_1 ;
  x3do:hasMaterial :OliveDrab-USE-3 .
:OliveDrab-USE-3 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_1_4_1_1 ;
  owl:sameAs :OliveDrab . # DEF matching this USE
:IndexedFaceSet_2_5_1_4_1_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_5_1_4_1 ;
  x3do:hasCoord :Coordinate_2_5_1_4_1_2_1 ;
  x3do:ccw false ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 4 5 -1 ) ;
  x3do:solid false .
:Coordinate_2_5_1_4_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_5_1_4_1_2 ;
  x3do:point ( 0 0 -0.75 0 0 -1.75 0.8 0 -1.75 2 0 0 1.1 0 0 0.8 0 -0.75 ) .
:Sides a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_5 ;
  x3do:hasChildren :Front, :LeftFront, :FrontLeftTriangle, :FrontRightTriangle, :RightFront, :RightSide, :LeftSide, :FrontBottom, :RightFrontBottom, :LeftFrontBottom, :RightBottomSide, :LeftBottomSide, :LeftRearSide, :RightRearSide, :LeftRearTriangle, :RightRearTriangle, :Back, :SlantBack ;
  x3do:DEF 'Sides' .
:Front a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Sides ;
  x3do:hasChildren :Shape_2_5_2_1_1, :LeftFrontSlant ;
  x3do:DEF 'Front' .
:Shape_2_5_2_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Front ;
  x3do:hasAppearance :Appearance_2_5_2_1_1_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_5_2_1_1_2 .
:Appearance_2_5_2_1_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_1_1 ;
  x3do:hasMaterial :OliveDrab-USE-4 .
:OliveDrab-USE-4 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_1_1_1 ;
  owl:sameAs :OliveDrab . # DEF matching this USE
:IndexedFaceSet_2_5_2_1_1_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_5_2_1_1 ;
  x3do:hasCoord :Coordinate_2_5_2_1_1_2_1 ;
  x3do:coordIndex ( 0 1 2 3 4 -1 ) ;
  x3do:solid false .
:Coordinate_2_5_2_1_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_5_2_1_1_2 ;
  x3do:point ( -0.75 0 2.1 -0.75 -0.66 3.33 0.75 -0.66 3.33 0.75 0 2.1 -0.75 0 2.1 ) .
:LeftFrontSlant a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Front ;
  x3do:hasChildren :Shape_2_5_2_1_2_1, :LeftFrontSlantBottom, :SmallFrontLeftTriangle, :SmallFrontRightTriangle ;
  x3do:DEF 'LeftFrontSlant' .
:Shape_2_5_2_1_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :LeftFrontSlant ;
  x3do:hasAppearance :Appearance_2_5_2_1_2_1_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_5_2_1_2_1_2 .
:Appearance_2_5_2_1_2_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_1_2_1 ;
  x3do:hasMaterial :OliveDrab-USE-5 .
:OliveDrab-USE-5 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_1_2_1_1 ;
  owl:sameAs :OliveDrab . # DEF matching this USE
:IndexedFaceSet_2_5_2_1_2_1_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_5_2_1_2_1 ;
  x3do:hasCoord :Coordinate_2_5_2_1_2_1_2_1 ;
  x3do:coordIndex ( 0 1 2 3 4 -1 ) ;
  x3do:solid false .
:Coordinate_2_5_2_1_2_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_5_2_1_2_1_2 ;
  x3do:point ( -1.55 0 2.1 -1.55 -0.66 3.33 -1.1 -0.66 3.33 -1.1 0 2.1 -1.55 0 2.1 ) .
:LeftFrontSlantBottom a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :LeftFrontSlant ;
  x3do:hasChildren :Shape_2_5_2_1_2_2_1 ;
  x3do:DEF 'LeftFrontSlantBottom' .
:Shape_2_5_2_1_2_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :LeftFrontSlantBottom ;
  x3do:hasAppearance :Appearance_2_5_2_1_2_2_1_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_5_2_1_2_2_1_2 .
:Appearance_2_5_2_1_2_2_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_1_2_2_1 ;
  x3do:hasMaterial :OliveDrab-USE-6 .
:OliveDrab-USE-6 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_1_2_2_1_1 ;
  owl:sameAs :OliveDrab . # DEF matching this USE
:IndexedFaceSet_2_5_2_1_2_2_1_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_5_2_1_2_2_1 ;
  x3do:hasCoord :Coordinate_2_5_2_1_2_2_1_2_1 ;
  x3do:coordIndex ( 0 1 2 3 4 -1 ) ;
  x3do:solid false .
:Coordinate_2_5_2_1_2_2_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_5_2_1_2_2_1_2 ;
  x3do:point ( -1.1 -0.66 3.33 -1.55 -0.66 3.33 -1.55 -1.32 1.5 -1.1 -1.32 1.5 -1.1 -0.66 3.33 ) .
:SmallFrontLeftTriangle a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :LeftFrontSlant ;
  x3do:hasChildren :Shape_2_5_2_1_2_3_1 ;
  x3do:DEF 'SmallFrontLeftTriangle' .
:Shape_2_5_2_1_2_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :SmallFrontLeftTriangle ;
  x3do:hasAppearance :Appearance_2_5_2_1_2_3_1_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_5_2_1_2_3_1_2 .
:Appearance_2_5_2_1_2_3_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_1_2_3_1 ;
  x3do:hasMaterial :OliveDrab-USE-7 .
:OliveDrab-USE-7 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_1_2_3_1_1 ;
  owl:sameAs :OliveDrab . # DEF matching this USE
:IndexedFaceSet_2_5_2_1_2_3_1_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_5_2_1_2_3_1 ;
  x3do:hasCoord :Coordinate_2_5_2_1_2_3_1_2_1 ;
  x3do:coordIndex ( 0 1 2 3 4 5 6 -1 ) ;
  x3do:solid false .
:Coordinate_2_5_2_1_2_3_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_5_2_1_2_3_1_2 ;
  x3do:point ( -1.55 0 2.1 -1.55 -0.66 3.33 -1.55 -1.32 1.5 -1 -1.32 0 -2 -0.66 0 -2 0 0 -1.55 0 2.1 ) .
:SmallFrontRightTriangle a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :LeftFrontSlant ;
  x3do:hasChildren :Shape_2_5_2_1_2_4_1 ;
  x3do:DEF 'SmallFrontRightTriangle' .
:Shape_2_5_2_1_2_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :SmallFrontRightTriangle ;
  x3do:hasAppearance :Appearance_2_5_2_1_2_4_1_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_5_2_1_2_4_1_2 .
:Appearance_2_5_2_1_2_4_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_1_2_4_1 ;
  x3do:hasMaterial :OliveDrab-USE-8 .
:OliveDrab-USE-8 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_1_2_4_1_1 ;
  owl:sameAs :OliveDrab . # DEF matching this USE
:IndexedFaceSet_2_5_2_1_2_4_1_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_5_2_1_2_4_1 ;
  x3do:hasCoord :Coordinate_2_5_2_1_2_4_1_2_1 ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_5_2_1_2_4_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_5_2_1_2_4_1_2 ;
  x3do:point ( -1.1 0 2.1 -1.1 -0.66 3.33 -1.1 -1.32 1.5 -1.1 0 2.1 ) .
:LeftFront a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Sides ;
  x3do:hasChildren :Shape_2_5_2_2_1 ;
  x3do:DEF 'LeftFront' .
:Shape_2_5_2_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :LeftFront ;
  x3do:hasAppearance :Appearance_2_5_2_2_1_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_5_2_2_1_2 .
:Appearance_2_5_2_2_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_2_1 ;
  x3do:hasMaterial :OliveDrab-USE-9 .
:OliveDrab-USE-9 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_2_1_1 ;
  owl:sameAs :OliveDrab . # DEF matching this USE
:IndexedFaceSet_2_5_2_2_1_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_5_2_2_1 ;
  x3do:hasCoord :Coordinate_2_5_2_2_1_2_1 ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_5_2_2_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_5_2_2_1_2 ;
  x3do:point ( -0.75 0 2.1 -1.65 0 1.5 -1.65 -0.66 1.5 -0.75 -0.66 2.1 -0.75 0 2.1 ) .
:FrontLeftTriangle a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Sides ;
  x3do:hasChildren :Shape_2_5_2_3_1 ;
  x3do:DEF 'FrontLeftTriangle' .
:Shape_2_5_2_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :FrontLeftTriangle ;
  x3do:hasAppearance :Appearance_2_5_2_3_1_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_5_2_3_1_2 .
:Appearance_2_5_2_3_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_3_1 ;
  x3do:hasMaterial :OliveDrab-USE-10 .
:OliveDrab-USE-10 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_3_1_1 ;
  owl:sameAs :OliveDrab . # DEF matching this USE
:IndexedFaceSet_2_5_2_3_1_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_5_2_3_1 ;
  x3do:hasCoord :Coordinate_2_5_2_3_1_2_1 ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_5_2_3_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_5_2_3_1_2 ;
  x3do:point ( -0.75 0 2.1 -0.75 -0.66 3.33 -0.75 -1.32 1.5 -0.75 0 2.1 ) .
:FrontRightTriangle a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Sides ;
  x3do:hasChildren :Shape_2_5_2_4_1 ;
  x3do:DEF 'FrontRightTriangle' .
:Shape_2_5_2_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :FrontRightTriangle ;
  x3do:hasAppearance :Appearance_2_5_2_4_1_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_5_2_4_1_2 .
:Appearance_2_5_2_4_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_4_1 ;
  x3do:hasMaterial :OliveDrab-USE-11 .
:OliveDrab-USE-11 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_4_1_1 ;
  owl:sameAs :OliveDrab . # DEF matching this USE
:IndexedFaceSet_2_5_2_4_1_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_5_2_4_1 ;
  x3do:hasCoord :Coordinate_2_5_2_4_1_2_1 ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_5_2_4_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_5_2_4_1_2 ;
  x3do:point ( 0.75 0 2.1 0.75 -0.66 3.33 0.75 -1.32 1.5 0.75 0 2.1 ) .
:RightFront a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Sides ;
  x3do:hasChildren :Shape_2_5_2_5_1 ;
  x3do:DEF 'RightFront' .
:Shape_2_5_2_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :RightFront ;
  x3do:hasAppearance :Appearance_2_5_2_5_1_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_5_2_5_1_2 .
:Appearance_2_5_2_5_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_5_1 ;
  x3do:hasMaterial :OliveDrab-USE-12 .
:OliveDrab-USE-12 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_5_1_1 ;
  owl:sameAs :OliveDrab . # DEF matching this USE
:IndexedFaceSet_2_5_2_5_1_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_5_2_5_1 ;
  x3do:hasCoord :Coordinate_2_5_2_5_1_2_1 ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_5_2_5_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_5_2_5_1_2 ;
  x3do:point ( 0.75 0 2.1 1.65 0 1.5 1.65 -0.66 1.5 0.75 -0.66 2.1 0.75 0 2.1 ) .
:RightSide a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Sides ;
  x3do:hasChildren :Shape_2_5_2_6_1 ;
  x3do:DEF 'RightSide' .
:Shape_2_5_2_6_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :RightSide ;
  x3do:hasAppearance :Appearance_2_5_2_6_1_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_5_2_6_1_2 .
:Appearance_2_5_2_6_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_6_1 ;
  x3do:hasMaterial :OliveDrab-USE-13 .
:OliveDrab-USE-13 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_6_1_1 ;
  owl:sameAs :OliveDrab . # DEF matching this USE
:IndexedFaceSet_2_5_2_6_1_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_5_2_6_1 ;
  x3do:hasCoord :Coordinate_2_5_2_6_1_2_1 ;
  x3do:coordIndex ( 0 1 2 3 4 -1 ) ;
  x3do:solid false .
:Coordinate_2_5_2_6_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_5_2_6_1_2 ;
  x3do:point ( 1.65 0 1.5 2 0 0 2 -0.66 0 1.65 -0.66 1.5 1.65 0 1.5 ) .
:LeftSide a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Sides ;
  x3do:hasChildren :Shape_2_5_2_7_1 ;
  x3do:DEF 'LeftSide' .
:Shape_2_5_2_7_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :LeftSide ;
  x3do:hasAppearance :Appearance_2_5_2_7_1_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_5_2_7_1_2 .
:Appearance_2_5_2_7_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_7_1 ;
  x3do:hasMaterial :OliveDrab-USE-14 .
:OliveDrab-USE-14 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_7_1_1 ;
  owl:sameAs :OliveDrab . # DEF matching this USE
:IndexedFaceSet_2_5_2_7_1_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_5_2_7_1 ;
  x3do:hasCoord :Coordinate_2_5_2_7_1_2_1 ;
  x3do:coordIndex ( 0 1 2 3 4 -1 ) ;
  x3do:solid false .
:Coordinate_2_5_2_7_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_5_2_7_1_2 ;
  x3do:point ( -1.65 0 1.5 -2 0 0 -2 -0.66 0 -1.65 -0.66 1.5 -1.65 0 1.5 ) .
:FrontBottom a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Sides ;
  x3do:hasChildren :Shape_2_5_2_8_1 ;
  x3do:DEF 'FrontBottom' .
:Shape_2_5_2_8_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :FrontBottom ;
  x3do:hasAppearance :Appearance_2_5_2_8_1_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_5_2_8_1_2 .
:Appearance_2_5_2_8_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_8_1 ;
  x3do:hasMaterial :OliveDrab-USE-15 .
:OliveDrab-USE-15 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_8_1_1 ;
  owl:sameAs :OliveDrab . # DEF matching this USE
:IndexedFaceSet_2_5_2_8_1_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_5_2_8_1 ;
  x3do:hasCoord :Coordinate_2_5_2_8_1_2_1 ;
  x3do:coordIndex ( 0 1 2 3 4 -1 ) ;
  x3do:solid false .
:Coordinate_2_5_2_8_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_5_2_8_1_2 ;
  x3do:point ( 0.75 -0.66 3.33 -0.75 -0.66 3.33 -0.75 -1.32 1.5 0.75 -1.32 1.5 0.75 -0.66 3.33 ) .
:RightFrontBottom a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Sides ;
  x3do:hasChildren :Shape_2_5_2_9_1 ;
  x3do:DEF 'RightFrontBottom' .
:Shape_2_5_2_9_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :RightFrontBottom ;
  x3do:hasAppearance :Appearance_2_5_2_9_1_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_5_2_9_1_2 .
:Appearance_2_5_2_9_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_9_1 ;
  x3do:hasMaterial :OliveDrab-USE-16 .
:OliveDrab-USE-16 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_9_1_1 ;
  owl:sameAs :OliveDrab . # DEF matching this USE
:IndexedFaceSet_2_5_2_9_1_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_5_2_9_1 ;
  x3do:hasCoord :Coordinate_2_5_2_9_1_2_1 ;
  x3do:coordIndex ( 0 1 2 3 4 -1 ) ;
  x3do:solid false .
:Coordinate_2_5_2_9_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_5_2_9_1_2 ;
  x3do:point ( 1.65 -0.66 1.5 1 -1.32 1 0.75 -1.32 1.5 0.75 -0.66 2.1 1.65 -0.66 1.5 ) .
:LeftFrontBottom a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Sides ;
  x3do:hasChildren :Shape_2_5_2_10_1 ;
  x3do:DEF 'LeftFrontBottom' .
:Shape_2_5_2_10_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :LeftFrontBottom ;
  x3do:hasAppearance :Appearance_2_5_2_10_1_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_5_2_10_1_2 .
:Appearance_2_5_2_10_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_10_1 ;
  x3do:hasMaterial :OliveDrab-USE-17 .
:OliveDrab-USE-17 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_10_1_1 ;
  owl:sameAs :OliveDrab . # DEF matching this USE
:IndexedFaceSet_2_5_2_10_1_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_5_2_10_1 ;
  x3do:hasCoord :Coordinate_2_5_2_10_1_2_1 ;
  x3do:coordIndex ( 0 1 2 3 4 -1 ) ;
  x3do:solid false .
:Coordinate_2_5_2_10_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_5_2_10_1_2 ;
  x3do:point ( -1.65 -0.66 1.5 -1 -1.32 1 -0.75 -1.32 1.5 -0.75 -0.66 2.1 -1.65 -0.66 1.5 ) .
:RightBottomSide a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Sides ;
  x3do:hasChildren :Shape_2_5_2_11_1 ;
  x3do:DEF 'RightBottomSide' .
:Shape_2_5_2_11_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :RightBottomSide ;
  x3do:hasAppearance :Appearance_2_5_2_11_1_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_5_2_11_1_2 .
:Appearance_2_5_2_11_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_11_1 ;
  x3do:hasMaterial :OliveDrab-USE-18 .
:OliveDrab-USE-18 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_11_1_1 ;
  owl:sameAs :OliveDrab . # DEF matching this USE
:IndexedFaceSet_2_5_2_11_1_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_5_2_11_1 ;
  x3do:hasCoord :Coordinate_2_5_2_11_1_2_1 ;
  x3do:coordIndex ( 0 1 2 3 4 -1 ) ;
  x3do:solid false .
:Coordinate_2_5_2_11_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_5_2_11_1_2 ;
  x3do:point ( 2 -0.66 0 1 -1.32 0 1 -1.32 1 1.65 -0.66 1.5 2 -0.66 0 ) .
:LeftBottomSide a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Sides ;
  x3do:hasChildren :Shape_2_5_2_12_1 ;
  x3do:DEF 'LeftBottomSide' .
:Shape_2_5_2_12_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :LeftBottomSide ;
  x3do:hasAppearance :Appearance_2_5_2_12_1_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_5_2_12_1_2 .
:Appearance_2_5_2_12_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_12_1 ;
  x3do:hasMaterial :OliveDrab-USE-19 .
:OliveDrab-USE-19 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_12_1_1 ;
  owl:sameAs :OliveDrab . # DEF matching this USE
:IndexedFaceSet_2_5_2_12_1_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_5_2_12_1 ;
  x3do:hasCoord :Coordinate_2_5_2_12_1_2_1 ;
  x3do:coordIndex ( 0 1 2 3 4 -1 ) ;
  x3do:solid false .
:Coordinate_2_5_2_12_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_5_2_12_1_2 ;
  x3do:point ( -2 -0.66 0 -1 -1.32 0 -1 -1.32 1 -1.65 -0.66 1.5 -2 -0.66 0 ) .
:LeftRearSide a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Sides ;
  x3do:hasChildren :Shape_2_5_2_13_1 ;
  x3do:DEF 'LeftRearSide' .
:Shape_2_5_2_13_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :LeftRearSide ;
  x3do:hasAppearance :Appearance_2_5_2_13_1_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_5_2_13_1_2 .
:Appearance_2_5_2_13_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_13_1 ;
  x3do:hasMaterial :OliveDrab-USE-20 .
:OliveDrab-USE-20 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_13_1_1 ;
  owl:sameAs :OliveDrab . # DEF matching this USE
:IndexedFaceSet_2_5_2_13_1_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_5_2_13_1 ;
  x3do:hasCoord :Coordinate_2_5_2_13_1_2_1 ;
  x3do:coordIndex ( 0 1 2 3 4 -1 ) ;
  x3do:solid false .
:Coordinate_2_5_2_13_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_5_2_13_1_2 ;
  x3do:point ( -2 0 0 -0.8 0 -1.75 -0.8 -0.66 -1.75 -2 -0.66 0 -2 0 0 ) .
:RightRearSide a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Sides ;
  x3do:hasChildren :Shape_2_5_2_14_1 ;
  x3do:DEF 'RightRearSide' .
:Shape_2_5_2_14_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :RightRearSide ;
  x3do:hasAppearance :Appearance_2_5_2_14_1_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_5_2_14_1_2 .
:Appearance_2_5_2_14_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_14_1 ;
  x3do:hasMaterial :OliveDrab-USE-21 .
:OliveDrab-USE-21 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_14_1_1 ;
  owl:sameAs :OliveDrab . # DEF matching this USE
:IndexedFaceSet_2_5_2_14_1_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_5_2_14_1 ;
  x3do:hasCoord :Coordinate_2_5_2_14_1_2_1 ;
  x3do:coordIndex ( 0 1 2 3 4 -1 ) ;
  x3do:solid false .
:Coordinate_2_5_2_14_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_5_2_14_1_2 ;
  x3do:point ( 2 0 0 0.8 0 -1.75 0.8 -0.66 -1.75 2 -0.66 0 2 0 0 ) .
:LeftRearTriangle a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Sides ;
  x3do:hasChildren :Shape_2_5_2_15_1 ;
  x3do:DEF 'LeftRearTriangle' .
:Shape_2_5_2_15_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :LeftRearTriangle ;
  x3do:hasAppearance :Appearance_2_5_2_15_1_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_5_2_15_1_2 .
:Appearance_2_5_2_15_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_15_1 ;
  x3do:hasMaterial :OliveDrab-USE-22 .
:OliveDrab-USE-22 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_15_1_1 ;
  owl:sameAs :OliveDrab . # DEF matching this USE
:IndexedFaceSet_2_5_2_15_1_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_5_2_15_1 ;
  x3do:hasCoord :Coordinate_2_5_2_15_1_2_1 ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_5_2_15_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_5_2_15_1_2 ;
  x3do:point ( -0.8 -0.66 -1.75 -1 -1.32 0 -2 -0.66 0 -0.8 -0.66 -1.75 ) .
:RightRearTriangle a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Sides ;
  x3do:hasChildren :Shape_2_5_2_16_1 ;
  x3do:DEF 'RightRearTriangle' .
:Shape_2_5_2_16_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :RightRearTriangle ;
  x3do:hasAppearance :Appearance_2_5_2_16_1_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_5_2_16_1_2 .
:Appearance_2_5_2_16_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_16_1 ;
  x3do:hasMaterial :OliveDrab-USE-23 .
:OliveDrab-USE-23 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_16_1_1 ;
  owl:sameAs :OliveDrab . # DEF matching this USE
:IndexedFaceSet_2_5_2_16_1_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_5_2_16_1 ;
  x3do:hasCoord :Coordinate_2_5_2_16_1_2_1 ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_5_2_16_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_5_2_16_1_2 ;
  x3do:point ( 0.8 -0.66 -1.75 1 -1.32 0 2 -0.66 0 0.8 -0.66 -1.75 ) .
:Back a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Sides ;
  x3do:hasChildren :Shape_2_5_2_17_1 ;
  x3do:DEF 'Back' .
:Shape_2_5_2_17_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Back ;
  x3do:hasAppearance :Appearance_2_5_2_17_1_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_5_2_17_1_2 .
:Appearance_2_5_2_17_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_17_1 ;
  x3do:hasMaterial :OliveDrab-USE-24 .
:OliveDrab-USE-24 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_17_1_1 ;
  owl:sameAs :OliveDrab . # DEF matching this USE
:IndexedFaceSet_2_5_2_17_1_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_5_2_17_1 ;
  x3do:hasCoord :Coordinate_2_5_2_17_1_2_1 ;
  x3do:coordIndex ( 0 1 2 3 4 -1 ) ;
  x3do:solid false .
:Coordinate_2_5_2_17_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_5_2_17_1_2 ;
  x3do:point ( -0.8 0 -1.75 -0.8 -0.66 -1.75 0.8 -0.66 -1.75 0.8 0 -1.75 -0.8 0 -1.75 ) .
:SlantBack a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Sides ;
  x3do:hasChildren :Shape_2_5_2_18_1 ;
  x3do:DEF 'SlantBack' .
:Shape_2_5_2_18_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :SlantBack ;
  x3do:hasAppearance :Appearance_2_5_2_18_1_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_5_2_18_1_2 .
:Appearance_2_5_2_18_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_18_1 ;
  x3do:hasMaterial :OliveDrab-USE-25 .
:OliveDrab-USE-25 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_18_1_1 ;
  owl:sameAs :OliveDrab . # DEF matching this USE
:IndexedFaceSet_2_5_2_18_1_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_5_2_18_1 ;
  x3do:hasCoord :Coordinate_2_5_2_18_1_2_1 ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_5_2_18_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_5_2_18_1_2 ;
  x3do:point ( -0.8 -0.66 -1.75 -1 -1.32 0 1 -1.32 0 0.8 -0.66 -1.75 ) .
:TurretRing a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_5 ;
  x3do:hasChildren :Transform_2_5_3_1, :Transform_2_5_3_2 ;
  x3do:DEF 'TurretRing' .
:Transform_2_5_3_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TurretRing ;
  x3do:hasChildren :Shape_2_5_3_1_1 ;
  x3do:translation ( 0 -1.5 0.9 ) .
:Shape_2_5_3_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_5_3_1 ;
  x3do:hasGeometry :Cylinder_2_5_3_1_1_1 ;
  x3do:hasAppearance :Appearance_2_5_3_1_1_2 .
:Cylinder_2_5_3_1_1_1 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_5_3_1_1 ;
  x3do:height 0.125 ;
  x3do:radius 1.25 .
:Appearance_2_5_3_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_3_1_1 ;
  x3do:hasMaterial :OliveDrab-USE-26 .
:OliveDrab-USE-26 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_3_1_1_2 ;
  owl:sameAs :OliveDrab . # DEF matching this USE
:Transform_2_5_3_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TurretRing ;
  x3do:hasChildren :Shape_2_5_3_2_1 ;
  x3do:translation ( 0 -1.3 0.9 ) .
:Shape_2_5_3_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_5_3_2 ;
  x3do:hasGeometry :Cylinder_2_5_3_2_1_1 ;
  x3do:hasAppearance :Appearance_2_5_3_2_1_2 .
:Cylinder_2_5_3_2_1_1 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_5_3_2_1 ;
  x3do:height 0.275 .
:Appearance_2_5_3_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_3_2_1 ;
  x3do:hasMaterial :OliveDrab-USE-27 .
:OliveDrab-USE-27 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_3_2_1_2 ;
  owl:sameAs :OliveDrab . # DEF matching this USE
:TurretHatch a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_5 ;
  x3do:hasChildren :Transform_2_5_4_1 ;
  x3do:DEF 'TurretHatch' .
:Transform_2_5_4_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TurretHatch ;
  x3do:hasChildren :Inline_2_5_4_1_1 ;
  x3do:scale ( 1.25 1.25 1.25 ) ;
  x3do:translation ( 0 0 0.1 ) .
:Inline_2_5_4_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_5_4_1 ;
  x3do:url '"HatchHousingWithTurretHatch.x3d" "https://www.web3d.org/x3d/content/examples/Savage/AmphibiousVehicles/AAV/HatchHousingWithTurretHatch.x3d" "HatchHousingWithTurretHatch.wrl" "https://www.web3d.org/x3d/content/examples/Savage/AmphibiousVehicles/AAV/HatchHousingWithTurretHatch.wrl"' .
:MainGun a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_5 ;
  x3do:hasChildren :Transform_2_5_5_1 ;
  x3do:DEF 'MainGun' .
:Transform_2_5_5_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MainGun ;
  x3do:hasChildren :Shape_2_5_5_1_1, :FiftyCal ;
  x3do:rotation ( -1 0 0 0.45 ) ;
  x3do:translation ( 1.25 -0.225 1.75 ) .
:Shape_2_5_5_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_5_5_1 ;
  x3do:hasGeometry :Box_2_5_5_1_1_1 ;
  x3do:hasAppearance :Appearance_2_5_5_1_1_2 .
:Box_2_5_5_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_5_5_1_1 ;
  x3do:size ( 0.5 0.5 1 ) .
:Appearance_2_5_5_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_5_1_1 ;
  x3do:hasMaterial :OliveDrab-USE-28 .
:OliveDrab-USE-28 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_5_1_1_2 ;
  owl:sameAs :OliveDrab . # DEF matching this USE
:FiftyCal a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_5_5_1 ;
  x3do:hasChildren :Shape_2_5_5_1_2_1, :FiftyCalFlashSuppressor ;
  x3do:DEF 'FiftyCal' ;
  x3do:rotation ( 1 0 0 1.57 ) ;
  x3do:translation ( 0 0 1 ) .
:Shape_2_5_5_1_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :FiftyCal ;
  x3do:hasGeometry :Cylinder_2_5_5_1_2_1_1 ;
  x3do:hasAppearance :Appearance_2_5_5_1_2_1_2 .
:Cylinder_2_5_5_1_2_1_1 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_5_5_1_2_1 ;
  x3do:height 1.25 ;
  x3do:radius 0.033 .
:Appearance_2_5_5_1_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_5_1_2_1 ;
  x3do:hasMaterial :Material_2_5_5_1_2_1_2_1 .
:Material_2_5_5_1_2_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_5_1_2_1_2 ;
  x3do:diffuseColor ( 0.1 0.1 0.15 ) .
:FiftyCalFlashSuppressor a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :FiftyCal ;
  x3do:hasChildren :Shape_2_5_5_1_2_2_1 ;
  x3do:DEF 'FiftyCalFlashSuppressor' ;
  x3do:translation ( 0 0.5 0 ) .
:Shape_2_5_5_1_2_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :FiftyCalFlashSuppressor ;
  x3do:hasGeometry :Cylinder_2_5_5_1_2_2_1_1 ;
  x3do:hasAppearance :Appearance_2_5_5_1_2_2_1_2 .
:Cylinder_2_5_5_1_2_2_1_1 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_5_5_1_2_2_1 ;
  x3do:height 0.25 ;
  x3do:radius 0.06 .
:Appearance_2_5_5_1_2_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_5_1_2_2_1 ;
  x3do:hasMaterial :Material_2_5_5_1_2_2_1_2_1 .
:Material_2_5_5_1_2_2_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_5_1_2_2_1_2 ;
  x3do:diffuseColor ( 0.1 0.1 0.15 ) .
:Transform_2_5_6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_5 ;
  x3do:hasChildren :GrenadeLauncher ;
  x3do:rotation ( 1 0 0 1.57 ) ;
  x3do:translation ( -0.75 0 -2 ) .
:GrenadeLauncher a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_5_6 ;
  x3do:DEF 'GrenadeLauncher' ;
  x3do:url '"GrenadeLauncher.x3d" "https://www.web3d.org/x3d/content/examples/Savage/AmphibiousVehicles/AAV/GrenadeLauncher.x3d" "GrenadeLauncher.wrl" "https://www.web3d.org/x3d/content/examples/Savage/AmphibiousVehicles/AAV/GrenadeLauncher.wrl"' .
:SecondMainGun a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_5 ;
  x3do:hasChildren :Transform_2_5_7_1 ;
  x3do:DEF 'SecondMainGun' .
:Transform_2_5_7_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :SecondMainGun ;
  x3do:hasChildren :Shape_2_5_7_1_1, :SecondFiftyCal ;
  x3do:translation ( -0.925 -0.5 1.75 ) .
:Shape_2_5_7_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_5_7_1 ;
  x3do:hasGeometry :Box_2_5_7_1_1_1 ;
  x3do:hasAppearance :Appearance_2_5_7_1_1_2 .
:Box_2_5_7_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_5_7_1_1 ;
  x3do:size ( 0.5 0.5 1 ) .
:Appearance_2_5_7_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_7_1_1 ;
  x3do:hasMaterial :OliveDrab-USE-29 .
:OliveDrab-USE-29 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_7_1_1_2 ;
  owl:sameAs :OliveDrab . # DEF matching this USE
:SecondFiftyCal a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_5_7_1 ;
  x3do:hasChildren :Shape_2_5_7_1_2_1, :SecondFiftyCalFlashSuppressor ;
  x3do:DEF 'SecondFiftyCal' ;
  x3do:rotation ( 1 0 0 1.57 ) ;
  x3do:translation ( 0 0 1 ) .
:Shape_2_5_7_1_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :SecondFiftyCal ;
  x3do:hasGeometry :Cylinder_2_5_7_1_2_1_1 ;
  x3do:hasAppearance :Appearance_2_5_7_1_2_1_2 .
:Cylinder_2_5_7_1_2_1_1 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_5_7_1_2_1 ;
  x3do:height 1.25 ;
  x3do:radius 0.033 .
:Appearance_2_5_7_1_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_7_1_2_1 ;
  x3do:hasMaterial :Material_2_5_7_1_2_1_2_1 .
:Material_2_5_7_1_2_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_7_1_2_1_2 ;
  x3do:diffuseColor ( 0.1 0.1 0.15 ) .
:SecondFiftyCalFlashSuppressor a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :SecondFiftyCal ;
  x3do:hasChildren :Shape_2_5_7_1_2_2_1 ;
  x3do:DEF 'SecondFiftyCalFlashSuppressor' ;
  x3do:translation ( 0 0.5 0 ) .
:Shape_2_5_7_1_2_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :SecondFiftyCalFlashSuppressor ;
  x3do:hasGeometry :Cylinder_2_5_7_1_2_2_1_1 ;
  x3do:hasAppearance :Appearance_2_5_7_1_2_2_1_2 .
:Cylinder_2_5_7_1_2_2_1_1 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_5_7_1_2_2_1 ;
  x3do:height 0.25 ;
  x3do:radius 0.06 .
:Appearance_2_5_7_1_2_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_7_1_2_2_1 ;
  x3do:hasMaterial :Material_2_5_7_1_2_2_1_2_1 .
:Material_2_5_7_1_2_2_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_7_1_2_2_1_2 ;
  x3do:diffuseColor ( 0.1 0.1 0.15 ) .
