@prefix :        <https://www.web3d.org/x3d/content/examples/Savage/AmphibiousVehicles/AAAV/Bushmaster.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 'Bushmaster.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Boeing Bushmaster II 30mm AAAV gun' ;
  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 '21 January 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/Bushmaster.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 "Bushmaster.x3d" .
:meta dcterms:description "Boeing Bushmaster II 30mm AAAV gun" .
:meta dcterms:creator "William Geissler" .
:meta dcterms:created "21 January 2001" .
:meta dcterms:modified "20 October 2019" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Savage/AmphibiousVehicles/AAAV/Bushmaster.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, :Bushmaster, :PROJECTILE ;
  x3do:hasROUTE :ROUTE_2_4, :ROUTE_2_5, :ROUTE_2_6, :ROUTE_2_7 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:info '"AAAV 30mm cannon"' ;
  x3do:title 'Bushmaster II' .
:Bushmaster a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Coaxial-Gun, :Gun-System, :Sound_2_2_3, :FireSensor, :CLOCK ;
  x3do:DEF 'Bushmaster' ;
  x3do:rotation ( 1 0 0 1.57 ) .
:Coaxial-Gun a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Bushmaster ;
  x3do:hasChildren :Transform_2_2_1_1, :Transform_2_2_1_2 ;
  x3do:DEF 'Coaxial-Gun' ;
  x3do:translation ( 0.5 0.5 0.5 ) .
:Transform_2_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Coaxial-Gun ;
  x3do:hasChildren :Coax-Barrel ;
  x3do:translation ( 0.25 2 -1 ) .
:Coax-Barrel a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_1_1 ;
  x3do:hasGeometry :Cylinder_2_2_1_1_1_1 ;
  x3do:hasAppearance :Appearance_2_2_1_1_1_2 ;
  x3do:DEF 'Coax-Barrel' .
:Cylinder_2_2_1_1_1_1 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Coax-Barrel ;
  x3do:radius 0.1 .
:Appearance_2_2_1_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Coax-Barrel ;
  x3do:hasMaterial :Material_2_2_1_1_1_2_1 .
:Material_2_2_1_1_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_1_1_1_2 ;
  x3do:diffuseColor ( 0.15 0.25 0.05 ) .
:Transform_2_2_1_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Coaxial-Gun ;
  x3do:hasChildren :Coax-Flash-Suppressor ;
  x3do:scale ( 0.9 0.9 0.9 ) ;
  x3do:translation ( 0.25 3.18 -1 ) .
:Coax-Flash-Suppressor a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_2_1_2 ;
  x3do:hasChildren :Shape_2_2_1_2_1_1, :Transform_2_2_1_2_1_2 ;
  x3do:DEF 'Coax-Flash-Suppressor' .
:Shape_2_2_1_2_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Coax-Flash-Suppressor ;
  x3do:hasAppearance :Appearance_2_2_1_2_1_1_1 ;
  x3do:hasGeometry :Extrusion_2_2_1_2_1_1_2 .
:Appearance_2_2_1_2_1_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_2_1_2_1_1 ;
  x3do:hasMaterial :Material_2_2_1_2_1_1_1_1 .
:Material_2_2_1_2_1_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_1_2_1_1_1 ;
  x3do:diffuseColor ( 0.2 0.2 0.2 ) .
:Extrusion_2_2_1_2_1_1_2 a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :Shape_2_2_1_2_1_1 ;
  x3do:ccw false ;
  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 0.80 0.00 0.74 -0.31 0.57 -0.57 0.31 -0.74 0.00 -0.80 -0.31 -0.74 -0.57 -0.57 -0.74 -0.31 -0.80 0.00 -0.74 0.31 -0.57 0.57 -0.31 0.74 0.00 0.80 0.31 0.74 0.57 0.57 0.74 0.31 0.80 0.00 ) ;
  x3do:scale ( .125 .125 .125 .125 ) ;
  x3do:spine ( 0.0 -0.2 0.0 0.0 0.2 0.0 ) .
:Transform_2_2_1_2_1_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Coax-Flash-Suppressor ;
  x3do:hasChildren :Shape_2_2_1_2_1_2_1 ;
  x3do:translation ( 0 -0.24 0 ) .
:Shape_2_2_1_2_1_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_1_2_1_2 ;
  x3do:hasGeometry :Cylinder_2_2_1_2_1_2_1_1 ;
  x3do:hasAppearance :Appearance_2_2_1_2_1_2_1_2 .
:Cylinder_2_2_1_2_1_2_1_1 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_2_1_2_1_2_1 ;
  x3do:bottom false ;
  x3do:height 0.1 ;
  x3do:radius 0.07 ;
  x3do:side false .
:Appearance_2_2_1_2_1_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_2_1_2_1_2_1 ;
  x3do:hasMaterial :Material_2_2_1_2_1_2_1_2_1 .
:Material_2_2_1_2_1_2_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_1_2_1_2_1_2 ;
  x3do:diffuseColor ( 0 0 0 ) .
