@prefix :        <https://www.web3d.org/x3d/content/examples/Basic/DistributedInteractiveSimulation/TestCube.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.2' ;
  x3do:noNamespaceSchemaLocation 'https://www.web3d.org/specifications/x3d-3.2.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_1 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'TestCube.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Don Brutzman' ;
  x3do:name 'creator' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '1 November 2008' ;
  x3do:name 'created' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '20 October 2019' ;
  x3do:name 'modified' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Provides a cube-shaped test model with each side face individually labeled.' ;
  x3do:name 'description' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/GeometricShapes/CubeWithLabeledSides.x3d' ;
  x3do:name 'reference' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'images/TestBoxImages.vsd' ;
  x3do:name 'drawing' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Basic/DistributedInteractiveSimulation/images/TestBoxImages.vsd' ;
  x3do:name 'drawing' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Basic/DistributedInteractiveSimulation/TestCube.x3d' ;
  x3do:name 'identifier' .
:meta_1_10 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_11 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "TestCube.x3d" .
:meta dcterms:creator "Don Brutzman" .
:meta dcterms:created "1 November 2008" .
:meta dcterms:modified "20 October 2019" .
:meta dcterms:description "Provides a cube-shaped test model with each side face individually labeled." .
:meta dcterms:reference "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/GeometricShapes/CubeWithLabeledSides.x3d" .
:meta dcterms:drawing "images/TestBoxImages.vsd" .
:meta dcterms:drawing "https://www.web3d.org/x3d/content/examples/Basic/DistributedInteractiveSimulation/images/TestBoxImages.vsd" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Basic/DistributedInteractiveSimulation/TestCube.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, :Group_2_3 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'TestCube.x3d' .
:Background_2_2 a owl:NamedIndividual, x3do:Background ;
  x3do:hasParent :Scene ;
  x3do:skyColor ( 0.05 0.05 0.1 ) .
:Group_2_3 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Viewpoint_2_3_1, :Front, :Viewpoint_2_3_3, :Back, :Viewpoint_2_3_5, :Left, :Viewpoint_2_3_7, :Right, :Viewpoint_2_3_9, :Top, :Viewpoint_2_3_11, :Bottom .
:Viewpoint_2_3_1 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Group_2_3 ;
  x3do:description 'Front view' ;
  x3do:orientation ( 0 1 0 1.57 ) ;
  x3do:position ( 8 0 0 ) .
:Front a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeometry :IndexedFaceSet_2_3_2_1 ;
  x3do:hasAppearance :Appearance_2_3_2_2 ;
  x3do:DEF 'Front' .
:IndexedFaceSet_2_3_2_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Front ;
  x3do:hasCoord :Points ;
  x3do:hasTexCoord :DefaultTextureCoordinate ;
  x3do:coordIndex ( 0 1 2 3 ) ;
  x3do:texCoordIndex ( 0 1 2 3 ) .
:Points a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_3_2_1 ;
  x3do:DEF 'Points' ;
  x3do:point ( 1 1 1 1 -1 1 1 -1 -1 1 1 -1 -1 1 1 -1 -1 1 -1 -1 -1 -1 1 -1 ) .
:DefaultTextureCoordinate a owl:NamedIndividual, x3do:TextureCoordinate ;
  x3do:hasParent :IndexedFaceSet_2_3_2_1 ;
  x3do:DEF 'DefaultTextureCoordinate' ;
  x3do:point ( 0 0 1 0 1 1 0 1 ) .
:Appearance_2_3_2_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Front ;
  x3do:hasTexture :ImageTexture_2_3_2_2_1 ;
  x3do:hasTextureTransform :RotateRight .
:ImageTexture_2_3_2_2_1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_3_2_2 ;
  x3do:url '"images/front.png" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/GeometricShapes/images/front.png" "https://www.web3d.org/x3d/content/examples/Basic/DistributedInteractiveSimulation/images/front.png"' .
:RotateRight a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_3_2_2 ;
  x3do:DEF 'RotateRight' ;
  x3do:rotation -1.57 .
:Viewpoint_2_3_3 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Group_2_3 ;
  x3do:description 'Back view' ;
  x3do:orientation ( 0 1 0 -1.57 ) ;
  x3do:position ( -8 0 0 ) .
