@prefix :        <https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus.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 'Interactive' ;
  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 'SriCampus.x3d' ;
  x3do:name 'title' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'This example shows a 3D model of the SRI International campus in Menlo Park, CA. All of the 152 buildings have been georeferenced to their actual location on the earth using GeoLocation nodes. These have been overlayed directly on a terrain model built using a GeoElevationGrid and 1m resolution USGS imagery.' ;
  x3do:name 'description' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Aaron Heller, SRI International' ;
  x3do:name 'creator' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Don Brutzman' ;
  x3do:name 'translator' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '22 April 2003' ;
  x3do:name 'translated' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '23 August 2023' ;
  x3do:name 'modified' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'http://www.geovrml.org/examples' ;
  x3do:name 'reference' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.ai.sri.com/~reddy/geovrml/examples/sricampus/world.wrl' ;
  x3do:name 'reference' .
:meta_1_10 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'X3D geospatial example' ;
  x3do:name 'subject' .
:meta_1_11 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus.x3d' ;
  x3do:name 'identifier' .
:meta_1_12 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Vrml97ToX3dNist, http://ovrt.nist.gov/v2_x3d.html' ;
  x3do:name 'generator' .
:meta_1_13 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_14 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "SriCampus.x3d" .
:meta dcterms:description "This example shows a 3D model of the SRI International campus in Menlo Park, CA. All of the 152 buildings have been georeferenced to their actual location on the earth using GeoLocation nodes. These have been overlayed directly on a terrain model built using a GeoElevationGrid and 1m resolution USGS imagery." .
:meta dcterms:creator "Aaron Heller, SRI International" .
:meta dcterms:translator "Don Brutzman" .
:meta dcterms:translated "22 April 2003" .
:meta dcterms:modified "23 August 2023" .
:meta dcterms:reference "http://www.geovrml.org/examples" .
:meta dcterms:reference "https://www.ai.sri.com/~reddy/geovrml/examples/sricampus/world.wrl" .
:meta dcterms:subject "X3D geospatial example" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus.x3d" .
:meta dcterms:generator "Vrml97ToX3dNist, http://ovrt.nist.gov/v2_x3d.html" .
: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, :martins_office, :Group_2_3 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'SriCampus.x3d' .
:martins_office a owl:NamedIndividual, x3do:GeoViewpoint ;
  x3do:hasParent :Scene ;
  x3do:hasGeoOrigin :LVCS-ORIGIN ;
  x3do:DEF 'martins_office' ;
  x3do:description 'Martin&apos;s Office +1000m' ;
  x3do:orientation ( 1.0 0.0 0.0 -1.5707964 ) ;
  x3do:position ( 37.45657629289387 -122.1772098019601 1000.0 ) .
:LVCS-ORIGIN a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :martins_office ;
  x3do:DEF 'LVCS-ORIGIN' ;
  x3do:geoCoords ( 37.45657629289387 -122.1772098019601 10.0 ) .
:Group_2_3 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :NavigationInfo_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, :GeoLocation_2_3_27, :GeoLocation_2_3_28, :GeoLocation_2_3_29, :GeoLocation_2_3_30, :GeoLocation_2_3_31, :GeoLocation_2_3_32, :GeoLocation_2_3_33, :GeoLocation_2_3_34, :GeoLocation_2_3_35, :GeoLocation_2_3_36, :GeoLocation_2_3_37, :GeoLocation_2_3_38, :GeoLocation_2_3_39, :GeoLocation_2_3_40, :GeoLocation_2_3_41, :GeoLocation_2_3_42, :GeoLocation_2_3_43, :GeoLocation_2_3_44, :GeoLocation_2_3_45, :GeoLocation_2_3_46, :GeoLocation_2_3_47, :GeoLocation_2_3_48, :GeoLocation_2_3_49, :GeoLocation_2_3_50, :GeoLocation_2_3_51, :GeoLocation_2_3_52, :GeoLocation_2_3_53, :GeoLocation_2_3_54, :GeoLocation_2_3_55, :GeoLocation_2_3_56, :GeoLocation_2_3_57, :GeoLocation_2_3_58, :GeoLocation_2_3_59, :GeoLocation_2_3_60, :GeoLocation_2_3_61, :GeoLocation_2_3_62, :GeoLocation_2_3_63, :GeoLocation_2_3_64, :GeoLocation_2_3_65, :GeoLocation_2_3_66, :GeoLocation_2_3_67, :GeoLocation_2_3_68, :GeoLocation_2_3_69, :GeoLocation_2_3_70, :GeoLocation_2_3_71, :GeoLocation_2_3_72, :GeoLocation_2_3_73, :GeoLocation_2_3_74, :GeoLocation_2_3_75, :GeoLocation_2_3_76, :GeoLocation_2_3_77, :GeoLocation_2_3_78, :GeoLocation_2_3_79, :GeoLocation_2_3_80, :GeoLocation_2_3_81, :GeoLocation_2_3_82, :GeoLocation_2_3_83, :GeoLocation_2_3_84, :GeoLocation_2_3_85, :GeoLocation_2_3_86, :GeoLocation_2_3_87, :GeoLocation_2_3_88, :GeoLocation_2_3_89, :GeoLocation_2_3_90, :GeoLocation_2_3_91, :GeoLocation_2_3_92, :GeoLocation_2_3_93, :GeoLocation_2_3_94, :GeoLocation_2_3_95, :GeoLocation_2_3_96, :GeoLocation_2_3_97, :GeoLocation_2_3_98, :GeoLocation_2_3_99, :GeoLocation_2_3_100, :GeoLocation_2_3_101, :GeoLocation_2_3_102, :GeoLocation_2_3_103, :GeoLocation_2_3_104, :GeoLocation_2_3_105, :GeoLocation_2_3_106, :GeoLocation_2_3_107, :GeoLocation_2_3_108, :GeoLocation_2_3_109, :GeoLocation_2_3_110, :GeoLocation_2_3_111, :GeoLocation_2_3_112, :GeoLocation_2_3_113, :GeoLocation_2_3_114, :GeoLocation_2_3_115, :GeoLocation_2_3_116, :GeoLocation_2_3_117, :GeoLocation_2_3_118, :GeoLocation_2_3_119, :GeoLocation_2_3_120, :GeoLocation_2_3_121, :GeoLocation_2_3_122, :GeoLocation_2_3_123, :GeoLocation_2_3_124, :GeoLocation_2_3_125, :GeoLocation_2_3_126, :GeoLocation_2_3_127, :GeoLocation_2_3_128, :GeoLocation_2_3_129, :GeoLocation_2_3_130, :GeoLocation_2_3_131, :GeoLocation_2_3_132, :GeoLocation_2_3_133, :GeoLocation_2_3_134, :GeoLocation_2_3_135, :GeoLocation_2_3_136, :GeoLocation_2_3_137, :GeoLocation_2_3_138, :GeoLocation_2_3_139, :GeoLocation_2_3_140, :GeoLocation_2_3_141, :GeoLocation_2_3_142, :GeoLocation_2_3_143, :GeoLocation_2_3_144, :GeoLocation_2_3_145, :GeoLocation_2_3_146, :GeoLocation_2_3_147, :GeoLocation_2_3_148, :GeoLocation_2_3_149, :GeoLocation_2_3_150, :GeoLocation_2_3_151, :GeoLocation_2_3_152, :GeoLocation_2_3_153 .
:NavigationInfo_2_3_1 a owl:NamedIndividual, x3do:NavigationInfo ;
  x3do:hasParent :Group_2_3 ;
  x3do:speed 100.0 .
:GeoLocation_2_3_2 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-1 ;
  x3do:hasChildren :Transform_2_3_2_2 ;
  x3do:geoCoords ( 37.4572702942313 -122.17285272090446 13.575352419167757 ) .
:LVCS-ORIGIN-USE-1 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_2 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_2_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_2 ;
  x3do:hasChildren :Transform_2_3_2_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_2_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_2_2 ;
  x3do:hasChildren :Transform_2_3_2_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.45392746 ) .
:Transform_2_3_2_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_2_2_1 ;
  x3do:hasChildren :Inline_2_3_2_2_1_1_1 .
:Inline_2_3_2_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_2_2_1_1 ;
  x3do:url '"SriCampus000.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus000.x3d" "SriCampus000.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus000.x3d"' .
:GeoLocation_2_3_3 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-2 ;
  x3do:hasChildren :Transform_2_3_3_2 ;
  x3do:geoCoords ( 37.45855087547784 -122.17299719228962 6.5414795177057386 ) .
:LVCS-ORIGIN-USE-2 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_3 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_3_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_3 ;
  x3do:hasChildren :Transform_2_3_3_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_3_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_3_2 ;
  x3do:hasChildren :Transform_2_3_3_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 0.33597755 ) .
:Transform_2_3_3_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_3_2_1 ;
  x3do:hasChildren :Inline_2_3_3_2_1_1_1 .
:Inline_2_3_3_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_3_2_1_1 ;
  x3do:url '"SriCampus001.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus001.x3d" "SriCampus001.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus001.x3d"' .
:GeoLocation_2_3_4 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-3 ;
  x3do:hasChildren :Transform_2_3_4_2 ;
  x3do:geoCoords ( 37.455090143380325 -122.17577908304841 6.858270224183798 ) .
:LVCS-ORIGIN-USE-3 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_4 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_4_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_4 ;
  x3do:hasChildren :Transform_2_3_4_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_4_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_4_2 ;
  x3do:hasChildren :Transform_2_3_4_2_1_1 .
:Transform_2_3_4_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_4_2_1 ;
  x3do:hasChildren :Inline_2_3_4_2_1_1_1 .
:Inline_2_3_4_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_4_2_1_1 ;
  x3do:url '"SriCampus002.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus002.x3d" "SriCampus002.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus002.x3d"' .
:GeoLocation_2_3_5 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-4 ;
  x3do:hasChildren :Transform_2_3_5_2 ;
  x3do:geoCoords ( 37.45587247434353 -122.17549681473791 5.48073857370764 ) .
:LVCS-ORIGIN-USE-4 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_5 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_5_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_5 ;
  x3do:hasChildren :Transform_2_3_5_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_5_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_5_2 ;
  x3do:hasChildren :Transform_2_3_5_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 1.060658 ) .
:Transform_2_3_5_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_5_2_1 ;
  x3do:hasChildren :Inline_2_3_5_2_1_1_1 .
:Inline_2_3_5_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_5_2_1_1 ;
  x3do:url '"SriCampus003.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus003.x3d" "SriCampus003.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus003.x3d"' .
:GeoLocation_2_3_6 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-5 ;
  x3do:hasChildren :Transform_2_3_6_2 ;
  x3do:geoCoords ( 37.45696959896483 -122.17349356475092 2.5236815866082907 ) .
:LVCS-ORIGIN-USE-5 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_6 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_6_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_6 ;
  x3do:hasChildren :Transform_2_3_6_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_6_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_6_2 ;
  x3do:hasChildren :Transform_2_3_6_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.56828195 ) .
:Transform_2_3_6_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_6_2_1 ;
  x3do:hasChildren :Inline_2_3_6_2_1_1_1 .
:Inline_2_3_6_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_6_2_1_1 ;
  x3do:url '"SriCampus004.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus004.x3d" "SriCampus004.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus004.x3d"' .
:GeoLocation_2_3_7 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-6 ;
  x3do:hasChildren :Transform_2_3_7_2 ;
  x3do:geoCoords ( 37.45752986169077 -122.17255239265335 3.0489128064364195 ) .
:LVCS-ORIGIN-USE-6 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_7 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_7_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_7 ;
  x3do:hasChildren :Transform_2_3_7_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_7_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_7_2 ;
  x3do:hasChildren :Transform_2_3_7_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.55716646 ) .
:Transform_2_3_7_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_7_2_1 ;
  x3do:hasChildren :Inline_2_3_7_2_1_1_1 .
:Inline_2_3_7_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_7_2_1_1 ;
  x3do:url '"SriCampus005.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus005.x3d" "SriCampus005.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus005.x3d"' .
:GeoLocation_2_3_8 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-7 ;
  x3do:hasChildren :Transform_2_3_8_2 ;
  x3do:geoCoords ( 37.45508901792349 -122.1744509895613 5.380065024830401 ) .
:LVCS-ORIGIN-USE-7 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_8 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_8_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_8 ;
  x3do:hasChildren :Transform_2_3_8_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_8_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_8_2 ;
  x3do:hasChildren :Transform_2_3_8_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5485743 ) .
:Transform_2_3_8_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_8_2_1 ;
  x3do:hasChildren :Inline_2_3_8_2_1_1_1 .
:Inline_2_3_8_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_8_2_1_1 ;
  x3do:url '"SriCampus006.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus006.x3d" "SriCampus006.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus005.x3d"' .
:GeoLocation_2_3_9 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-8 ;
  x3do:hasChildren :Transform_2_3_9_2 ;
  x3do:geoCoords ( 37.45636316454118 -122.17448723463019 2.573365761898458 ) .
:LVCS-ORIGIN-USE-8 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_9 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_9_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_9 ;
  x3do:hasChildren :Transform_2_3_9_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_9_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_9_2 ;
  x3do:hasChildren :Transform_2_3_9_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.54725033 ) .
:Transform_2_3_9_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_9_2_1 ;
  x3do:hasChildren :Inline_2_3_9_2_1_1_1 .
:Inline_2_3_9_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_9_2_1_1 ;
  x3do:url '"SriCampus007.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus007.x3d" "SriCampus007.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus007.x3d"' .
:GeoLocation_2_3_10 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-9 ;
  x3do:hasChildren :Transform_2_3_10_2 ;
  x3do:geoCoords ( 37.45502643073463 -122.17742528313674 3.3866771683096886 ) .
:LVCS-ORIGIN-USE-9 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_10 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_10_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_10 ;
  x3do:hasChildren :Transform_2_3_10_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_10_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_10_2 ;
  x3do:hasChildren :Transform_2_3_10_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5600868 ) .
:Transform_2_3_10_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_10_2_1 ;
  x3do:hasChildren :Inline_2_3_10_2_1_1_1 .
:Inline_2_3_10_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_10_2_1_1 ;
  x3do:url '"SriCampus008.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus008.x3d" "SriCampus008.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus008.x3d"' .
:GeoLocation_2_3_11 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-10 ;
  x3do:hasChildren :Transform_2_3_11_2 ;
  x3do:geoCoords ( 37.45588879799328 -122.17524623801919 4.98465908691287 ) .
:LVCS-ORIGIN-USE-10 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_11 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_11_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_11 ;
  x3do:hasChildren :Transform_2_3_11_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_11_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_11_2 ;
  x3do:hasChildren :Transform_2_3_11_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -2.1260338 ) .
:Transform_2_3_11_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_11_2_1 ;
  x3do:hasChildren :Inline_2_3_11_2_1_1_1 .
:Inline_2_3_11_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_11_2_1_1 ;
  x3do:url '"SriCampus009.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus009.x3d" "SriCampus009.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus009.x3d"' .
:GeoLocation_2_3_12 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-11 ;
  x3do:hasChildren :Transform_2_3_12_2 ;
  x3do:geoCoords ( 37.456517519745695 -122.17328336441369 2.713802792131901 ) .
