@prefix :        <https://www.web3d.org/x3d/content/examples/Basic/Geospatial/OpenStreetMapX3dEarthDemo.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, :meta_1_13, :meta_1_14 .
: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 'OpenStreetMapX3dEarthDemo.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 '20 October 2019' ;
  x3do:name 'modified' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'http://x3d-earth.nps.edu' ;
  x3do:name 'reference' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d-earth' ;
  x3do:name 'reference' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Basic/GeoSpatial/OpenStreetMapToX3D.php' ;
  x3do:name 'reference' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'http://sourceforge.net/p/x3d/code/HEAD/tree/www.web3d.org/x3d/content/examples/Basic/GeoSpatial/OpenStreetMapToX3D.php' ;
  x3do:name 'reference' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'X3D-Earth tile' ;
  x3do:name 'subject' .
:meta_1_10 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'under development' ;
  x3do:name 'warning' .
:meta_1_11 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Basic/Geospatial/OpenStreetMapX3dEarthDemo.x3d' ;
  x3do:name 'identifier' .
:meta_1_12 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'OpenStreetMapToX3D.php, https://www.web3d.org/x3d/content/examples/Basic/GeoSpatial/OpenStreetMapToX3D.php' ;
  x3do:name 'generator' .
:meta_1_13 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/license.html' ;
  x3do:name 'license' .
:meta_1_14 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "OpenStreetMapX3dEarthDemo.x3d" .
:meta dcterms:creator "Byounghyun Yoo" .
:meta dcterms:modified "20 October 2019" .
:meta dcterms:reference "http://x3d-earth.nps.edu" .
:meta dcterms:reference "https://www.web3d.org/x3d-earth" .
:meta dcterms:reference "https://www.web3d.org/x3d/content/examples/Basic/GeoSpatial/OpenStreetMapToX3D.php" .
:meta dcterms:reference "http://sourceforge.net/p/x3d/code/HEAD/tree/www.web3d.org/x3d/content/examples/Basic/GeoSpatial/OpenStreetMapToX3D.php" .
:meta dcterms:subject "X3D-Earth tile" .
:meta dcterms:warning "under development" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/OpenStreetMapX3dEarthDemo.x3d" .
:meta dcterms:generator "OpenStreetMapToX3D.php, https://www.web3d.org/x3d/content/examples/Basic/GeoSpatial/OpenStreetMapToX3D.php" .
:meta dcterms:license "https://www.web3d.org/x3d/content/examples/license.html" .
:meta dcterms:license "../license.html" .
:Scene a owl:NamedIndividual, x3do:Scene ;
  x3do:hasParent :X3D ;
  x3do:hasChildren :WorldInfo_2_1, :Group_2_2 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'OpenStreetMapX3dEarthDemo.x3d' .
:Group_2_2 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Inline_2_2_1, :GeoViewpoint_2_2_2, :ZOOM, :ZOOM1, :ZOOM2, :ZOOM3, :ZOOM4, :ZOOM5, :ZOOM6, :ZOOM7, :ZOOM8, :ZOOM9, :ZOOM10, :ZOOM11, :GeoViewpoint_2_2_15, :GeoViewpoint_2_2_16, :GeoViewpoint_2_2_17, :GeoViewpoint_2_2_18, :GeoViewpoint_2_2_19, :GeoViewpoint_2_2_20, :GeoViewpoint_2_2_21, :GeoViewpoint_2_2_22, :GeoViewpoint_2_2_23, :GeoViewpoint_2_2_24, :GeoViewpoint_2_2_25, :GeoViewpoint_2_2_26, :GeoViewpoint_2_2_27, :GeoViewpoint_2_2_28, :GeoViewpoint_2_2_29, :GeoViewpoint_2_2_30, :GeoViewpoint_2_2_31, :GeoViewpoint_2_2_32, :GeoViewpoint_2_2_33, :GeoViewpoint_2_2_34, :GeoViewpoint_2_2_35, :GeoViewpoint_2_2_36, :GeoViewpoint_2_2_37, :GeoViewpoint_2_2_38, :GeoViewpoint_2_2_39, :GeoViewpoint_2_2_40, :GeoViewpoint_2_2_41, :GeoViewpoint_2_2_42, :GeoViewpoint_2_2_43, :GeoViewpoint_2_2_44, :GeoViewpoint_2_2_45, :GeoViewpoint_2_2_46, :GeoViewpoint_2_2_47, :GeoViewpoint_2_2_48, :GeoViewpoint_2_2_49, :GeoViewpoint_2_2_50, :GeoViewpoint_2_2_51, :GeoViewpoint_2_2_52, :GeoViewpoint_2_2_53, :GeoViewpoint_2_2_54, :GeoViewpoint_2_2_55, :GeoViewpoint_2_2_56, :GeoViewpoint_2_2_57, :GeoViewpoint_2_2_58, :GeoViewpoint_2_2_59, :GeoViewpoint_2_2_60, :GeoViewpoint_2_2_61, :GeoViewpoint_2_2_62, :GeoViewpoint_2_2_63, :GeoViewpoint_2_2_64, :GeoViewpoint_2_2_65, :GeoViewpoint_2_2_66, :GeoViewpoint_2_2_67, :GeoViewpoint_2_2_68, :GeoViewpoint_2_2_69, :GeoViewpoint_2_2_70, :GeoViewpoint_2_2_71, :GeoViewpoint_2_2_72, :GeoViewpoint_2_2_73, :GeoViewpoint_2_2_74, :GeoViewpoint_2_2_75, :GeoViewpoint_2_2_76, :GeoViewpoint_2_2_77, :GeoViewpoint_2_2_78, :GeoViewpoint_2_2_79, :GeoViewpoint_2_2_80, :GeoViewpoint_2_2_81, :GeoViewpoint_2_2_82, :GeoViewpoint_2_2_83, :GeoViewpoint_2_2_84, :TIMER, :GeoPositionINTERP, :TIMER1, :GeoPositionINTERP1, :TIMER2, :GeoPositionINTERP2, :TIMER3, :GeoPositionINTERP3, :TIMER4, :GeoPositionINTERP4, :TIMER5, :GeoPositionINTERP5, :TIMER6, :GeoPositionINTERP6, :TIMER7, :GeoPositionINTERP7, :TIMER8, :GeoPositionINTERP8, :TIMER9, :GeoPositionINTERP9, :TIMER10, :GeoPositionINTERP10, :TIMER11, :GeoPositionINTERP11 ;
  x3do:hasROUTE :ROUTE_2_2_87, :ROUTE_2_2_88, :ROUTE_2_2_89, :ROUTE_2_2_92, :ROUTE_2_2_93, :ROUTE_2_2_94, :ROUTE_2_2_97, :ROUTE_2_2_98, :ROUTE_2_2_99, :ROUTE_2_2_102, :ROUTE_2_2_103, :ROUTE_2_2_104, :ROUTE_2_2_107, :ROUTE_2_2_108, :ROUTE_2_2_109, :ROUTE_2_2_112, :ROUTE_2_2_113, :ROUTE_2_2_114, :ROUTE_2_2_117, :ROUTE_2_2_118, :ROUTE_2_2_119, :ROUTE_2_2_122, :ROUTE_2_2_123, :ROUTE_2_2_124, :ROUTE_2_2_127, :ROUTE_2_2_128, :ROUTE_2_2_129, :ROUTE_2_2_132, :ROUTE_2_2_133, :ROUTE_2_2_134, :ROUTE_2_2_137, :ROUTE_2_2_138, :ROUTE_2_2_139, :ROUTE_2_2_142, :ROUTE_2_2_143, :ROUTE_2_2_144 .