:Gun-System a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Bushmaster ;
  x3do:hasChildren :Shape_2_2_2_1, :Transform_2_2_2_2, :Transform_2_2_2_3, :Transform_2_2_2_4 ;
  x3do:DEF 'Gun-System' .
:Shape_2_2_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Gun-System ;
  x3do:hasGeometry :Box_2_2_2_1_1 ;
  x3do:hasAppearance :Appearance_2_2_2_1_2 .
:Box_2_2_2_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_2_2_1 .
:Appearance_2_2_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_2_2_1 ;
  x3do:hasTexture :ImageTexture_2_2_2_1_2_1 .
:ImageTexture_2_2_2_1_2_1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_2_2_1_2 ;
  x3do:url '"green1.jpg" "https://www.web3d.org/x3d/content/examples/Savage/AmphibiousVehicles/AAAV/green1.jpg"' .
:Transform_2_2_2_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Gun-System ;
  x3do:hasChildren :Mount ;
  x3do:translation ( 0 2 0 ) .
:Mount a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_2_2 ;
  x3do:hasGeometry :Cone_2_2_2_2_1_1 ;
  x3do:hasAppearance :Appearance_2_2_2_2_1_2 ;
  x3do:DEF 'Mount' .
:Cone_2_2_2_2_1_1 a owl:NamedIndividual, x3do:Cone ;
  x3do:hasParent :Mount ;
  x3do:bottom false ;
  x3do:bottomRadius 0.5 ;
  x3do:height 4 .
:Appearance_2_2_2_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Mount ;
  x3do:hasMaterial :Material_2_2_2_2_1_2_1 .
:Material_2_2_2_2_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_2_2_1_2 ;
  x3do:diffuseColor ( 0.15 0.25 0.05 ) .
:Transform_2_2_2_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Gun-System ;
  x3do:hasChildren :GunBarrel ;
  x3do:scale ( 1 6 1 ) ;
  x3do:translation ( 0 5.3 0 ) .
:GunBarrel a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_2_3 ;
  x3do:hasGeometry :Cylinder_2_2_2_3_1_1 ;
  x3do:hasAppearance :Appearance_2_2_2_3_1_2 ;
  x3do:DEF 'GunBarrel' .
:Cylinder_2_2_2_3_1_1 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :GunBarrel ;
  x3do:bottom false ;
  x3do:height 1 ;
  x3do:radius .1 .
:Appearance_2_2_2_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :GunBarrel ;
  x3do:hasMaterial :Material_2_2_2_3_1_2_1 .
:Material_2_2_2_3_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_2_3_1_2 ;
  x3do:diffuseColor ( 0.15 0.25 0.05 ) .
:Transform_2_2_2_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Gun-System ;
  x3do:hasChildren :FlashSuppressor ;
  x3do:translation ( 0 8.5 0 ) .
:FlashSuppressor a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_2_2_4 ;
  x3do:hasChildren :Shape_2_2_2_4_1_1, :Transform_2_2_2_4_1_2 ;
  x3do:DEF 'FlashSuppressor' .
:Shape_2_2_2_4_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :FlashSuppressor ;
  x3do:hasAppearance :Appearance_2_2_2_4_1_1_1 ;
  x3do:hasGeometry :Extrusion_2_2_2_4_1_1_2 .
:Appearance_2_2_2_4_1_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_2_2_4_1_1 ;
  x3do:hasMaterial :Material_2_2_2_4_1_1_1_1 .
:Material_2_2_2_4_1_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_2_4_1_1_1 ;
  x3do:diffuseColor ( 0.2 0.2 0.2 ) .
:Extrusion_2_2_2_4_1_1_2 a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :Shape_2_2_2_4_1_1 ;
  x3do:ccw false ;
  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 0.80 0.00 0.74 -0.31 0.57 -0.57 0.31 -0.74 0.00 -0.80 -0.31 -0.74 -0.57 -0.57 -0.74 -0.31 -0.80 0.00 -0.74 0.31 -0.57 0.57 -0.31 0.74 0.00 0.80 0.31 0.74 0.57 0.57 0.74 0.31 0.80 0.00 ) ;
  x3do:scale ( .125 .125 .125 .125 ) ;
  x3do:spine ( 0.0 -0.2 0.0 0.0 0.2 0.0 ) .
:Transform_2_2_2_4_1_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :FlashSuppressor ;
  x3do:hasChildren :Shape_2_2_2_4_1_2_1 ;
  x3do:translation ( 0 -0.24 0 ) .
:Shape_2_2_2_4_1_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_2_4_1_2 ;
  x3do:hasGeometry :Cylinder_2_2_2_4_1_2_1_1 ;
  x3do:hasAppearance :Appearance_2_2_2_4_1_2_1_2 .
:Cylinder_2_2_2_4_1_2_1_1 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_2_2_4_1_2_1 ;
  x3do:bottom false ;
  x3do:height 0.1 ;
  x3do:radius 0.07 ;
  x3do:side false .
:Appearance_2_2_2_4_1_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_2_2_4_1_2_1 ;
  x3do:hasMaterial :Material_2_2_2_4_1_2_1_2_1 .
