@prefix :        <https://www.web3d.org/x3d/content/examples/Basic/DistributedInteractiveSimulation/TestCubeEspdu.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.2' ;
  x3do:noNamespaceSchemaLocation 'https://www.web3d.org/specifications/x3d-3.2.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 .
: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 'TestCubeEspdu.x3d' ;
  x3do:name 'title' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Don Brutzman' ;
  x3do:name 'creator' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '19 January 2009' ;
  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 'DIS-enabled test shape for DIS ESPDU test panel.' ;
  x3do:name 'description' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Basic/DistributedInteractiveSimulation/TestCubeEspdu.x3d' ;
  x3do:name 'identifier' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'X3D-Edit 3.3, https://www.web3d.org/x3d/tools/X3D-Edit' ;
  x3do:name 'generator' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "TestCubeEspdu.x3d" .
:meta dcterms:creator "Don Brutzman" .
:meta dcterms:created "19 January 2009" .
:meta dcterms:modified "20 October 2019" .
:meta dcterms:description "DIS-enabled test shape for DIS ESPDU test panel." .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Basic/DistributedInteractiveSimulation/TestCubeEspdu.x3d" .
:meta dcterms:generator "X3D-Edit 3.3, 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, :Background_2_2, :Viewpoint_2_3, :TestCubeTransform, :Transform_2_5, :GridXY_20x20Fixed .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'TestCubeEspdu.x3d' .
:Background_2_2 a owl:NamedIndividual, x3do:Background ;
  x3do:hasParent :Scene ;
  x3do:skyColor ( 0 0.509804 0.580392 ) .
:Viewpoint_2_3 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:description 'ESPDU test cube' ;
  x3do:orientation ( -0.4335 0.8831 0.1796 0.8772 ) ;
  x3do:position ( 25 15 25 ) .
:TestCubeTransform a owl:NamedIndividual, x3do:EspduTransform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Viewpoint_2_4_1, :Switch_2_4_2 ;
  x3do:DEF 'TestCubeTransform' ;
  x3do:address '239.1.2.3' ;
  x3do:entityID 2 ;
  x3do:marking 'TestCube' ;
  x3do:networkMode 'networkReader' ;
  x3do:port 62040 .
:Viewpoint_2_4_1 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :TestCubeTransform ;
  x3do:description 'local (moving) view' ;
  x3do:orientation ( -0.4335 0.8831 0.1796 0.8772 ) ;
  x3do:position ( 10 6 10 ) .
:Switch_2_4_2 a owl:NamedIndividual, x3do:Switch ;
  x3do:hasParent :TestCubeTransform ;
  x3do:hasChildren :Inline_2_4_2_1, :ShrinkHeloToToySize ;
  x3do:whichChoice 0 .
:Inline_2_4_2_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Switch_2_4_2 ;
  x3do:url '"TestCube.x3d" "https://www.web3d.org/x3d/content/examples/Basic/DistributedInteractiveSimulation/TestCube.x3d"' .
:ShrinkHeloToToySize a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Switch_2_4_2 ;
  x3do:hasChildren :Inline_2_4_2_2_1 ;
  x3do:DEF 'ShrinkHeloToToySize' ;
  x3do:scale ( 0.25 0.25 0.25 ) .
:Inline_2_4_2_2_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :ShrinkHeloToToySize ;
  x3do:url '"../StudentProjects/StealthHelo.x3d" "https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/StealthHelo.x3d" "../StudentProjects/StealthHelo.wrl" "https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/StealthHelo.wrl"' .
:Transform_2_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Inline_2_5_1 ;
  x3do:scale ( 10 10 10 ) .
:Inline_2_5_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_5 ;
  x3do:url '"CoordinateAxesX3dDIS.x3d" "https://www.web3d.org/x3d/content/examples/Basic/DistributedInteractiveSimulation/CoordinateAxesX3dDIS.x3d" "CoordinateAxesX3dDIS.wrl" "https://www.web3d.org/x3d/content/examples/Basic/DistributedInteractiveSimulation/CoordinateAxesX3dDIS.wrl"' .
:GridXY_20x20Fixed a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Scene ;
  x3do:DEF 'GridXY_20x20Fixed' ;
  x3do:url '"../../Savage/Tools/Authoring/GridXZ_20x20Fixed.x3d" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Authoring/GridXY_20x20Fixed.x3d" "../../Savage/Tools/Authoring/GridXZ_20x20Fixed.wrl" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Authoring/GridXY_20x20Fixed.wrl"' .
