@prefix :        <https://www.web3d.org/x3d/content/examples/Savage/Submarines/Various/TowedArrayHousing.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 'Interchange' ;
  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 'TowedArrayHousing.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Andy Wiest' ;
  x3do:name 'creator' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '31 July 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 'Imaginary experimental towed-array housing pod.' ;
  x3do:name 'description' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Savage/Submarines/Various/TowedArrayHousing.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 "TowedArrayHousing.x3d" .
:meta dcterms:creator "Andy Wiest" .
:meta dcterms:created "31 July 2000" .
:meta dcterms:modified "28 November 2019" .
:meta dcterms:description "Imaginary experimental towed-array housing pod." .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Savage/Submarines/Various/TowedArrayHousing.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, :TA_nodes .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'TowedArrayHousing.x3d' .
:TA_nodes a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :TA_node ;
  x3do:DEF 'TA_nodes' .
:TA_node a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TA_nodes ;
  x3do:hasChildren :body_of_sub, :sonar_dome, :ER_of_sub, :Transform_2_2_1_4 ;
  x3do:DEF 'TA_node' ;
  x3do:rotation ( 0 0 1 -1.5707 ) ;
  x3do:scale ( .1 .1 .1 ) .
:body_of_sub a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TA_node ;
  x3do:hasChildren :Shape_2_2_1_1_1 ;
  x3do:DEF 'body_of_sub' .
:Shape_2_2_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :body_of_sub ;
  x3do:hasGeometry :Cylinder_2_2_1_1_1_1 ;
  x3do:hasAppearance :sub_skin .
:Cylinder_2_2_1_1_1_1 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_2_1_1_1 ;
  x3do:height 4 .
:sub_skin a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_2_1_1_1 ;
  x3do:hasTexture :Sub_body_texture ;
  x3do:hasMaterial :Material_2_2_1_1_1_2_2 ;
  x3do:DEF 'sub_skin' .
:Sub_body_texture a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :sub_skin ;
  x3do:DEF 'Sub_body_texture' ;
  x3do:url '"SubmarineSkin.jpg" "https://www.web3d.org/x3d/content/examples/Savage/Submarines/Various/SubmarineSkin.jpg"' .
:Material_2_2_1_1_1_2_2 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :sub_skin ;
  x3do:ambientIntensity .2 ;
  x3do:diffuseColor ( .7 .7 .7 ) ;
  x3do:emissiveColor ( .05 .05 .05 ) ;
  x3do:shininess .1 ;
  x3do:specularColor ( .02 .03 .04 ) .
:sonar_dome a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TA_node ;
  x3do:hasChildren :Shape_2_2_1_2_1 ;
  x3do:DEF 'sonar_dome' ;
  x3do:scale ( 1 2 1 ) ;
  x3do:translation ( 0 2 0 ) .
:Shape_2_2_1_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :sonar_dome ;
  x3do:hasGeometry :Sphere_2_2_1_2_1_1 ;
  x3do:hasAppearance :sub_skin-USE-1 .
:Sphere_2_2_1_2_1_1 a owl:NamedIndividual, x3do:Sphere ;
  x3do:hasParent :Shape_2_2_1_2_1 .
:sub_skin-USE-1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_2_1_2_1 ;
  owl:sameAs :sub_skin . # DEF matching this USE
:ER_of_sub a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TA_node ;
  x3do:hasChildren :Shape_2_2_1_3_1 ;
  x3do:DEF 'ER_of_sub' ;
  x3do:rotation ( 0 0 1 -3.14159 ) ;
  x3do:translation ( 0 -4.5 0 ) .
:Shape_2_2_1_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :ER_of_sub ;
  x3do:hasGeometry :Cone_2_2_1_3_1_1 ;
  x3do:hasAppearance :sub_skin-USE-2 .
:Cone_2_2_1_3_1_1 a owl:NamedIndividual, x3do:Cone ;
  x3do:hasParent :Shape_2_2_1_3_1 ;
  x3do:height 5 .
:sub_skin-USE-2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_2_1_3_1 ;
  owl:sameAs :sub_skin . # DEF matching this USE
:Transform_2_2_1_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TA_node ;
  x3do:hasChildren :body_of_sub-USE-1 ;
  x3do:scale ( .2 1.5 .2 ) ;
  x3do:translation ( 0 -6 0 ) .
:body_of_sub-USE-1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_2_1_4 ;
  owl:sameAs :body_of_sub . # DEF matching this USE