:LVCS-ORIGIN-USE-11 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_12 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_12_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_12 ;
  x3do:hasChildren :Transform_2_3_12_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_12_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_12_2 ;
  x3do:hasChildren :Transform_2_3_12_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -2.1507866 ) .
:Transform_2_3_12_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_12_2_1 ;
  x3do:hasChildren :Inline_2_3_12_2_1_1_1 .
:Inline_2_3_12_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_12_2_1_1 ;
  x3do:url '"SriCampus010.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus010.x3d" "SriCampus010.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus010.x3d"' .
:GeoLocation_2_3_13 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-12 ;
  x3do:hasChildren :Transform_2_3_13_2 ;
  x3do:geoCoords ( 37.45600155148939 -122.17599240217978 18.010228152386844 ) .
:LVCS-ORIGIN-USE-12 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_13 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_13_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_13 ;
  x3do:hasChildren :Transform_2_3_13_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_13_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_13_2 ;
  x3do:hasChildren :Transform_2_3_13_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 0.21222101 ) .
:Transform_2_3_13_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_13_2_1 ;
  x3do:hasChildren :Inline_2_3_13_2_1_1_1 .
:Inline_2_3_13_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_13_2_1_1 ;
  x3do:url '"SriCampus011.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus011.x3d" "SriCampus011.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus011.x3d"' .
:GeoLocation_2_3_14 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-13 ;
  x3do:hasChildren :Transform_2_3_14_2 ;
  x3do:geoCoords ( 37.45723685203812 -122.17511987604118 15.92335551790893 ) .
:LVCS-ORIGIN-USE-13 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_14 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_14_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_14 ;
  x3do:hasChildren :Transform_2_3_14_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_14_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_14_2 ;
  x3do:hasChildren :Transform_2_3_14_2_1_1 .
:Transform_2_3_14_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_14_2_1 ;
  x3do:hasChildren :Inline_2_3_14_2_1_1_1 .
:Inline_2_3_14_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_14_2_1_1 ;
  x3do:url '"SriCampus012.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus012.x3d" "SriCampus012.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus012.x3d"' .
:GeoLocation_2_3_15 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-14 ;
  x3do:hasChildren :Transform_2_3_15_2 ;
  x3do:geoCoords ( 37.45503421704476 -122.17670563469521 3.221325115300715 ) .
:LVCS-ORIGIN-USE-14 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_15 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_15_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_15 ;
  x3do:hasChildren :Transform_2_3_15_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_15_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_15_2 ;
  x3do:hasChildren :Transform_2_3_15_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5600868 ) .
:Transform_2_3_15_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_15_2_1 ;
  x3do:hasChildren :Inline_2_3_15_2_1_1_1 .
:Inline_2_3_15_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_15_2_1_1 ;
  x3do:url '"SriCampus013.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus013.x3d" "SriCampus013.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus013.x3d"' .
:GeoLocation_2_3_16 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-15 ;
  x3do:hasChildren :Transform_2_3_16_2 ;
  x3do:geoCoords ( 37.45660302303386 -122.17497866580095 4.641824320890009 ) .
:LVCS-ORIGIN-USE-15 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_16 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_16_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_16 ;
  x3do:hasChildren :Transform_2_3_16_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_16_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_16_2 ;
  x3do:hasChildren :Transform_2_3_16_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5485743 ) .
:Transform_2_3_16_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_16_2_1 ;
  x3do:hasChildren :Inline_2_3_16_2_1_1_1 .
:Inline_2_3_16_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_16_2_1_1 ;
  x3do:url '"SriCampus014.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus014.x3d" "SriCampus014.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus014.x3d"' .
:GeoLocation_2_3_17 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-16 ;
  x3do:hasChildren :Transform_2_3_17_2 ;
  x3do:geoCoords ( 37.455662812713115 -122.17815579828474 7.127999701537192 ) .
:LVCS-ORIGIN-USE-16 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_17 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_17_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_17 ;
  x3do:hasChildren :Transform_2_3_17_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_17_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_17_2 ;
  x3do:hasChildren :Transform_2_3_17_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5600868 ) .
:Transform_2_3_17_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_17_2_1 ;
  x3do:hasChildren :Inline_2_3_17_2_1_1_1 .
:Inline_2_3_17_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_17_2_1_1 ;
  x3do:url '"SriCampus015.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus015.x3d" "SriCampus015.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus015.x3d"' .
:GeoLocation_2_3_18 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-17 ;
  x3do:hasChildren :Transform_2_3_18_2 ;
  x3do:geoCoords ( 37.454777118864726 -122.17428652336148 5.93625679705292 ) .
:LVCS-ORIGIN-USE-17 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_18 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_18_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_18 ;
  x3do:hasChildren :Transform_2_3_18_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_18_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_18_2 ;
  x3do:hasChildren :Transform_2_3_18_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5545655 ) .
:Transform_2_3_18_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_18_2_1 ;
  x3do:hasChildren :Inline_2_3_18_2_1_1_1 .
:Inline_2_3_18_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_18_2_1_1 ;
  x3do:url '"SriCampus016.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus016.x3d" "SriCampus016.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus016.x3d"' .
:GeoLocation_2_3_19 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-18 ;
  x3do:hasChildren :Transform_2_3_19_2 ;
  x3do:geoCoords ( 37.4586277365655 -122.173191886012 6.549256028607488 ) .
:LVCS-ORIGIN-USE-18 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_19 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_19_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_19 ;
  x3do:hasChildren :Transform_2_3_19_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_19_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_19_2 ;
  x3do:hasChildren :Transform_2_3_19_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -1.2557627 ) .
:Transform_2_3_19_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_19_2_1 ;
  x3do:hasChildren :Inline_2_3_19_2_1_1_1 .
:Inline_2_3_19_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_19_2_1_1 ;
  x3do:url '"SriCampus017.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus017.x3d" "SriCampus017.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus017.x3d"' .
:GeoLocation_2_3_20 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-19 ;
  x3do:hasChildren :Transform_2_3_20_2 ;
  x3do:geoCoords ( 37.456656900883765 -122.17432461409655 4.092642282135785 ) .
:LVCS-ORIGIN-USE-19 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_20 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_20_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_20 ;
  x3do:hasChildren :Transform_2_3_20_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_20_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_20_2 ;
  x3do:hasChildren :Transform_2_3_20_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5485743 ) .
:Transform_2_3_20_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_20_2_1 ;
  x3do:hasChildren :Inline_2_3_20_2_1_1_1 .
:Inline_2_3_20_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_20_2_1_1 ;
  x3do:url '"SriCampus018.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus018.x3d" "SriCampus018.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus018.x3d"' .
:GeoLocation_2_3_21 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-20 ;
  x3do:hasChildren :Transform_2_3_21_2 ;
  x3do:geoCoords ( 37.45589196793829 -122.17661290206827 13.849743553437293 ) .
:LVCS-ORIGIN-USE-20 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_21 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_21_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_21 ;
  x3do:hasChildren :Transform_2_3_21_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_21_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_21_2 ;
  x3do:hasChildren :Transform_2_3_21_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 0.06768273 ) .
:Transform_2_3_21_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_21_2_1 ;
  x3do:hasChildren :Inline_2_3_21_2_1_1_1 .
:Inline_2_3_21_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_21_2_1_1 ;
  x3do:url '"SriCampus019.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus019.x3d" "SriCampus019.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus019.x3d"' .
:GeoLocation_2_3_22 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-21 ;
  x3do:hasChildren :Transform_2_3_22_2 ;
  x3do:geoCoords ( 37.454742097706344 -122.176075551685 9.548194108530879 ) .
:LVCS-ORIGIN-USE-21 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_22 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_22_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_22 ;
  x3do:hasChildren :Transform_2_3_22_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_22_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_22_2 ;
  x3do:hasChildren :Transform_2_3_22_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5448796 ) .
:Transform_2_3_22_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_22_2_1 ;
  x3do:hasChildren :Inline_2_3_22_2_1_1_1 .
:Inline_2_3_22_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_22_2_1_1 ;
  x3do:url '"SriCampus020.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus020.x3d" "SriCampus020.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus020.x3d"' .
:GeoLocation_2_3_23 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-22 ;
  x3do:hasChildren :Transform_2_3_23_2 ;
  x3do:geoCoords ( 37.459343100583965 -122.17577382427473 2.365921502932906 ) .
:LVCS-ORIGIN-USE-22 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_23 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_23_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_23 ;
  x3do:hasChildren :Transform_2_3_23_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_23_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_23_2 ;
  x3do:hasChildren :Transform_2_3_23_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 2.5693567 ) .
:Transform_2_3_23_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_23_2_1 ;
  x3do:hasChildren :Inline_2_3_23_2_1_1_1 .
:Inline_2_3_23_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_23_2_1_1 ;
  x3do:url '"SriCampus021.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus021.x3d" "SriCampus021.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus021.x3d"' .
:GeoLocation_2_3_24 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-23 ;
  x3do:hasChildren :Transform_2_3_24_2 ;
  x3do:geoCoords ( 37.45829026053256 -122.17403444710365 5.760875140316784 ) .
:LVCS-ORIGIN-USE-23 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_24 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_24_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_24 ;
  x3do:hasChildren :Transform_2_3_24_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_24_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_24_2 ;
  x3do:hasChildren :Transform_2_3_24_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 1.0156201 ) .
:Transform_2_3_24_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_24_2_1 ;
  x3do:hasChildren :Inline_2_3_24_2_1_1_1 .
:Inline_2_3_24_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_24_2_1_1 ;
  x3do:url '"SriCampus022.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus022.x3d" "SriCampus022.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus022.x3d"' .
:GeoLocation_2_3_25 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-24 ;
  x3do:hasChildren :Transform_2_3_25_2 ;
  x3do:geoCoords ( 37.45491557328823 -122.17726006224678 3.0214025918394327 ) .
:LVCS-ORIGIN-USE-24 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_25 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_25_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_25 ;
  x3do:hasChildren :Transform_2_3_25_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_25_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_25_2 ;
  x3do:hasChildren :Transform_2_3_25_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5600868 ) .
:Transform_2_3_25_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_25_2_1 ;
  x3do:hasChildren :Inline_2_3_25_2_1_1_1 .
:Inline_2_3_25_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_25_2_1_1 ;
  x3do:url '"SriCampus023.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus023.x3d" "SriCampus023.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus023.x3d"' .
:GeoLocation_2_3_26 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-25 ;
  x3do:hasChildren :Transform_2_3_26_2 ;
  x3do:geoCoords ( 37.45591917814891 -122.17571403160821 8.78000576607883 ) .
:LVCS-ORIGIN-USE-25 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_26 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_26_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_26 ;
  x3do:hasChildren :Transform_2_3_26_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_26_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_26_2 ;
  x3do:hasChildren :Transform_2_3_26_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 0.2759828 ) .
:Transform_2_3_26_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_26_2_1 ;
  x3do:hasChildren :Inline_2_3_26_2_1_1_1 .
:Inline_2_3_26_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_26_2_1_1 ;
  x3do:url '"SriCampus024.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus024.x3d" "SriCampus024.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus024.x3d"' .
:GeoLocation_2_3_27 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-26 ;
  x3do:hasChildren :Transform_2_3_27_2 ;
  x3do:geoCoords ( 37.45657326482748 -122.17430275688713 2.487428056076169 ) .
:LVCS-ORIGIN-USE-26 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_27 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_27_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_27 ;
  x3do:hasChildren :Transform_2_3_27_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_27_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_27_2 ;
  x3do:hasChildren :Transform_2_3_27_2_1_1 .
:Transform_2_3_27_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_27_2_1 ;
  x3do:hasChildren :Inline_2_3_27_2_1_1_1 .
:Inline_2_3_27_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_27_2_1_1 ;
  x3do:url '"SriCampus025.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus025.x3d" "SriCampus025.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus025.x3d"' .
:GeoLocation_2_3_28 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-27 ;
  x3do:hasChildren :Transform_2_3_28_2 ;
  x3do:geoCoords ( 37.457954698100075 -122.17548056555404 17.594010497443378 ) .
:LVCS-ORIGIN-USE-27 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_28 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_28_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_28 ;
  x3do:hasChildren :Transform_2_3_28_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_28_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_28_2 ;
  x3do:hasChildren :Transform_2_3_28_2_1_1 .
:Transform_2_3_28_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_28_2_1 ;
  x3do:hasChildren :Inline_2_3_28_2_1_1_1 .
:Inline_2_3_28_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_28_2_1_1 ;
  x3do:url '"SriCampus026.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus026.x3d" "SriCampus026.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus026.x3d"' .
:GeoLocation_2_3_29 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-28 ;
  x3do:hasChildren :Transform_2_3_29_2 ;
  x3do:geoCoords ( 37.45590585076085 -122.1751944596797 3.552113295532763 ) .
:LVCS-ORIGIN-USE-28 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_29 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_29_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_29 ;
  x3do:hasChildren :Transform_2_3_29_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_29_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_29_2 ;
  x3do:hasChildren :Transform_2_3_29_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.50157756 ) .
:Transform_2_3_29_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_29_2_1 ;
  x3do:hasChildren :Inline_2_3_29_2_1_1_1 .
:Inline_2_3_29_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_29_2_1_1 ;
  x3do:url '"SriCampus027.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus027.x3d" "SriCampus027.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus027.x3d"' .
:GeoLocation_2_3_30 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-29 ;
  x3do:hasChildren :Transform_2_3_30_2 ;
  x3do:geoCoords ( 37.45610913695282 -122.17399622245125 4.362026927061379 ) .
:LVCS-ORIGIN-USE-29 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_30 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_30_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_30 ;
  x3do:hasChildren :Transform_2_3_30_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_30_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_30_2 ;
  x3do:hasChildren :Transform_2_3_30_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5485743 ) .
:Transform_2_3_30_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_30_2_1 ;
  x3do:hasChildren :Inline_2_3_30_2_1_1_1 .
:Inline_2_3_30_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_30_2_1_1 ;
  x3do:url '"SriCampus028.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus028.x3d" "SriCampus028.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus028.x3d"' .
:GeoLocation_2_3_31 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-30 ;
  x3do:hasChildren :Transform_2_3_31_2 ;
  x3do:geoCoords ( 37.4547116922646 -122.17681020280229 3.355502273887396 ) .
:LVCS-ORIGIN-USE-30 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_31 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_31_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_31 ;
  x3do:hasChildren :Transform_2_3_31_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_31_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_31_2 ;
  x3do:hasChildren :Transform_2_3_31_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5600868 ) .
:Transform_2_3_31_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_31_2_1 ;
  x3do:hasChildren :Inline_2_3_31_2_1_1_1 .
:Inline_2_3_31_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_31_2_1_1 ;
  x3do:url '"SriCampus029.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus029.x3d" "SriCampus029.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus029.x3d"' .
:GeoLocation_2_3_32 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-31 ;
  x3do:hasChildren :Transform_2_3_32_2 ;
  x3do:geoCoords ( 37.45766070886009 -122.17599575766377 5.076752241700888 ) .
:LVCS-ORIGIN-USE-31 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_32 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_32_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_32 ;
  x3do:hasChildren :Transform_2_3_32_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_32_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_32_2 ;
  x3do:hasChildren :Transform_2_3_32_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5600868 ) .
:Transform_2_3_32_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_32_2_1 ;
  x3do:hasChildren :Inline_2_3_32_2_1_1_1 .
