@prefix :        <https://www.web3d.org/x3d/content/examples/Basic/Geospatial/GeospatialCoordinateAxesNsewExample.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, :meta_1_11, :meta_1_12 .
: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 'GeospatialCoordinateAxesNsewExample.x3d' ;
  x3do:name 'title' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Byounghyun Yoo' ;
  x3do:name 'creator' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '3 June 2008' ;
  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 'fix background globe' ;
  x3do:name 'TODO' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'X Y Z axis arrows and labels in Geospatial coordinate system.' ;
  x3do:name 'description' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'GeospatialCoordinateAxesNsewExample.png' ;
  x3do:name 'Image' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter03Grouping/CoordinateAxes.x3d' ;
  x3do:name 'reference' .
:meta_1_10 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Basic/Geospatial/GeospatialCoordinateAxesNsewExample.x3d' ;
  x3do:name 'identifier' .
:meta_1_11 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_12 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "GeospatialCoordinateAxesNsewExample.x3d" .
:meta dcterms:creator "Byounghyun Yoo" .
:meta dcterms:created "3 June 2008" .
:meta dcterms:modified "20 October 2019" .
:meta dcterms:description "X Y Z axis arrows and labels in Geospatial coordinate system." .
:meta dcterms:Image "GeospatialCoordinateAxesNsewExample.png" .
:meta dcterms:reference "https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter03Grouping/CoordinateAxes.x3d" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/GeospatialCoordinateAxesNsewExample.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, :X3D-Earth, :Group_2_3 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'GeospatialCoordinateAxesNsewExample.x3d' .
:X3D-Earth a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Scene ;
  x3do:DEF 'X3D-Earth' ;
  x3do:url '"http://x3d-earth.nps.edu/d0.x3d"' .
:Group_2_3 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :GeoLocation_2_3_1, :GeoLocation_2_3_2, :GeoLocation_2_3_3, :GeoLocation_2_3_4, :GeoLocation_2_3_5, :GeoLocation_2_3_6, :GeoLocation_2_3_7, :GeoLocation_2_3_8, :GeoLocation_2_3_9, :GeoLocation_2_3_10, :GeoLocation_2_3_11, :GeoLocation_2_3_12, :GeoLocation_2_3_13, :GeoLocation_2_3_14, :GeoLocation_2_3_15, :GeoLocation_2_3_16, :GeoLocation_2_3_17, :GeoLocation_2_3_18, :GeoLocation_2_3_19, :GeoLocation_2_3_20, :GeoLocation_2_3_21, :GeoLocation_2_3_22, :GeoLocation_2_3_23, :GeoLocation_2_3_24, :GeoLocation_2_3_25, :GeoLocation_2_3_26, :GeoViewpoint_2_3_27, :GeoViewpoint_2_3_28, :GeoViewpoint_2_3_29, :GeoViewpoint_2_3_30, :GeoViewpoint_2_3_31, :GeoViewpoint_2_3_32 .
:GeoLocation_2_3_1 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :ORIGIN ;
  x3do:hasChildren :ScaledCoordinateAxesNSEW .
:ORIGIN a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_1 ;
  x3do:DEF 'ORIGIN' ;
  x3do:geoCoords ( 0 0 -6378137 ) .
:ScaledCoordinateAxesNSEW a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_1 ;
  x3do:hasChildren :CoordinateAxesNSEW ;
  x3do:DEF 'ScaledCoordinateAxesNSEW' ;
  x3do:scale ( 1000000 1000000 1000000 ) .
:CoordinateAxesNSEW a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :ScaledCoordinateAxesNSEW ;
  x3do:DEF 'CoordinateAxesNSEW' ;
  x3do:url '"../course/CoordinateAxesNSEW.x3d" "CoordinateAxesNSEW.x3d" "https://www.web3d.org/x3d/content/examples/Basic/course/CoordinateAxesNSEW.x3d"' .
:GeoLocation_2_3_2 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :ORIGIN-USE-1 ;
  x3do:hasChildren :ScaledCoordinateAxesNSEW-USE-1 ;
  x3do:geoCoords ( 0 45 0 ) .
:ORIGIN-USE-1 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_2 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:ScaledCoordinateAxesNSEW-USE-1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_2 ;
  owl:sameAs :ScaledCoordinateAxesNSEW . # DEF matching this USE
