@prefix :        <https://www.web3d.org/x3d/content/examples/Savage/Tools/Authoring/GridXZ_20x20Fixed.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.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_9, :meta_1_10 .
:meta_1_1 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'GridXZ_20x20Fixed.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'MV4204 class' ;
  x3do:name 'creator' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '3 September 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 'GridXY_20x20Fixed.x3d' ;
  x3do:name 'reference' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'GridYZ_20x20Fixed.x3d' ;
  x3do:name 'reference' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Line grid authoring tool to enable precise visual measurement of objects in 3D space - fixed position. Oriented along XZ plane, size 20m by 20m, default block size 1m by 1m.' ;
  x3do:name 'description' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Savage/Tools/Authoring/GridXZ_20x20Fixed.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 "GridXZ_20x20Fixed.x3d" .
:meta dcterms:creator "MV4204 class" .
:meta dcterms:created "3 September 2000" .
:meta dcterms:modified "28 November 2019" .
:meta dcterms:reference "GridXY_20x20Fixed.x3d" .
:meta dcterms:reference "GridYZ_20x20Fixed.x3d" .
:meta dcterms:description "Line grid authoring tool to enable precise visual measurement of objects in 3D space - fixed position. Oriented along XZ plane, size 20m by 20m, default block size 1m by 1m." .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Savage/Tools/Authoring/GridXZ_20x20Fixed.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, :Viewpoint_2_2, :GridLocation .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'GridXZ_20x20Fixed.x3d' .
:Viewpoint_2_2 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:description 'XZ horizontal grid, perpendicular to Y axis (seen from 0 10 25)' ;
  x3do:orientation ( 1 0 0 -0.4 ) ;
  x3do:position ( 0 10 25 ) .
:GridLocation a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Group_2_3_1 ;
  x3do:DEF 'GridLocation' .
:Group_2_3_1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :GridLocation ;
  x3do:hasChildren :LinesAlignedAlongZ, :LinesAlignedAlongX, :Transform_2_3_1_3, :Transform_2_3_1_4, :Transform_2_3_1_5, :Transform_2_3_1_6, :Transform_2_3_1_7 .
:LinesAlignedAlongZ a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Group_2_3_1 ;
  x3do:hasGeometry :IndexedLineSet_2_3_1_1_1 ;
  x3do:DEF 'LinesAlignedAlongZ' .
:IndexedLineSet_2_3_1_1_1 a owl:NamedIndividual, x3do:IndexedLineSet ;
  x3do:hasParent :LinesAlignedAlongZ ;
  x3do:hasCoord :EndPoints ;
  x3do:hasColor :Color_2_3_1_1_1_2 ;
  x3do:colorIndex ( 1 0 0 0 0 2 0 0 0 0 1 0 0 0 0 2 0 0 0 0 1 ) ;
  x3do:colorPerVertex false ;
  x3do:coordIndex ( 1 22 -1 2 23 -1 3 24 -1 4 25 -1 5 26 -1 6 27 -1 7 28 -1 8 29 -1 9 30 -1 10 31 -1 11 32 -1 12 33 -1 13 34 -1 14 35 -1 15 36 -1 16 37 -1 17 38 -1 18 39 -1 19 40 -1 20 41 -1 21 42 -1 ) .
:EndPoints a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedLineSet_2_3_1_1_1 ;
  x3do:DEF 'EndPoints' ;
  x3do:point ( 0 0 0 -10 0 10 -9 0 10 -8 0 10 -7 0 10 -6 0 10 -5 0 10 -4 0 10 -3 0 10 -2 0 10 -1 0 10 0 0 10 1 0 10 2 0 10 3 0 10 4 0 10 5 0 10 6 0 10 7 0 10 8 0 10 9 0 10 10 0 10 -10 0 -10 -9 0 -10 -8 0 -10 -7 0 -10 -6 0 -10 -5 0 -10 -4 0 -10 -3 0 -10 -2 0 -10 -1 0 -10 0 0 -10 1 0 -10 2 0 -10 3 0 -10 4 0 -10 5 0 -10 6 0 -10 7 0 -10 8 0 -10 9 0 -10 10 0 -10 ) .
:Color_2_3_1_1_1_2 a owl:NamedIndividual, x3do:Color ;
  x3do:hasParent :IndexedLineSet_2_3_1_1_1 ;
  x3do:color ( 0.4 0.4 0.4 0.8 0.2 0 0.4 0.1 0.05 ) .
:LinesAlignedAlongX a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_3_1 ;
  x3do:hasChildren :LinesAlignedAlongZ-USE-1 ;
  x3do:DEF 'LinesAlignedAlongX' ;
  x3do:rotation ( 0 1 0 1.57079 ) .
:LinesAlignedAlongZ-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :LinesAlignedAlongX ;
  owl:sameAs :LinesAlignedAlongZ . # DEF matching this USE
:Transform_2_3_1_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_3_1 ;
  x3do:hasChildren :Billboard_2_3_1_3_1 ;
  x3do:translation ( 0 -0.5 0 ) .
:Billboard_2_3_1_3_1 a owl:NamedIndividual, x3do:Billboard ;
  x3do:hasParent :Transform_2_3_1_3 ;
  x3do:hasChildren :Shape_2_3_1_3_1_1 .