:Inline_2_2_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Group_2_2 ;
  x3do:url '"/osmb0m" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial//osmb0m"' .
:GeoViewpoint_2_2_2 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN ;
  x3do:description 'Default Viewpoint' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 0 0 10000000 ) .
:ORIGIN a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_2 ;
  x3do:DEF 'ORIGIN' ;
  x3do:geoCoords ( 0 0 -6378137 ) ;
  x3do:geoSystem '"GD"' .
:ZOOM a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-1 ;
  x3do:DEF 'ZOOM' ;
  x3do:description 'Zoom and Spin' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 51.500152 -0.126236 10000000 ) .
:ORIGIN-USE-1 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :ZOOM ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:ZOOM1 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-2 ;
  x3do:DEF 'ZOOM1' ;
  x3do:description 'Orange County Convention Center, Orlando, FL' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 28.424806942669583 -81.46898746490478 500000 ) .
:ORIGIN-USE-2 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :ZOOM1 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:ZOOM2 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-3 ;
  x3do:DEF 'ZOOM2' ;
  x3do:description 'Kabul, Afghanistan' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 34.53258110649095 69.13782119750976 500000 ) .
:ORIGIN-USE-3 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :ZOOM2 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:ZOOM3 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-4 ;
  x3do:DEF 'ZOOM3' ;
  x3do:description 'Naval Postgraduate School, Monterey, CA' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 36.596454966540136 -121.87352389097214 500000 ) .
:ORIGIN-USE-4 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :ZOOM3 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:ZOOM4 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-5 ;
  x3do:DEF 'ZOOM4' ;
  x3do:description 'San Francisco Museum of Modern Art, San Francisco, CA' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 37.78588957889747 -122.40087300539018 500000 ) .
:ORIGIN-USE-5 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :ZOOM4 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:ZOOM5 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-6 ;
  x3do:DEF 'ZOOM5' ;
  x3do:description 'Narragansett Bay, Newport, RI' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 41.48692107976417 -71.32715016603471 500000 ) .
:ORIGIN-USE-6 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :ZOOM5 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:ZOOM6 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-7 ;
  x3do:DEF 'ZOOM6' ;
  x3do:description 'King&apos;s Cross, London, United Kingdom' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 51.5305712322625 -0.12352377176285152 500000 ) .
:ORIGIN-USE-7 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :ZOOM6 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:ZOOM7 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-8 ;
  x3do:DEF 'ZOOM7' ;
  x3do:description 'Scollay Square, Boston, MA' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 42.36027219744271 -71.05916529893875 500000 ) .
:ORIGIN-USE-8 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :ZOOM7 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:ZOOM8 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-9 ;
  x3do:DEF 'ZOOM8' ;
  x3do:description 'San Diego Convention Center, San Diego, CA' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 32.70688495899665 -117.16055274009707 500000 ) .
:ORIGIN-USE-9 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :ZOOM8 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:ZOOM9 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-10 ;
  x3do:DEF 'ZOOM9' ;
  x3do:description 'International Plaza Resort and Spa, Orlando, FL' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 28.41747302782284 -81.46303564310074 500000 ) .
:ORIGIN-USE-10 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :ZOOM9 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:ZOOM10 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-11 ;
  x3do:DEF 'ZOOM10' ;
  x3do:description 'Federal University of Paraiba, Joao Pessoa, Paraiba, Brazil' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( -7.137685657416106 -34.845199584960945 500000 ) .
:ORIGIN-USE-11 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :ZOOM10 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:ZOOM11 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-12 ;
  x3do:DEF 'ZOOM11' ;
  x3do:description 'Port of Singapore, Singapore' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 1.26299 103.837398 500000 ) .
:ORIGIN-USE-12 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :ZOOM11 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_15 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-13 ;
  x3do:description '0E 0N' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 0 0 10000000 ) .
