@prefix :        <https://www.web3d.org/x3d/content/examples/Savage/Tools/Symbology/WeaponsCoveragePrototype.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 'WeaponsCoveragePrototype.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'WeaponsCoveragePrototype' ;
  x3do:name 'description' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'LT Patrick Sullivan' ;
  x3do:name 'creator' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '3 August 2006' ;
  x3do:name 'created' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '28 November 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/Tools/Symbology/WeaponsCoveragePrototype.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 "WeaponsCoveragePrototype.x3d" .
:meta dcterms:description "WeaponsCoveragePrototype" .
:meta dcterms:creator "LT Patrick Sullivan" .
:meta dcterms:created "3 August 2006" .
:meta dcterms:modified "28 November 2019" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Savage/Tools/Symbology/WeaponsCoveragePrototype.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 ;
  x3do:hasProtoDeclare :ProtoDeclare_2_2 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'WeaponsCoveragePrototype.x3d' .
:ProtoDeclare_2_2 a owl:NamedIndividual, x3do:ProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasProtoInterface :ProtoInterface_2_2_1 ;
  x3do:hasProtoBody :ProtoBody_2_2_2 ;
  x3do:name 'WeaponsCoverage' .
:ProtoInterface_2_2_1 a owl:NamedIndividual, x3do:ProtoInterface ;
  x3do:hasParent :ProtoDeclare_2_2 ;
  x3do:hasField :field_2_2_1_1 .
:field_2_2_1_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:appinfo 'Turns zones on and off' ;
  x3do:name 'whichChoice' ;
  x3do:type 'SFInt32' ;
  x3do:value -1 .
:ProtoBody_2_2_2 a owl:NamedIndividual, x3do:ProtoBody ;
  x3do:hasParent :ProtoDeclare_2_2 ;
  x3do:hasChildren :Switch_2_2_2_1 .
:Switch_2_2_2_1 a owl:NamedIndividual, x3do:Switch ;
  x3do:hasParent :ProtoBody_2_2_2 ;
  x3do:hasIS :IS_2_2_2_1_1 ;
  x3do:hasChildren :WeaponsCoverage ;
  x3do:whichChoice -1 .
:IS_2_2_2_1_1 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :Switch_2_2_2_1 ;
  x3do:hasConnect :connect_2_2_2_1_1_1 .
:connect_2_2_2_1_1_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_1 ;
  x3do:nodeField 'whichChoice' ;
  x3do:protoField 'whichChoice' .
:WeaponsCoverage a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Switch_2_2_2_1 ;
  x3do:hasChildren :CoverageGeometry ;
  x3do:DEF 'WeaponsCoverage' ;
  x3do:scale ( 10 10 20 ) ;
  x3do:translation ( 31.767 1.071 0 ) .
:CoverageGeometry a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :WeaponsCoverage ;
  x3do:hasAppearance :Appearance_2_2_2_1_2_1_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_2_2_1_2_1_2 ;
  x3do:DEF 'CoverageGeometry' .
:Appearance_2_2_2_1_2_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :CoverageGeometry ;
  x3do:hasMaterial :LightBlue .
:LightBlue a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_2_1_2_1_1 ;
  x3do:DEF 'LightBlue' ;
  x3do:diffuseColor ( 0 1 1 ) ;
  x3do:transparency 0.5 .