:GeoLocation_2_3_3 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :ORIGIN-USE-2 ;
  x3do:hasChildren :ScaledCoordinateAxesNSEW-USE-2 ;
  x3do:geoCoords ( 0 89.9 0 ) .
:ORIGIN-USE-2 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_3 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:ScaledCoordinateAxesNSEW-USE-2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_3 ;
  owl:sameAs :ScaledCoordinateAxesNSEW . # DEF matching this USE
:GeoLocation_2_3_4 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :ORIGIN-USE-3 ;
  x3do:hasChildren :ScaledCoordinateAxesNSEW-USE-3 ;
  x3do:geoCoords ( 0 135 0 ) .
:ORIGIN-USE-3 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_4 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:ScaledCoordinateAxesNSEW-USE-3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_4 ;
  owl:sameAs :ScaledCoordinateAxesNSEW . # DEF matching this USE
:GeoLocation_2_3_5 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :ORIGIN-USE-4 ;
  x3do:hasChildren :ScaledCoordinateAxesNSEW-USE-4 ;
  x3do:geoCoords ( 0 180 0 ) .
:ORIGIN-USE-4 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_5 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:ScaledCoordinateAxesNSEW-USE-4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_5 ;
  owl:sameAs :ScaledCoordinateAxesNSEW . # DEF matching this USE
:GeoLocation_2_3_6 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :ORIGIN-USE-5 ;
  x3do:hasChildren :ScaledCoordinateAxesNSEW-USE-5 ;
  x3do:geoCoords ( 0 -45 0 ) .
:ORIGIN-USE-5 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_6 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:ScaledCoordinateAxesNSEW-USE-5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_6 ;
  owl:sameAs :ScaledCoordinateAxesNSEW . # DEF matching this USE
:GeoLocation_2_3_7 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :ORIGIN-USE-6 ;
  x3do:hasChildren :ScaledCoordinateAxesNSEW-USE-6 ;
  x3do:geoCoords ( 0 -89.9 0 ) .
:ORIGIN-USE-6 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_7 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:ScaledCoordinateAxesNSEW-USE-6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_7 ;
  owl:sameAs :ScaledCoordinateAxesNSEW . # DEF matching this USE
:GeoLocation_2_3_8 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :ORIGIN-USE-7 ;
  x3do:hasChildren :ScaledCoordinateAxesNSEW-USE-7 ;
  x3do:geoCoords ( 0 -135 0 ) .
:ORIGIN-USE-7 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_8 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:ScaledCoordinateAxesNSEW-USE-7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_8 ;
  owl:sameAs :ScaledCoordinateAxesNSEW . # DEF matching this USE
:GeoLocation_2_3_9 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :ORIGIN-USE-8 ;
  x3do:hasChildren :ScaledCoordinateAxesNSEW-USE-8 ;
  x3do:geoCoords ( 45 0 0 ) .
:ORIGIN-USE-8 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_9 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:ScaledCoordinateAxesNSEW-USE-8 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_9 ;
  owl:sameAs :ScaledCoordinateAxesNSEW . # DEF matching this USE
:GeoLocation_2_3_10 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :ORIGIN-USE-9 ;
  x3do:hasChildren :ScaledCoordinateAxesNSEW-USE-9 ;
  x3do:geoCoords ( 89.9 0 0 ) .
:ORIGIN-USE-9 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_10 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:ScaledCoordinateAxesNSEW-USE-9 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_10 ;
  owl:sameAs :ScaledCoordinateAxesNSEW . # DEF matching this USE
:GeoLocation_2_3_11 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :ORIGIN-USE-10 ;
  x3do:hasChildren :ScaledCoordinateAxesNSEW-USE-10 ;
  x3do:geoCoords ( -45 0 0 ) .
:ORIGIN-USE-10 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_11 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:ScaledCoordinateAxesNSEW-USE-10 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_11 ;
  owl:sameAs :ScaledCoordinateAxesNSEW . # DEF matching this USE
:GeoLocation_2_3_12 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :ORIGIN-USE-11 ;
  x3do:hasChildren :ScaledCoordinateAxesNSEW-USE-11 ;
  x3do:geoCoords ( -89.9 0 0 ) .