:ORIGIN-USE-13 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_15 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_16 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-14 ;
  x3do:description '90E 0N' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 0 89.9 10000000 ) .
:ORIGIN-USE-14 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_16 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_17 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-15 ;
  x3do:description '90W 0N' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 0 -89.9 10000000 ) .
:ORIGIN-USE-15 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_17 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_18 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-16 ;
  x3do:description '180E 0N' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 0 180 10000000 ) .
:ORIGIN-USE-16 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_18 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_19 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-17 ;
  x3do:description 'North Pole' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 90 0 10000000 ) .
:ORIGIN-USE-17 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_19 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_20 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-18 ;
  x3do:description 'South Pole' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( -89.9 0 10000000 ) .
:ORIGIN-USE-18 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_20 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_21 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-19 ;
  x3do:description 'Orange County Convention Center, Orlando, FL: 10000Km' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 28.424806942669583 -81.46898746490478 10000000 ) .
:ORIGIN-USE-19 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_21 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_22 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-20 ;
  x3do:description 'Orange County Convention Center, Orlando, FL: 1000Km' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 28.424806942669583 -81.46898746490478 1000000 ) .
:ORIGIN-USE-20 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_22 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_23 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-21 ;
  x3do:description 'Orange County Convention Center, Orlando, FL: 100Km' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 28.424806942669583 -81.46898746490478 100000 ) .
:ORIGIN-USE-21 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_23 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_24 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-22 ;
  x3do:description 'Orange County Convention Center, Orlando, FL: 10Km' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 28.424806942669583 -81.46898746490478 10000 ) .
:ORIGIN-USE-22 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_24 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_25 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-23 ;
  x3do:description 'Orange County Convention Center, Orlando, FL: 1Km' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 28.424806942669583 -81.46898746490478 1000 ) .
:ORIGIN-USE-23 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_25 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_26 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-24 ;
  x3do:description 'Orange County Convention Center, Orlando, FL: 200m' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 28.424806942669583 -81.46898746490478 200 ) .
:ORIGIN-USE-24 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_26 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_27 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-25 ;
  x3do:description 'Kabul, Afghanistan: 10000Km' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 34.53258110649095 69.13782119750976 10000000 ) .
:ORIGIN-USE-25 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_27 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_28 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-26 ;
  x3do:description 'Kabul, Afghanistan: 1000Km' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 34.53258110649095 69.13782119750976 1000000 ) .
:ORIGIN-USE-26 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_28 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_29 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-27 ;
  x3do:description 'Kabul, Afghanistan: 100Km' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 34.53258110649095 69.13782119750976 100000 ) .
:ORIGIN-USE-27 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_29 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_30 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-28 ;
  x3do:description 'Kabul, Afghanistan: 10Km' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 34.53258110649095 69.13782119750976 10000 ) .
:ORIGIN-USE-28 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_30 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_31 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-29 ;
  x3do:description 'Naval Postgraduate School, Monterey, CA: 10000Km' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 36.596454966540136 -121.87352389097214 10000000 ) .
:ORIGIN-USE-29 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_31 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_32 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-30 ;
  x3do:description 'Naval Postgraduate School, Monterey, CA: 1000Km' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 36.596454966540136 -121.87352389097214 1000000 ) .
:ORIGIN-USE-30 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_32 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_33 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-31 ;
  x3do:description 'Naval Postgraduate School, Monterey, CA: 100Km' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 36.596454966540136 -121.87352389097214 100000 ) .
:ORIGIN-USE-31 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_33 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_34 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-32 ;
  x3do:description 'Naval Postgraduate School, Monterey, CA: 10Km' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 36.596454966540136 -121.87352389097214 10000 ) .
:ORIGIN-USE-32 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_34 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_35 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-33 ;
  x3do:description 'Naval Postgraduate School, Monterey, CA: 1Km' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 36.596454966540136 -121.87352389097214 1000 ) .
:ORIGIN-USE-33 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_35 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_36 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-34 ;
  x3do:description 'Naval Postgraduate School, Monterey, CA: 200m' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 36.596454966540136 -121.87352389097214 200 ) .
:ORIGIN-USE-34 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_36 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_37 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-35 ;
  x3do:description 'San Francisco Museum of Modern Art, San Francisco, CA: 10000Km' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 37.78588957889747 -122.40087300539018 10000000 ) .
:ORIGIN-USE-35 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_37 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_38 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-36 ;
  x3do:description 'San Francisco Museum of Modern Art, San Francisco, CA: 1000Km' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 37.78588957889747 -122.40087300539018 1000000 ) .
:ORIGIN-USE-36 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_38 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_39 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-37 ;
  x3do:description 'San Francisco Museum of Modern Art, San Francisco, CA: 100Km' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 37.78588957889747 -122.40087300539018 100000 ) .
:ORIGIN-USE-37 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_39 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_40 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-38 ;
  x3do:description 'San Francisco Museum of Modern Art, San Francisco, CA: 10Km' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 37.78588957889747 -122.40087300539018 10000 ) .
:ORIGIN-USE-38 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_40 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_41 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-39 ;
  x3do:description 'San Francisco Museum of Modern Art, San Francisco, CA: 1Km' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 37.78588957889747 -122.40087300539018 1000 ) .
:ORIGIN-USE-39 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_41 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_42 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-40 ;
  x3do:description 'San Francisco Museum of Modern Art, San Francisco, CA: 200m' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 37.78588957889747 -122.40087300539018 200 ) .
:ORIGIN-USE-40 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_42 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_43 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-41 ;
  x3do:description 'Narragansett Bay, Newport, RI: 10000Km' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 41.48692107976417 -71.32715016603471 10000000 ) .
:ORIGIN-USE-41 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_43 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_44 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-42 ;
  x3do:description 'Narragansett Bay, Newport, RI: 1000Km' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 41.48692107976417 -71.32715016603471 1000000 ) .