:Inline_2_3_32_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_32_2_1_1 ;
  x3do:url '"SriCampus030.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus030.x3d" "SriCampus030.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus030.x3d"' .
:GeoLocation_2_3_33 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-32 ;
  x3do:hasChildren :Transform_2_3_33_2 ;
  x3do:geoCoords ( 37.45796451160252 -122.17613803796557 6.220091599971056 ) .
:LVCS-ORIGIN-USE-32 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_33 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_33_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_33 ;
  x3do:hasChildren :Transform_2_3_33_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_33_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_33_2 ;
  x3do:hasChildren :Transform_2_3_33_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5600868 ) .
:Transform_2_3_33_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_33_2_1 ;
  x3do:hasChildren :Inline_2_3_33_2_1_1_1 .
:Inline_2_3_33_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_33_2_1_1 ;
  x3do:url '"SriCampus031.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus031.x3d" "SriCampus031.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus031.x3d"' .
:GeoLocation_2_3_34 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-33 ;
  x3do:hasChildren :Transform_2_3_34_2 ;
  x3do:geoCoords ( 37.45677350057518 -122.17749573363987 2.197195878252387 ) .
:LVCS-ORIGIN-USE-33 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_34 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_34_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_34 ;
  x3do:hasChildren :Transform_2_3_34_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_34_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_34_2 ;
  x3do:hasChildren :Transform_2_3_34_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 0.9981249 ) .
:Transform_2_3_34_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_34_2_1 ;
  x3do:hasChildren :Inline_2_3_34_2_1_1_1 .
:Inline_2_3_34_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_34_2_1_1 ;
  x3do:url '"SriCampus032.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus032.x3d" "SriCampus032.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus032.x3d"' .
:GeoLocation_2_3_35 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-34 ;
  x3do:hasChildren :Transform_2_3_35_2 ;
  x3do:geoCoords ( 37.45807779112422 -122.17411764890807 5.709648999385536 ) .
:LVCS-ORIGIN-USE-34 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_35 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_35_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_35 ;
  x3do:hasChildren :Transform_2_3_35_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_35_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_35_2 ;
  x3do:hasChildren :Transform_2_3_35_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 1.0156201 ) .
:Transform_2_3_35_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_35_2_1 ;
  x3do:hasChildren :Inline_2_3_35_2_1_1_1 .
:Inline_2_3_35_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_35_2_1_1 ;
  x3do:url '"SriCampus033.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus033.x3d" "SriCampus033.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus033.x3d"' .
:GeoLocation_2_3_36 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-35 ;
  x3do:hasChildren :Transform_2_3_36_2 ;
  x3do:geoCoords ( 37.454882244588006 -122.17692956544983 4.7519437577575445 ) .
:LVCS-ORIGIN-USE-35 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_36 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_36_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_36 ;
  x3do:hasChildren :Transform_2_3_36_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_36_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_36_2 ;
  x3do:hasChildren :Transform_2_3_36_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5600868 ) .
:Transform_2_3_36_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_36_2_1 ;
  x3do:hasChildren :Inline_2_3_36_2_1_1_1 .
:Inline_2_3_36_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_36_2_1_1 ;
  x3do:url '"SriCampus034.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus034.x3d" "SriCampus034.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus034.x3d"' .
:GeoLocation_2_3_37 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-36 ;
  x3do:hasChildren :Transform_2_3_37_2 ;
  x3do:geoCoords ( 37.45597603145201 -122.17611074695542 18.00964650325477 ) .
:LVCS-ORIGIN-USE-36 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_37 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_37_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_37 ;
  x3do:hasChildren :Transform_2_3_37_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_37_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_37_2 ;
  x3do:hasChildren :Transform_2_3_37_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 0.21222101 ) .
:Transform_2_3_37_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_37_2_1 ;
  x3do:hasChildren :Inline_2_3_37_2_1_1_1 .
:Inline_2_3_37_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_37_2_1_1 ;
  x3do:url '"SriCampus035.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus035.x3d" "SriCampus035.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus035.x3d"' .
:GeoLocation_2_3_38 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-37 ;
  x3do:hasChildren :Transform_2_3_38_2 ;
  x3do:geoCoords ( 37.457230040769886 -122.17267919332014 13.204680165275932 ) .
:LVCS-ORIGIN-USE-37 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_38 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_38_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_38 ;
  x3do:hasChildren :Transform_2_3_38_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_38_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_38_2 ;
  x3do:hasChildren :Transform_2_3_38_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.45392746 ) .
:Transform_2_3_38_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_38_2_1 ;
  x3do:hasChildren :Inline_2_3_38_2_1_1_1 .
:Inline_2_3_38_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_38_2_1_1 ;
  x3do:url '"SriCampus036.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus036.x3d" "SriCampus036.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus036.x3d"' .
:GeoLocation_2_3_39 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-38 ;
  x3do:hasChildren :Transform_2_3_39_2 ;
  x3do:geoCoords ( 37.45480613981243 -122.17386945372586 4.2101172199472785 ) .
:LVCS-ORIGIN-USE-38 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_39 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_39_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_39 ;
  x3do:hasChildren :Transform_2_3_39_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_39_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_39_2 ;
  x3do:hasChildren :Transform_2_3_39_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5485743 ) .
:Transform_2_3_39_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_39_2_1 ;
  x3do:hasChildren :Inline_2_3_39_2_1_1_1 .
:Inline_2_3_39_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_39_2_1_1 ;
  x3do:url '"SriCampus037.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus037.x3d" "SriCampus037.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus037.x3d"' .
:GeoLocation_2_3_40 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-39 ;
  x3do:hasChildren :Transform_2_3_40_2 ;
  x3do:geoCoords ( 37.45708528417106 -122.17296111448651 9.479117675684393 ) .
:LVCS-ORIGIN-USE-39 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_40 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_40_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_40 ;
  x3do:hasChildren :Transform_2_3_40_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_40_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_40_2 ;
  x3do:hasChildren :Transform_2_3_40_2_1_1 .
:Transform_2_3_40_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_40_2_1 ;
  x3do:hasChildren :Inline_2_3_40_2_1_1_1 .
:Inline_2_3_40_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_40_2_1_1 ;
  x3do:url '"SriCampus038.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus038.x3d" "SriCampus038.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus038.x3d"' .
:GeoLocation_2_3_41 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-40 ;
  x3do:hasChildren :Transform_2_3_41_2 ;
  x3do:geoCoords ( 37.4557183207063 -122.17555223488636 3.840058395639062 ) .
:LVCS-ORIGIN-USE-40 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_41 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_41_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_41 ;
  x3do:hasChildren :Transform_2_3_41_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_41_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_41_2 ;
  x3do:hasChildren :Transform_2_3_41_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5600868 ) .
:Transform_2_3_41_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_41_2_1 ;
  x3do:hasChildren :Inline_2_3_41_2_1_1_1 .
:Inline_2_3_41_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_41_2_1_1 ;
  x3do:url '"SriCampus039.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus039.x3d" "SriCampus039.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus039.x3d"' .
:GeoLocation_2_3_42 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-41 ;
  x3do:hasChildren :Transform_2_3_42_2 ;
  x3do:geoCoords ( 37.45634044951326 -122.1756935597244 15.859837665222586 ) .
:LVCS-ORIGIN-USE-41 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_42 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_42_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_42 ;
  x3do:hasChildren :Transform_2_3_42_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_42_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_42_2 ;
  x3do:hasChildren :Transform_2_3_42_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 3.1311207 ) .
:Transform_2_3_42_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_42_2_1 ;
  x3do:hasChildren :Inline_2_3_42_2_1_1_1 .
:Inline_2_3_42_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_42_2_1_1 ;
  x3do:url '"SriCampus040.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus040.x3d" "SriCampus040.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus040.x3d"' .
:GeoLocation_2_3_43 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-42 ;
  x3do:hasChildren :Transform_2_3_43_2 ;
  x3do:geoCoords ( 37.45592566042719 -122.17660938487437 13.852261767722667 ) .
:LVCS-ORIGIN-USE-42 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_43 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_43_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_43 ;
  x3do:hasChildren :Transform_2_3_43_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_43_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_43_2 ;
  x3do:hasChildren :Transform_2_3_43_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 0.06768273 ) .
:Transform_2_3_43_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_43_2_1 ;
  x3do:hasChildren :Inline_2_3_43_2_1_1_1 .
:Inline_2_3_43_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_43_2_1_1 ;
  x3do:url '"SriCampus041.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus041.x3d" "SriCampus041.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus041.x3d"' .
:GeoLocation_2_3_44 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-43 ;
  x3do:hasChildren :Transform_2_3_44_2 ;
  x3do:geoCoords ( 37.457529892816005 -122.17256711496873 11.012683819048107 ) .
:LVCS-ORIGIN-USE-43 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_44 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_44_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_44 ;
  x3do:hasChildren :Transform_2_3_44_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_44_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_44_2 ;
  x3do:hasChildren :Transform_2_3_44_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.53855884 ) .
:Transform_2_3_44_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_44_2_1 ;
  x3do:hasChildren :Inline_2_3_44_2_1_1_1 .
:Inline_2_3_44_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_44_2_1_1 ;
  x3do:url '"SriCampus042.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus042.x3d" "SriCampus042.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus042.x3d"' .
:GeoLocation_2_3_45 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-44 ;
  x3do:hasChildren :Transform_2_3_45_2 ;
  x3do:geoCoords ( 37.45482242600392 -122.17658734313236 4.471417527645826 ) .
:LVCS-ORIGIN-USE-44 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_45 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_45_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_45 ;
  x3do:hasChildren :Transform_2_3_45_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_45_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_45_2 ;
  x3do:hasChildren :Transform_2_3_45_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5600868 ) .
:Transform_2_3_45_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_45_2_1 ;
  x3do:hasChildren :Inline_2_3_45_2_1_1_1 .
:Inline_2_3_45_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_45_2_1_1 ;
  x3do:url '"SriCampus043.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus043.x3d" "SriCampus043.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus043.x3d"' .
:GeoLocation_2_3_46 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-45 ;
  x3do:hasChildren :Transform_2_3_46_2 ;
  x3do:geoCoords ( 37.45914867841565 -122.17542440073804 2.6793939722701907 ) .
:LVCS-ORIGIN-USE-45 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_46 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_46_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_46 ;
  x3do:hasChildren :Transform_2_3_46_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_46_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_46_2 ;
  x3do:hasChildren :Transform_2_3_46_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5600868 ) .
:Transform_2_3_46_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_46_2_1 ;
  x3do:hasChildren :Inline_2_3_46_2_1_1_1 .
:Inline_2_3_46_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_46_2_1_1 ;
  x3do:url '"SriCampus044.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus044.x3d" "SriCampus044.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus044.x3d"' .
:GeoLocation_2_3_47 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-46 ;
  x3do:hasChildren :Transform_2_3_47_2 ;
  x3do:geoCoords ( 37.45657629289387 -122.1772098019601 17.19216455705464 ) .
:LVCS-ORIGIN-USE-46 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_47 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_47_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_47 ;
  x3do:hasChildren :Transform_2_3_47_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_47_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_47_2 ;
  x3do:hasChildren :Transform_2_3_47_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5530734 ) .
:Transform_2_3_47_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_47_2_1 ;
  x3do:hasChildren :Inline_2_3_47_2_1_1_1 .
:Inline_2_3_47_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_47_2_1_1 ;
  x3do:url '"SriCampus045.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus045.x3d" "SriCampus045.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus045.x3d"' .
:GeoLocation_2_3_48 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-47 ;
  x3do:hasChildren :Transform_2_3_48_2 ;
  x3do:geoCoords ( 37.455442192677 -122.17682685627666 8.63792418781668 ) .
:LVCS-ORIGIN-USE-47 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_48 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_48_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_48 ;
  x3do:hasChildren :Transform_2_3_48_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_48_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_48_2 ;
  x3do:hasChildren :Transform_2_3_48_2_1_1 .
:Transform_2_3_48_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_48_2_1 ;
  x3do:hasChildren :Inline_2_3_48_2_1_1_1 .
:Inline_2_3_48_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_48_2_1_1 ;
  x3do:url '"SriCampus046.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus046.x3d" "SriCampus046.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus046.x3d"' .
:GeoLocation_2_3_49 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-48 ;
  x3do:hasChildren :Transform_2_3_49_2 ;
  x3do:geoCoords ( 37.456380605079986 -122.17571867583752 7.213743315078318 ) .
:LVCS-ORIGIN-USE-48 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_49 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_49_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_49 ;
  x3do:hasChildren :Transform_2_3_49_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_49_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_49_2 ;
  x3do:hasChildren :Transform_2_3_49_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.54237884 ) .
:Transform_2_3_49_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_49_2_1 ;
  x3do:hasChildren :Inline_2_3_49_2_1_1_1 .
:Inline_2_3_49_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_49_2_1_1 ;
  x3do:url '"SriCampus047.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus047.x3d" "SriCampus047.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus047.x3d"' .
:GeoLocation_2_3_50 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-49 ;
  x3do:hasChildren :Transform_2_3_50_2 ;
  x3do:geoCoords ( 37.454818712921295 -122.17585322698553 4.202082556672394 ) .
:LVCS-ORIGIN-USE-49 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_50 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_50_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_50 ;
  x3do:hasChildren :Transform_2_3_50_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_50_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_50_2 ;
  x3do:hasChildren :Transform_2_3_50_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5448796 ) .
:Transform_2_3_50_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_50_2_1 ;
  x3do:hasChildren :Inline_2_3_50_2_1_1_1 .
:Inline_2_3_50_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_50_2_1_1 ;
  x3do:url '"SriCampus048.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus048.x3d" "SriCampus048.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus048.x3d"' .
:GeoLocation_2_3_51 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-50 ;
  x3do:hasChildren :Transform_2_3_51_2 ;
  x3do:geoCoords ( 37.4550502471287 -122.17682036348906 3.8518225820735097 ) .
:LVCS-ORIGIN-USE-50 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_51 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_51_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_51 ;
  x3do:hasChildren :Transform_2_3_51_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_51_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_51_2 ;
  x3do:hasChildren :Transform_2_3_51_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5600868 ) .
:Transform_2_3_51_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_51_2_1 ;
  x3do:hasChildren :Inline_2_3_51_2_1_1_1 .
:Inline_2_3_51_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_51_2_1_1 ;
  x3do:url '"SriCampus049.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus049.x3d" "SriCampus049.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus049.x3d"' .
:GeoLocation_2_3_52 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-51 ;
  x3do:hasChildren :Transform_2_3_52_2 ;
  x3do:geoCoords ( 37.45746330669514 -122.17345143211628 2.9129314199090004 ) .
:LVCS-ORIGIN-USE-51 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_52 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_52_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_52 ;
  x3do:hasChildren :Transform_2_3_52_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_52_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_52_2 ;
  x3do:hasChildren :Transform_2_3_52_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.56828195 ) .
:Transform_2_3_52_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_52_2_1 ;
  x3do:hasChildren :Inline_2_3_52_2_1_1_1 .
:Inline_2_3_52_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_52_2_1_1 ;
  x3do:url '"SriCampus050.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus050.x3d" "SriCampus050.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus050.x3d"' .
