@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 'Interchange' ; 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_9, :meta_1_10, :meta_1_11, :meta_1_12, :meta_1_13, :meta_1_14 . :meta_1_1 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'MineTrainingShape.x3d' ; x3do:name 'title' . :meta_1_2 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'U.S. Navy Mark VI static mine diplayed on the NPS campus.' ; x3do:name 'description' . :meta_1_3 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'Marlon Heron and Don Brutzman' ; x3do:name 'creator' . :meta_1_4 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content '2 February 2015' ; 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 'Determine if this shape is used in any training minefields at sea.' ; x3do:name 'TODO' . :meta_1_7 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'http://en.wikipedia.org/wiki/Naval_mine' ; x3do:name 'reference' . :meta_1_8 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'MineTrainingShapeNpsPhoto.jpg' ; x3do:name 'Image' . :meta_1_9 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'Contact Mine, http://www.maritime.org/doc/minedisposal/p02ch2pg02.htm' ; x3do:name 'reference' . :meta_1_10 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'Mark 6 Mine, http://www.maritime.org/doc/minedisposal/p02ch2pg05.htm' ; x3do:name 'reference' . :meta_1_11 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'British Mines, http://www.navweaps.com/Weapons/WAMBR_Mines.htm' ; x3do:name 'reference' . :meta_1_12 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'https://savage.nps.edu/Savage/Weapons/UnderwaterMines/MineTrainingShape.x3d' ; x3do:name 'identifier' . :meta_1_13 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_14 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content '../../license.html' ; x3do:name 'license' . :meta dcterms:title "MineTrainingShape.x3d" . :meta dcterms:description "U.S. Navy Mark VI static mine diplayed on the NPS campus." . :meta dcterms:creator "Marlon Heron and Don Brutzman" . :meta dcterms:created "2 February 2015" . :meta dcterms:modified "28 November 2019" . :meta dcterms:reference "http://en.wikipedia.org/wiki/Naval_mine" . :meta dcterms:Image "MineTrainingShapeNpsPhoto.jpg" . :meta dcterms:reference "Contact Mine, http://www.maritime.org/doc/minedisposal/p02ch2pg02.htm" . :meta dcterms:reference "Mark 6 Mine, http://www.maritime.org/doc/minedisposal/p02ch2pg05.htm" . :meta dcterms:reference "British Mines, http://www.navweaps.com/Weapons/WAMBR_Mines.htm" . :meta dcterms:identifier "https://savage.nps.edu/Savage/Weapons/UnderwaterMines/MineTrainingShape.x3d" . :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, :Background_2_2, :Group_2_3, :CenterRing, :Group_2_5 . :WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ; x3do:hasParent :Scene ; x3do:title 'MineTrainingShape.x3d' . :Background_2_2 a owl:NamedIndividual, x3do:Background ; x3do:hasParent :Scene ; x3do:skyColor ( 1 1 1 ) . :Group_2_3 a owl:NamedIndividual, x3do:Group ; x3do:hasParent :Scene ; x3do:hasChildren :MineBody . :MineBody a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :Group_2_3 ; x3do:hasGeometry :Sphere_2_3_1_1 ; x3do:hasAppearance :Appearance_2_3_1_2 ; x3do:DEF 'MineBody' . :Sphere_2_3_1_1 a owl:NamedIndividual, x3do:Sphere ; x3do:hasParent :MineBody ; x3do:radius 1.5 . :Appearance_2_3_1_2 a owl:NamedIndividual, x3do:Appearance ; x3do:hasParent :MineBody ; x3do:hasMaterial :Material_2_3_1_2_1 . :Material_2_3_1_2_1 a owl:NamedIndividual, x3do:Material ; x3do:hasParent :Appearance_2_3_1_2 ; x3do:diffuseColor ( .1 .1 .1 ) ; x3do:transparency .05 . :CenterRing a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :Scene ; x3do:hasChildren :Shape_2_4_1, :Shape_2_4_2 ; x3do:DEF 'CenterRing' ; x3do:rotation ( 0 0 1 1.570796 ) ; x3do:translation ( 0 1.59 0 ) . :Shape_2_4_1 a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :CenterRing ; x3do:hasGeometry :Cylinder_2_4_1_1 ; x3do:hasAppearance :Appearance_2_4_1_2 . :Cylinder_2_4_1_1 a owl:NamedIndividual, x3do:Cylinder ; x3do:hasParent :Shape_2_4_1 ; x3do:height 0.05 ; x3do:radius 0.1 ; x3do:side false . :Appearance_2_4_1_2 a owl:NamedIndividual, x3do:Appearance ; x3do:hasParent :Shape_2_4_1 ; x3do:hasMaterial :Material_2_4_1_2_1 ; x3do:hasTexture :MineTrainingShapeCenterRing . :Material_2_4_1_2_1 a owl:NamedIndividual, x3do:Material ; x3do:hasParent :Appearance_2_4_1_2 ; x3do:diffuseColor ( .1 .1 .1 ) . :MineTrainingShapeCenterRing a owl:NamedIndividual, x3do:ImageTexture ; x3do:hasParent :Appearance_2_4_1_2 ; x3do:DEF 'MineTrainingShapeCenterRing' ; x3do:url '"MineTrainingShapeCenterRing.jpg" "https://savage.nps.edu/Savage/Weapons/UnderwaterMines/MineTrainingShapeCenterRing.jpg"' . :Shape_2_4_2 a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :CenterRing ; x3do:hasGeometry :Cylinder_2_4_2_1 ; x3do:hasAppearance :Appearance_2_4_2_2 . :Cylinder_2_4_2_1 a owl:NamedIndividual, x3do:Cylinder ; x3do:hasParent :Shape_2_4_2 ; x3do:bottom false ; x3do:height 0.05 ; x3do:radius 0.1 ; x3do:solid false ; x3do:top false . :Appearance_2_4_2_2 a owl:NamedIndividual, x3do:Appearance ; x3do:hasParent :Shape_2_4_2 ; x3do:hasMaterial :Material_2_4_2_2_1 . :Material_2_4_2_2_1 a owl:NamedIndividual, x3do:Material ; x3do:hasParent :Appearance_2_4_2_2 ; x3do:diffuseColor ( .1 .1 .1 ) . :Group_2_5 a owl:NamedIndividual, x3do:Group ; x3do:hasParent :Scene ; x3do:hasChildren :HertzHorn1, :HertzHorn2, :HertzHorn3, :HertzHorn4, :HertzHorn5 . :HertzHorn1 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :Group_2_5 ; x3do:hasChildren :HertzHornShape ; x3do:DEF 'HertzHorn1' ; x3do:rotation ( 0 0 1 -0.785398 ) ; x3do:translation ( 0.85 1.25 0 ) . :HertzHornShape a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :HertzHorn1 ; x3do:hasGeometry :Cylinder_2_5_1_1_1 ; x3do:hasAppearance :Appearance_2_5_1_1_2 ; x3do:DEF 'HertzHornShape' . :Cylinder_2_5_1_1_1 a owl:NamedIndividual, x3do:Cylinder ; x3do:hasParent :HertzHornShape ; x3do:height 0.65 ; x3do:radius 0.1 . :Appearance_2_5_1_1_2 a owl:NamedIndividual, x3do:Appearance ; x3do:hasParent :HertzHornShape ; x3do:hasMaterial :Material_2_5_1_1_2_1 . :Material_2_5_1_1_2_1 a owl:NamedIndividual, x3do:Material ; x3do:hasParent :Appearance_2_5_1_1_2 ; x3do:diffuseColor ( .1 .1 .1 ) . :HertzHorn2 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :Group_2_5 ; x3do:hasChildren :HertzHorn1-USE-1 ; x3do:DEF 'HertzHorn2' ; x3do:rotation ( 0 1 0 1.256637 ) . :HertzHorn1-USE-1 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :HertzHorn2 ; owl:sameAs :HertzHorn1 . # DEF matching this USE :HertzHorn3 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :Group_2_5 ; x3do:hasChildren :HertzHorn1-USE-2 ; x3do:DEF 'HertzHorn3' ; x3do:rotation ( 0 1 0 2.513274 ) . :HertzHorn1-USE-2 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :HertzHorn3 ; owl:sameAs :HertzHorn1 . # DEF matching this USE :HertzHorn4 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :Group_2_5 ; x3do:hasChildren :HertzHorn1-USE-3 ; x3do:DEF 'HertzHorn4' ; x3do:rotation ( 0 1 0 3.769911 ) . :HertzHorn1-USE-3 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :HertzHorn4 ; owl:sameAs :HertzHorn1 . # DEF matching this USE :HertzHorn5 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :Group_2_5 ; x3do:hasChildren :HertzHorn1-USE-4 ; x3do:DEF 'HertzHorn5' ; x3do:rotation ( 0 1 0 5.026548 ) . :HertzHorn1-USE-4 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :HertzHorn5 ; owl:sameAs :HertzHorn1 . # DEF matching this USE