:ORIGIN-USE-42 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_44 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_45 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-43 ;
  x3do:description 'Narragansett Bay, Newport, RI: 100Km' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 41.48692107976417 -71.32715016603471 100000 ) .
:ORIGIN-USE-43 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_45 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_46 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-44 ;
  x3do:description 'Narragansett Bay, Newport, RI: 10Km' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 41.48692107976417 -71.32715016603471 10000 ) .
:ORIGIN-USE-44 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_46 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_47 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-45 ;
  x3do:description 'Narragansett Bay, Newport, RI: 1Km' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 41.48692107976417 -71.32715016603471 1000 ) .
:ORIGIN-USE-45 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_47 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_48 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-46 ;
  x3do:description 'Narragansett Bay, Newport, RI: 200m' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 41.48692107976417 -71.32715016603471 200 ) .
:ORIGIN-USE-46 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_48 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_49 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-47 ;
  x3do:description 'King&apos;s Cross, London, United Kingdom: 10000Km' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 51.5305712322625 -0.12352377176285152 10000000 ) .
:ORIGIN-USE-47 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_49 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_50 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-48 ;
  x3do:description 'King&apos;s Cross, London, United Kingdom: 1000Km' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 51.5305712322625 -0.12352377176285152 1000000 ) .
:ORIGIN-USE-48 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_50 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_51 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-49 ;
  x3do:description 'King&apos;s Cross, London, United Kingdom: 100Km' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 51.5305712322625 -0.12352377176285152 100000 ) .
:ORIGIN-USE-49 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_51 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_52 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-50 ;
  x3do:description 'King&apos;s Cross, London, United Kingdom: 10Km' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 51.5305712322625 -0.12352377176285152 10000 ) .
:ORIGIN-USE-50 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_52 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_53 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-51 ;
  x3do:description 'King&apos;s Cross, London, United Kingdom: 1Km' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 51.5305712322625 -0.12352377176285152 1000 ) .
:ORIGIN-USE-51 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_53 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_54 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-52 ;
  x3do:description 'King&apos;s Cross, London, United Kingdom: 200m' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 51.5305712322625 -0.12352377176285152 200 ) .
:ORIGIN-USE-52 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_54 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_55 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-53 ;
  x3do:description 'Scollay Square, Boston, MA: 10000Km' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 42.36027219744271 -71.05916529893875 10000000 ) .
:ORIGIN-USE-53 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_55 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_56 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-54 ;
  x3do:description 'Scollay Square, Boston, MA: 1000Km' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 42.36027219744271 -71.05916529893875 1000000 ) .
:ORIGIN-USE-54 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_56 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_57 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-55 ;
  x3do:description 'Scollay Square, Boston, MA: 100Km' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 42.36027219744271 -71.05916529893875 100000 ) .
:ORIGIN-USE-55 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_57 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_58 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-56 ;
  x3do:description 'Scollay Square, Boston, MA: 10Km' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 42.36027219744271 -71.05916529893875 10000 ) .
:ORIGIN-USE-56 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_58 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_59 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-57 ;
  x3do:description 'Scollay Square, Boston, MA: 1Km' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 42.36027219744271 -71.05916529893875 1000 ) .
:ORIGIN-USE-57 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_59 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_60 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-58 ;
  x3do:description 'Scollay Square, Boston, MA: 200m' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 42.36027219744271 -71.05916529893875 200 ) .
:ORIGIN-USE-58 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_60 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_61 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-59 ;
  x3do:description 'San Diego Convention Center, San Diego, CA: 10000Km' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 32.70688495899665 -117.16055274009707 10000000 ) .
:ORIGIN-USE-59 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_61 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_62 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-60 ;
  x3do:description 'San Diego Convention Center, San Diego, CA: 1000Km' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 32.70688495899665 -117.16055274009707 1000000 ) .
:ORIGIN-USE-60 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_62 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_63 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-61 ;
  x3do:description 'San Diego Convention Center, San Diego, CA: 100Km' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 32.70688495899665 -117.16055274009707 100000 ) .
:ORIGIN-USE-61 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_63 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_64 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-62 ;
  x3do:description 'San Diego Convention Center, San Diego, CA: 10Km' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 32.70688495899665 -117.16055274009707 10000 ) .
:ORIGIN-USE-62 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_64 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_65 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-63 ;
  x3do:description 'San Diego Convention Center, San Diego, CA: 1Km' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 32.70688495899665 -117.16055274009707 1000 ) .
:ORIGIN-USE-63 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_65 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_66 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-64 ;
  x3do:description 'San Diego Convention Center, San Diego, CA: 200m' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 32.70688495899665 -117.16055274009707 200 ) .
:ORIGIN-USE-64 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_66 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_67 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-65 ;
  x3do:description 'International Plaza Resort and Spa, Orlando, FL: 10000Km' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 28.41747302782284 -81.46303564310074 10000000 ) .
:ORIGIN-USE-65 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_67 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_68 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-66 ;
  x3do:description 'International Plaza Resort and Spa, Orlando, FL: 1000Km' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 28.41747302782284 -81.46303564310074 1000000 ) .
:ORIGIN-USE-66 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_68 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_69 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-67 ;
  x3do:description 'International Plaza Resort and Spa, Orlando, FL: 100Km' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 28.41747302782284 -81.46303564310074 100000 ) .
:ORIGIN-USE-67 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_69 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_70 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-68 ;
  x3do:description 'International Plaza Resort and Spa, Orlando, FL: 10Km' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 28.41747302782284 -81.46303564310074 10000 ) .
:ORIGIN-USE-68 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_70 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_71 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-69 ;
  x3do:description 'International Plaza Resort and Spa, Orlando, FL: 1Km' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 28.41747302782284 -81.46303564310074 1000 ) .