:Material_2_2_2_4_1_2_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_2_4_1_2_1_2 ;
  x3do:diffuseColor ( 0 0 0 ) .
:Sound_2_2_3 a owl:NamedIndividual, x3do:Sound ;
  x3do:hasParent :Bushmaster ;
  x3do:hasSource :Source ;
  x3do:location ( 0 0 8.5 ) ;
  x3do:maxBack 100 ;
  x3do:maxFront 100 ;
  x3do:minBack 0 ;
  x3do:minFront 0 .
:Source a owl:NamedIndividual, x3do:AudioClip ;
  x3do:hasParent :Sound_2_2_3 ;
  x3do:DEF 'Source' ;
  x3do:description 'rapid fire' ;
  x3do:url '"tone1.wav" "https://www.web3d.org/x3d/content/examples/Savage/AmphibiousVehicles/AAAV/tone1.wav"' .
:FireSensor a owl:NamedIndividual, x3do:TouchSensor ;
  x3do:hasParent :Bushmaster ;
  x3do:DEF 'FireSensor' ;
  x3do:description 'click to fire' .
:CLOCK a owl:NamedIndividual, x3do:TimeSensor ;
  x3do:hasParent :Bushmaster ;
  x3do:DEF 'CLOCK' .
:PROJECTILE a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Inline_2_3_1, :PROJECTILEPATH ;
  x3do:DEF 'PROJECTILE' ;
  x3do:rotation ( 1 0 0 1.57 ) ;
  x3do:scale ( .1 .1 .1 ) .
:Inline_2_3_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :PROJECTILE ;
  x3do:url '"HotLead.x3d" "https://www.web3d.org/x3d/content/examples/Savage/AmphibiousVehicles/AAAV/HotLead.x3d" "HotLead.wrl" "https://www.web3d.org/x3d/content/examples/Savage/AmphibiousVehicles/AAAV/HotLead.wrl"' .
:PROJECTILEPATH a owl:NamedIndividual, x3do:PositionInterpolator ;
  x3do:hasParent :PROJECTILE ;
  x3do:DEF 'PROJECTILEPATH' ;
  x3do:key ( 0.00 0.00 0.02 0.04 0.06 0.08 0.10 0.12 0.14 0.16 0.18 0.18 0.20 0.20 0.22 0.24 0.26 0.28 0.30 0.32 0.34 0.36 0.38 0.38 0.40 0.40 0.42 0.44 0.46 0.48 0.50 0.52 0.54 0.56 0.58 0.58 0.60 0.60 0.62 0.64 0.66 0.68 0.70 0.72 0.74 0.76 0.78 0.78 0.80 0.80 0.82 0.84 0.86 0.88 0.90 0.92 0.94 0.96 0.98 0.98 ) ;
  x3do:keyValue ( 0.0 0.0 0.0 0.0 0.0 9.0 0.0 0.0 24.0 0.0 0.0 36.0 0.0 0.0 48.0 0.0 0.0 60.0 0.0 0.0 72.0 0.0 0.0 84.0 0.0 0.0 96.0 0.0 0.0 108.0 0.0 0.0 120.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 9.0 0.0 0.0 24.0 0.0 0.0 36.0 0.0 0.0 48.0 0.0 0.0 60.0 0.0 0.0 72.0 0.0 0.0 84.0 0.0 0.0 96.0 0.0 0.0 108.0 0.0 0.0 120.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 9.0 0.0 0.0 24.0 0.0 0.0 36.0 0.0 0.0 48.0 0.0 0.0 60.0 0.0 0.0 72.0 0.0 0.0 84.0 0.0 0.0 96.0 0.0 0.0 108.0 0.0 0.0 120.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 9.0 0.0 0.0 24.0 0.0 0.0 36.0 0.0 0.0 48.0 0.0 0.0 60.0 0.0 0.0 72.0 0.0 0.0 84.0 0.0 0.0 96.0 0.0 0.0 108.0 0.0 0.0 120.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 9.0 0.0 0.0 24.0 0.0 0.0 36.0 0.0 0.0 48.0 0.0 0.0 60.0 0.0 0.0 72.0 0.0 0.0 84.0 0.0 0.0 96.0 0.0 0.0 108.0 0.0 0.0 120.0 0.0 0.0 0.0 ) .
:ROUTE_2_4 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'touchTime' ;
  x3do:fromNode 'FireSensor' ;
  x3do:toField 'set_startTime' ;
  x3do:toNode 'CLOCK' .
:ROUTE_2_5 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'CLOCK' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'PROJECTILEPATH' .
:ROUTE_2_6 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'value_changed' ;
  x3do:fromNode 'PROJECTILEPATH' ;
  x3do:toField 'set_translation' ;
  x3do:toNode 'PROJECTILE' .
:ROUTE_2_7 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'touchTime' ;
  x3do:fromNode 'FireSensor' ;
  x3do:toField 'set_startTime' ;
  x3do:toNode 'Source' .