:GeoLocation_2_3_53 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-52 ;
  x3do:hasChildren :Transform_2_3_53_2 ;
  x3do:geoCoords ( 37.454442875116044 -122.17594377760844 6.156108728609979 ) .
:LVCS-ORIGIN-USE-52 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_53 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_53_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_53 ;
  x3do:hasChildren :Transform_2_3_53_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_53_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_53_2 ;
  x3do:hasChildren :Transform_2_3_53_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.55922556 ) .
:Transform_2_3_53_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_53_2_1 ;
  x3do:hasChildren :Inline_2_3_53_2_1_1_1 .
:Inline_2_3_53_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_53_2_1_1 ;
  x3do:url '"SriCampus051.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus051.x3d" "SriCampus051.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus051.x3d"' .
:GeoLocation_2_3_54 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-53 ;
  x3do:hasChildren :Transform_2_3_54_2 ;
  x3do:geoCoords ( 37.45879701654415 -122.17393522056128 6.569330669008195 ) .
:LVCS-ORIGIN-USE-53 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_54 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_54_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_54 ;
  x3do:hasChildren :Transform_2_3_54_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_54_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_54_2 ;
  x3do:hasChildren :Transform_2_3_54_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 0.33597755 ) .
:Transform_2_3_54_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_54_2_1 ;
  x3do:hasChildren :Inline_2_3_54_2_1_1_1 .
:Inline_2_3_54_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_54_2_1_1 ;
  x3do:url '"SriCampus052.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus052.x3d" "SriCampus052.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus052.x3d"' .
:GeoLocation_2_3_55 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-54 ;
  x3do:hasChildren :Transform_2_3_55_2 ;
  x3do:geoCoords ( 37.45582234818999 -122.17715115863376 17.133673508651555 ) .
:LVCS-ORIGIN-USE-54 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_55 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_55_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_55 ;
  x3do:hasChildren :Transform_2_3_55_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_55_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_55_2 ;
  x3do:hasChildren :Transform_2_3_55_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5530734 ) .
:Transform_2_3_55_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_55_2_1 ;
  x3do:hasChildren :Inline_2_3_55_2_1_1_1 .
:Inline_2_3_55_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_55_2_1_1 ;
  x3do:url '"SriCampus053.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus053.x3d" "SriCampus053.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus053.x3d"' .
:GeoLocation_2_3_56 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-55 ;
  x3do:hasChildren :Transform_2_3_56_2 ;
  x3do:geoCoords ( 37.45585039052191 -122.17529710799967 6.946160456165671 ) .
:LVCS-ORIGIN-USE-55 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_56 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_56_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_56 ;
  x3do:hasChildren :Transform_2_3_56_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_56_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_56_2 ;
  x3do:hasChildren :Transform_2_3_56_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 1.0208304 ) .
:Transform_2_3_56_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_56_2_1 ;
  x3do:hasChildren :Inline_2_3_56_2_1_1_1 .
:Inline_2_3_56_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_56_2_1_1 ;
  x3do:url '"SriCampus054.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus054.x3d" "SriCampus054.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus054.x3d"' .
:GeoLocation_2_3_57 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-56 ;
  x3do:hasChildren :Transform_2_3_57_2 ;
  x3do:geoCoords ( 37.457508873176856 -122.172491886199 14.514393392950297 ) .
:LVCS-ORIGIN-USE-56 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_57 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_57_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_57 ;
  x3do:hasChildren :Transform_2_3_57_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_57_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_57_2 ;
  x3do:hasChildren :Transform_2_3_57_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.45392746 ) .
:Transform_2_3_57_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_57_2_1 ;
  x3do:hasChildren :Inline_2_3_57_2_1_1_1 .
:Inline_2_3_57_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_57_2_1_1 ;
  x3do:url '"SriCampus055.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus055.x3d" "SriCampus055.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus055.x3d"' .
:GeoLocation_2_3_58 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-57 ;
  x3do:hasChildren :Transform_2_3_58_2 ;
  x3do:geoCoords ( 37.45513578302731 -122.17717506959657 3.4812645660713315 ) .
:LVCS-ORIGIN-USE-57 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_58 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_58_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_58 ;
  x3do:hasChildren :Transform_2_3_58_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_58_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_58_2 ;
  x3do:hasChildren :Transform_2_3_58_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5600868 ) .
:Transform_2_3_58_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_58_2_1 ;
  x3do:hasChildren :Inline_2_3_58_2_1_1_1 .
:Inline_2_3_58_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_58_2_1_1 ;
  x3do:url '"SriCampus056.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus056.x3d" "SriCampus056.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus056.x3d"' .
:GeoLocation_2_3_59 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-58 ;
  x3do:hasChildren :Transform_2_3_59_2 ;
  x3do:geoCoords ( 37.45719839591745 -122.17509532185987 7.586426428519189 ) .
:LVCS-ORIGIN-USE-58 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_59 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_59_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_59 ;
  x3do:hasChildren :Transform_2_3_59_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_59_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_59_2 ;
  x3do:hasChildren :Transform_2_3_59_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.58450484 ) .
:Transform_2_3_59_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_59_2_1 ;
  x3do:hasChildren :Inline_2_3_59_2_1_1_1 .
:Inline_2_3_59_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_59_2_1_1 ;
  x3do:url '"SriCampus057.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus057.x3d" "SriCampus057.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus057.x3d"' .
:GeoLocation_2_3_60 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-59 ;
  x3do:hasChildren :Transform_2_3_60_2 ;
  x3do:geoCoords ( 37.4569883265308 -122.1729676712078 6.5581301134079695 ) .
:LVCS-ORIGIN-USE-59 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_60 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_60_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_60 ;
  x3do:hasChildren :Transform_2_3_60_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_60_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_60_2 ;
  x3do:hasChildren :Transform_2_3_60_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 1.0149409 ) .
:Transform_2_3_60_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_60_2_1 ;
  x3do:hasChildren :Inline_2_3_60_2_1_1_1 .
:Inline_2_3_60_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_60_2_1_1 ;
  x3do:url '"SriCampus058.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus058.x3d" "SriCampus058.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus058.x3d"' .
:GeoLocation_2_3_61 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-60 ;
  x3do:hasChildren :Transform_2_3_61_2 ;
  x3do:geoCoords ( 37.45456145819844 -122.17689486975709 7.527868615463376 ) .
:LVCS-ORIGIN-USE-60 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_61 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_61_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_61 ;
  x3do:hasChildren :Transform_2_3_61_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_61_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_61_2 ;
  x3do:hasChildren :Transform_2_3_61_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5600868 ) .
:Transform_2_3_61_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_61_2_1 ;
  x3do:hasChildren :Inline_2_3_61_2_1_1_1 .
:Inline_2_3_61_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_61_2_1_1 ;
  x3do:url '"SriCampus059.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus059.x3d" "SriCampus059.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus059.x3d"' .
:GeoLocation_2_3_62 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-61 ;
  x3do:hasChildren :Transform_2_3_62_2 ;
  x3do:geoCoords ( 37.45740319412557 -122.17618841369759 5.0026247035712 ) .
:LVCS-ORIGIN-USE-61 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_62 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_62_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_62 ;
  x3do:hasChildren :Transform_2_3_62_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_62_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_62_2 ;
  x3do:hasChildren :Transform_2_3_62_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5600868 ) .
:Transform_2_3_62_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_62_2_1 ;
  x3do:hasChildren :Inline_2_3_62_2_1_1_1 .
:Inline_2_3_62_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_62_2_1_1 ;
  x3do:url '"SriCampus060.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus060.x3d" "SriCampus060.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus060.x3d"' .
:GeoLocation_2_3_63 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-62 ;
  x3do:hasChildren :Transform_2_3_63_2 ;
  x3do:geoCoords ( 37.455980832229784 -122.1754127566971 5.2845821883529425 ) .
:LVCS-ORIGIN-USE-62 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_63 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_63_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_63 ;
  x3do:hasChildren :Transform_2_3_63_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_63_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_63_2 ;
  x3do:hasChildren :Transform_2_3_63_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -2.1260338 ) .
:Transform_2_3_63_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_63_2_1 ;
  x3do:hasChildren :Inline_2_3_63_2_1_1_1 .
:Inline_2_3_63_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_63_2_1_1 ;
  x3do:url '"SriCampus061.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus061.x3d" "SriCampus061.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus061.x3d"' .
:GeoLocation_2_3_64 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-63 ;
  x3do:hasChildren :Transform_2_3_64_2 ;
  x3do:geoCoords ( 37.4572507076156 -122.17266351614355 13.141504678875208 ) .
:LVCS-ORIGIN-USE-63 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_64 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_64_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_64 ;
  x3do:hasChildren :Transform_2_3_64_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_64_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_64_2 ;
  x3do:hasChildren :Transform_2_3_64_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.45392746 ) .
:Transform_2_3_64_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_64_2_1 ;
  x3do:hasChildren :Inline_2_3_64_2_1_1_1 .
:Inline_2_3_64_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_64_2_1_1 ;
  x3do:url '"SriCampus062.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus062.x3d" "SriCampus062.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus062.x3d"' .
:GeoLocation_2_3_65 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-64 ;
  x3do:hasChildren :Transform_2_3_65_2 ;
  x3do:geoCoords ( 37.45512771849234 -122.17753368161324 6.1585897551849485 ) .
:LVCS-ORIGIN-USE-64 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_65 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_65_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_65 ;
  x3do:hasChildren :Transform_2_3_65_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_65_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_65_2 ;
  x3do:hasChildren :Transform_2_3_65_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5600868 ) .
:Transform_2_3_65_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_65_2_1 ;
  x3do:hasChildren :Inline_2_3_65_2_1_1_1 .
:Inline_2_3_65_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_65_2_1_1 ;
  x3do:url '"SriCampus063.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus063.x3d" "SriCampus063.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus063.x3d"' .
:GeoLocation_2_3_66 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-65 ;
  x3do:hasChildren :Transform_2_3_66_2 ;
  x3do:geoCoords ( 37.45648897149806 -122.17474510430961 4.042569777928293 ) .
:LVCS-ORIGIN-USE-65 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_66 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_66_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_66 ;
  x3do:hasChildren :Transform_2_3_66_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_66_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_66_2 ;
  x3do:hasChildren :Transform_2_3_66_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5485743 ) .
:Transform_2_3_66_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_66_2_1 ;
  x3do:hasChildren :Inline_2_3_66_2_1_1_1 .
:Inline_2_3_66_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_66_2_1_1 ;
  x3do:url '"SriCampus064.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus064.x3d" "SriCampus064.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus064.x3d"' .
:GeoLocation_2_3_67 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-66 ;
  x3do:hasChildren :Transform_2_3_67_2 ;
  x3do:geoCoords ( 37.457545419520336 -122.17647045693873 6.57679077796638 ) .
:LVCS-ORIGIN-USE-66 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_67 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_67_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_67 ;
  x3do:hasChildren :Transform_2_3_67_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_67_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_67_2 ;
  x3do:hasChildren :Transform_2_3_67_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5600868 ) .
:Transform_2_3_67_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_67_2_1 ;
  x3do:hasChildren :Inline_2_3_67_2_1_1_1 .
:Inline_2_3_67_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_67_2_1_1 ;
  x3do:url '"SriCampus065.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus065.x3d" "SriCampus065.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus065.x3d"' .
:GeoLocation_2_3_68 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-67 ;
  x3do:hasChildren :Transform_2_3_68_2 ;
  x3do:geoCoords ( 37.4567782426038 -122.17300057286778 8.243166682310403 ) .
:LVCS-ORIGIN-USE-67 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_68 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_68_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_68 ;
  x3do:hasChildren :Transform_2_3_68_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_68_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_68_2 ;
  x3do:hasChildren :Transform_2_3_68_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.60314816 ) .
:Transform_2_3_68_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_68_2_1 ;
  x3do:hasChildren :Inline_2_3_68_2_1_1_1 .
:Inline_2_3_68_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_68_2_1_1 ;
  x3do:url '"SriCampus066.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus066.x3d" "SriCampus066.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus066.x3d"' .
:GeoLocation_2_3_69 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-68 ;
  x3do:hasChildren :Transform_2_3_69_2 ;
  x3do:geoCoords ( 37.45460042628699 -122.17581565926682 6.317391004413366 ) .
:LVCS-ORIGIN-USE-68 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_69 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_69_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_69 ;
  x3do:hasChildren :Transform_2_3_69_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_69_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_69_2 ;
  x3do:hasChildren :Transform_2_3_69_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.55802435 ) .
:Transform_2_3_69_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_69_2_1 ;
  x3do:hasChildren :Inline_2_3_69_2_1_1_1 .
:Inline_2_3_69_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_69_2_1_1 ;
  x3do:url '"SriCampus067.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus067.x3d" "SriCampus067.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus067.x3d"' .
:GeoLocation_2_3_70 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-69 ;
  x3do:hasChildren :Transform_2_3_70_2 ;
  x3do:geoCoords ( 37.45671927239422 -122.17710406092134 17.201877245679498 ) .
:LVCS-ORIGIN-USE-69 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_70 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_70_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_70 ;
  x3do:hasChildren :Transform_2_3_70_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_70_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_70_2 ;
  x3do:hasChildren :Transform_2_3_70_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5530734 ) .
:Transform_2_3_70_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_70_2_1 ;
  x3do:hasChildren :Inline_2_3_70_2_1_1_1 .
:Inline_2_3_70_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_70_2_1_1 ;
  x3do:url '"SriCampus068.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus068.x3d" "SriCampus068.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus068.x3d"' .
:GeoLocation_2_3_71 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-70 ;
  x3do:hasChildren :Transform_2_3_71_2 ;
  x3do:geoCoords ( 37.45847639259631 -122.1732855152507 6.537731416523457 ) .
:LVCS-ORIGIN-USE-70 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_71 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_71_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_71 ;
  x3do:hasChildren :Transform_2_3_71_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_71_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_71_2 ;
  x3do:hasChildren :Transform_2_3_71_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 0.33597755 ) .
:Transform_2_3_71_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_71_2_1 ;
  x3do:hasChildren :Inline_2_3_71_2_1_1_1 .
:Inline_2_3_71_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_71_2_1_1 ;
  x3do:url '"SriCampus069.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus069.x3d" "SriCampus069.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus069.x3d"' .
:GeoLocation_2_3_72 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-71 ;
  x3do:hasChildren :Transform_2_3_72_2 ;
  x3do:geoCoords ( 37.455910343615315 -122.17664992226594 13.851592540740967 ) .
:LVCS-ORIGIN-USE-71 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_72 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_72_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_72 ;
  x3do:hasChildren :Transform_2_3_72_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_72_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_72_2 ;
  x3do:hasChildren :Transform_2_3_72_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 0.06768273 ) .
:Transform_2_3_72_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_72_2_1 ;
  x3do:hasChildren :Inline_2_3_72_2_1_1_1 .
:Inline_2_3_72_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_72_2_1_1 ;
  x3do:url '"SriCampus070.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus070.x3d" "SriCampus070.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus070.x3d"' .
:GeoLocation_2_3_73 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-72 ;
  x3do:hasChildren :Transform_2_3_73_2 ;
  x3do:geoCoords ( 37.45579582804456 -122.17533034339407 4.9784933580085635 ) .
