@prefix :        <https://www.web3d.org/x3d/content/examples/Basic/Geospatial/newGeospatialScene.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.3' ;
  x3do:noNamespaceSchemaLocation 'https://www.web3d.org/specifications/x3d-3.3.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 'Geospatial' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'newGeospatialScene.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 '23 May 2000' ;
  x3do:name 'created' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '26 August 2023' ;
  x3do:name 'modified' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Sample default scene which shows syntax and provides default relationships among Geospatial nodes.' ;
  x3do:name 'description' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Empty nodes are provided as informational exampls and fail various diagnostic tests' ;
  x3do:name 'warning' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Basic/Geospatial/newGeospatialScene.x3d' ;
  x3do:name 'identifier' .
:meta_1_9 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_10 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "newGeospatialScene.x3d" .
:meta dcterms:creator "Don Brutzman" .
:meta dcterms:created "23 May 2000" .
:meta dcterms:modified "26 August 2023" .
:meta dcterms:description "Sample default scene which shows syntax and provides default relationships among Geospatial nodes." .
:meta dcterms:warning "Empty nodes are provided as informational exampls and fail various diagnostic tests" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/newGeospatialScene.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, :GeoMetadata_2_2, :GeoViewpoint_2_3, :GeoInlineReplacedByInline, :GeoLocation_2_5, :GeoLOD_2_6, :ExampleGeoSnippet1, :ExampleGeoSnippet2 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:info '"WorldInfo contains generic information or metadata about a model, not about the georeferenced information."' ;
  x3do:title 'newGeospatialScene.x3d' .
:GeoMetadata_2_2 a owl:NamedIndividual, x3do:GeoMetadata ;
  x3do:hasParent :Scene ;
  x3do:hasMetadata :MetadataSet_2_2_1 ;
  x3do:url '"https://exampleResource.com/ExternalMetadataDescription.x3d"' .
:MetadataSet_2_2_1 a owl:NamedIndividual, x3do:MetadataSet ;
  x3do:hasParent :GeoMetadata_2_2 ;
  x3do:hasValue :MetadataString_2_2_1_1, :MetadataString_2_2_1_2, :MetadataString_2_2_1_3, :MetadataString_2_2_1_4, :MetadataString_2_2_1_5, :MetadataString_2_2_1_6, :MetadataString_2_2_1_7, :MetadataFloat_2_2_1_8, :MetadataString_2_2_1_9, :MetadataString_2_2_1_10, :MetadataString_2_2_1_11, :MetadataString_2_2_1_12, :MetadataString_2_2_1_13, :MetadataString_2_2_1_14 ;
  x3do:name 'GeoMetadata.summary' ;
  x3do:reference 'https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/geospatial.html#GeoMetadata' .
:MetadataString_2_2_1_1 a owl:NamedIndividual, x3do:MetadataString ;
  x3do:hasParent :MetadataSet_2_2_1 ;
  x3do:name 'title' ;
  x3do:value 'TODO' .
:MetadataString_2_2_1_2 a owl:NamedIndividual, x3do:MetadataString ;
  x3do:hasParent :MetadataSet_2_2_1 ;
  x3do:name 'description' ;
  x3do:value 'TODO' .
:MetadataString_2_2_1_3 a owl:NamedIndividual, x3do:MetadataString ;
  x3do:hasParent :MetadataSet_2_2_1 ;
  x3do:name 'coordinateSystem' ;
  x3do:value 'TODO' .
:MetadataString_2_2_1_4 a owl:NamedIndividual, x3do:MetadataString ;
  x3do:hasParent :MetadataSet_2_2_1 ;
  x3do:name 'horizontalDatum' ;
  x3do:value 'TODO' .
:MetadataString_2_2_1_5 a owl:NamedIndividual, x3do:MetadataString ;
  x3do:hasParent :MetadataSet_2_2_1 ;
  x3do:name 'verticalDatum' ;
  x3do:value 'TODO' .
:MetadataString_2_2_1_6 a owl:NamedIndividual, x3do:MetadataString ;
  x3do:hasParent :MetadataSet_2_2_1 ;
  x3do:name 'ellipsoid' ;
  x3do:value 'TODO' .
:MetadataString_2_2_1_7 a owl:NamedIndividual, x3do:MetadataString ;
  x3do:hasParent :MetadataSet_2_2_1 ;
  x3do:name 'extent' ;
  x3do:value '0' .
:MetadataFloat_2_2_1_8 a owl:NamedIndividual, x3do:MetadataFloat ;
  x3do:hasParent :MetadataSet_2_2_1 ;
  x3do:name 'resolution' ;
  x3do:value ( 0 ) .
:MetadataString_2_2_1_9 a owl:NamedIndividual, x3do:MetadataString ;
  x3do:hasParent :MetadataSet_2_2_1 ;
  x3do:name 'originator' ;
  x3do:value 'TODO' .