:IndexedFaceSet_2_2_2_1_2_1_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :CoverageGeometry ;
  x3do:hasCoord :Coordinate_2_2_2_1_2_1_2_1 ;
  x3do:coordIndex ( 0 1 2 -1 0 2 3 -1 0 4 5 -1 0 5 1 -1 0 3 6 -1 0 6 4 -1 7 1 5 -1 7 5 8 -1 7 8 9 -1 7 9 10 -1 7 10 2 -1 7 2 1 -1 11 8 5 -1 11 5 12 -1 11 12 13 -1 11 13 14 -1 11 14 9 -1 11 9 8 -1 15 12 5 -1 15 5 16 -1 15 16 17 -1 15 17 18 -1 15 18 13 -1 15 13 12 -1 19 16 5 -1 19 5 20 -1 19 20 21 -1 19 21 22 -1 19 22 17 -1 19 17 16 -1 23 20 5 -1 23 5 24 -1 23 25 21 -1 23 21 20 -1 23 26 27 -1 23 27 25 -1 23 24 28 -1 23 28 26 -1 29 26 28 -1 29 28 30 -1 29 30 31 -1 29 31 32 -1 29 32 27 -1 29 27 26 -1 33 34 35 -1 33 35 36 -1 33 36 31 -1 33 31 30 -1 33 30 28 -1 33 28 24 -1 33 24 5 -1 33 5 34 -1 37 34 5 -1 37 5 38 -1 37 38 39 -1 37 39 40 -1 37 40 35 -1 37 35 34 -1 41 38 5 -1 41 5 42 -1 41 42 43 -1 41 43 44 -1 41 44 39 -1 41 39 38 -1 45 42 5 -1 45 5 46 -1 45 46 47 -1 45 47 48 -1 45 48 43 -1 45 43 42 -1 49 4 6 -1 49 6 50 -1 49 46 5 -1 49 5 4 -1 49 50 47 -1 49 47 46 -1 51 3 2 -1 51 2 52 -1 51 52 53 -1 51 53 54 -1 51 54 6 -1 51 6 3 -1 55 10 9 -1 55 9 56 -1 55 52 2 -1 55 2 10 -1 55 56 53 -1 55 53 52 -1 57 14 13 -1 57 13 58 -1 57 56 9 -1 57 9 14 -1 57 58 53 -1 57 53 56 -1 59 18 17 -1 59 17 60 -1 59 58 13 -1 59 13 18 -1 59 60 53 -1 59 53 58 -1 61 22 21 -1 61 21 62 -1 61 60 17 -1 61 17 22 -1 61 62 53 -1 61 53 60 -1 63 25 27 -1 63 27 64 -1 63 62 21 -1 63 21 25 -1 63 64 65 -1 63 65 66 -1 63 66 53 -1 63 53 62 -1 67 68 65 -1 67 65 64 -1 67 64 27 -1 67 27 32 -1 67 32 31 -1 67 31 68 -1 69 36 35 -1 69 35 70 -1 69 70 53 -1 69 53 66 -1 69 68 31 -1 69 31 36 -1 69 66 65 -1 69 65 68 -1 71 40 39 -1 71 39 72 -1 71 70 35 -1 71 35 40 -1 71 72 53 -1 71 53 70 -1 73 44 43 -1 73 43 74 -1 73 72 39 -1 73 39 44 -1 73 74 53 -1 73 53 72 -1 75 48 47 -1 75 47 76 -1 75 74 43 -1 75 43 48 -1 75 76 53 -1 75 53 74 -1 77 50 6 -1 77 6 54 -1 77 54 53 -1 77 53 76 -1 77 76 47 -1 77 47 50 -1 ) ;
  x3do:creaseAngle 0.524 .
:Coordinate_2_2_2_1_2_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_2_2_1_2_1_2 ;
  x3do:point ( 2.28 .05 -0 2.23 .05 .52 2.23 0 .52 2.28 0 -0 2.23 .05 -0.52 .66 .05 -0 2.23 0 -0.52 2.08 .05 1.03 1.83 .05 1.49 1.83 0 1.49 2.08 0 1.03 1.49 .05 1.9 1.09 .05 2.24 1.09 0 2.24 1.49 0 1.9 .62 .05 2.49 .12 .05 2.64 .12 0 2.64 .62 0 2.49 -0.41 .05 2.69 -0.93 .05 2.64 -0.93 0 2.64 -0.41 0 2.69 -1.54 .05 2.24 -1.07 .05 0 -1.54 0 2.24 -2.3 .05 1.27 -2.3 0 1.27 -2.02 .05 0 -3.15 .05 0 -2.3 .05 -1.27 -2.3 0 -1.27 -3.15 0 0 -1.54 .05 -2.24 -0.93 .05 -2.64 -0.93 0 -2.64 -1.54 0 -2.24 -0.41 .05 -2.69 .12 .05 -2.64 .12 0 -2.64 -0.41 0 -2.69 .62 .05 -2.49 1.09 .05 -2.24 1.09 0 -2.24 .62 0 -2.49 1.49 .05 -1.9 1.83 .05 -1.49 1.83 0 -1.49 1.49 0 -1.9 2.08 .05 -1.03 2.08 0 -1.03 2.28 -0.05 -0 2.23 -0.05 .52 .66 -0.05 -0 2.23 -0.05 -0.52 2.08 -0.05 1.03 1.83 -0.05 1.49 1.49 -0.05 1.9 1.09 -0.05 2.24 .62 -0.05 2.49 .12 -0.05 2.64 -0.41 -0.05 2.69 -0.93 -0.05 2.64 -1.54 -0.05 2.24 -2.3 -0.05 1.27 -2.02 -0.05 0 -1.07 -0.05 0 -3.15 -0.05 0 -2.3 -0.05 -1.27 -1.54 -0.05 -2.24 -0.93 -0.05 -2.64 -0.41 -0.05 -2.69 .12 -0.05 -2.64 .62 -0.05 -2.49 1.09 -0.05 -2.24 1.49 -0.05 -1.9 1.83 -0.05 -1.49 2.08 -0.05 -1.03 ) .