:ORIGIN-USE-69 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_71 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_72 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-70 ;
  x3do:description 'International Plaza Resort and Spa, Orlando, FL: 200m' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 28.41747302782284 -81.46303564310074 200 ) .
:ORIGIN-USE-70 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_72 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_73 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-71 ;
  x3do:description 'Federal University of Paraiba, Joao Pessoa, Paraiba, Brazil: 10000Km' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( -7.137685657416106 -34.845199584960945 10000000 ) .
:ORIGIN-USE-71 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_73 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_74 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-72 ;
  x3do:description 'Federal University of Paraiba, Joao Pessoa, Paraiba, Brazil: 1000Km' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( -7.137685657416106 -34.845199584960945 1000000 ) .
:ORIGIN-USE-72 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_74 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_75 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-73 ;
  x3do:description 'Federal University of Paraiba, Joao Pessoa, Paraiba, Brazil: 100Km' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( -7.137685657416106 -34.845199584960945 100000 ) .
:ORIGIN-USE-73 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_75 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_76 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-74 ;
  x3do:description 'Federal University of Paraiba, Joao Pessoa, Paraiba, Brazil: 10Km' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( -7.137685657416106 -34.845199584960945 10000 ) .
:ORIGIN-USE-74 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_76 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_77 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-75 ;
  x3do:description 'Federal University of Paraiba, Joao Pessoa, Paraiba, Brazil: 1Km' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( -7.137685657416106 -34.845199584960945 1000 ) .
:ORIGIN-USE-75 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_77 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_78 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-76 ;
  x3do:description 'Federal University of Paraiba, Joao Pessoa, Paraiba, Brazil: 300m' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( -7.137685657416106 -34.845199584960945 300 ) .
:ORIGIN-USE-76 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_78 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_79 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-77 ;
  x3do:description 'Port of Singapore, Singapore: 10000Km' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 1.26299 103.837398 10000000 ) .
:ORIGIN-USE-77 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_79 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_80 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-78 ;
  x3do:description 'Port of Singapore, Singapore: 1000Km' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 1.26299 103.837398 1000000 ) .
:ORIGIN-USE-78 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_80 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_81 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-79 ;
  x3do:description 'Port of Singapore, Singapore: 100Km' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 1.26299 103.837398 100000 ) .
:ORIGIN-USE-79 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_81 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_82 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-80 ;
  x3do:description 'Port of Singapore, Singapore: 10Km' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 1.26299 103.837398 10000 ) .
:ORIGIN-USE-80 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_82 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_83 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-81 ;
  x3do:description 'Port of Singapore, Singapore: 1Km' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 1.26299 103.837398 1000 ) .
:ORIGIN-USE-81 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_83 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:GeoViewpoint_2_2_84 a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasGeoOrigin :ORIGIN-USE-82 ;
  x3do:description 'Port of Singapore, Singapore: 500m' ;
  x3do:fieldOfView 1.05 ;
  x3do:geoSystem '"GD"' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.57 ) ;
  x3do:position ( 1.26299 103.837398 500 ) .
:ORIGIN-USE-82 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoViewpoint_2_2_84 ;
  owl:sameAs :ORIGIN . # DEF matching this USE
:TIMER a owl:NamedIndividual, x3do:TimeSensor ;
  x3do:hasParent :Group_2_2 ;
  x3do:DEF 'TIMER' ;
  x3do:cycleInterval '800' ;
  x3do:enabled false ;
  x3do:loop true .
:GeoPositionINTERP a owl:NamedIndividual, x3do:GeoPositionInterpolator ;
  x3do:hasParent :Group_2_2 ;
  x3do:DEF 'GeoPositionINTERP' ;
  x3do:key ( 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0 ) ;
  x3do:keyValue ( 0 0 10000000 28.424806942669583 -81.46898746490478 5000000 34.53258110649095 69.13782119750976 5000000 36.596454966540136 -121.87352389097214 5000000 37.78588957889747 -122.40087300539018 5000000 41.48692107976417 -71.32715016603471 5000000 51.5305712322625 -0.12352377176285152 5000000 0 -187 5000000 0 0 5000000 0 180 1000000 0 0 10000000 ) .
:ROUTE_2_2_87 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Group_2_2 ;
  x3do:fromField 'isBound' ;
  x3do:fromNode 'ZOOM' ;
  x3do:toField 'enabled' ;
  x3do:toNode 'TIMER' .
:ROUTE_2_2_88 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Group_2_2 ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'TIMER' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'GeoPositionINTERP' .
:ROUTE_2_2_89 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Group_2_2 ;
  x3do:fromField 'geovalue_changed' ;
  x3do:fromNode 'GeoPositionINTERP' ;
  x3do:toField 'position' ;
  x3do:toNode 'ZOOM' .
:TIMER1 a owl:NamedIndividual, x3do:TimeSensor ;
  x3do:hasParent :Group_2_2 ;
  x3do:DEF 'TIMER1' ;
  x3do:cycleInterval '400' ;
  x3do:enabled false ;
  x3do:loop true .
:GeoPositionINTERP1 a owl:NamedIndividual, x3do:GeoPositionInterpolator ;
  x3do:hasParent :Group_2_2 ;
  x3do:DEF 'GeoPositionINTERP1' ;
  x3do:key ( 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0 ) ;
  x3do:keyValue ( 0 0 10000000 28.424806942669583 -81.46898746490478 1000000 28.424806942669583 -81.46898746490478 100000 28.424806942669583 -81.46898746490478 10000 28.424806942669583 -81.46898746490478 1000 28.424806942669583 -81.46898746490478 200 28.424806942669583 -81.46898746490478 1000 28.424806942669583 -81.46898746490478 10000 28.424806942669583 -81.46898746490478 100000 28.424806942669583 -81.46898746490478 1000000 0 0 10000000 ) .
