- @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
- @prefix owl: <http://www.w3.org/2002/07/owl#> .
- @prefix : <http://gaia.cias.kyoto-u.ac.jp/onto/core/test.owl#> .
- @prefix xml: <http://www.w3.org/XML/1998/namespace> .
- @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
- @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
- @base <http://gaia.cias.kyoto-u.ac.jp/onto/core/test.owl> .
- <http://gaia.cias.kyoto-u.ac.jp/onto/core/test.owl> rdf:type owl:Ontology .
- #################################################################
- #
- # Datatypes
- #
- #################################################################
- #################################################################
- #
- # Object Properties
- #
- #################################################################
- ### http://gaia.cias.kyoto-u.ac.jp/onto/core/test.owl#hasCoords
- :hasCoords rdf:type owl:ObjectProperty ;
- rdfs:range :GeoCoordinates ;
- rdfs:domain :Place .
- ### http://gaia.cias.kyoto-u.ac.jp/onto/core/test.owl#hasResidencyTemple
- :hasResidencyTemple rdf:type owl:ObjectProperty ;
- rdfs:domain :Residency ;
- rdfs:range :Temple ;
- rdfs:subPropertyOf :tookPlaceAt .
- ### http://gaia.cias.kyoto-u.ac.jp/onto/core/test.owl#tookPlaceAt
- :tookPlaceAt rdf:type owl:ObjectProperty ;
- rdfs:domain :Event ;
- rdfs:range :Place .
- #################################################################
- #
- # Data properties
- #
- #################################################################
- ### http://gaia.cias.kyoto-u.ac.jp/onto/core/test.owl#endTime
- :endTime rdf:type owl:DatatypeProperty ;
- rdfs:domain :Interval ;
- rdfs:range xsd:dateTime .
- ### http://gaia.cias.kyoto-u.ac.jp/onto/core/test.owl#latitude
- :latitude rdf:type owl:DatatypeProperty ;
- rdfs:domain :Place ;
- rdfs:range xsd:double .
- ### http://gaia.cias.kyoto-u.ac.jp/onto/core/test.owl#longitude
- :longitude rdf:type owl:DatatypeProperty ;
- rdfs:domain :Place ;
- rdfs:range xsd:double .
- ### http://gaia.cias.kyoto-u.ac.jp/onto/core/test.owl#startTime
- :startTime rdf:type owl:DatatypeProperty ;
- rdfs:domain :Interval ;
- rdfs:range xsd:dateTime .
- #################################################################
- #
- # Classes
- #
- #################################################################
- ### http://gaia.cias.kyoto-u.ac.jp/onto/core/test.owl#Event
- :Event rdf:type owl:Class .
- ### http://gaia.cias.kyoto-u.ac.jp/onto/core/test.owl#GeoCoordinates
- :GeoCoordinates rdf:type owl:Class .
- ### http://gaia.cias.kyoto-u.ac.jp/onto/core/test.owl#Interval
- :Interval rdf:type owl:Class ;
- rdfs:subClassOf :Time .
- ### http://gaia.cias.kyoto-u.ac.jp/onto/core/test.owl#Mobile
- :Mobile rdf:type owl:Class .
- ### http://gaia.cias.kyoto-u.ac.jp/onto/core/test.owl#Monk
- :Monk rdf:type owl:Class ;
- rdfs:subClassOf :Person .
- ### http://gaia.cias.kyoto-u.ac.jp/onto/core/test.owl#Person
- :Person rdf:type owl:Class ;
- rdfs:subClassOf :Mobile .
- ### http://gaia.cias.kyoto-u.ac.jp/onto/core/test.owl#Place
- :Place rdf:type owl:Class .
- ### http://gaia.cias.kyoto-u.ac.jp/onto/core/test.owl#Residency
- :Residency rdf:type owl:Class ;
- rdfs:subClassOf :Event .
- ### http://gaia.cias.kyoto-u.ac.jp/onto/core/test.owl#Temple
- :Temple rdf:type owl:Class ;
- rdfs:subClassOf :Place .
- ### http://gaia.cias.kyoto-u.ac.jp/onto/core/test.owl#Time
- :Time rdf:type owl:Class .
- ### Generated by the OWL API (version 3.2.3.1824) http://owlapi.sourceforge.net