@prefix : . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix schema: . @prefix dcterms: . @prefix xsd: . @prefix x3d: . @prefix x3do: . :X3D a owl:NamedIndividual, x3do:X3D ; x3do:hasHead :head ; x3do:hasScene :Scene ; x3do:profile 'Immersive' ; x3do:version '3.3' ; x3do:noNamespaceSchemaLocation 'https://www.web3d.org/specifications/x3d-3.3.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 'SphericalMineExample.x3d' ; x3do:name 'title' . :meta_1_2 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'Don Brutzman' ; x3do:name 'creator' . :meta_1_3 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content '26 June 2000' ; x3do:name 'created' . :meta_1_4 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content '28 November 2019' ; x3do:name 'modified' . :meta_1_5 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'https://savage.nps.edu/Savage/Weapons/UnderwaterMines/SphericalMineExample.x3d' ; x3do:name 'identifier' . :meta_1_6 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'Example use of SphericalMine prototype.' ; x3do:name 'description' . :meta_1_7 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'X3D-Edit 3.3, https://savage.nps.edu/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 "SphericalMineExample.x3d" . :meta dcterms:creator "Don Brutzman" . :meta dcterms:created "26 June 2000" . :meta dcterms:modified "28 November 2019" . :meta dcterms:identifier "https://savage.nps.edu/Savage/Weapons/UnderwaterMines/SphericalMineExample.x3d" . :meta dcterms:description "Example use of SphericalMine prototype." . :meta dcterms:generator "X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit" . :meta dcterms:license "../../license.html" . :Scene a owl:NamedIndividual, x3do:Scene ; x3do:hasParent :X3D ; x3do:hasChildren :WorldInfo_2_1, :Viewpoint_2_3, :ProtoInstance_2_4, :ProtoInstance_2_5, :ProtoInstance_2_6 ; x3do:hasExternProtoDeclare :ExternProtoDeclare_2_2 . :WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ; x3do:hasParent :Scene ; x3do:title 'SphericalMineExample.x3d' . :ExternProtoDeclare_2_2 a owl:NamedIndividual, x3do:ExternProtoDeclare ; x3do:hasParent :Scene ; x3do:hasField :field_2_2_1, :field_2_2_2, :field_2_2_3, :field_2_2_4, :field_2_2_5, :field_2_2_6, :field_2_2_7, :field_2_2_8 ; x3do:appinfo 'Spherical floating mine moored to bottom' ; x3do:name 'SphericalMine' ; x3do:url '"../../Weapons/UnderwaterMines/SphericalMinePrototype.x3d#SphericalMine" "https://savage.nps.edu/Savage/Weapons/UnderwaterMines/SphericalMinePrototype.x3d#SphericalMine" "../../Weapons/UnderwaterMines/SphericalMinePrototype.wrl#SphericalMine" "https://savage.nps.edu/Savage/Weapons/UnderwaterMines/SphericalMinePrototype.wrl#SphericalMine"' . :field_2_2_1 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ExternProtoDeclare_2_2 ; x3do:accessType 'initializeOnly' ; x3do:appinfo 'Description for each mine contact.' ; x3do:name 'description' ; x3do:type 'SFString' . :field_2_2_2 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ExternProtoDeclare_2_2 ; x3do:accessType 'inputOutput' ; x3do:appinfo 'Mine color can be used to indicate status (found/unknown/disabled/) tactic etc.' ; x3do:name 'color' ; x3do:type 'SFColor' . :field_2_2_3 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ExternProtoDeclare_2_2 ; x3do:accessType 'inputOutput' ; x3do:appinfo 'Location of mine center in local world coordinates.' ; x3do:name 'translation' ; x3do:type 'SFVec3f' . :field_2_2_4 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ExternProtoDeclare_2_2 ; x3do:accessType 'inputOutput' ; x3do:appinfo 'Scale factor to change spherical mine size default diameter = 1m.' ; x3do:name 'scale' ; x3do:type 'SFVec3f' . :field_2_2_5 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ExternProtoDeclare_2_2 ; x3do:accessType 'initializeOnly' ; x3do:appinfo 'Bounding box for collision detection of mine.' ; x3do:name 'bboxCenter' ; x3do:type 'SFVec3f' . :field_2_2_6 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ExternProtoDeclare_2_2 ; x3do:accessType 'inputOutput' ; x3do:appinfo 'Top and bottom endpoints of line tether that anchors this mine to the bottom.' ; x3do:name 'tetherPoints' ; x3do:type 'MFVec3f' . :field_2_2_7 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ExternProtoDeclare_2_2 ; x3do:accessType 'outputOnly' ; x3do:appinfo 'proximityIsActive can be used to activate information or interaction when the viewer nears the mine.' ; x3do:name 'proximityIsActive' ; x3do:type 'SFBool' . :field_2_2_8 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ExternProtoDeclare_2_2 ; x3do:accessType 'inputOutput' ; x3do:appinfo 'proximitySize provides overall box dimensions for proximity; thus (10 10 10) yields approximate radius 5 to 7 meters.' ; x3do:name 'proximitySize' ; x3do:type 'SFVec3f' . :Viewpoint_2_3 a owl:NamedIndividual, x3do:Viewpoint ; x3do:hasParent :Scene ; x3do:description 'Three mines' ; x3do:orientation ( 0 1 0 2.5 ) ; x3do:position ( 24 -15 -15 ) . :ProtoInstance_2_4 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :Scene ; x3do:hasFieldValue :fieldValue_2_4_1, :fieldValue_2_4_2, :fieldValue_2_4_3 ; x3do:name 'SphericalMine' . :fieldValue_2_4_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_4 ; x3do:name 'description' ; x3do:value 'Spherical Mine #1' . :fieldValue_2_4_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_4 ; x3do:name 'translation' ; x3do:value ( 5 -20 15 ) . :fieldValue_2_4_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_4 ; x3do:name 'tetherPoints' ; x3do:value ( 0 0 0 0 -5 0 ) . :ProtoInstance_2_5 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :Scene ; x3do:hasFieldValue :fieldValue_2_5_1, :fieldValue_2_5_2, :fieldValue_2_5_3 ; x3do:name 'SphericalMine' . :fieldValue_2_5_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_5 ; x3do:name 'description' ; x3do:value 'Spherical Mine 2' . :fieldValue_2_5_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_5 ; x3do:name 'translation' ; x3do:value ( 5 -15 10 ) . :fieldValue_2_5_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_5 ; x3do:name 'tetherPoints' ; x3do:value ( 0 0 0 0 -10 0 ) . :ProtoInstance_2_6 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :Scene ; x3do:hasFieldValue :fieldValue_2_6_1, :fieldValue_2_6_2, :fieldValue_2_6_3 ; x3do:name 'SphericalMine' . :fieldValue_2_6_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_6 ; x3do:name 'description' ; x3do:value 'Spherical Mine #3' . :fieldValue_2_6_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_6 ; x3do:name 'translation' ; x3do:value ( 5 -10 5 ) . :fieldValue_2_6_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_6 ; x3do:name 'tetherPoints' ; x3do:value ( 0 0 0 0 -15 0 ) .