@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.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 'Bridge.x3d' ; x3do:name 'title' . :meta_1_2 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'Bridge of a Yavuz Class Frigate' ; x3do:name 'description' . :meta_1_3 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'Ozan APAYDIN' ; x3do:name 'creator' . :meta_1_4 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content '30 August 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://savage.nps.edu/Savage/ShipsMilitary/FrigateYavuzTurkey/Bridge.x3d' ; x3do:name 'identifier' . :meta_1_7 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'X3D-Edit 3.2, 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 "Bridge.x3d" . :meta dcterms:description "Bridge of a Yavuz Class Frigate" . :meta dcterms:creator "Ozan APAYDIN" . :meta dcterms:created "30 August 2001" . :meta dcterms:modified "20 October 2019" . :meta dcterms:identifier "https://savage.nps.edu/Savage/ShipsMilitary/FrigateYavuzTurkey/Bridge.x3d" . :meta dcterms:generator "X3D-Edit 3.2, 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, :Viewpoint_2_3, :Shape_2_4, :Transform_2_5, :Transform_2_6, :Transform_2_7, :Transform_2_8, :Transform_2_9 . :WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ; x3do:hasParent :Scene ; x3do:title 'Bridge.x3d' . :Background_2_2 a owl:NamedIndividual, x3do:Background ; x3do:hasParent :Scene ; x3do:skyColor ( 0.6 0.6 0.6 ) . :Viewpoint_2_3 a owl:NamedIndividual, x3do:Viewpoint ; x3do:hasParent :Scene ; x3do:position ( 0.0 0.0 30 ) . :Shape_2_4 a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :Scene ; x3do:hasAppearance :Appearance_2_4_1 ; x3do:hasGeometry :Extrusion_2_4_2 . :Appearance_2_4_1 a owl:NamedIndividual, x3do:Appearance ; x3do:hasParent :Shape_2_4 ; x3do:hasMaterial :Material_2_4_1_1 . :Material_2_4_1_1 a owl:NamedIndividual, x3do:Material ; x3do:hasParent :Appearance_2_4_1 ; x3do:diffuseColor ( .62 .639 .812 ) . :Extrusion_2_4_2 a owl:NamedIndividual, x3do:Extrusion ; x3do:hasParent :Shape_2_4 ; x3do:convex false ; x3do:creaseAngle 0.785 ; x3do:crossSection ( 3.5 -1 4.5 -0.5 5.5 0 5.5 8 3.5 10 -3.5 10 -5.5 8 -5.5 0 -4.5 -0.5 -3.5 -1 3.5 -1 ) ; x3do:scale ( 1 1 1 1 1.1 1.1 1.1 1.1 0.9 0.9 0.8 0.8 ) ; x3do:solid false ; x3do:spine ( 0 0 0 0 5 0 0 6.5 0 0 7 0 0 7.3 0 0 7.5 0 ) . :Transform_2_5 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :Scene ; x3do:hasChildren :Glass, :Transform_2_5_2, :Transform_2_5_3 ; x3do:rotation ( 1 0 0 0.55 ) ; x3do:translation ( 0 5.8 10.55 ) . :Glass a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :Transform_2_5 ; x3do:hasAppearance :GlassApp ; x3do:hasGeometry :Box_2_5_1_2 ; x3do:DEF 'Glass' . :GlassApp a owl:NamedIndividual, x3do:Appearance ; x3do:hasParent :Glass ; x3do:hasMaterial :Material_2_5_1_1_1 ; x3do:DEF 'GlassApp' . :Material_2_5_1_1_1 a owl:NamedIndividual, x3do:Material ; x3do:hasParent :GlassApp ; x3do:diffuseColor ( 0.1 0.1 0.1 ) ; x3do:emissiveColor ( 0.1 0.1 0.1 ) ; x3do:shininess 0.5 ; x3do:transparency 0.3 . :Box_2_5_1_2 a owl:NamedIndividual, x3do:Box ; x3do:hasParent :Glass ; x3do:size ( 2.0 1.3 0.05 ) . :Transform_2_5_2 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :Transform_2_5 ; x3do:hasChildren :Glass-USE-1 ; x3do:translation ( -2.3 0 0 ) . :Glass-USE-1 a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :Transform_2_5_2 ; owl:sameAs :Glass . # DEF matching this USE :Transform_2_5_3 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :Transform_2_5 ; x3do:hasChildren :Glass-USE-2 ; x3do:translation ( 2.3 0 0 ) . :Glass-USE-2 a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :Transform_2_5_3 ; owl:sameAs :Glass . # DEF matching this USE :Transform_2_6 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :Scene ; x3do:hasChildren :PortGlass ; x3do:rotation ( 0 0 1 -0.4 ) ; x3do:translation ( 5.8 5.8 4 ) . :PortGlass a owl:NamedIndividual, x3do:Group ; x3do:hasParent :Transform_2_6 ; x3do:hasChildren :PGlass, :Transform_2_6_1_2, :Transform_2_6_1_3 ; x3do:DEF 'PortGlass' . :PGlass a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :PortGlass ; x3do:hasGeometry :Box_2_6_1_1_1 ; x3do:hasAppearance :GlassApp-USE-1 ; x3do:DEF 'PGlass' . :Box_2_6_1_1_1 a owl:NamedIndividual, x3do:Box ; x3do:hasParent :PGlass ; x3do:size ( 0.05 1.3 2 ) . :GlassApp-USE-1 a owl:NamedIndividual, x3do:Appearance ; x3do:hasParent :PGlass ; owl:sameAs :GlassApp . # DEF matching this USE :Transform_2_6_1_2 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :PortGlass ; x3do:hasChildren :PGlass-USE-1 ; x3do:translation ( 0 0 -2.3 ) . :PGlass-USE-1 a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :Transform_2_6_1_2 ; owl:sameAs :PGlass . # DEF matching this USE :Transform_2_6_1_3 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :PortGlass ; x3do:hasChildren :PGlass-USE-2 ; x3do:translation ( 0 0 2.3 ) . :PGlass-USE-2 a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :Transform_2_6_1_3 ; owl:sameAs :PGlass . # DEF matching this USE :Transform_2_7 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :Scene ; x3do:hasChildren :PortGlass-USE-1 ; x3do:rotation ( 0 0 1 0.4 ) ; x3do:translation ( -5.8 5.8 4 ) . :PortGlass-USE-1 a owl:NamedIndividual, x3do:Group ; x3do:hasParent :Transform_2_7 ; owl:sameAs :PortGlass . # DEF matching this USE :Transform_2_8 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :Scene ; x3do:hasChildren :Transform_2_8_1 ; x3do:rotation ( 0 1 0 0.785 ) ; x3do:translation ( 4.5 5.8 10 ) . :Transform_2_8_1 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :Transform_2_8 ; x3do:hasChildren :Glass-USE-3 ; x3do:rotation ( 1 0 0 0.55 ) ; x3do:translation ( 0.5 0 -0.2 ) . :Glass-USE-3 a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :Transform_2_8_1 ; owl:sameAs :Glass . # DEF matching this USE :Transform_2_9 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :Scene ; x3do:hasChildren :Transform_2_9_1 ; x3do:rotation ( 0 1 0 -0.785 ) ; x3do:translation ( -4.5 5.8 10 ) . :Transform_2_9_1 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :Transform_2_9 ; x3do:hasChildren :Glass-USE-4 ; x3do:rotation ( 1 0 0 0.55 ) ; x3do:translation ( -0.5 0 -0.2 ) . :Glass-USE-4 a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :Transform_2_9_1 ; owl:sameAs :Glass . # DEF matching this USE