@prefix :        <https://www.web3d.org/x3d/content/examples/Savage/AuvWorkbench/OperatingAreas/MultipleGlidersOffMonterey.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.1' ;
  x3do:noNamespaceSchemaLocation 'https://www.web3d.org/specifications/x3d-3.1.xsd' .
:head a owl:NamedIndividual, x3do:head ;
  x3do:hasParent :X3D ;
  x3do:hasComponent :component_1_1 ;
  x3do:hasMeta :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 .
:component_1_1 a owl:NamedIndividual, x3do:component ;
  x3do:hasParent :head ;
  x3do:level 1 ;
  x3do:name 'DIS' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'MultipleGlidersOffMonterey.x3d' ;
  x3do:name 'title' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Four Gliders operating in Monterey Bay, CA' ;
  x3do:name 'description' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Jeffrey D. Weekley' ;
  x3do:name 'creator' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '15 February 2007' ;
  x3do:name 'created' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '20 October 2019' ;
  x3do:name 'modified' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Sea Diver UUV, AUV, AUV Workbench' ;
  x3do:name 'subject' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Savage/AuvWorkbench/OperatingAreas/MultipleGlidersOffMonterey.x3d' ;
  x3do:name 'identifier' .
:meta_1_9 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_10 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "MultipleGlidersOffMonterey.x3d" .
:meta dcterms:description "Four Gliders operating in Monterey Bay, CA" .
:meta dcterms:creator "Jeffrey D. Weekley" .
:meta dcterms:created "15 February 2007" .
:meta dcterms:modified "20 October 2019" .
:meta dcterms:subject "Sea Diver UUV, AUV, AUV Workbench" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Savage/AuvWorkbench/OperatingAreas/MultipleGlidersOffMonterey.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, :BathymetryAndTerrain, :Vehicles .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'MultipleGlidersOffMonterey.x3d' .
:BathymetryAndTerrain a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Inline_2_2_1, :PointLight_2_2_2 ;
  x3do:DEF 'BathymetryAndTerrain' .
:Inline_2_2_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :BathymetryAndTerrain ;
  x3do:url '"MontereyBayOpArea.x3d" "https://www.web3d.org/x3d/content/examples/Savage/AuvWorkbench/OperatingAreas/MontereyBayOpArea.x3d" "MontereyBayOpArea.wrl" "https://www.web3d.org/x3d/content/examples/Savage/AuvWorkbench/OperatingAreas/MontereyBayOpArea.wrl"' .
:PointLight_2_2_2 a owl:NamedIndividual, x3do:PointLight ;
  x3do:hasParent :BathymetryAndTerrain ;
  x3do:location ( 0 1000 0 ) .
:Vehicles a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :EspduTransform_2_3_1, :EspduTransform_2_3_2, :EspduTransform_2_3_3, :EspduTransform_2_3_4 ;
  x3do:DEF 'Vehicles' .
:EspduTransform_2_3_1 a owl:NamedIndividual, x3do:EspduTransform ;
  x3do:hasParent :Vehicles ;
  x3do:hasChildren :SeaDiver, :Viewpoint_2_3_1_2 ;
  x3do:address '239.255.5.8' ;
  x3do:marking 'SeaDiver-1' ;
  x3do:networkMode 'networkReader' ;
  x3do:readInterval '0.25' .
:SeaDiver a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :EspduTransform_2_3_1 ;
  x3do:DEF 'SeaDiver' ;
  x3do:url '"../../../Savage/Robots/UnmannedUnderwaterVehicles/SeaDiver.x3d" "https://www.web3d.org/x3d/content/examples/Savage/Robots/UnmannedUnderwaterVehicles/SeaDiver.x3d" "../../../Savage/Robots/UnmannedUnderwaterVehicles/SeaDiver.wrl" "https://www.web3d.org/x3d/content/examples/Savage/Robots/UnmannedUnderwaterVehicles/SeaDiver.wrl"' .
:Viewpoint_2_3_1_2 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :EspduTransform_2_3_1 ;
  x3do:description 'Sea Diver 1' .
:EspduTransform_2_3_2 a owl:NamedIndividual, x3do:EspduTransform ;
  x3do:hasParent :Vehicles ;
  x3do:hasChildren :SeaDiver-USE-1, :Viewpoint_2_3_2_2 ;
  x3do:address '239.255.5.8' ;
  x3do:entityID 1 ;
  x3do:marking 'SeaDiver-2' ;
  x3do:networkMode 'networkReader' ;
  x3do:readInterval '0.25' .
:SeaDiver-USE-1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :EspduTransform_2_3_2 ;
  owl:sameAs :SeaDiver . # DEF matching this USE
:Viewpoint_2_3_2_2 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :EspduTransform_2_3_2 ;
  x3do:description 'Sea Diver 2' .
:EspduTransform_2_3_3 a owl:NamedIndividual, x3do:EspduTransform ;
  x3do:hasParent :Vehicles ;
  x3do:hasChildren :SeaDiver-USE-2, :Viewpoint_2_3_3_2 ;
  x3do:address '239.255.5.8' ;
  x3do:entityID 2 ;
  x3do:marking 'SeaDiver-3' ;
  x3do:networkMode 'networkReader' ;
  x3do:readInterval '0.25' .
:SeaDiver-USE-2 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :EspduTransform_2_3_3 ;
  owl:sameAs :SeaDiver . # DEF matching this USE
:Viewpoint_2_3_3_2 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :EspduTransform_2_3_3 ;
  x3do:description 'Sea Diver 3' .
:EspduTransform_2_3_4 a owl:NamedIndividual, x3do:EspduTransform ;
  x3do:hasParent :Vehicles ;
  x3do:hasChildren :SeaDiver-USE-3, :Viewpoint_2_3_4_2 ;
  x3do:address '239.255.5.8' ;
  x3do:applicationID 3 ;
  x3do:entityID 3 ;
  x3do:marking 'SeaDiver-4' ;
  x3do:networkMode 'networkReader' ;
  x3do:readInterval '0.25' .
:SeaDiver-USE-3 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :EspduTransform_2_3_4 ;
  owl:sameAs :SeaDiver . # DEF matching this USE
:Viewpoint_2_3_4_2 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :EspduTransform_2_3_4 ;
  x3do:description 'Sea Diver 4' .