:ORIGIN-USE-11 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_12 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:ScaledCoordinateAxesNSEW-USE-11 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_12 ;
  owl:sameAs :ScaledCoordinateAxesNSEW . # DEF matching this USE
:GeoLocation_2_3_13 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :ORIGIN-USE-12 ;
  x3do:hasChildren :ScaledCoordinateAxesNSEW-USE-12 ;
  x3do:geoCoords ( 45 45 0 ) .
:ORIGIN-USE-12 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_13 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:ScaledCoordinateAxesNSEW-USE-12 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_13 ;
  owl:sameAs :ScaledCoordinateAxesNSEW . # DEF matching this USE
:GeoLocation_2_3_14 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :ORIGIN-USE-13 ;
  x3do:hasChildren :ScaledCoordinateAxesNSEW-USE-13 ;
  x3do:geoCoords ( -45 45 0 ) .
:ORIGIN-USE-13 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_14 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:ScaledCoordinateAxesNSEW-USE-13 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_14 ;
  owl:sameAs :ScaledCoordinateAxesNSEW . # DEF matching this USE
:GeoLocation_2_3_15 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :ORIGIN-USE-14 ;
  x3do:hasChildren :ScaledCoordinateAxesNSEW-USE-14 ;
  x3do:geoCoords ( 45 89.9 0 ) .
:ORIGIN-USE-14 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_15 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:ScaledCoordinateAxesNSEW-USE-14 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_15 ;
  owl:sameAs :ScaledCoordinateAxesNSEW . # DEF matching this USE
:GeoLocation_2_3_16 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :ORIGIN-USE-15 ;
  x3do:hasChildren :ScaledCoordinateAxesNSEW-USE-15 ;
  x3do:geoCoords ( -45 89.9 0 ) .
:ORIGIN-USE-15 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_16 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:ScaledCoordinateAxesNSEW-USE-15 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_16 ;
  owl:sameAs :ScaledCoordinateAxesNSEW . # DEF matching this USE
:GeoLocation_2_3_17 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :ORIGIN-USE-16 ;
  x3do:hasChildren :ScaledCoordinateAxesNSEW-USE-16 ;
  x3do:geoCoords ( 45 135 0 ) .
:ORIGIN-USE-16 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_17 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:ScaledCoordinateAxesNSEW-USE-16 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_17 ;
  owl:sameAs :ScaledCoordinateAxesNSEW . # DEF matching this USE
:GeoLocation_2_3_18 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :ORIGIN-USE-17 ;
  x3do:hasChildren :ScaledCoordinateAxesNSEW-USE-17 ;
  x3do:geoCoords ( -45 135 0 ) .
:ORIGIN-USE-17 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_18 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:ScaledCoordinateAxesNSEW-USE-17 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_18 ;
  owl:sameAs :ScaledCoordinateAxesNSEW . # DEF matching this USE
:GeoLocation_2_3_19 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :ORIGIN-USE-18 ;
  x3do:hasChildren :ScaledCoordinateAxesNSEW-USE-18 ;
  x3do:geoCoords ( 45 180 0 ) .
:ORIGIN-USE-18 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_19 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:ScaledCoordinateAxesNSEW-USE-18 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_19 ;
  owl:sameAs :ScaledCoordinateAxesNSEW . # DEF matching this USE
:GeoLocation_2_3_20 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :ORIGIN-USE-19 ;
  x3do:hasChildren :ScaledCoordinateAxesNSEW-USE-19 ;
  x3do:geoCoords ( -45 180 0 ) .
:ORIGIN-USE-19 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_20 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:ScaledCoordinateAxesNSEW-USE-19 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_20 ;
  owl:sameAs :ScaledCoordinateAxesNSEW . # DEF matching this USE
:GeoLocation_2_3_21 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :ORIGIN-USE-20 ;
  x3do:hasChildren :ScaledCoordinateAxesNSEW-USE-20 ;
  x3do:geoCoords ( 45 -45 0 ) .
:ORIGIN-USE-20 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_21 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:ScaledCoordinateAxesNSEW-USE-20 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_21 ;
  owl:sameAs :ScaledCoordinateAxesNSEW . # DEF matching this USE