:Back a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeometry :IndexedFaceSet_2_3_4_1 ;
  x3do:hasAppearance :Appearance_2_3_4_2 ;
  x3do:DEF 'Back' .
:IndexedFaceSet_2_3_4_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Back ;
  x3do:hasCoord :Points-USE-1 ;
  x3do:hasTexCoord :DefaultTextureCoordinate-USE-1 ;
  x3do:coordIndex ( 7 6 5 4 ) ;
  x3do:texCoordIndex ( 0 1 2 3 ) .
:Points-USE-1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_3_4_1 ;
  owl:sameAs :Points . # DEF matching this USE
:DefaultTextureCoordinate-USE-1 a owl:NamedIndividual, x3do:TextureCoordinate ;
  x3do:hasParent :IndexedFaceSet_2_3_4_1 ;
  owl:sameAs :DefaultTextureCoordinate . # DEF matching this USE
:Appearance_2_3_4_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Back ;
  x3do:hasTexture :ImageTexture_2_3_4_2_1 ;
  x3do:hasTextureTransform :RotateRight-USE-1 .
:ImageTexture_2_3_4_2_1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_3_4_2 ;
  x3do:url '"images/back.png" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/GeometricShapes/images/back.png" "https://www.web3d.org/x3d/content/examples/Basic/DistributedInteractiveSimulation/images/back.png"' .
:RotateRight-USE-1 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_3_4_2 ;
  owl:sameAs :RotateRight . # DEF matching this USE
:Viewpoint_2_3_5 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Group_2_3 ;
  x3do:description 'Left view' ;
  x3do:orientation ( 0 1 0 3.1416 ) ;
  x3do:position ( 0 0 -8 ) .
:Left a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeometry :IndexedFaceSet_2_3_6_1 ;
  x3do:hasAppearance :Appearance_2_3_6_2 ;
  x3do:DEF 'Left' .
:IndexedFaceSet_2_3_6_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Left ;
  x3do:hasCoord :Points-USE-2 ;
  x3do:hasTexCoord :DefaultTextureCoordinate-USE-2 ;
  x3do:coordIndex ( 3 2 6 7 ) ;
  x3do:texCoordIndex ( 0 1 2 3 ) .
:Points-USE-2 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_3_6_1 ;
  owl:sameAs :Points . # DEF matching this USE
:DefaultTextureCoordinate-USE-2 a owl:NamedIndividual, x3do:TextureCoordinate ;
  x3do:hasParent :IndexedFaceSet_2_3_6_1 ;
  owl:sameAs :DefaultTextureCoordinate . # DEF matching this USE
:Appearance_2_3_6_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Left ;
  x3do:hasTexture :ImageTexture_2_3_6_2_1 ;
  x3do:hasTextureTransform :RotateRight-USE-2 .
:ImageTexture_2_3_6_2_1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_3_6_2 ;
  x3do:url '"images/left.png" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/GeometricShapes/images/left.png" "https://www.web3d.org/x3d/content/examples/Basic/DistributedInteractiveSimulation/images/left.png"' .
:RotateRight-USE-2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_3_6_2 ;
  owl:sameAs :RotateRight . # DEF matching this USE
:Viewpoint_2_3_7 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Group_2_3 ;
  x3do:description 'Right view' ;
  x3do:position ( 0 0 8 ) .
:Right a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeometry :IndexedFaceSet_2_3_8_1 ;
  x3do:hasAppearance :Appearance_2_3_8_2 ;
  x3do:DEF 'Right' .
:IndexedFaceSet_2_3_8_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Right ;
  x3do:hasCoord :Points-USE-3 ;
  x3do:hasTexCoord :DefaultTextureCoordinate-USE-3 ;
  x3do:coordIndex ( 0 4 5 1 ) ;
  x3do:texCoordIndex ( 0 1 2 3 ) .
:Points-USE-3 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_3_8_1 ;
  owl:sameAs :Points . # DEF matching this USE