:LVCS-ORIGIN-USE-72 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_73 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_73_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_73 ;
  x3do:hasChildren :Transform_2_3_73_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_73_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_73_2 ;
  x3do:hasChildren :Transform_2_3_73_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 1.0204762 ) .
:Transform_2_3_73_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_73_2_1 ;
  x3do:hasChildren :Inline_2_3_73_2_1_1_1 .
:Inline_2_3_73_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_73_2_1_1 ;
  x3do:url '"SriCampus071.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus071.x3d" "SriCampus071.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus071.x3d"' .
:GeoLocation_2_3_74 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-73 ;
  x3do:hasChildren :Transform_2_3_74_2 ;
  x3do:geoCoords ( 37.455199117886465 -122.17701342699323 4.017314109019935 ) .
:LVCS-ORIGIN-USE-73 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_74 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_74_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_74 ;
  x3do:hasChildren :Transform_2_3_74_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_74_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_74_2 ;
  x3do:hasChildren :Transform_2_3_74_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5600868 ) .
:Transform_2_3_74_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_74_2_1 ;
  x3do:hasChildren :Inline_2_3_74_2_1_1_1 .
:Inline_2_3_74_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_74_2_1_1 ;
  x3do:url '"SriCampus072.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus072.x3d" "SriCampus072.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus072.x3d"' .
:GeoLocation_2_3_75 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-74 ;
  x3do:hasChildren :Transform_2_3_75_2 ;
  x3do:geoCoords ( 37.45742307208743 -122.17284002175455 15.32203997951001 ) .
:LVCS-ORIGIN-USE-74 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_75 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_75_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_75 ;
  x3do:hasChildren :Transform_2_3_75_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_75_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_75_2 ;
  x3do:hasChildren :Transform_2_3_75_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.45392746 ) .
:Transform_2_3_75_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_75_2_1 ;
  x3do:hasChildren :Inline_2_3_75_2_1_1_1 .
:Inline_2_3_75_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_75_2_1_1 ;
  x3do:url '"SriCampus073.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus073.x3d" "SriCampus073.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus073.x3d"' .
:GeoLocation_2_3_76 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-75 ;
  x3do:hasChildren :Transform_2_3_76_2 ;
  x3do:geoCoords ( 37.455266201390465 -122.17506929403226 6.281517929397523 ) .
:LVCS-ORIGIN-USE-75 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_76 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_76_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_76 ;
  x3do:hasChildren :Transform_2_3_76_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_76_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_76_2 ;
  x3do:hasChildren :Transform_2_3_76_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5600868 ) .
:Transform_2_3_76_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_76_2_1 ;
  x3do:hasChildren :Inline_2_3_76_2_1_1_1 .
:Inline_2_3_76_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_76_2_1_1 ;
  x3do:url '"SriCampus074.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus074.x3d" "SriCampus074.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus074.x3d"' .
:GeoLocation_2_3_77 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-76 ;
  x3do:hasChildren :Transform_2_3_77_2 ;
  x3do:geoCoords ( 37.458249512657666 -122.17582503824109 13.063681640662253 ) .
:LVCS-ORIGIN-USE-76 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_77 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_77_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_77 ;
  x3do:hasChildren :Transform_2_3_77_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_77_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_77_2 ;
  x3do:hasChildren :Transform_2_3_77_2_1_1 .
:Transform_2_3_77_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_77_2_1 ;
  x3do:hasChildren :Inline_2_3_77_2_1_1_1 .
:Inline_2_3_77_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_77_2_1_1 ;
  x3do:url '"SriCampus075.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus075.x3d" "SriCampus075.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus075.x3d"' .
:GeoLocation_2_3_78 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-77 ;
  x3do:hasChildren :Transform_2_3_78_2 ;
  x3do:geoCoords ( 37.45703379139092 -122.17608269698909 17.61487079691142 ) .
:LVCS-ORIGIN-USE-77 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_78 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_78_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_78 ;
  x3do:hasChildren :Transform_2_3_78_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_78_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_78_2 ;
  x3do:hasChildren :Transform_2_3_78_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5600868 ) .
:Transform_2_3_78_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_78_2_1 ;
  x3do:hasChildren :Inline_2_3_78_2_1_1_1 .
:Inline_2_3_78_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_78_2_1_1 ;
  x3do:url '"SriCampus076.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus076.x3d" "SriCampus076.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus076.x3d"' .
:GeoLocation_2_3_79 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-78 ;
  x3do:hasChildren :Transform_2_3_79_2 ;
  x3do:geoCoords ( 37.459349758117824 -122.17577994880299 12.226319789886475 ) .
:LVCS-ORIGIN-USE-78 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_79 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_79_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_79 ;
  x3do:hasChildren :Transform_2_3_79_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_79_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_79_2 ;
  x3do:hasChildren :Transform_2_3_79_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.52879757 ) .
:Transform_2_3_79_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_79_2_1 ;
  x3do:hasChildren :Inline_2_3_79_2_1_1_1 .
:Inline_2_3_79_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_79_2_1_1 ;
  x3do:url '"SriCampus077.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus077.x3d" "SriCampus077.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus077.x3d"' .
:GeoLocation_2_3_80 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-79 ;
  x3do:hasChildren :Transform_2_3_80_2 ;
  x3do:geoCoords ( 37.455523631670936 -122.17826624724431 4.396789534017444 ) .
:LVCS-ORIGIN-USE-79 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_80 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_80_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_80 ;
  x3do:hasChildren :Transform_2_3_80_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_80_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_80_2 ;
  x3do:hasChildren :Transform_2_3_80_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 1.012785 ) .
:Transform_2_3_80_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_80_2_1 ;
  x3do:hasChildren :Inline_2_3_80_2_1_1_1 .
:Inline_2_3_80_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_80_2_1_1 ;
  x3do:url '"SriCampus078.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus078.x3d" "SriCampus078.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus078.x3d"' .
:GeoLocation_2_3_81 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-80 ;
  x3do:hasChildren :Transform_2_3_81_2 ;
  x3do:geoCoords ( 37.45748923066822 -122.1757325976501 17.814282183535397 ) .
:LVCS-ORIGIN-USE-80 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_81 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_81_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_81 ;
  x3do:hasChildren :Transform_2_3_81_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_81_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_81_2 ;
  x3do:hasChildren :Transform_2_3_81_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5600868 ) .
:Transform_2_3_81_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_81_2_1 ;
  x3do:hasChildren :Inline_2_3_81_2_1_1_1 .
:Inline_2_3_81_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_81_2_1_1 ;
  x3do:url '"SriCampus079.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus079.x3d" "SriCampus079.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus079.x3d"' .
:GeoLocation_2_3_82 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-81 ;
  x3do:hasChildren :Transform_2_3_82_2 ;
  x3do:geoCoords ( 37.45622632561962 -122.17423430878904 4.528802731074393 ) .
:LVCS-ORIGIN-USE-81 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_82 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_82_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_82 ;
  x3do:hasChildren :Transform_2_3_82_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_82_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_82_2 ;
  x3do:hasChildren :Transform_2_3_82_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5485743 ) .
:Transform_2_3_82_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_82_2_1 ;
  x3do:hasChildren :Inline_2_3_82_2_1_1_1 .
:Inline_2_3_82_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_82_2_1_1 ;
  x3do:url '"SriCampus080.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus080.x3d" "SriCampus080.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus080.x3d"' .
:GeoLocation_2_3_83 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-82 ;
  x3do:hasChildren :Transform_2_3_83_2 ;
  x3do:geoCoords ( 37.45501807177614 -122.17719105822079 4.006106214597821 ) .
:LVCS-ORIGIN-USE-82 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_83 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_83_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_83 ;
  x3do:hasChildren :Transform_2_3_83_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_83_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_83_2 ;
  x3do:hasChildren :Transform_2_3_83_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5600868 ) .
:Transform_2_3_83_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_83_2_1 ;
  x3do:hasChildren :Inline_2_3_83_2_1_1_1 .
:Inline_2_3_83_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_83_2_1_1 ;
  x3do:url '"SriCampus081.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus081.x3d" "SriCampus081.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus081.x3d"' .
:GeoLocation_2_3_84 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-83 ;
  x3do:hasChildren :Transform_2_3_84_2 ;
  x3do:geoCoords ( 37.45465566409258 -122.17698610464193 3.2464131880551577 ) .
:LVCS-ORIGIN-USE-83 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_84 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_84_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_84 ;
  x3do:hasChildren :Transform_2_3_84_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_84_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_84_2 ;
  x3do:hasChildren :Transform_2_3_84_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5600868 ) .
:Transform_2_3_84_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_84_2_1 ;
  x3do:hasChildren :Inline_2_3_84_2_1_1_1 .
:Inline_2_3_84_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_84_2_1_1 ;
  x3do:url '"SriCampus082.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus082.x3d" "SriCampus082.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus082.x3d"' .
:GeoLocation_2_3_85 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-84 ;
  x3do:hasChildren :Transform_2_3_85_2 ;
  x3do:geoCoords ( 37.45712962221045 -122.17265941441853 13.401793683879078 ) .
:LVCS-ORIGIN-USE-84 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_85 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_85_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_85 ;
  x3do:hasChildren :Transform_2_3_85_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_85_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_85_2 ;
  x3do:hasChildren :Transform_2_3_85_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.45392746 ) .
:Transform_2_3_85_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_85_2_1 ;
  x3do:hasChildren :Inline_2_3_85_2_1_1_1 .
:Inline_2_3_85_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_85_2_1_1 ;
  x3do:url '"SriCampus083.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus083.x3d" "SriCampus083.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus083.x3d"' .
:GeoLocation_2_3_86 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-85 ;
  x3do:hasChildren :Transform_2_3_86_2 ;
  x3do:geoCoords ( 37.45692498803204 -122.17769601887739 16.93729296978563 ) .
:LVCS-ORIGIN-USE-85 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_86 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_86_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_86 ;
  x3do:hasChildren :Transform_2_3_86_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_86_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_86_2 ;
  x3do:hasChildren :Transform_2_3_86_2_1_1 .
:Transform_2_3_86_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_86_2_1 ;
  x3do:hasChildren :Inline_2_3_86_2_1_1_1 .
:Inline_2_3_86_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_86_2_1_1 ;
  x3do:url '"SriCampus084.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus084.x3d" "SriCampus084.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus084.x3d"' .
:GeoLocation_2_3_87 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-86 ;
  x3do:hasChildren :Transform_2_3_87_2 ;
  x3do:geoCoords ( 37.456814457875936 -122.1769710991232 2.2080116970464587 ) .
:LVCS-ORIGIN-USE-86 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_87 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_87_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_87 ;
  x3do:hasChildren :Transform_2_3_87_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_87_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_87_2 ;
  x3do:hasChildren :Transform_2_3_87_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5600868 ) .
:Transform_2_3_87_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_87_2_1 ;
  x3do:hasChildren :Inline_2_3_87_2_1_1_1 .
:Inline_2_3_87_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_87_2_1_1 ;
  x3do:url '"SriCampus085.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus085.x3d" "SriCampus085.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus085.x3d"' .
:GeoLocation_2_3_88 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-87 ;
  x3do:hasChildren :Transform_2_3_88_2 ;
  x3do:geoCoords ( 37.45440500608271 -122.17564484966901 5.874921953305602 ) .
:LVCS-ORIGIN-USE-87 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_88 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_88_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_88 ;
  x3do:hasChildren :Transform_2_3_88_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_88_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_88_2 ;
  x3do:hasChildren :Transform_2_3_88_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.55922556 ) .
:Transform_2_3_88_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_88_2_1 ;
  x3do:hasChildren :Inline_2_3_88_2_1_1_1 .
:Inline_2_3_88_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_88_2_1_1 ;
  x3do:url '"SriCampus086.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus086.x3d" "SriCampus086.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus086.x3d"' .
:GeoLocation_2_3_89 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-88 ;
  x3do:hasChildren :Transform_2_3_89_2 ;
  x3do:geoCoords ( 37.45887150100618 -122.17364689701467 6.572895417921245 ) .
:LVCS-ORIGIN-USE-88 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_89 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_89_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_89 ;
  x3do:hasChildren :Transform_2_3_89_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_89_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_89_2 ;
  x3do:hasChildren :Transform_2_3_89_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 0.33597755 ) .
:Transform_2_3_89_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_89_2_1 ;
  x3do:hasChildren :Inline_2_3_89_2_1_1_1 .
:Inline_2_3_89_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_89_2_1_1 ;
  x3do:url '"SriCampus087.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus087.x3d" "SriCampus087.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus087.x3d"' .
:GeoLocation_2_3_90 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-89 ;
  x3do:hasChildren :Transform_2_3_90_2 ;
  x3do:geoCoords ( 37.457302044512346 -122.17262076560766 13.290771765634418 ) .
:LVCS-ORIGIN-USE-89 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_90 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_90_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_90 ;
  x3do:hasChildren :Transform_2_3_90_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_90_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_90_2 ;
  x3do:hasChildren :Transform_2_3_90_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.45392746 ) .
:Transform_2_3_90_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_90_2_1 ;
  x3do:hasChildren :Inline_2_3_90_2_1_1_1 .
:Inline_2_3_90_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_90_2_1_1 ;
  x3do:url '"SriCampus088.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus088.x3d" "SriCampus088.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus088.x3d"' .
:GeoLocation_2_3_91 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-90 ;
  x3do:hasChildren :Transform_2_3_91_2 ;
  x3do:geoCoords ( 37.45787902024201 -122.17202008954384 4.758735476993024 ) .
:LVCS-ORIGIN-USE-90 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_91 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_91_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_91 ;
  x3do:hasChildren :Transform_2_3_91_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_91_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_91_2 ;
  x3do:hasChildren :Transform_2_3_91_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -1.2557627 ) .
:Transform_2_3_91_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_91_2_1 ;
  x3do:hasChildren :Inline_2_3_91_2_1_1_1 .
:Inline_2_3_91_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_91_2_1_1 ;
  x3do:url '"SriCampus089.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus089.x3d" "SriCampus089.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus089.x3d"' .
:GeoLocation_2_3_92 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-91 ;
  x3do:hasChildren :Transform_2_3_92_2 ;
  x3do:geoCoords ( 37.456270157439285 -122.17655409213578 17.732382902875543 ) .
:LVCS-ORIGIN-USE-91 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_92 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_92_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_92 ;
  x3do:hasChildren :Transform_2_3_92_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_92_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_92_2 ;
  x3do:hasChildren :Transform_2_3_92_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 0.21222101 ) .
:Transform_2_3_92_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_92_2_1 ;
  x3do:hasChildren :Inline_2_3_92_2_1_1_1 .
:Inline_2_3_92_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_92_2_1_1 ;
  x3do:url '"SriCampus090.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus090.x3d" "SriCampus090.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus090.x3d"' .
:GeoLocation_2_3_93 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-92 ;
  x3do:hasChildren :Transform_2_3_93_2 ;
  x3do:geoCoords ( 37.455202658874605 -122.17537929382321 10.800645593553782 ) .
:LVCS-ORIGIN-USE-92 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_93 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_93_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_93 ;
  x3do:hasChildren :Transform_2_3_93_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_93_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_93_2 ;
  x3do:hasChildren :Transform_2_3_93_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 0.06768273 ) .
:Transform_2_3_93_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_93_2_1 ;
  x3do:hasChildren :Inline_2_3_93_2_1_1_1 .