:ROUTE_2_2_92 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Group_2_2 ;
  x3do:fromField 'isBound' ;
  x3do:fromNode 'ZOOM1' ;
  x3do:toField 'enabled' ;
  x3do:toNode 'TIMER1' .
:ROUTE_2_2_93 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Group_2_2 ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'TIMER1' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'GeoPositionINTERP1' .
:ROUTE_2_2_94 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Group_2_2 ;
  x3do:fromField 'geovalue_changed' ;
  x3do:fromNode 'GeoPositionINTERP1' ;
  x3do:toField 'position' ;
  x3do:toNode 'ZOOM1' .
:TIMER2 a owl:NamedIndividual, x3do:TimeSensor ;
  x3do:hasParent :Group_2_2 ;
  x3do:DEF 'TIMER2' ;
  x3do:cycleInterval '400' ;
  x3do:enabled false ;
  x3do:loop true .
:GeoPositionINTERP2 a owl:NamedIndividual, x3do:GeoPositionInterpolator ;
  x3do:hasParent :Group_2_2 ;
  x3do:DEF 'GeoPositionINTERP2' ;
  x3do:key ( 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0 ) ;
  x3do:keyValue ( 0 0 10000000 34.53258110649095 69.13782119750976 1000000 34.53258110649095 69.13782119750976 100000 34.53258110649095 69.13782119750976 10000 34.53258110649095 69.13782119750976 100000 34.53258110649095 69.13782119750976 1000000 0 0 10000000 ) .
:ROUTE_2_2_97 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Group_2_2 ;
  x3do:fromField 'isBound' ;
  x3do:fromNode 'ZOOM2' ;
  x3do:toField 'enabled' ;
  x3do:toNode 'TIMER2' .
:ROUTE_2_2_98 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Group_2_2 ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'TIMER2' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'GeoPositionINTERP2' .
:ROUTE_2_2_99 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Group_2_2 ;
  x3do:fromField 'geovalue_changed' ;
  x3do:fromNode 'GeoPositionINTERP2' ;
  x3do:toField 'position' ;
  x3do:toNode 'ZOOM2' .
:TIMER3 a owl:NamedIndividual, x3do:TimeSensor ;
  x3do:hasParent :Group_2_2 ;
  x3do:DEF 'TIMER3' ;
  x3do:cycleInterval '400' ;
  x3do:enabled false ;
  x3do:loop true .
:GeoPositionINTERP3 a owl:NamedIndividual, x3do:GeoPositionInterpolator ;
  x3do:hasParent :Group_2_2 ;
  x3do:DEF 'GeoPositionINTERP3' ;
  x3do:key ( 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0 ) ;
  x3do:keyValue ( 0 0 10000000 36.596454966540136 -121.87352389097214 1000000 36.596454966540136 -121.87352389097214 100000 36.596454966540136 -121.87352389097214 10000 36.596454966540136 -121.87352389097214 1000 36.596454966540136 -121.87352389097214 200 36.596454966540136 -121.87352389097214 1000 36.596454966540136 -121.87352389097214 10000 36.596454966540136 -121.87352389097214 100000 36.596454966540136 -121.87352389097214 1000000 0 0 10000000 ) .
:ROUTE_2_2_102 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Group_2_2 ;
  x3do:fromField 'isBound' ;
  x3do:fromNode 'ZOOM3' ;
  x3do:toField 'enabled' ;
  x3do:toNode 'TIMER3' .
:ROUTE_2_2_103 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Group_2_2 ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'TIMER3' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'GeoPositionINTERP3' .
:ROUTE_2_2_104 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Group_2_2 ;
  x3do:fromField 'geovalue_changed' ;
  x3do:fromNode 'GeoPositionINTERP3' ;
  x3do:toField 'position' ;
  x3do:toNode 'ZOOM3' .
:TIMER4 a owl:NamedIndividual, x3do:TimeSensor ;
  x3do:hasParent :Group_2_2 ;
  x3do:DEF 'TIMER4' ;
  x3do:cycleInterval '400' ;
  x3do:enabled false ;
  x3do:loop true .
:GeoPositionINTERP4 a owl:NamedIndividual, x3do:GeoPositionInterpolator ;
  x3do:hasParent :Group_2_2 ;
  x3do:DEF 'GeoPositionINTERP4' ;
  x3do:key ( 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0 ) ;
  x3do:keyValue ( 0 0 10000000 37.78588957889747 -122.40087300539018 1000000 37.78588957889747 -122.40087300539018 100000 37.78588957889747 -122.40087300539018 10000 37.78588957889747 -122.40087300539018 1000 37.78588957889747 -122.40087300539018 200 37.78588957889747 -122.40087300539018 1000 37.78588957889747 -122.40087300539018 10000 37.78588957889747 -122.40087300539018 100000 37.78588957889747 -122.40087300539018 1000000 0 0 10000000 ) .
:ROUTE_2_2_107 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Group_2_2 ;
  x3do:fromField 'isBound' ;
  x3do:fromNode 'ZOOM4' ;
  x3do:toField 'enabled' ;
  x3do:toNode 'TIMER4' .
:ROUTE_2_2_108 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Group_2_2 ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'TIMER4' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'GeoPositionINTERP4' .
:ROUTE_2_2_109 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Group_2_2 ;
  x3do:fromField 'geovalue_changed' ;
  x3do:fromNode 'GeoPositionINTERP4' ;
  x3do:toField 'position' ;
  x3do:toNode 'ZOOM4' .
:TIMER5 a owl:NamedIndividual, x3do:TimeSensor ;
  x3do:hasParent :Group_2_2 ;
  x3do:DEF 'TIMER5' ;
  x3do:cycleInterval '400' ;
  x3do:enabled false ;
  x3do:loop true .