:MetadataString_2_2_1_10 a owl:NamedIndividual, x3do:MetadataString ;
  x3do:hasParent :MetadataSet_2_2_1 ;
  x3do:name 'copyright' ;
  x3do:value 'TODO' .
:MetadataString_2_2_1_11 a owl:NamedIndividual, x3do:MetadataString ;
  x3do:hasParent :MetadataSet_2_2_1 ;
  x3do:name 'date' ;
  x3do:value 'TODO' .
:MetadataString_2_2_1_12 a owl:NamedIndividual, x3do:MetadataString ;
  x3do:hasParent :MetadataSet_2_2_1 ;
  x3do:name 'metadataFormat' ;
  x3do:value 'TODO' .
:MetadataString_2_2_1_13 a owl:NamedIndividual, x3do:MetadataString ;
  x3do:hasParent :MetadataSet_2_2_1 ;
  x3do:name 'dataUrl' ;
  x3do:value 'TODO' .
:MetadataString_2_2_1_14 a owl:NamedIndividual, x3do:MetadataString ;
  x3do:hasParent :MetadataSet_2_2_1 ;
  x3do:name 'dataFormat' ;
  x3do:value 'TODO' .
:GeoViewpoint_2_3 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Scene ;
  x3do:hasGeoOrigin :DefaultGeoOrigin .
:DefaultGeoOrigin a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_3 ;
  x3do:DEF 'DefaultGeoOrigin' .
:GeoInlineReplacedByInline a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Scene ;
  x3do:DEF 'GeoInlineReplacedByInline' .
:GeoLocation_2_5 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Scene ;
  x3do:hasGeoOrigin :DefaultGeoOrigin-USE-1 .
:DefaultGeoOrigin-USE-1 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_5 ;
  owl:sameAs :DefaultGeoOrigin . # DEF matching this USE
:GeoLOD_2_6 a owl:NamedIndividual, x3do:GeoLOD ;
  x3do:hasParent :Scene ;
  x3do:hasRootNode :DefaultGeoOrigin-USE-2, :WorldInfo_2_6_2, :Shape_2_6_3 ;
  x3do:center ( 10 10 1 ) ;
  x3do:child1Url '"https://b"' ;
  x3do:child2Url '"https://c"' ;
  x3do:child3Url '"https://d"' ;
  x3do:child4Url '"https://e"' ;
  x3do:range 1000 ;
  x3do:rootUrl '"https://a"' .
:DefaultGeoOrigin-USE-2 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLOD_2_6 ;
  owl:sameAs :DefaultGeoOrigin . # DEF matching this USE
:WorldInfo_2_6_2 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :GeoLOD_2_6 .
:Shape_2_6_3 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :GeoLOD_2_6 .
:ExampleGeoSnippet1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Scene ;
  x3do:hasGeometry :EmptyGeoElevationGrid ;
  x3do:DEF 'ExampleGeoSnippet1' .
:EmptyGeoElevationGrid a owl:NamedIndividual, x3do:GeoElevationGrid ;
  x3do:hasParent :ExampleGeoSnippet1 ;
  x3do:hasGeoOrigin :DefaultGeoOrigin-USE-3 ;
  x3do:hasColor :Color_2_7_1_2 ;
  x3do:hasNormal :Normal_2_7_1_3 ;
  x3do:hasTexCoord :TextureCoordinate_2_7_1_4 ;
  x3do:DEF 'EmptyGeoElevationGrid' .
:DefaultGeoOrigin-USE-3 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :EmptyGeoElevationGrid ;
  owl:sameAs :DefaultGeoOrigin . # DEF matching this USE
:Color_2_7_1_2 a owl:NamedIndividual, x3do:Color ;
  x3do:hasParent :EmptyGeoElevationGrid .
:Normal_2_7_1_3 a owl:NamedIndividual, x3do:Normal ;
  x3do:hasParent :EmptyGeoElevationGrid .
:TextureCoordinate_2_7_1_4 a owl:NamedIndividual, x3do:TextureCoordinate ;
  x3do:hasParent :EmptyGeoElevationGrid .
:ExampleGeoSnippet2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Scene ;
  x3do:hasGeometry :IndexedFaceSet_2_8_1 ;
  x3do:DEF 'ExampleGeoSnippet2' .
:IndexedFaceSet_2_8_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :ExampleGeoSnippet2 ;
  x3do:hasCoord :GeoCoordinate_2_8_1_1 .
:GeoCoordinate_2_8_1_1 a owl:NamedIndividual, x3do:GeoCoordinate ;
  x3do:hasParent :IndexedFaceSet_2_8_1 ;
  x3do:hasGeoOrigin :DefaultGeoOrigin-USE-4 .
:DefaultGeoOrigin-USE-4 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoCoordinate_2_8_1_1 ;
  owl:sameAs :DefaultGeoOrigin . # DEF matching this USE