:Inline_2_3_93_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_93_2_1_1 ;
  x3do:url '"SriCampus091.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus091.x3d" "SriCampus091.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus091.x3d"' .
:GeoLocation_2_3_94 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-93 ;
  x3do:hasChildren :Transform_2_3_94_2 ;
  x3do:geoCoords ( 37.45826209565133 -122.17595626355404 11.577650134451688 ) .
:LVCS-ORIGIN-USE-93 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_94 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_94_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_94 ;
  x3do:hasChildren :Transform_2_3_94_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_94_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_94_2 ;
  x3do:hasChildren :Transform_2_3_94_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5600868 ) .
:Transform_2_3_94_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_94_2_1 ;
  x3do:hasChildren :Inline_2_3_94_2_1_1_1 .
:Inline_2_3_94_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_94_2_1_1 ;
  x3do:url '"SriCampus092.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus092.x3d" "SriCampus092.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus092.x3d"' .
:GeoLocation_2_3_95 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-94 ;
  x3do:hasChildren :Transform_2_3_95_2 ;
  x3do:geoCoords ( 37.45544706135105 -122.17542250128548 6.491053903475404 ) .
:LVCS-ORIGIN-USE-94 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_95 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_95_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_95 ;
  x3do:hasChildren :Transform_2_3_95_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_95_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_95_2 ;
  x3do:hasChildren :Transform_2_3_95_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5600868 ) .
:Transform_2_3_95_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_95_2_1 ;
  x3do:hasChildren :Inline_2_3_95_2_1_1_1 .
:Inline_2_3_95_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_95_2_1_1 ;
  x3do:url '"SriCampus093.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus093.x3d" "SriCampus093.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus093.x3d"' .
:GeoLocation_2_3_96 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-95 ;
  x3do:hasChildren :Transform_2_3_96_2 ;
  x3do:geoCoords ( 37.458398889705016 -122.1730916119198 6.529909424483776 ) .
:LVCS-ORIGIN-USE-95 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_96 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_96_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_96 ;
  x3do:hasChildren :Transform_2_3_96_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_96_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_96_2 ;
  x3do:hasChildren :Transform_2_3_96_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -1.2557627 ) .
:Transform_2_3_96_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_96_2_1 ;
  x3do:hasChildren :Inline_2_3_96_2_1_1_1 .
:Inline_2_3_96_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_96_2_1_1 ;
  x3do:url '"SriCampus094.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus094.x3d" "SriCampus094.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus094.x3d"' .
:GeoLocation_2_3_97 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-96 ;
  x3do:hasChildren :Transform_2_3_97_2 ;
  x3do:geoCoords ( 37.45590814672539 -122.1765990028583 13.850803661160171 ) .
:LVCS-ORIGIN-USE-96 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_97 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_97_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_97 ;
  x3do:hasChildren :Transform_2_3_97_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_97_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_97_2 ;
  x3do:hasChildren :Transform_2_3_97_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 0.06768273 ) .
:Transform_2_3_97_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_97_2_1 ;
  x3do:hasChildren :Inline_2_3_97_2_1_1_1 .
:Inline_2_3_97_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_97_2_1_1 ;
  x3do:url '"SriCampus095.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus095.x3d" "SriCampus095.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus095.x3d"' .
:GeoLocation_2_3_98 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-97 ;
  x3do:hasChildren :Transform_2_3_98_2 ;
  x3do:geoCoords ( 37.456286881934034 -122.17435595010173 2.799916968680918 ) .
:LVCS-ORIGIN-USE-97 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_98 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_98_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_98 ;
  x3do:hasChildren :Transform_2_3_98_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_98_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_98_2 ;
  x3do:hasChildren :Transform_2_3_98_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5626132 ) .
:Transform_2_3_98_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_98_2_1 ;
  x3do:hasChildren :Inline_2_3_98_2_1_1_1 .
:Inline_2_3_98_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_98_2_1_1 ;
  x3do:url '"SriCampus096.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus096.x3d" "SriCampus096.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus096.x3d"' .
:GeoLocation_2_3_99 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-98 ;
  x3do:hasChildren :Transform_2_3_99_2 ;
  x3do:geoCoords ( 37.45598740170031 -122.17375297634354 4.297718069516122 ) .
:LVCS-ORIGIN-USE-98 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_99 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_99_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_99 ;
  x3do:hasChildren :Transform_2_3_99_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_99_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_99_2 ;
  x3do:hasChildren :Transform_2_3_99_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5485743 ) .
:Transform_2_3_99_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_99_2_1 ;
  x3do:hasChildren :Inline_2_3_99_2_1_1_1 .
:Inline_2_3_99_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_99_2_1_1 ;
  x3do:url '"SriCampus097.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus097.x3d" "SriCampus097.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus097.x3d"' .
:GeoLocation_2_3_100 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-99 ;
  x3do:hasChildren :Transform_2_3_100_2 ;
  x3do:geoCoords ( 37.45632012788061 -122.17701436276613 8.888750216923654 ) .
:LVCS-ORIGIN-USE-99 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_100 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_100_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_100 ;
  x3do:hasChildren :Transform_2_3_100_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_100_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_100_2 ;
  x3do:hasChildren :Transform_2_3_100_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 0.2759828 ) .
:Transform_2_3_100_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_100_2_1 ;
  x3do:hasChildren :Inline_2_3_100_2_1_1_1 .
:Inline_2_3_100_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_100_2_1_1 ;
  x3do:url '"SriCampus098.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus098.x3d" "SriCampus098.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus098.x3d"' .
:GeoLocation_2_3_101 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-100 ;
  x3do:hasChildren :Transform_2_3_101_2 ;
  x3do:geoCoords ( 37.456845922281055 -122.17669512470076 5.616073635406792 ) .
:LVCS-ORIGIN-USE-100 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_101 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_101_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_101 ;
  x3do:hasChildren :Transform_2_3_101_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_101_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_101_2 ;
  x3do:hasChildren :Transform_2_3_101_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5600868 ) .
:Transform_2_3_101_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_101_2_1 ;
  x3do:hasChildren :Inline_2_3_101_2_1_1_1 .
:Inline_2_3_101_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_101_2_1_1 ;
  x3do:url '"SriCampus099.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus099.x3d" "SriCampus099.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus099.x3d"' .
:GeoLocation_2_3_102 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-101 ;
  x3do:hasChildren :Transform_2_3_102_2 ;
  x3do:geoCoords ( 37.455818973641165 -122.17500576498591 5.202997267246246 ) .
:LVCS-ORIGIN-USE-101 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_102 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_102_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_102 ;
  x3do:hasChildren :Transform_2_3_102_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_102_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_102_2 ;
  x3do:hasChildren :Transform_2_3_102_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5600868 ) .
:Transform_2_3_102_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_102_2_1 ;
  x3do:hasChildren :Inline_2_3_102_2_1_1_1 .
:Inline_2_3_102_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_102_2_1_1 ;
  x3do:url '"SriCampus100.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus100.x3d" "SriCampus100.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus100.x3d"' .
:GeoLocation_2_3_103 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-102 ;
  x3do:hasChildren :Transform_2_3_103_2 ;
  x3do:geoCoords ( 37.45606574957878 -122.17762711789799 17.579336941242218 ) .
:LVCS-ORIGIN-USE-102 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_103 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_103_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_103 ;
  x3do:hasChildren :Transform_2_3_103_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_103_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_103_2 ;
  x3do:hasChildren :Transform_2_3_103_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5530734 ) .
:Transform_2_3_103_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_103_2_1 ;
  x3do:hasChildren :Inline_2_3_103_2_1_1_1 .
:Inline_2_3_103_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_103_2_1_1 ;
  x3do:url '"SriCampus101.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus101.x3d" "SriCampus101.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus101.x3d"' .
:GeoLocation_2_3_104 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-103 ;
  x3do:hasChildren :Transform_2_3_104_2 ;
  x3do:geoCoords ( 37.45679915195322 -122.17630003052214 18.843943851068616 ) .
:LVCS-ORIGIN-USE-103 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_104 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_104_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_104 ;
  x3do:hasChildren :Transform_2_3_104_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_104_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_104_2 ;
  x3do:hasChildren :Transform_2_3_104_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5600868 ) .
:Transform_2_3_104_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_104_2_1 ;
  x3do:hasChildren :Inline_2_3_104_2_1_1_1 .
:Inline_2_3_104_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_104_2_1_1 ;
  x3do:url '"SriCampus102.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus102.x3d" "SriCampus102.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus102.x3d"' .
:GeoLocation_2_3_105 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-104 ;
  x3do:hasChildren :Transform_2_3_105_2 ;
  x3do:geoCoords ( 37.457331549143376 -122.1726072752575 13.708675358444453 ) .
:LVCS-ORIGIN-USE-104 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_105 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_105_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_105 ;
  x3do:hasChildren :Transform_2_3_105_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_105_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_105_2 ;
  x3do:hasChildren :Transform_2_3_105_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.45392746 ) .
:Transform_2_3_105_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_105_2_1 ;
  x3do:hasChildren :Inline_2_3_105_2_1_1_1 .
:Inline_2_3_105_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_105_2_1_1 ;
  x3do:url '"SriCampus103.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus103.x3d" "SriCampus103.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus103.x3d"' .
:GeoLocation_2_3_106 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-105 ;
  x3do:hasChildren :Transform_2_3_106_2 ;
  x3do:geoCoords ( 37.45520547056154 -122.17781585094827 3.2565740747377277 ) .
:LVCS-ORIGIN-USE-105 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_106 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_106_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_106 ;
  x3do:hasChildren :Transform_2_3_106_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_106_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_106_2 ;
  x3do:hasChildren :Transform_2_3_106_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5600868 ) .
:Transform_2_3_106_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_106_2_1 ;
  x3do:hasChildren :Inline_2_3_106_2_1_1_1 .
:Inline_2_3_106_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_106_2_1_1 ;
  x3do:url '"SriCampus104.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus104.x3d" "SriCampus104.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus104.x3d"' .
:GeoLocation_2_3_107 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-106 ;
  x3do:hasChildren :Transform_2_3_107_2 ;
  x3do:geoCoords ( 37.454810121643106 -122.1772881517725 3.4585653822869063 ) .
:LVCS-ORIGIN-USE-106 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_107 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_107_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_107 ;
  x3do:hasChildren :Transform_2_3_107_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_107_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_107_2 ;
  x3do:hasChildren :Transform_2_3_107_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5600868 ) .
:Transform_2_3_107_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_107_2_1 ;
  x3do:hasChildren :Inline_2_3_107_2_1_1_1 .
:Inline_2_3_107_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_107_2_1_1 ;
  x3do:url '"SriCampus105.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus105.x3d" "SriCampus105.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus105.x3d"' .
:GeoLocation_2_3_108 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-107 ;
  x3do:hasChildren :Transform_2_3_108_2 ;
  x3do:geoCoords ( 37.4574835594975 -122.17250934197735 14.512516235001386 ) .
:LVCS-ORIGIN-USE-107 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_108 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_108_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_108 ;
  x3do:hasChildren :Transform_2_3_108_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_108_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_108_2 ;
  x3do:hasChildren :Transform_2_3_108_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.45392746 ) .
:Transform_2_3_108_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_108_2_1 ;
  x3do:hasChildren :Inline_2_3_108_2_1_1_1 .
:Inline_2_3_108_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_108_2_1_1 ;
  x3do:url '"SriCampus106.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus106.x3d" "SriCampus106.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus106.x3d"' .
:GeoLocation_2_3_109 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-108 ;
  x3do:hasChildren :Transform_2_3_109_2 ;
  x3do:geoCoords ( 37.457111007051886 -122.17287436027812 7.242378053255379 ) .
:LVCS-ORIGIN-USE-108 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_109 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_109_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_109 ;
  x3do:hasChildren :Transform_2_3_109_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_109_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_109_2 ;
  x3do:hasChildren :Transform_2_3_109_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.65482974 ) .
:Transform_2_3_109_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_109_2_1 ;
  x3do:hasChildren :Inline_2_3_109_2_1_1_1 .
:Inline_2_3_109_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_109_2_1_1 ;
  x3do:url '"SriCampus107.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus107.x3d" "SriCampus107.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus107.x3d"' .
:GeoLocation_2_3_110 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-109 ;
  x3do:hasChildren :Transform_2_3_110_2 ;
  x3do:geoCoords ( 37.458031005215425 -122.1719256683745 4.770276533439755 ) .
:LVCS-ORIGIN-USE-109 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_110 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_110_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_110 ;
  x3do:hasChildren :Transform_2_3_110_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_110_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_110_2 ;
  x3do:hasChildren :Transform_2_3_110_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 0.33597755 ) .
:Transform_2_3_110_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_110_2_1 ;
  x3do:hasChildren :Inline_2_3_110_2_1_1_1 .
:Inline_2_3_110_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_110_2_1_1 ;
  x3do:url '"SriCampus108.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus108.x3d" "SriCampus108.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus108.x3d"' .
:GeoLocation_2_3_111 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-110 ;
  x3do:hasChildren :Transform_2_3_111_2 ;
  x3do:geoCoords ( 37.45515720353775 -122.17406431710244 4.3671683901920915 ) .
:LVCS-ORIGIN-USE-110 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_111 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_111_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_111 ;
  x3do:hasChildren :Transform_2_3_111_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_111_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_111_2 ;
  x3do:hasChildren :Transform_2_3_111_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5485743 ) .
:Transform_2_3_111_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_111_2_1 ;
  x3do:hasChildren :Inline_2_3_111_2_1_1_1 .
:Inline_2_3_111_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_111_2_1_1 ;
  x3do:url '"SriCampus109.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus109.x3d" "SriCampus109.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus109.x3d"' .
:GeoLocation_2_3_112 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-111 ;
  x3do:hasChildren :Transform_2_3_112_2 ;
  x3do:geoCoords ( 37.45934859760897 -122.17577724891385 3.8770384145900607 ) .
:LVCS-ORIGIN-USE-111 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_112 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_112_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_112 ;
  x3do:hasChildren :Transform_2_3_112_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_112_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_112_2 ;
  x3do:hasChildren :Transform_2_3_112_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -2.1220884 ) .
:Transform_2_3_112_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_112_2_1 ;
  x3do:hasChildren :Inline_2_3_112_2_1_1_1 .
:Inline_2_3_112_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_112_2_1_1 ;
  x3do:url '"SriCampus110.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus110.x3d" "SriCampus110.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus110.x3d"' .
:GeoLocation_2_3_113 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-112 ;
  x3do:hasChildren :Transform_2_3_113_2 ;
  x3do:geoCoords ( 37.45552187784782 -122.1767457842618 8.714063614606858 ) .
:LVCS-ORIGIN-USE-112 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_113 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_113_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_113 ;
  x3do:hasChildren :Transform_2_3_113_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_113_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_113_2 ;
  x3do:hasChildren :Transform_2_3_113_2_1_1 .
:Transform_2_3_113_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_113_2_1 ;
  x3do:hasChildren :Inline_2_3_113_2_1_1_1 .
:Inline_2_3_113_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_113_2_1_1 ;
  x3do:url '"SriCampus111.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus111.x3d" "SriCampus111.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus111.x3d"' .