:GeoPositionINTERP5 a owl:NamedIndividual, x3do:GeoPositionInterpolator ;
  x3do:hasParent :Group_2_2 ;
  x3do:DEF 'GeoPositionINTERP5' ;
  x3do:key ( 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0 ) ;
  x3do:keyValue ( 0 0 10000000 41.48692107976417 -71.32715016603471 1000000 41.48692107976417 -71.32715016603471 100000 41.48692107976417 -71.32715016603471 10000 41.48692107976417 -71.32715016603471 1000 41.48692107976417 -71.32715016603471 200 41.48692107976417 -71.32715016603471 1000 41.48692107976417 -71.32715016603471 10000 41.48692107976417 -71.32715016603471 100000 41.48692107976417 -71.32715016603471 1000000 0 0 10000000 ) .
:ROUTE_2_2_112 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Group_2_2 ;
  x3do:fromField 'isBound' ;
  x3do:fromNode 'ZOOM5' ;
  x3do:toField 'enabled' ;
  x3do:toNode 'TIMER5' .
:ROUTE_2_2_113 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Group_2_2 ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'TIMER5' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'GeoPositionINTERP5' .
:ROUTE_2_2_114 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Group_2_2 ;
  x3do:fromField 'geovalue_changed' ;
  x3do:fromNode 'GeoPositionINTERP5' ;
  x3do:toField 'position' ;
  x3do:toNode 'ZOOM5' .
:TIMER6 a owl:NamedIndividual, x3do:TimeSensor ;
  x3do:hasParent :Group_2_2 ;
  x3do:DEF 'TIMER6' ;
  x3do:cycleInterval '400' ;
  x3do:enabled false ;
  x3do:loop true .
:GeoPositionINTERP6 a owl:NamedIndividual, x3do:GeoPositionInterpolator ;
  x3do:hasParent :Group_2_2 ;
  x3do:DEF 'GeoPositionINTERP6' ;
  x3do:key ( 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0 ) ;
  x3do:keyValue ( 0 0 10000000 51.5305712322625 -0.12352377176285152 1000000 51.5305712322625 -0.12352377176285152 100000 51.5305712322625 -0.12352377176285152 10000 51.5305712322625 -0.12352377176285152 1000 51.5305712322625 -0.12352377176285152 200 51.5305712322625 -0.12352377176285152 1000 51.5305712322625 -0.12352377176285152 10000 51.5305712322625 -0.12352377176285152 100000 51.5305712322625 -0.12352377176285152 1000000 0 0 10000000 ) .
:ROUTE_2_2_117 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Group_2_2 ;
  x3do:fromField 'isBound' ;
  x3do:fromNode 'ZOOM6' ;
  x3do:toField 'enabled' ;
  x3do:toNode 'TIMER6' .
:ROUTE_2_2_118 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Group_2_2 ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'TIMER6' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'GeoPositionINTERP6' .
:ROUTE_2_2_119 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Group_2_2 ;
  x3do:fromField 'geovalue_changed' ;
  x3do:fromNode 'GeoPositionINTERP6' ;
  x3do:toField 'position' ;
  x3do:toNode 'ZOOM6' .
:TIMER7 a owl:NamedIndividual, x3do:TimeSensor ;
  x3do:hasParent :Group_2_2 ;
  x3do:DEF 'TIMER7' ;
  x3do:cycleInterval '400' ;
  x3do:enabled false ;
  x3do:loop true .
:GeoPositionINTERP7 a owl:NamedIndividual, x3do:GeoPositionInterpolator ;
  x3do:hasParent :Group_2_2 ;
  x3do:DEF 'GeoPositionINTERP7' ;
  x3do:key ( 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0 ) ;
  x3do:keyValue ( 0 0 10000000 42.36027219744271 -71.05916529893875 1000000 42.36027219744271 -71.05916529893875 100000 42.36027219744271 -71.05916529893875 10000 42.36027219744271 -71.05916529893875 1000 42.36027219744271 -71.05916529893875 200 42.36027219744271 -71.05916529893875 1000 42.36027219744271 -71.05916529893875 10000 42.36027219744271 -71.05916529893875 100000 42.36027219744271 -71.05916529893875 1000000 0 0 10000000 ) .
:ROUTE_2_2_122 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Group_2_2 ;
  x3do:fromField 'isBound' ;
  x3do:fromNode 'ZOOM7' ;
  x3do:toField 'enabled' ;
  x3do:toNode 'TIMER7' .
:ROUTE_2_2_123 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Group_2_2 ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'TIMER7' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'GeoPositionINTERP7' .
:ROUTE_2_2_124 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Group_2_2 ;
  x3do:fromField 'geovalue_changed' ;
  x3do:fromNode 'GeoPositionINTERP7' ;
  x3do:toField 'position' ;
  x3do:toNode 'ZOOM7' .
:TIMER8 a owl:NamedIndividual, x3do:TimeSensor ;
  x3do:hasParent :Group_2_2 ;
  x3do:DEF 'TIMER8' ;
  x3do:cycleInterval '400' ;
  x3do:enabled false ;
  x3do:loop true .
:GeoPositionINTERP8 a owl:NamedIndividual, x3do:GeoPositionInterpolator ;
  x3do:hasParent :Group_2_2 ;
  x3do:DEF 'GeoPositionINTERP8' ;
  x3do:key ( 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0 ) ;
  x3do:keyValue ( 0 0 10000000 32.70688495899665 -117.16055274009707 1000000 32.70688495899665 -117.16055274009707 100000 32.70688495899665 -117.16055274009707 10000 32.70688495899665 -117.16055274009707 1000 32.70688495899665 -117.16055274009707 200 32.70688495899665 -117.16055274009707 1000 32.70688495899665 -117.16055274009707 10000 32.70688495899665 -117.16055274009707 100000 32.70688495899665 -117.16055274009707 1000000 0 0 10000000 ) .