:DefaultTextureCoordinate-USE-3 a owl:NamedIndividual, x3do:TextureCoordinate ;
  x3do:hasParent :IndexedFaceSet_2_3_8_1 ;
  owl:sameAs :DefaultTextureCoordinate . # DEF matching this USE
:Appearance_2_3_8_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Right ;
  x3do:hasTexture :ImageTexture_2_3_8_2_1 ;
  x3do:hasTextureTransform :Rotate180 .
:ImageTexture_2_3_8_2_1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_3_8_2 ;
  x3do:url '"images/right.png" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/GeometricShapes/images/right.png" "https://www.web3d.org/x3d/content/examples/Basic/DistributedInteractiveSimulation/images/right.png"' .
:Rotate180 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_3_8_2 ;
  x3do:DEF 'Rotate180' ;
  x3do:rotation 3.14159 .
:Viewpoint_2_3_9 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Group_2_3 ;
  x3do:description 'Top view' ;
  x3do:orientation ( 1 0 0 -1.57 ) ;
  x3do:position ( 0 8 0 ) .
:Top a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeometry :IndexedFaceSet_2_3_10_1 ;
  x3do:hasAppearance :Appearance_2_3_10_2 ;
  x3do:DEF 'Top' .
:IndexedFaceSet_2_3_10_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Top ;
  x3do:hasCoord :Points-USE-4 ;
  x3do:hasTexCoord :DefaultTextureCoordinate-USE-4 ;
  x3do:coordIndex ( 0 3 7 4 ) ;
  x3do:texCoordIndex ( 0 1 2 3 ) .
:Points-USE-4 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_3_10_1 ;
  owl:sameAs :Points . # DEF matching this USE
:DefaultTextureCoordinate-USE-4 a owl:NamedIndividual, x3do:TextureCoordinate ;
  x3do:hasParent :IndexedFaceSet_2_3_10_1 ;
  owl:sameAs :DefaultTextureCoordinate . # DEF matching this USE
:Appearance_2_3_10_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Top ;
  x3do:hasTexture :ImageTexture_2_3_10_2_1 ;
  x3do:hasTextureTransform :RotateLeft .
:ImageTexture_2_3_10_2_1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_3_10_2 ;
  x3do:url '"images/top.png" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/GeometricShapes/images/top.png" "https://www.web3d.org/x3d/content/examples/Basic/DistributedInteractiveSimulation/images/top.png"' .
:RotateLeft a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_3_10_2 ;
  x3do:DEF 'RotateLeft' ;
  x3do:rotation 1.57 .
:Viewpoint_2_3_11 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Group_2_3 ;
  x3do:description 'Bottom view' ;
  x3do:orientation ( 1 0 0 1.57 ) ;
  x3do:position ( 0 -8 0 ) .
:Bottom a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeometry :IndexedFaceSet_2_3_12_1 ;
  x3do:hasAppearance :Appearance_2_3_12_2 ;
  x3do:DEF 'Bottom' .
:IndexedFaceSet_2_3_12_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Bottom ;
  x3do:hasCoord :Points-USE-5 ;
  x3do:hasTexCoord :DefaultTextureCoordinate-USE-5 ;
  x3do:coordIndex ( 1 5 6 2 ) ;
  x3do:texCoordIndex ( 0 1 2 3 ) .
:Points-USE-5 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_3_12_1 ;
  owl:sameAs :Points . # DEF matching this USE
:DefaultTextureCoordinate-USE-5 a owl:NamedIndividual, x3do:TextureCoordinate ;
  x3do:hasParent :IndexedFaceSet_2_3_12_1 ;
  owl:sameAs :DefaultTextureCoordinate . # DEF matching this USE
:Appearance_2_3_12_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Bottom ;
  x3do:hasTexture :ImageTexture_2_3_12_2_1 ;
  x3do:hasTextureTransform :Rotate180-USE-1 .
:ImageTexture_2_3_12_2_1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_3_12_2 ;
  x3do:url '"images/bottom.png" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/GeometricShapes/images/bottom.png" "https://www.web3d.org/x3d/content/examples/Basic/DistributedInteractiveSimulation/images/bottom.png"' .
:Rotate180-USE-1 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_3_12_2 ;
  owl:sameAs :Rotate180 . # DEF matching this USE