:GeoLocation_2_3_114 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-113 ;
  x3do:hasChildren :Transform_2_3_114_2 ;
  x3do:geoCoords ( 37.45487218593971 -122.177110948491 4.0440065916627646 ) .
:LVCS-ORIGIN-USE-113 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_114 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_114_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_114 ;
  x3do:hasChildren :Transform_2_3_114_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_114_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_114_2 ;
  x3do:hasChildren :Transform_2_3_114_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5600868 ) .
:Transform_2_3_114_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_114_2_1 ;
  x3do:hasChildren :Inline_2_3_114_2_1_1_1 .
:Inline_2_3_114_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_114_2_1_1 ;
  x3do:url '"SriCampus112.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus112.x3d" "SriCampus112.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus112.x3d"' .
:GeoLocation_2_3_115 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-114 ;
  x3do:hasChildren :Transform_2_3_115_2 ;
  x3do:geoCoords ( 37.45714986360583 -122.17352452743129 4.084409800358117 ) .
:LVCS-ORIGIN-USE-114 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_115 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_115_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_115 ;
  x3do:hasChildren :Transform_2_3_115_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_115_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_115_2 ;
  x3do:hasChildren :Transform_2_3_115_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5485743 ) .
:Transform_2_3_115_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_115_2_1 ;
  x3do:hasChildren :Inline_2_3_115_2_1_1_1 .
:Inline_2_3_115_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_115_2_1_1 ;
  x3do:url '"SriCampus113.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus113.x3d" "SriCampus113.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus113.x3d"' .
:GeoLocation_2_3_116 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-115 ;
  x3do:hasChildren :Transform_2_3_116_2 ;
  x3do:geoCoords ( 37.45736742589547 -122.17254854118927 12.031191472895444 ) .
:LVCS-ORIGIN-USE-115 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_116 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_116_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_116 ;
  x3do:hasChildren :Transform_2_3_116_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_116_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_116_2 ;
  x3do:hasChildren :Transform_2_3_116_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.45392746 ) .
:Transform_2_3_116_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_116_2_1 ;
  x3do:hasChildren :Inline_2_3_116_2_1_1_1 .
:Inline_2_3_116_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_116_2_1_1 ;
  x3do:url '"SriCampus114.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus114.x3d" "SriCampus114.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus114.x3d"' .
:GeoLocation_2_3_117 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-116 ;
  x3do:hasChildren :Transform_2_3_117_2 ;
  x3do:geoCoords ( 37.45525714274129 -122.17507028895217 6.794414064846933 ) .
:LVCS-ORIGIN-USE-116 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_117 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_117_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_117 ;
  x3do:hasChildren :Transform_2_3_117_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_117_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_117_2 ;
  x3do:hasChildren :Transform_2_3_117_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5600868 ) .
:Transform_2_3_117_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_117_2_1 ;
  x3do:hasChildren :Inline_2_3_117_2_1_1_1 .
:Inline_2_3_117_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_117_2_1_1 ;
  x3do:url '"SriCampus115.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus115.x3d" "SriCampus115.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus115.x3d"' .
:GeoLocation_2_3_118 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-117 ;
  x3do:hasChildren :Transform_2_3_118_2 ;
  x3do:geoCoords ( 37.45527295154821 -122.17532124323364 6.476923021487892 ) .
:LVCS-ORIGIN-USE-117 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_118 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_118_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_118 ;
  x3do:hasChildren :Transform_2_3_118_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_118_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_118_2 ;
  x3do:hasChildren :Transform_2_3_118_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5600868 ) .
:Transform_2_3_118_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_118_2_1 ;
  x3do:hasChildren :Inline_2_3_118_2_1_1_1 .
:Inline_2_3_118_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_118_2_1_1 ;
  x3do:url '"SriCampus116.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus116.x3d" "SriCampus116.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus116.x3d"' .
:GeoLocation_2_3_119 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-118 ;
  x3do:hasChildren :Transform_2_3_119_2 ;
  x3do:geoCoords ( 37.45692705603369 -122.1733747901541 4.366944617591798 ) .
:LVCS-ORIGIN-USE-118 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_119 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_119_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_119 ;
  x3do:hasChildren :Transform_2_3_119_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_119_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_119_2 ;
  x3do:hasChildren :Transform_2_3_119_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5485743 ) .
:Transform_2_3_119_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_119_2_1 ;
  x3do:hasChildren :Inline_2_3_119_2_1_1_1 .
:Inline_2_3_119_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_119_2_1_1 ;
  x3do:url '"SriCampus117.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus117.x3d" "SriCampus117.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus117.x3d"' .
:GeoLocation_2_3_120 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-119 ;
  x3do:hasChildren :Transform_2_3_120_2 ;
  x3do:geoCoords ( 37.45785850917333 -122.17548124695458 17.76672370173037 ) .
:LVCS-ORIGIN-USE-119 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_120 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_120_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_120 ;
  x3do:hasChildren :Transform_2_3_120_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_120_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_120_2 ;
  x3do:hasChildren :Transform_2_3_120_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5600868 ) .
:Transform_2_3_120_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_120_2_1 ;
  x3do:hasChildren :Inline_2_3_120_2_1_1_1 .
:Inline_2_3_120_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_120_2_1_1 ;
  x3do:url '"SriCampus118.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus118.x3d" "SriCampus118.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus118.x3d"' .
:GeoLocation_2_3_121 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-120 ;
  x3do:hasChildren :Transform_2_3_121_2 ;
  x3do:geoCoords ( 37.4562485875788 -122.17668959142121 18.037382354959846 ) .
:LVCS-ORIGIN-USE-120 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_121 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_121_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_121 ;
  x3do:hasChildren :Transform_2_3_121_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_121_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_121_2 ;
  x3do:hasChildren :Transform_2_3_121_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 0.21222101 ) .
:Transform_2_3_121_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_121_2_1 ;
  x3do:hasChildren :Inline_2_3_121_2_1_1_1 .
:Inline_2_3_121_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_121_2_1_1 ;
  x3do:url '"SriCampus119.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus119.x3d" "SriCampus119.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus119.x3d"' .
:GeoLocation_2_3_122 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-121 ;
  x3do:hasChildren :Transform_2_3_122_2 ;
  x3do:geoCoords ( 37.45810786809718 -122.17212035970775 4.777719925157726 ) .
:LVCS-ORIGIN-USE-121 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_122 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_122_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_122 ;
  x3do:hasChildren :Transform_2_3_122_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_122_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_122_2 ;
  x3do:hasChildren :Transform_2_3_122_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -1.2557627 ) .
:Transform_2_3_122_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_122_2_1 ;
  x3do:hasChildren :Inline_2_3_122_2_1_1_1 .
:Inline_2_3_122_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_122_2_1_1 ;
  x3do:url '"SriCampus120.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus120.x3d" "SriCampus120.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus120.x3d"' .
:GeoLocation_2_3_123 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-122 ;
  x3do:hasChildren :Transform_2_3_123_2 ;
  x3do:geoCoords ( 37.455266201390465 -122.17506929403226 6.281517929397523 ) .
:LVCS-ORIGIN-USE-122 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_123 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_123_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_123 ;
  x3do:hasChildren :Transform_2_3_123_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_123_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_123_2 ;
  x3do:hasChildren :Transform_2_3_123_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5600868 ) .
:Transform_2_3_123_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_123_2_1 ;
  x3do:hasChildren :Inline_2_3_123_2_1_1_1 .
:Inline_2_3_123_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_123_2_1_1 ;
  x3do:url '"SriCampus121.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus121.x3d" "SriCampus121.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus121.x3d"' .
:GeoLocation_2_3_124 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-123 ;
  x3do:hasChildren :Transform_2_3_124_2 ;
  x3do:geoCoords ( 37.45592875610246 -122.17663227644208 13.852776668034494 ) .
:LVCS-ORIGIN-USE-123 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_124 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_124_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_124 ;
  x3do:hasChildren :Transform_2_3_124_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_124_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_124_2 ;
  x3do:hasChildren :Transform_2_3_124_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 0.06768273 ) .
:Transform_2_3_124_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_124_2_1 ;
  x3do:hasChildren :Inline_2_3_124_2_1_1_1 .
:Inline_2_3_124_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_124_2_1_1 ;
  x3do:url '"SriCampus122.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus122.x3d" "SriCampus122.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus122.x3d"' .
:GeoLocation_2_3_125 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-124 ;
  x3do:hasChildren :Transform_2_3_125_2 ;
  x3do:geoCoords ( 37.45795652492048 -122.17221399048172 4.766224743798375 ) .
:LVCS-ORIGIN-USE-124 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_125 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_125_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_125 ;
  x3do:hasChildren :Transform_2_3_125_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_125_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_125_2 ;
  x3do:hasChildren :Transform_2_3_125_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 0.33597755 ) .
:Transform_2_3_125_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_125_2_1 ;
  x3do:hasChildren :Inline_2_3_125_2_1_1_1 .
:Inline_2_3_125_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_125_2_1_1 ;
  x3do:url '"SriCampus123.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus123.x3d" "SriCampus123.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus123.x3d"' .
:GeoLocation_2_3_126 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-125 ;
  x3do:hasChildren :Transform_2_3_126_2 ;
  x3do:geoCoords ( 37.45714439718839 -122.17676921602542 5.741842704825103 ) .
:LVCS-ORIGIN-USE-125 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_126 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_126_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_126 ;
  x3do:hasChildren :Transform_2_3_126_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_126_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_126_2 ;
  x3do:hasChildren :Transform_2_3_126_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5600868 ) .
:Transform_2_3_126_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_126_2_1 ;
  x3do:hasChildren :Inline_2_3_126_2_1_1_1 .
:Inline_2_3_126_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_126_2_1_1 ;
  x3do:url '"SriCampus124.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus124.x3d" "SriCampus124.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus124.x3d"' .
:GeoLocation_2_3_127 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-126 ;
  x3do:hasChildren :Transform_2_3_127_2 ;
  x3do:geoCoords ( 37.458446345493876 -122.17621659673107 12.486853444948793 ) .
:LVCS-ORIGIN-USE-126 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_127 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_127_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_127 ;
  x3do:hasChildren :Transform_2_3_127_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_127_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_127_2 ;
  x3do:hasChildren :Transform_2_3_127_2_1_1 .
:Transform_2_3_127_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_127_2_1 ;
  x3do:hasChildren :Inline_2_3_127_2_1_1_1 .
:Inline_2_3_127_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_127_2_1_1 ;
  x3do:url '"SriCampus125.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus125.x3d" "SriCampus125.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus125.x3d"' .
:GeoLocation_2_3_128 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-127 ;
  x3do:hasChildren :Transform_2_3_128_2 ;
  x3do:geoCoords ( 37.45479119875997 -122.17587485217826 12.241555511020124 ) .
:LVCS-ORIGIN-USE-127 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_128 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_128_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_128 ;
  x3do:hasChildren :Transform_2_3_128_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_128_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_128_2 ;
  x3do:hasChildren :Transform_2_3_128_2_1_1 .
:Transform_2_3_128_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_128_2_1 ;
  x3do:hasChildren :Inline_2_3_128_2_1_1_1 .
:Inline_2_3_128_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_128_2_1_1 ;
  x3do:url '"SriCampus126.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus126.x3d" "SriCampus126.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus126.x3d"' .
:GeoLocation_2_3_129 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-128 ;
  x3do:hasChildren :Transform_2_3_129_2 ;
  x3do:geoCoords ( 37.455637529653934 -122.17805175366064 9.068381279706955 ) .
:LVCS-ORIGIN-USE-128 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_129 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_129_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_129 ;
  x3do:hasChildren :Transform_2_3_129_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_129_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_129_2 ;
  x3do:hasChildren :Transform_2_3_129_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 0.06768273 ) .
:Transform_2_3_129_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_129_2_1 ;
  x3do:hasChildren :Inline_2_3_129_2_1_1_1 .
:Inline_2_3_129_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_129_2_1_1 ;
  x3do:url '"SriCampus127.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus127.x3d" "SriCampus127.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus127.x3d"' .
:GeoLocation_2_3_130 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-129 ;
  x3do:hasChildren :Transform_2_3_130_2 ;
  x3do:geoCoords ( 37.45763170885517 -122.17283667995618 3.710161382332444 ) .
:LVCS-ORIGIN-USE-129 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_130 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_130_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_130 ;
  x3do:hasChildren :Transform_2_3_130_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_130_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_130_2 ;
  x3do:hasChildren :Transform_2_3_130_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.51614106 ) .
:Transform_2_3_130_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_130_2_1 ;
  x3do:hasChildren :Inline_2_3_130_2_1_1_1 .
:Inline_2_3_130_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_130_2_1_1 ;
  x3do:url '"SriCampus128.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus128.x3d" "SriCampus128.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus128.x3d"' .
:GeoLocation_2_3_131 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-130 ;
  x3do:hasChildren :Transform_2_3_131_2 ;
  x3do:geoCoords ( 37.4552030561581 -122.17537929603283 17.37209532316774 ) .
:LVCS-ORIGIN-USE-130 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_131 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_131_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_131 ;
  x3do:hasChildren :Transform_2_3_131_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_131_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_131_2 ;
  x3do:hasChildren :Transform_2_3_131_2_1_1 .
:Transform_2_3_131_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_131_2_1 ;
  x3do:hasChildren :Inline_2_3_131_2_1_1_1 .
:Inline_2_3_131_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_131_2_1_1 ;
  x3do:url '"SriCampus129.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus129.x3d" "SriCampus129.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus129.x3d"' .
:GeoLocation_2_3_132 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-131 ;
  x3do:hasChildren :Transform_2_3_132_2 ;
  x3do:geoCoords ( 37.45932899377421 -122.17558236032434 6.673216645605862 ) .
:LVCS-ORIGIN-USE-131 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_132 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_132_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_132 ;
  x3do:hasChildren :Transform_2_3_132_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_132_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_132_2 ;
  x3do:hasChildren :Transform_2_3_132_2_1_1 .
:Transform_2_3_132_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_132_2_1 ;
  x3do:hasChildren :Inline_2_3_132_2_1_1_1 .
:Inline_2_3_132_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_132_2_1_1 ;
  x3do:url '"SriCampus130.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus130.x3d" "SriCampus130.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus130.x3d"' .
:GeoLocation_2_3_133 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-132 ;
  x3do:hasChildren :Transform_2_3_133_2 ;
  x3do:geoCoords ( 37.45589059230768 -122.17663857154662 13.849952574819327 ) .
:LVCS-ORIGIN-USE-132 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_133 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_133_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_133 ;
  x3do:hasChildren :Transform_2_3_133_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_133_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_133_2 ;
  x3do:hasChildren :Transform_2_3_133_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 0.06768273 ) .
:Transform_2_3_133_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_133_2_1 ;
  x3do:hasChildren :Inline_2_3_133_2_1_1_1 .
:Inline_2_3_133_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_133_2_1_1 ;
  x3do:url '"SriCampus131.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus131.x3d" "SriCampus131.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus131.x3d"' .
:GeoLocation_2_3_134 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-133 ;
  x3do:hasChildren :Transform_2_3_134_2 ;
  x3do:geoCoords ( 37.45918042954255 -122.1754082085766 5.576121235266328 ) .