:Shape_2_3_1_3_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Billboard_2_3_1_3_1 ;
  x3do:hasGeometry :CenterTextNode ;
  x3do:hasAppearance :DefaultAppearance .
:CenterTextNode a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_3_1_3_1_1 ;
  x3do:hasFontStyle :FS4 ;
  x3do:DEF 'CenterTextNode' ;
  x3do:string '"origin"' .
:FS4 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :CenterTextNode ;
  x3do:DEF 'FS4' ;
  x3do:justify '"MIDDLE" "MIDDLE"' ;
  x3do:size 0.4 .
:DefaultAppearance a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_1_3_1_1 ;
  x3do:hasMaterial :Material_2_3_1_3_1_1_2_1 ;
  x3do:DEF 'DefaultAppearance' .
:Material_2_3_1_3_1_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :DefaultAppearance .
:Transform_2_3_1_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_3_1 ;
  x3do:hasChildren :Billboard_2_3_1_4_1 ;
  x3do:translation ( 10 -0.5 10 ) .
:Billboard_2_3_1_4_1 a owl:NamedIndividual, x3do:Billboard ;
  x3do:hasParent :Transform_2_3_1_4 ;
  x3do:hasChildren :Shape_2_3_1_4_1_1 .
:Shape_2_3_1_4_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Billboard_2_3_1_4_1 ;
  x3do:hasGeometry :Text_2_3_1_4_1_1_1 ;
  x3do:hasAppearance :DefaultAppearance-USE-1 .
:Text_2_3_1_4_1_1_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_3_1_4_1_1 ;
  x3do:hasFontStyle :FS4-USE-1 ;
  x3do:string '"10 0 10"' .
:FS4-USE-1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_3_1_4_1_1_1 ;
  owl:sameAs :FS4 . # DEF matching this USE
:DefaultAppearance-USE-1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_1_4_1_1 ;
  owl:sameAs :DefaultAppearance . # DEF matching this USE
:Transform_2_3_1_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_3_1 ;
  x3do:hasChildren :Billboard_2_3_1_5_1 ;
  x3do:translation ( 10 -0.5 -10 ) .
:Billboard_2_3_1_5_1 a owl:NamedIndividual, x3do:Billboard ;
  x3do:hasParent :Transform_2_3_1_5 ;
  x3do:hasChildren :Shape_2_3_1_5_1_1 .
:Shape_2_3_1_5_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Billboard_2_3_1_5_1 ;
  x3do:hasGeometry :Text_2_3_1_5_1_1_1 ;
  x3do:hasAppearance :DefaultAppearance-USE-2 .
:Text_2_3_1_5_1_1_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_3_1_5_1_1 ;
  x3do:hasFontStyle :FS4-USE-2 ;
  x3do:string '"10 0 -10"' .
:FS4-USE-2 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_3_1_5_1_1_1 ;
  owl:sameAs :FS4 . # DEF matching this USE
:DefaultAppearance-USE-2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_1_5_1_1 ;
  owl:sameAs :DefaultAppearance . # DEF matching this USE
:Transform_2_3_1_6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_3_1 ;
  x3do:hasChildren :Billboard_2_3_1_6_1 ;
  x3do:translation ( -10 -0.5 10 ) .
:Billboard_2_3_1_6_1 a owl:NamedIndividual, x3do:Billboard ;
  x3do:hasParent :Transform_2_3_1_6 ;
  x3do:hasChildren :Shape_2_3_1_6_1_1 .
:Shape_2_3_1_6_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Billboard_2_3_1_6_1 ;
  x3do:hasGeometry :Text_2_3_1_6_1_1_1 ;
  x3do:hasAppearance :DefaultAppearance-USE-3 .
:Text_2_3_1_6_1_1_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_3_1_6_1_1 ;
  x3do:hasFontStyle :FS4-USE-3 ;
  x3do:string '"-10 0 10"' .
:FS4-USE-3 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_3_1_6_1_1_1 ;
  owl:sameAs :FS4 . # DEF matching this USE
:DefaultAppearance-USE-3 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_1_6_1_1 ;
  owl:sameAs :DefaultAppearance . # DEF matching this USE
:Transform_2_3_1_7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_3_1 ;
  x3do:hasChildren :Billboard_2_3_1_7_1 ;
  x3do:translation ( -10 -0.5 -10 ) .
:Billboard_2_3_1_7_1 a owl:NamedIndividual, x3do:Billboard ;
  x3do:hasParent :Transform_2_3_1_7 ;
  x3do:hasChildren :Shape_2_3_1_7_1_1 .
:Shape_2_3_1_7_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Billboard_2_3_1_7_1 ;
  x3do:hasGeometry :Text_2_3_1_7_1_1_1 ;
  x3do:hasAppearance :DefaultAppearance-USE-4 .
:Text_2_3_1_7_1_1_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_3_1_7_1_1 ;
  x3do:hasFontStyle :FS4-USE-4 ;
  x3do:string '"-10 0 -10"' .
:FS4-USE-4 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_3_1_7_1_1_1 ;
  owl:sameAs :FS4 . # DEF matching this USE
:DefaultAppearance-USE-4 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_1_7_1_1 ;
  owl:sameAs :DefaultAppearance . # DEF matching this USE
