@prefix :        <https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus144.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 .
: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 'SriCampus144.x3d' ;
  x3do:name 'title' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'SRI campus building' ;
  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 '1 February 2000' ;
  x3do:name 'created' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '29 April 2003' ;
  x3do:name 'translated' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '20 October 2019' ;
  x3do:name 'modified' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'http://www.geovrml.org/examples' ;
  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/SriCampus144.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 '../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "SriCampus144.x3d" .
:meta dcterms:description "SRI campus building" .
:meta dcterms:creator "Aaron Heller, SRI International" .
:meta dcterms:translator "Don Brutzman" .
:meta dcterms:created "1 February 2000" .
:meta dcterms:translated "29 April 2003" .
:meta dcterms:modified "20 October 2019" .
:meta dcterms:reference "http://www.geovrml.org/examples" .
:meta dcterms:subject "X3D geospatial example" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Basic/Geospatial/SriCampus144.x3d" .
:meta dcterms:generator "Vrml97ToX3dNist, http://ovrt.nist.gov/v2_x3d.html" .
:meta dcterms:license "../license.html" .
:Scene a owl:NamedIndividual, x3do:Scene ;
  x3do:hasParent :X3D ;
  x3do:hasChildren :WorldInfo_2_1, :MouseOverPopupDescription, :Shape_2_3 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'SriCampus144.x3d' .
:MouseOverPopupDescription a owl:NamedIndividual, x3do:TouchSensor ;
  x3do:hasParent :Scene ;
  x3do:DEF 'MouseOverPopupDescription' ;
  x3do:description 'Extrusion-20' ;
  x3do:enabled false .
:Shape_2_3 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Scene ;
  x3do:hasAppearance :Appearance_2_3_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_3_2 .
:Appearance_2_3_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3 ;
  x3do:hasMaterial :Material_2_3_1_1 .
:Material_2_3_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_3_1 ;
  x3do:diffuseColor ( 0.75 0.75 0.75 ) .
:IndexedFaceSet_2_3_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_3 ;
  x3do:hasCoord :OBJECT-144-VERTICES ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 63 62 -1 62 63 61 60 -1 60 61 59 58 -1 58 59 57 56 -1 56 57 55 54 -1 54 55 53 52 -1 52 53 51 50 -1 50 51 49 48 -1 48 49 47 46 -1 46 47 45 44 -1 44 45 43 42 -1 42 43 41 40 -1 40 41 39 38 -1 38 39 37 36 -1 36 37 35 34 -1 34 35 33 32 -1 32 33 31 30 -1 30 31 29 28 -1 28 29 27 26 -1 26 27 25 24 -1 24 25 23 22 -1 22 23 21 20 -1 20 21 19 18 -1 18 19 17 16 -1 16 17 15 14 -1 14 15 13 12 -1 12 13 11 10 -1 10 11 9 8 -1 8 9 7 6 -1 6 7 5 4 -1 4 5 3 2 -1 2 3 1 0 -1 1 3 5 7 9 11 13 15 17 19 21 23 25 27 29 31 33 35 37 39 41 43 45 47 49 51 53 55 57 59 61 63 -1 62 60 58 56 54 52 50 48 46 44 42 40 38 36 34 32 30 28 26 24 22 20 18 16 14 12 10 8 6 4 2 0 -1 ) ;
  x3do:solid false .
:OBJECT-144-VERTICES a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_3_2 ;
  x3do:DEF 'OBJECT-144-VERTICES' ;
  x3do:point ( 0.0 0.0 0.0 0.0 -7.0407944 0.0 2.8102586 5.8217347E-4 1.958922 2.8102586 -7.0407944 1.958922 10.574103 5.8217347E-4 -10.857388 10.574103 -7.0407944 -10.857388 13.199548 5.8217347E-4 -8.948593 13.199548 -7.0407944 -8.948593 5.8295574 5.8217347E-4 3.4230857 5.8295574 -7.0407944 3.4230857 41.758408 5.8217347E-4 26.002077 41.758408 -7.0407944 26.002077 39.36192 5.8217347E-4 29.590796 39.36192 -7.0407944 29.590796 5.831628 5.8217347E-4 9.183474 5.831628 -7.0407944 9.183474 4.6699357 5.8217347E-4 11.858415 4.6699357 -7.0407944 11.858415 8.072172 5.8217347E-4 14.052739 8.072172 -7.0407944 14.052739 4.7218146 5.8217347E-4 20.438238 4.7218146 -7.0407944 20.438238 7.6624994 5.8217347E-4 22.231302 7.6624994 -7.0407944 22.231302 5.750554 5.8217347E-4 25.373423 5.750554 -7.0407944 25.373423 2.5975978 5.8217347E-4 23.315552 2.5975978 -7.0407944 23.315552 -5.28187 5.8217347E-4 36.36905 -5.28187 -7.0407944 36.36905 -11.5861025 5.8217347E-4 32.445736 -11.5861025 -7.0407944 32.445736 -20.987404 5.8217347E-4 48.86176 -20.987404 -7.0407944 48.86176 -18.151278 5.8217347E-4 50.746532 -18.151278 -7.0407944 50.746532 -19.595413 5.8217347E-4 53.64291 -19.595413 -7.0407944 53.64291 -22.973213 5.8217347E-4 51.473362 -22.973213 -7.0407944 51.473362 -34.77971 5.8217347E-4 72.05722 -34.77971 -7.0407944 72.05722 -25.5686 5.8217347E-4 77.53747 -25.5686 -7.0407944 77.53747 -29.259651 5.8217347E-4 83.89389 -29.259651 -7.0407944 83.89389 -38.63613 5.8217347E-4 77.75503 -38.63613 -7.0407944 77.75503 -41.76433 5.8217347E-4 84.01526 -41.76433 -7.0407944 84.01526 -45.149776 5.8217347E-4 81.58544 -45.149776 -7.0407944 81.58544 -25.48445 5.8217347E-4 49.79162 -25.48445 -7.0407944 49.79162 -28.459911 5.8217347E-4 48.010544 -28.459911 -7.0407944 48.010544 -26.75515 5.8217347E-4 45.284153 -26.75515 -7.0407944 45.284153 -24.032537 5.8217347E-4 46.95053 -24.032537 -7.0407944 46.95053 1.1625453 5.8217347E-4 4.398523 1.1625453 -7.0407944 4.398523 -1.5716726 5.8217347E-4 2.4590256 -1.5716726 -7.0407944 2.4590256 ) .