:ROUTE_2_2_127 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Group_2_2 ;
  x3do:fromField 'isBound' ;
  x3do:fromNode 'ZOOM8' ;
  x3do:toField 'enabled' ;
  x3do:toNode 'TIMER8' .
:ROUTE_2_2_128 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Group_2_2 ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'TIMER8' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'GeoPositionINTERP8' .
:ROUTE_2_2_129 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Group_2_2 ;
  x3do:fromField 'geovalue_changed' ;
  x3do:fromNode 'GeoPositionINTERP8' ;
  x3do:toField 'position' ;
  x3do:toNode 'ZOOM8' .
:TIMER9 a owl:NamedIndividual, x3do:TimeSensor ;
  x3do:hasParent :Group_2_2 ;
  x3do:DEF 'TIMER9' ;
  x3do:cycleInterval '400' ;
  x3do:enabled false ;
  x3do:loop true .
:GeoPositionINTERP9 a owl:NamedIndividual, x3do:GeoPositionInterpolator ;
  x3do:hasParent :Group_2_2 ;
  x3do:DEF 'GeoPositionINTERP9' ;
  x3do:key ( 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0 ) ;
  x3do:keyValue ( 0 0 10000000 28.41747302782284 -81.46303564310074 1000000 28.41747302782284 -81.46303564310074 100000 28.41747302782284 -81.46303564310074 10000 28.41747302782284 -81.46303564310074 1000 28.41747302782284 -81.46303564310074 200 28.41747302782284 -81.46303564310074 1000 28.41747302782284 -81.46303564310074 10000 28.41747302782284 -81.46303564310074 100000 28.41747302782284 -81.46303564310074 1000000 0 0 10000000 ) .
:ROUTE_2_2_132 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Group_2_2 ;
  x3do:fromField 'isBound' ;
  x3do:fromNode 'ZOOM9' ;
  x3do:toField 'enabled' ;
  x3do:toNode 'TIMER9' .
:ROUTE_2_2_133 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Group_2_2 ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'TIMER9' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'GeoPositionINTERP9' .
:ROUTE_2_2_134 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Group_2_2 ;
  x3do:fromField 'geovalue_changed' ;
  x3do:fromNode 'GeoPositionINTERP9' ;
  x3do:toField 'position' ;
  x3do:toNode 'ZOOM9' .
:TIMER10 a owl:NamedIndividual, x3do:TimeSensor ;
  x3do:hasParent :Group_2_2 ;
  x3do:DEF 'TIMER10' ;
  x3do:cycleInterval '400' ;
  x3do:enabled false ;
  x3do:loop true .
:GeoPositionINTERP10 a owl:NamedIndividual, x3do:GeoPositionInterpolator ;
  x3do:hasParent :Group_2_2 ;
  x3do:DEF 'GeoPositionINTERP10' ;
  x3do:key ( 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0 ) ;
  x3do:keyValue ( 0 -100 10000000 -7.137685657416106 -34.845199584960945 1000000 -7.137685657416106 -34.845199584960945 100000 -7.137685657416106 -34.845199584960945 10000 -7.137685657416106 -34.845199584960945 1000 -7.137685657416106 -34.845199584960945 300 -7.137685657416106 -34.845199584960945 1000 -7.137685657416106 -34.845199584960945 10000 -7.137685657416106 -34.845199584960945 100000 -7.137685657416106 -34.845199584960945 1000000 0 0 10000000 ) .
:ROUTE_2_2_137 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Group_2_2 ;
  x3do:fromField 'isBound' ;
  x3do:fromNode 'ZOOM10' ;
  x3do:toField 'enabled' ;
  x3do:toNode 'TIMER10' .
:ROUTE_2_2_138 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Group_2_2 ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'TIMER10' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'GeoPositionINTERP10' .
:ROUTE_2_2_139 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Group_2_2 ;
  x3do:fromField 'geovalue_changed' ;
  x3do:fromNode 'GeoPositionINTERP10' ;
  x3do:toField 'position' ;
  x3do:toNode 'ZOOM10' .
:TIMER11 a owl:NamedIndividual, x3do:TimeSensor ;
  x3do:hasParent :Group_2_2 ;
  x3do:DEF 'TIMER11' ;
  x3do:cycleInterval '400' ;
  x3do:enabled false ;
  x3do:loop true .
:GeoPositionINTERP11 a owl:NamedIndividual, x3do:GeoPositionInterpolator ;
  x3do:hasParent :Group_2_2 ;
  x3do:DEF 'GeoPositionINTERP11' ;
  x3do:key ( 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0 ) ;
  x3do:keyValue ( 0 0 10000000 1.26299 103.837398 1000000 1.26299 103.837398 100000 1.26299 103.837398 10000 1.26299 103.837398 1000 1.26299 103.837398 500 1.26299 103.837398 1000 1.26299 103.837398 10000 1.26299 103.837398 100000 1.26299 103.837398 1000000 0 0 10000000 ) .
:ROUTE_2_2_142 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Group_2_2 ;
  x3do:fromField 'isBound' ;
  x3do:fromNode 'ZOOM11' ;
  x3do:toField 'enabled' ;
  x3do:toNode 'TIMER11' .
:ROUTE_2_2_143 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Group_2_2 ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'TIMER11' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'GeoPositionINTERP11' .
:ROUTE_2_2_144 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Group_2_2 ;
  x3do:fromField 'geovalue_changed' ;
  x3do:fromNode 'GeoPositionINTERP11' ;
  x3do:toField 'position' ;
  x3do:toNode 'ZOOM11' .