:LVCS-ORIGIN-USE-133 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_134 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_134_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_134 ;
  x3do:hasChildren :Transform_2_3_134_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_134_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_134_2 ;
  x3do:hasChildren :Transform_2_3_134_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5679538 ) .
:Transform_2_3_134_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_134_2_1 ;
  x3do:hasChildren :Inline_2_3_134_2_1_1_1 .
:Inline_2_3_134_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_134_2_1_1 ;
  x3do:url '"SriCampus132.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus132.x3d" "SriCampus132.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus132.x3d"' .
:GeoLocation_2_3_135 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-134 ;
  x3do:hasChildren :Transform_2_3_135_2 ;
  x3do:geoCoords ( 37.455131055190136 -122.17542623141605 15.226345616392792 ) .
:LVCS-ORIGIN-USE-134 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_135 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_135_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_135 ;
  x3do:hasChildren :Transform_2_3_135_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_135_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_135_2 ;
  x3do:hasChildren :Transform_2_3_135_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -1.6047001 ) .
:Transform_2_3_135_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_135_2_1 ;
  x3do:hasChildren :Inline_2_3_135_2_1_1_1 .
:Inline_2_3_135_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_135_2_1_1 ;
  x3do:url '"SriCampus133.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus133.x3d" "SriCampus133.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus133.x3d"' .
:GeoLocation_2_3_136 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-135 ;
  x3do:hasChildren :Transform_2_3_136_2 ;
  x3do:geoCoords ( 37.455833276710195 -122.17782281798755 4.371283515356481 ) .
:LVCS-ORIGIN-USE-135 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_136 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_136_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_136 ;
  x3do:hasChildren :Transform_2_3_136_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_136_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_136_2 ;
  x3do:hasChildren :Transform_2_3_136_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5600868 ) .
:Transform_2_3_136_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_136_2_1 ;
  x3do:hasChildren :Inline_2_3_136_2_1_1_1 .
:Inline_2_3_136_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_136_2_1_1 ;
  x3do:url '"SriCampus134.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus134.x3d" "SriCampus134.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus134.x3d"' .
:GeoLocation_2_3_137 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-136 ;
  x3do:hasChildren :Transform_2_3_137_2 ;
  x3do:geoCoords ( 37.455470051193935 -122.1764647666282 4.49514652043581 ) .
:LVCS-ORIGIN-USE-136 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_137 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_137_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_137 ;
  x3do:hasChildren :Transform_2_3_137_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_137_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_137_2 ;
  x3do:hasChildren :Transform_2_3_137_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -2.1285856 ) .
:Transform_2_3_137_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_137_2_1 ;
  x3do:hasChildren :Inline_2_3_137_2_1_1_1 .
:Inline_2_3_137_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_137_2_1_1 ;
  x3do:url '"SriCampus135.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus135.x3d" "SriCampus135.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus135.x3d"' .
:GeoLocation_2_3_138 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-137 ;
  x3do:hasChildren :Transform_2_3_138_2 ;
  x3do:geoCoords ( 37.45657234678347 -122.17339401563034 2.7787711387500167 ) .
:LVCS-ORIGIN-USE-137 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_138 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_138_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_138 ;
  x3do:hasChildren :Transform_2_3_138_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_138_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_138_2 ;
  x3do:hasChildren :Transform_2_3_138_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -2.1507866 ) .
:Transform_2_3_138_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_138_2_1 ;
  x3do:hasChildren :Inline_2_3_138_2_1_1_1 .
:Inline_2_3_138_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_138_2_1_1 ;
  x3do:url '"SriCampus136.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus136.x3d" "SriCampus136.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus136.x3d"' .
:GeoLocation_2_3_139 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-138 ;
  x3do:hasChildren :Transform_2_3_139_2 ;
  x3do:geoCoords ( 37.45631310248525 -122.17629745601055 23.58098861668259 ) .
:LVCS-ORIGIN-USE-138 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_139 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_139_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_139 ;
  x3do:hasChildren :Transform_2_3_139_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_139_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_139_2 ;
  x3do:hasChildren :Transform_2_3_139_2_1_1 .
:Transform_2_3_139_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_139_2_1 ;
  x3do:hasChildren :Inline_2_3_139_2_1_1_1 .
:Inline_2_3_139_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_139_2_1_1 ;
  x3do:url '"SriCampus137.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus137.x3d" "SriCampus137.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus137.x3d"' .
:GeoLocation_2_3_140 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-139 ;
  x3do:hasChildren :Transform_2_3_140_2 ;
  x3do:geoCoords ( 37.455171973416775 -122.17478671098695 5.2806648556143045 ) .
:LVCS-ORIGIN-USE-139 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_140 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_140_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_140 ;
  x3do:hasChildren :Transform_2_3_140_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_140_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_140_2 ;
  x3do:hasChildren :Transform_2_3_140_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5600868 ) .
:Transform_2_3_140_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_140_2_1 ;
  x3do:hasChildren :Inline_2_3_140_2_1_1_1 .
:Inline_2_3_140_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_140_2_1_1 ;
  x3do:url '"SriCampus138.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus138.x3d" "SriCampus138.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus138.x3d"' .
:GeoLocation_2_3_141 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-140 ;
  x3do:hasChildren :Transform_2_3_141_2 ;
  x3do:geoCoords ( 37.457562174137806 -122.17653367409845 5.033575700595975 ) .
:LVCS-ORIGIN-USE-140 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_141 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_141_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_141 ;
  x3do:hasChildren :Transform_2_3_141_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_141_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_141_2 ;
  x3do:hasChildren :Transform_2_3_141_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5600868 ) .
:Transform_2_3_141_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_141_2_1 ;
  x3do:hasChildren :Inline_2_3_141_2_1_1_1 .
:Inline_2_3_141_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_141_2_1_1 ;
  x3do:url '"SriCampus139.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus139.x3d" "SriCampus139.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus139.x3d"' .
:GeoLocation_2_3_142 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-141 ;
  x3do:hasChildren :Transform_2_3_142_2 ;
  x3do:geoCoords ( 37.45801521983128 -122.1757853295299 6.195992290042341 ) .
:LVCS-ORIGIN-USE-141 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_142 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_142_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_142 ;
  x3do:hasChildren :Transform_2_3_142_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_142_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_142_2 ;
  x3do:hasChildren :Transform_2_3_142_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5600868 ) .
:Transform_2_3_142_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_142_2_1 ;
  x3do:hasChildren :Inline_2_3_142_2_1_1_1 .
:Inline_2_3_142_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_142_2_1_1 ;
  x3do:url '"SriCampus140.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus140.x3d" "SriCampus140.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus140.x3d"' .
:GeoLocation_2_3_143 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-142 ;
  x3do:hasChildren :Transform_2_3_143_2 ;
  x3do:geoCoords ( 37.45625863524508 -122.17663801938741 9.305874523706735 ) .
:LVCS-ORIGIN-USE-142 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_143 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_143_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_143 ;
  x3do:hasChildren :Transform_2_3_143_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_143_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_143_2 ;
  x3do:hasChildren :Transform_2_3_143_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 0.22040787 ) .
:Transform_2_3_143_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_143_2_1 ;
  x3do:hasChildren :Inline_2_3_143_2_1_1_1 .
:Inline_2_3_143_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_143_2_1_1 ;
  x3do:url '"SriCampus141.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus141.x3d" "SriCampus141.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus141.x3d"' .
:GeoLocation_2_3_144 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-143 ;
  x3do:hasChildren :Transform_2_3_144_2 ;
  x3do:geoCoords ( 37.457739055012425 -122.1734358580361 5.76438597496599 ) .
:LVCS-ORIGIN-USE-143 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_144 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_144_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_144 ;
  x3do:hasChildren :Transform_2_3_144_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_144_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_144_2 ;
  x3do:hasChildren :Transform_2_3_144_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 1.0156201 ) .
:Transform_2_3_144_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_144_2_1 ;
  x3do:hasChildren :Inline_2_3_144_2_1_1_1 .
:Inline_2_3_144_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_144_2_1_1 ;
  x3do:url '"SriCampus142.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus142.x3d" "SriCampus142.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus142.x3d"' .
:GeoLocation_2_3_145 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-144 ;
  x3do:hasChildren :Transform_2_3_145_2 ;
  x3do:geoCoords ( 37.45598818694582 -122.17605942042514 9.153055736795068 ) .
:LVCS-ORIGIN-USE-144 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_145 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_145_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_145 ;
  x3do:hasChildren :Transform_2_3_145_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_145_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_145_2 ;
  x3do:hasChildren :Transform_2_3_145_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 0.22040787 ) .
:Transform_2_3_145_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_145_2_1 ;
  x3do:hasChildren :Inline_2_3_145_2_1_1_1 .
:Inline_2_3_145_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_145_2_1_1 ;
  x3do:url '"SriCampus143.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus143.x3d" "SriCampus143.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus143.x3d"' .
:GeoLocation_2_3_146 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-145 ;
  x3do:hasChildren :Transform_2_3_146_2 ;
  x3do:geoCoords ( 37.4576116909627 -122.17360001041664 5.102806192822754 ) .
:LVCS-ORIGIN-USE-145 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_146 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_146_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_146 ;
  x3do:hasChildren :Transform_2_3_146_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_146_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_146_2 ;
  x3do:hasChildren :Transform_2_3_146_2_1_1 .
:Transform_2_3_146_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_146_2_1 ;
  x3do:hasChildren :Inline_2_3_146_2_1_1_1 .
:Inline_2_3_146_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_146_2_1_1 ;
  x3do:url '"SriCampus144.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus144.x3d" "SriCampus144.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus144.x3d"' .
:GeoLocation_2_3_147 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-146 ;
  x3do:hasChildren :Transform_2_3_147_2 ;
  x3do:geoCoords ( 37.45894836101852 -122.17384159223147 6.580874713137746 ) .
:LVCS-ORIGIN-USE-146 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_147 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_147_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_147 ;
  x3do:hasChildren :Transform_2_3_147_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_147_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_147_2 ;
  x3do:hasChildren :Transform_2_3_147_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -1.2557627 ) .
:Transform_2_3_147_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_147_2_1 ;
  x3do:hasChildren :Inline_2_3_147_2_1_1_1 .
:Inline_2_3_147_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_147_2_1_1 ;
  x3do:url '"SriCampus145.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus145.x3d" "SriCampus145.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus145.x3d"' .
:GeoLocation_2_3_148 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-147 ;
  x3do:hasChildren :Transform_2_3_148_2 ;
  x3do:geoCoords ( 37.45776336144376 -122.17341476074354 5.653091097250581 ) .
:LVCS-ORIGIN-USE-147 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_148 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_148_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_148 ;
  x3do:hasChildren :Transform_2_3_148_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_148_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_148_2 ;
  x3do:hasChildren :Transform_2_3_148_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5436424 ) .
:Transform_2_3_148_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_148_2_1 ;
  x3do:hasChildren :Inline_2_3_148_2_1_1_1 .
:Inline_2_3_148_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_148_2_1_1 ;
  x3do:url '"SriCampus146.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus146.x3d" "SriCampus146.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus146.x3d"' .
:GeoLocation_2_3_149 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-148 ;
  x3do:hasChildren :Transform_2_3_149_2 ;
  x3do:geoCoords ( 37.45516876487382 -122.17770066739573 3.311441686935723 ) .
:LVCS-ORIGIN-USE-148 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_149 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_149_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_149 ;
  x3do:hasChildren :Transform_2_3_149_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_149_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_149_2 ;
  x3do:hasChildren :Transform_2_3_149_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5600868 ) .
:Transform_2_3_149_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_149_2_1 ;
  x3do:hasChildren :Inline_2_3_149_2_1_1_1 .
:Inline_2_3_149_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_149_2_1_1 ;
  x3do:url '"SriCampus147.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus147.x3d" "SriCampus147.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus147.x3d"' .
:GeoLocation_2_3_150 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-149 ;
  x3do:hasChildren :Transform_2_3_150_2 ;
  x3do:geoCoords ( 37.455490754774395 -122.1758039372311 3.435827133245766 ) .
:LVCS-ORIGIN-USE-149 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_150 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_150_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_150 ;
  x3do:hasChildren :Transform_2_3_150_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_150_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_150_2 ;
  x3do:hasChildren :Transform_2_3_150_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5448796 ) .
:Transform_2_3_150_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_150_2_1 ;
  x3do:hasChildren :Inline_2_3_150_2_1_1_1 .
:Inline_2_3_150_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_150_2_1_1 ;
  x3do:url '"SriCampus148.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus148.x3d" "SriCampus148.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus148.x3d"' .
:GeoLocation_2_3_151 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-150 ;
  x3do:hasChildren :Transform_2_3_151_2 ;
  x3do:geoCoords ( 37.45752755262736 -122.17293579558575 11.593646936118603 ) .
:LVCS-ORIGIN-USE-150 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_151 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_151_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_151 ;
  x3do:hasChildren :Transform_2_3_151_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_151_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_151_2 ;
  x3do:hasChildren :Transform_2_3_151_2_1_1 .
:Transform_2_3_151_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_151_2_1 ;
  x3do:hasChildren :Inline_2_3_151_2_1_1_1 .
:Inline_2_3_151_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_151_2_1_1 ;
  x3do:url '"SriCampus149.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus149.x3d" "SriCampus149.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus149.x3d"' .
:GeoLocation_2_3_152 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-151 ;
  x3do:hasChildren :Transform_2_3_152_2 ;
  x3do:geoCoords ( 37.45714391701085 -122.17638076991432 4.629718789830804 ) .
:LVCS-ORIGIN-USE-151 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_152 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_152_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_152 ;
  x3do:hasChildren :Transform_2_3_152_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_152_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_152_2 ;
  x3do:hasChildren :Transform_2_3_152_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -0.5600868 ) .
:Transform_2_3_152_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_152_2_1 ;
  x3do:hasChildren :Inline_2_3_152_2_1_1_1 .
:Inline_2_3_152_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_152_2_1_1 ;
  x3do:url '"SriCampus150.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus150.x3d" "SriCampus150.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus150.x3d"' .
:GeoLocation_2_3_153 a owl:NamedIndividual, x3do:GeoLocation ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasGeoOrigin :LVCS-ORIGIN-USE-152 ;
  x3do:hasChildren :Transform_2_3_153_2 ;
  x3do:geoCoords ( 37.45871951472387 -122.1737413157338 6.561306121759117 ) .
:LVCS-ORIGIN-USE-152 a owl:NamedIndividual, x3do:GeoOrigin ;
  x3do:hasParent :GeoLocation_2_3_153 ;
  owl:sameAs :LVCS-ORIGIN . # DEF matching this USE
:Transform_2_3_153_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :GeoLocation_2_3_153 ;
  x3do:hasChildren :Transform_2_3_153_2_1 ;
  x3do:rotation ( 1.0 0.0 0.0 0.0 ) .
:Transform_2_3_153_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_153_2 ;
  x3do:hasChildren :Transform_2_3_153_2_1_1 ;
  x3do:rotation ( 0.0 1.0 0.0 -1.2557627 ) .
:Transform_2_3_153_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_153_2_1 ;
  x3do:hasChildren :Inline_2_3_153_2_1_1_1 .
:Inline_2_3_153_2_1_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_3_153_2_1_1 ;
  x3do:url '"SriCampus151.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus151.x3d" "SriCampus151.x3d" "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus151.x3d"' .