:GeoLocation_2_3_22 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :ORIGIN-USE-21 ;
  x3do:hasChildren :ScaledCoordinateAxesNSEW-USE-21 ;
  x3do:geoCoords ( 45 -89.9 0 ) .
:ORIGIN-USE-21 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_22 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:ScaledCoordinateAxesNSEW-USE-21 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_22 ;
  owl:sameAs :ScaledCoordinateAxesNSEW . # DEF matching this USE
:GeoLocation_2_3_23 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :ORIGIN-USE-22 ;
  x3do:hasChildren :ScaledCoordinateAxesNSEW-USE-22 ;
  x3do:geoCoords ( -45 -89.9 0 ) .
:ORIGIN-USE-22 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_23 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:ScaledCoordinateAxesNSEW-USE-22 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_23 ;
  owl:sameAs :ScaledCoordinateAxesNSEW . # DEF matching this USE
:GeoLocation_2_3_24 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :ORIGIN-USE-23 ;
  x3do:hasChildren :ScaledCoordinateAxesNSEW-USE-23 ;
  x3do:geoCoords ( 45 -135 0 ) .
:ORIGIN-USE-23 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_24 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:ScaledCoordinateAxesNSEW-USE-23 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_24 ;
  owl:sameAs :ScaledCoordinateAxesNSEW . # DEF matching this USE
:GeoLocation_2_3_25 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :ORIGIN-USE-24 ;
  x3do:hasChildren :ScaledCoordinateAxesNSEW-USE-24 ;
  x3do:geoCoords ( -45 -135 0 ) .
:ORIGIN-USE-24 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_25 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:ScaledCoordinateAxesNSEW-USE-24 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_25 ;
  owl:sameAs :ScaledCoordinateAxesNSEW . # DEF matching this USE
:GeoLocation_2_3_26 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :ORIGIN-USE-25 ;
  x3do:hasChildren :ScaledCoordinateAxesNSEW-USE-25 ;
  x3do:geoCoords ( -45 -45 0 ) .
:ORIGIN-USE-25 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_26 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:ScaledCoordinateAxesNSEW-USE-25 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_26 ;
  owl:sameAs :ScaledCoordinateAxesNSEW . # DEF matching this USE
:GeoViewpoint_2_3_27 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :ORIGIN-USE-26 ;
  x3do:description '0E 0N' ;
  x3do:fieldOfView 1.05 ;
  x3do:orientation ( 1 0 1 -1.5707 ) ;
  x3do:position ( 0 0 10000000 ) .
:ORIGIN-USE-26 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_3_27 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_3_28 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :ORIGIN-USE-27 ;
  x3do:description '90E 0N' ;
  x3do:fieldOfView 1.05 ;
  x3do:orientation ( 1 0 1 -1.5707 ) ;
  x3do:position ( 0 89.900002 10000000 ) .
:ORIGIN-USE-27 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_3_28 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_3_29 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :ORIGIN-USE-28 ;
  x3do:description '90W 0N' ;
  x3do:fieldOfView 1.05 ;
  x3do:orientation ( 1 0 1 -1.5707 ) ;
  x3do:position ( 0 -89.900002 10000000 ) .
:ORIGIN-USE-28 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_3_29 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_3_30 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :ORIGIN-USE-29 ;
  x3do:description '180E 0N' ;
  x3do:fieldOfView 1.05 ;
  x3do:orientation ( 1.0 0.0 0.0 -1.5707 ) ;
  x3do:position ( 0 180 10000000 ) .
:ORIGIN-USE-29 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_3_30 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_3_31 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :ORIGIN-USE-30 ;
  x3do:description 'North Pole' ;
  x3do:fieldOfView 1.05 ;
  x3do:orientation ( 1.0 0.0 0.0 -1.5707 ) ;
  x3do:position ( 90 0 10000000 ) .
:ORIGIN-USE-30 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_3_31 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_3_32 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :ORIGIN-USE-31 ;
  x3do:description 'South Pole' ;
  x3do:fieldOfView 1.05 ;
  x3do:orientation ( 1.0 0.0 0.0 -1.5707 ) ;
  x3do:position ( -89.9 0 10000000 ) .
:ORIGIN-USE-31 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_3_32 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
