@prefix : <http://ontology.eil.utoronto.ca/icity/Building/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <http://ontology.eil.utoronto.ca/icity/Building/> .

<http://ontology.eil.utoronto.ca/icity/Building/> rdf:type owl:Ontology ;
                                                   owl:versionIRI <http://ontology.eil.utoronto.ca/icity/Building/1.2/> ;
                                                   owl:imports <http://ontology.eil.utoronto.ca/icity/Change/1.1/> ,
                                                               <http://ontology.eil.utoronto.ca/icity/Contact/1.0/> ,
                                                               <http://ontology.eil.utoronto.ca/icity/Mereology/1.0/> ,
                                                               <http://ontology.eil.utoronto.ca/icity/OM/1.2/> ,
                                                               <http://ontology.eil.utoronto.ca/icity/SpatialLoc/1.2/> ;
                                                   <http://creativecommons.org/ns#license> "http://creativecommons.org/licenses/by/3.0/" ;
                                                   <http://purl.org/dc/elements/1.1/creator> "Megan Katsumi" ;
                                                   <http://purl.org/dc/elements/1.1/description> """A Building is a structure with some location in the urban system. The location of the Building in space may change due to construction, but the Parcel/Lot of land it is located on cannot.
There may be many different types (subclasses) of buildings, such as House, Apartment Building, Office Building, and so on.
""" ;
                                                   <http://purl.org/dc/elements/1.1/issued> "November 7, 2017"^^xsd:date ;
                                                   <http://purl.org/dc/elements/1.1/title> "Building Ontology" ;
                                                   <http://purl.org/vocab/vann/preferredNamespacePrefix> "icity-building" ;
                                                   rdfs:comment """Developed as part of the overall iCity ontology effort, the iCity-Building ontology is designed to capture concepts related to buildings.
		Changes from previous version:
		-imported revised ontologies of activity (iCity-Activity) and change (iCity-Change).
		Copyright """@2016 megan katsumi, icity research group ;
                                                   owl:versionInfo 1.2 ;
                                                   <http://www.w3.org/ns/adms#relatedDocumentation> "Under development. Please see report on iCity Ontology v1." .

#################################################################
#    Annotation properties
#################################################################

###  http://creativecommons.org/ns#license
<http://creativecommons.org/ns#license> rdf:type owl:AnnotationProperty .


###  http://ontology.eil.utoronto.ca/icity/OM/OMOntologyAnnotationProperty
<http://ontology.eil.utoronto.ca/icity/OM/OMOntologyAnnotationProperty> rdf:type owl:AnnotationProperty ;
                                                                        <http://purl.org/dc/elements/1.1/description> "Annotation property introduced for organization purposes, to identify annotation properties defined in the Units of Measure Ontology." .


###  http://purl.org/dc/elements/1.1/creator
<http://purl.org/dc/elements/1.1/creator> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/date
<http://purl.org/dc/elements/1.1/date> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/description
<http://purl.org/dc/elements/1.1/description> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/issued
<http://purl.org/dc/elements/1.1/issued> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/title
<http://purl.org/dc/elements/1.1/title> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/created
<http://purl.org/dc/terms/created> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/creator
<http://purl.org/dc/terms/creator> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/description
<http://purl.org/dc/terms/description> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/issued
<http://purl.org/dc/terms/issued> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/license
<http://purl.org/dc/terms/license> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/modified
<http://purl.org/dc/terms/modified> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/rights
<http://purl.org/dc/terms/rights> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/title
<http://purl.org/dc/terms/title> rdf:type owl:AnnotationProperty .


###  http://purl.org/ontology/bibo/authorList
<http://purl.org/ontology/bibo/authorList> rdf:type owl:AnnotationProperty ;
                                           rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/OM/OMOntologyAnnotationProperty> .


###  http://purl.org/ontology/bibo/chapter
<http://purl.org/ontology/bibo/chapter> rdf:type owl:AnnotationProperty ;
                                        rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/OM/OMOntologyAnnotationProperty> .


###  http://purl.org/ontology/bibo/degree
<http://purl.org/ontology/bibo/degree> rdf:type owl:AnnotationProperty ;
                                       rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/OM/OMOntologyAnnotationProperty> .


###  http://purl.org/ontology/bibo/edition
<http://purl.org/ontology/bibo/edition> rdf:type owl:AnnotationProperty ;
                                        rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/OM/OMOntologyAnnotationProperty> .


###  http://purl.org/ontology/bibo/isbn10
<http://purl.org/ontology/bibo/isbn10> rdf:type owl:AnnotationProperty ;
                                       rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/OM/OMOntologyAnnotationProperty> .


###  http://purl.org/ontology/bibo/isbn13
<http://purl.org/ontology/bibo/isbn13> rdf:type owl:AnnotationProperty ;
                                       rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/OM/OMOntologyAnnotationProperty> .


###  http://purl.org/ontology/bibo/issuer
<http://purl.org/ontology/bibo/issuer> rdf:type owl:AnnotationProperty ;
                                       rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/OM/OMOntologyAnnotationProperty> .


###  http://purl.org/ontology/bibo/pageEnd
<http://purl.org/ontology/bibo/pageEnd> rdf:type owl:AnnotationProperty ;
                                        rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/OM/OMOntologyAnnotationProperty> .


###  http://purl.org/ontology/bibo/pageStart
<http://purl.org/ontology/bibo/pageStart> rdf:type owl:AnnotationProperty ;
                                          rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/OM/OMOntologyAnnotationProperty> .


###  http://purl.org/ontology/bibo/reproducedIn
<http://purl.org/ontology/bibo/reproducedIn> rdf:type owl:AnnotationProperty ;
                                             rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/OM/OMOntologyAnnotationProperty> .


###  http://purl.org/ontology/bibo/shortTitle
<http://purl.org/ontology/bibo/shortTitle> rdf:type owl:AnnotationProperty ;
                                           rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/OM/OMOntologyAnnotationProperty> .


###  http://purl.org/ontology/bibo/uri
<http://purl.org/ontology/bibo/uri> rdf:type owl:AnnotationProperty ;
                                    rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/OM/OMOntologyAnnotationProperty> .


###  http://purl.org/ontology/bibo/volume
<http://purl.org/ontology/bibo/volume> rdf:type owl:AnnotationProperty ;
                                       rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/OM/OMOntologyAnnotationProperty> .


###  http://purl.org/vocab/vann/preferredNamespacePrefix
<http://purl.org/vocab/vann/preferredNamespacePrefix> rdf:type owl:AnnotationProperty ;
                                                      rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/OM/OMOntologyAnnotationProperty> .


###  http://purl.org/vocab/vann/preferredNamespaceUri
<http://purl.org/vocab/vann/preferredNamespaceUri> rdf:type owl:AnnotationProperty ;
                                                   rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/OM/OMOntologyAnnotationProperty> .


###  http://schema.org/domainIncludes
<http://schema.org/domainIncludes> rdf:type owl:AnnotationProperty .


###  http://schema.org/rangeIncludes
<http://schema.org/rangeIncludes> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2001/XMLSchema#pattern
xsd:pattern rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2002/07/owl#versionInfo
owl:versionInfo rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#changeNote
<http://www.w3.org/2004/02/skos/core#changeNote> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#definition
<http://www.w3.org/2004/02/skos/core#definition> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#editorialNote
<http://www.w3.org/2004/02/skos/core#editorialNote> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#example
<http://www.w3.org/2004/02/skos/core#example> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#historyNote
<http://www.w3.org/2004/02/skos/core#historyNote> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#note
<http://www.w3.org/2004/02/skos/core#note> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#prefLabel
<http://www.w3.org/2004/02/skos/core#prefLabel> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#scopeNote
<http://www.w3.org/2004/02/skos/core#scopeNote> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/ns/adms#relatedDocumentation
<http://www.w3.org/ns/adms#relatedDocumentation> rdf:type owl:AnnotationProperty ;
                                                 rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/OM/OMOntologyAnnotationProperty> .


###  http://www.wurvoc.org/vocabularies/WV/illustration
<http://www.wurvoc.org/vocabularies/WV/illustration> rdf:type owl:AnnotationProperty ;
                                                     rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/OM/OMOntologyAnnotationProperty> .


###  http://www.wurvoc.org/vocabularies/WV/logo
<http://www.wurvoc.org/vocabularies/WV/logo> rdf:type owl:AnnotationProperty ;
                                             rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/OM/OMOntologyAnnotationProperty> .


###  http://www.wurvoc.org/vocabularies/om-1.8/LaTeX_command
<http://www.wurvoc.org/vocabularies/om-1.8/LaTeX_command> rdf:type owl:AnnotationProperty ;
                                                          rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/OM/OMOntologyAnnotationProperty> .


###  http://www.wurvoc.org/vocabularies/om-1.8/LaTeX_symbol
<http://www.wurvoc.org/vocabularies/om-1.8/LaTeX_symbol> rdf:type owl:AnnotationProperty ;
                                                         rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/OM/OMOntologyAnnotationProperty> .


###  http://www.wurvoc.org/vocabularies/om-1.8/abbreviation
<http://www.wurvoc.org/vocabularies/om-1.8/abbreviation> rdf:type owl:AnnotationProperty ;
                                                         rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/OM/OMOntologyAnnotationProperty> .


###  http://www.wurvoc.org/vocabularies/om-1.8/alternativeLabel
<http://www.wurvoc.org/vocabularies/om-1.8/alternativeLabel> rdf:type owl:AnnotationProperty ;
                                                             rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/OM/OMOntologyAnnotationProperty> .


###  http://www.wurvoc.org/vocabularies/om-1.8/alternative_LaTeX_symbol
<http://www.wurvoc.org/vocabularies/om-1.8/alternative_LaTeX_symbol> rdf:type owl:AnnotationProperty ;
                                                                     rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/OM/OMOntologyAnnotationProperty> .


###  http://www.wurvoc.org/vocabularies/om-1.8/alternative_label
<http://www.wurvoc.org/vocabularies/om-1.8/alternative_label> rdf:type owl:AnnotationProperty ;
                                                              rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/OM/OMOntologyAnnotationProperty> .


###  http://www.wurvoc.org/vocabularies/om-1.8/alternative_symbol
<http://www.wurvoc.org/vocabularies/om-1.8/alternative_symbol> rdf:type owl:AnnotationProperty ;
                                                               rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/OM/OMOntologyAnnotationProperty> .


###  http://www.wurvoc.org/vocabularies/om-1.8/definition_description
<http://www.wurvoc.org/vocabularies/om-1.8/definition_description> rdf:type owl:AnnotationProperty ;
                                                                   rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/OM/OMOntologyAnnotationProperty> .


###  http://www.wurvoc.org/vocabularies/om-1.8/external_link
<http://www.wurvoc.org/vocabularies/om-1.8/external_link> rdf:type owl:AnnotationProperty ;
                                                          rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/OM/OMOntologyAnnotationProperty> .


###  http://www.wurvoc.org/vocabularies/om-1.8/longcomment
<http://www.wurvoc.org/vocabularies/om-1.8/longcomment> rdf:type owl:AnnotationProperty ;
                                                        rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/OM/OMOntologyAnnotationProperty> .


###  http://www.wurvoc.org/vocabularies/om-1.8/symbol
<http://www.wurvoc.org/vocabularies/om-1.8/symbol> rdf:type owl:AnnotationProperty ;
                                                   rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/OM/OMOntologyAnnotationProperty> .


###  http://xmlns.com/foaf/0.1/based_near
<http://xmlns.com/foaf/0.1/based_near> rdf:type owl:AnnotationProperty .


###  http://xmlns.com/foaf/0.1/name
<http://xmlns.com/foaf/0.1/name> rdf:type owl:AnnotationProperty .


#################################################################
#    Datatypes
#################################################################

###  http://franz.com/ns/allegrograph/5.0/geo/nd#_lat_la_-9.+1_+9.+1_+1.-4_+1.-1_lon_lo_-1.8+2_+1.8+2_+1.-4
<http://franz.com/ns/allegrograph/5.0/geo/nd#_lat_la_-9.+1_+9.+1_+1.-4_+1.-1_lon_lo_-1.8+2_+1.8+2_+1.-4> rdf:type rdfs:Datatype ;
                                                                                                         <http://www.w3.org/2004/02/skos/core#prefLabel> "nD Lat Lon" .


###  http://www.w3.org/2001/XMLSchema#date
xsd:date rdf:type rdfs:Datatype .


###  http://www.w3.org/2001/XMLSchema#duration
xsd:duration rdf:type rdfs:Datatype .


###  http://www.w3.org/2001/XMLSchema#gDay
xsd:gDay rdf:type rdfs:Datatype .


###  http://www.w3.org/2001/XMLSchema#gMonth
xsd:gMonth rdf:type rdfs:Datatype .


###  http://www.w3.org/2001/XMLSchema#gYear
xsd:gYear rdf:type rdfs:Datatype .


###  http://www.w3.org/2001/XMLSchema#gYearMonth
xsd:gYearMonth rdf:type rdfs:Datatype .


#################################################################
#    Object Properties
#################################################################

###  http://ontology.eil.utoronto.ca/GCI/Foundation/GCI-Foundation-v2.owl#defined_by
<http://ontology.eil.utoronto.ca/GCI/Foundation/GCI-Foundation-v2.owl#defined_by> rdf:type owl:ObjectProperty ;
                                                                                  rdfs:subPropertyOf <http://www.wurvoc.org/vocabularies/om-1.8/OMProperty> .


###  http://ontology.eil.utoronto.ca/GCI/Foundation/GCI-Foundation-v2.owl#for_time_interval
<http://ontology.eil.utoronto.ca/GCI/Foundation/GCI-Foundation-v2.owl#for_time_interval> rdf:type owl:ObjectProperty ;
                                                                                         rdfs:subPropertyOf <http://www.wurvoc.org/vocabularies/om-1.8/OMProperty> .


###  http://ontology.eil.utoronto.ca/govstat.owl#cardinality_of
<http://ontology.eil.utoronto.ca/govstat.owl#cardinality_of> rdf:type owl:ObjectProperty ;
                                                             rdfs:subPropertyOf <http://www.wurvoc.org/vocabularies/om-1.8/OMProperty> .


###  http://ontology.eil.utoronto.ca/icity/Building/BuildingOntologyProperty
:BuildingOntologyProperty rdf:type owl:ObjectProperty ;
                          <http://purl.org/dc/elements/1.1/description> "Added for organizational purposes, to identify properties defined in the Building ontology." .


###  http://ontology.eil.utoronto.ca/icity/Building/SchemaOrgProperty
:SchemaOrgProperty rdf:type owl:ObjectProperty ;
                   <http://purl.org/dc/elements/1.1/description> "Added for organizational purposes, to capture the properties reused from Schema.org. Notice that since we cannot import schema.org we must manually reference the individual IRIs." .


###  http://ontology.eil.utoronto.ca/icity/Building/hasBuildingFacility
:hasBuildingFacility rdf:type owl:ObjectProperty ;
                     rdfs:subPropertyOf :BuildingOntologyProperty ,
                                        <http://ontology.eil.utoronto.ca/icity/Mereology/hasComponent> .


###  http://ontology.eil.utoronto.ca/icity/Building/hasBuildingFloorArea
:hasBuildingFloorArea rdf:type owl:ObjectProperty ;
                      rdfs:subPropertyOf :BuildingOntologyProperty ,
                                         <http://ontology.eil.utoronto.ca/icity/Mereology/hasComponent> .


###  http://ontology.eil.utoronto.ca/icity/Building/hasBuildingFootprintArea
:hasBuildingFootprintArea rdf:type owl:ObjectProperty ;
                          rdfs:subPropertyOf :BuildingOntologyProperty ,
                                             <http://ontology.eil.utoronto.ca/icity/Mereology/hasComponent> .


###  http://ontology.eil.utoronto.ca/icity/Building/hasBuildingHeight
:hasBuildingHeight rdf:type owl:ObjectProperty ;
                   rdfs:subPropertyOf :BuildingOntologyProperty ,
                                      <http://ontology.eil.utoronto.ca/icity/Mereology/hasComponent> .


###  http://ontology.eil.utoronto.ca/icity/Building/hasBuildingUnit
:hasBuildingUnit rdf:type owl:ObjectProperty ;
                 rdfs:subPropertyOf :BuildingOntologyProperty ,
                                    <http://ontology.eil.utoronto.ca/icity/Mereology/contains> ,
                                    <http://ontology.eil.utoronto.ca/icity/Mereology/hasComponent> ;
                 owl:inverseOf :unitInBuilding .


###  http://ontology.eil.utoronto.ca/icity/Building/hasRent
:hasRent rdf:type owl:ObjectProperty ;
         rdfs:subPropertyOf :BuildingOntologyProperty .


###  http://ontology.eil.utoronto.ca/icity/Building/hasUnitSize
:hasUnitSize rdf:type owl:ObjectProperty ;
             rdfs:subPropertyOf :BuildingOntologyProperty .


###  http://ontology.eil.utoronto.ca/icity/Building/locatedOn
:locatedOn rdf:type owl:ObjectProperty ;
           rdfs:subPropertyOf :BuildingOntologyProperty ;
           <http://purl.org/dc/elements/1.1/description> "A Building is located on some parcel of land." .


###  http://ontology.eil.utoronto.ca/icity/Building/unitInBuilding
:unitInBuilding rdf:type owl:ObjectProperty ;
                rdfs:subPropertyOf :BuildingOntologyProperty ,
                                   <http://ontology.eil.utoronto.ca/icity/Mereology/componentOf> ,
                                   <http://ontology.eil.utoronto.ca/icity/Mereology/containedIn> .


###  http://ontology.eil.utoronto.ca/icity/Change/ChangeOntologyProperty
<http://ontology.eil.utoronto.ca/icity/Change/ChangeOntologyProperty> rdf:type owl:ObjectProperty ;
                                                                      rdfs:comment "Added for organizational purposes to group properties defined in the Change Ontology." .


###  http://ontology.eil.utoronto.ca/icity/Change/existsAt
<http://ontology.eil.utoronto.ca/icity/Change/existsAt> rdf:type owl:ObjectProperty ;
                                                        rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/Change/ChangeOntologyProperty> ;
                                                        rdfs:range <http://www.w3.org/2006/time#TemporalEntity> ;
                                                        <http://purl.org/dc/elements/1.1/description> "Objects (e.g. perdurants and their manifestations) exist at some time interval or time point." .


###  http://ontology.eil.utoronto.ca/icity/Change/hasManifestation
<http://ontology.eil.utoronto.ca/icity/Change/hasManifestation> rdf:type owl:ObjectProperty ;
                                                                rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/Change/ChangeOntologyProperty> ;
                                                                owl:inverseOf <http://ontology.eil.utoronto.ca/icity/Change/manifestationOf> ;
                                                                rdf:type owl:InverseFunctionalProperty .


###  http://ontology.eil.utoronto.ca/icity/Change/manifestationOf
<http://ontology.eil.utoronto.ca/icity/Change/manifestationOf> rdf:type owl:ObjectProperty ;
                                                               rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/Change/ChangeOntologyProperty> ;
                                                               rdf:type owl:FunctionalProperty .


###  http://ontology.eil.utoronto.ca/icity/Mereology/MereologyOntologyProperty
<http://ontology.eil.utoronto.ca/icity/Mereology/MereologyOntologyProperty> rdf:type owl:ObjectProperty ;
                                                                            <http://purl.org/dc/elements/1.1/description> "Created for organizational purposes, to identify properties defined in the Mereology ontology." .


###  http://ontology.eil.utoronto.ca/icity/Mereology/componentOf
<http://ontology.eil.utoronto.ca/icity/Mereology/componentOf> rdf:type owl:ObjectProperty ;
                                                              rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/Mereology/properPartOf> ;
                                                              owl:inverseOf <http://ontology.eil.utoronto.ca/icity/Mereology/hasComponent> ;
                                                              <http://purl.org/dc/elements/1.1/description> """Something may be a Component of some other thing
More specifically, something may be a immediate component of something; in other words, if x is an immediate component of y, then there does not exist any other object that is a component of y and has x as a component.
Component-of is transitive. Immediate component-of is not transitive.
Immediate component-of is a subproperty of component-of.""" .


###  http://ontology.eil.utoronto.ca/icity/Mereology/containedIn
<http://ontology.eil.utoronto.ca/icity/Mereology/containedIn> rdf:type owl:ObjectProperty ;
                                                              rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/Mereology/MereologyOntologyProperty> ;
                                                              owl:inverseOf <http://ontology.eil.utoronto.ca/icity/Mereology/contains> ;
                                                              <http://purl.org/dc/elements/1.1/description> """Something may be contained-in some other thing; more specifically it may be immediately contained in something.
Containment is transitive. Immediate containment is not transitive.
Immediate containment is a subproperty of containment.""" .


###  http://ontology.eil.utoronto.ca/icity/Mereology/contains
<http://ontology.eil.utoronto.ca/icity/Mereology/contains> rdf:type owl:ObjectProperty ;
                                                           rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/Mereology/MereologyOntologyProperty> .


###  http://ontology.eil.utoronto.ca/icity/Mereology/hasComponent
<http://ontology.eil.utoronto.ca/icity/Mereology/hasComponent> rdf:type owl:ObjectProperty ;
                                                               rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/Mereology/hasProperPart> .


###  http://ontology.eil.utoronto.ca/icity/Mereology/hasProperPart
<http://ontology.eil.utoronto.ca/icity/Mereology/hasProperPart> rdf:type owl:ObjectProperty ;
                                                                rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/Mereology/MereologyOntologyProperty> ;
                                                                owl:inverseOf <http://ontology.eil.utoronto.ca/icity/Mereology/properPartOf> .


###  http://ontology.eil.utoronto.ca/icity/Mereology/immediateComponentOf
<http://ontology.eil.utoronto.ca/icity/Mereology/immediateComponentOf> rdf:type owl:ObjectProperty ;
                                                                       rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/Mereology/componentOf> .


###  http://ontology.eil.utoronto.ca/icity/Mereology/immediatelyContainedIn
<http://ontology.eil.utoronto.ca/icity/Mereology/immediatelyContainedIn> rdf:type owl:ObjectProperty ;
                                                                         rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/Mereology/containedIn> .


###  http://ontology.eil.utoronto.ca/icity/Mereology/properPartOf
<http://ontology.eil.utoronto.ca/icity/Mereology/properPartOf> rdf:type owl:ObjectProperty ;
                                                               rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/Mereology/MereologyOntologyProperty> ;
                                                               <http://purl.org/dc/elements/1.1/description> """Something may be a Proper Part of some other thing.
An object cannot be a proper part of itself. Thus, any object must have more than one proper part.
Proper Parthood is transitive.
Proper parthood is dense and so there exist no immediate proper parts; in other words, given some object, whatever proper part, x, we choose, there exists some slightly larger proper part of the object that also has x as a proper part.""" .


###  http://ontology.eil.utoronto.ca/icity/MonetaryValue/hasValue
<http://ontology.eil.utoronto.ca/icity/MonetaryValue/hasValue> rdf:type owl:ObjectProperty .


###  http://ontology.eil.utoronto.ca/icity/OM/aggregateOf
<http://ontology.eil.utoronto.ca/icity/OM/aggregateOf> rdf:type owl:ObjectProperty ;
                                                       rdfs:subPropertyOf <http://www.wurvoc.org/vocabularies/om-1.8/OMProperty> ;
                                                       rdfs:domain <http://ontology.eil.utoronto.ca/icity/OM/Quantity> .


###  http://ontology.eil.utoronto.ca/icity/OM/aggregateOver
<http://ontology.eil.utoronto.ca/icity/OM/aggregateOver> rdf:type owl:ObjectProperty ;
                                                         rdfs:subPropertyOf <http://www.wurvoc.org/vocabularies/om-1.8/OMProperty> ;
                                                         rdfs:domain <http://ontology.eil.utoronto.ca/icity/OM/Quantity> .


###  http://ontology.eil.utoronto.ca/icity/OM/derived_unit
<http://ontology.eil.utoronto.ca/icity/OM/derived_unit> rdf:type owl:ObjectProperty ;
                                                        rdfs:subPropertyOf <http://www.wurvoc.org/vocabularies/om-1.8/OMProperty> .


###  http://ontology.eil.utoronto.ca/icity/OM/hasAggregateFunction
<http://ontology.eil.utoronto.ca/icity/OM/hasAggregateFunction> rdf:type owl:ObjectProperty ;
                                                                rdfs:subPropertyOf <http://www.wurvoc.org/vocabularies/om-1.8/OMProperty> ;
                                                                rdfs:domain <http://ontology.eil.utoronto.ca/icity/OM/Quantity> ;
                                                                rdfs:range <http://ontology.eil.utoronto.ca/icity/OM/Function> .


###  http://ontology.eil.utoronto.ca/icity/OM/hasBaseUnit
<http://ontology.eil.utoronto.ca/icity/OM/hasBaseUnit> rdf:type owl:ObjectProperty ;
                                                       rdfs:subPropertyOf <http://www.wurvoc.org/vocabularies/om-1.8/OMProperty> ;
                                                       rdfs:domain <http://ontology.eil.utoronto.ca/icity/OM/System_of_units> ;
                                                       rdfs:range <http://ontology.eil.utoronto.ca/icity/OM/Unit> .


###  http://ontology.eil.utoronto.ca/icity/OM/hasDenominator
<http://ontology.eil.utoronto.ca/icity/OM/hasDenominator> rdf:type owl:ObjectProperty ;
                                                          rdfs:subPropertyOf <http://www.wurvoc.org/vocabularies/om-1.8/OMProperty> ;
                                                          rdfs:domain <http://ontology.eil.utoronto.ca/icity/OM/UnitDivision> ;
                                                          rdfs:range <http://ontology.eil.utoronto.ca/icity/OM/Unit> ;
                                                          rdfs:label "has denominator" .


###  http://ontology.eil.utoronto.ca/icity/OM/hasLength
<http://ontology.eil.utoronto.ca/icity/OM/hasLength> rdf:type owl:ObjectProperty ;
                                                     rdfs:subPropertyOf <http://www.wurvoc.org/vocabularies/om-1.8/OMProperty> ;
                                                     rdfs:range <http://ontology.eil.utoronto.ca/icity/OM/Length> .


###  http://ontology.eil.utoronto.ca/icity/OM/hasNumerator
<http://ontology.eil.utoronto.ca/icity/OM/hasNumerator> rdf:type owl:ObjectProperty ;
                                                        rdfs:subPropertyOf <http://www.wurvoc.org/vocabularies/om-1.8/OMProperty> ;
                                                        rdfs:domain <http://ontology.eil.utoronto.ca/icity/OM/UnitDivision> ;
                                                        rdfs:range <http://ontology.eil.utoronto.ca/icity/OM/Unit> ;
                                                        rdfs:label "has numerator" .


###  http://ontology.eil.utoronto.ca/icity/OM/hasUnit
<http://ontology.eil.utoronto.ca/icity/OM/hasUnit> rdf:type owl:ObjectProperty ;
                                                   rdfs:subPropertyOf <http://www.wurvoc.org/vocabularies/om-1.8/OMProperty> ;
                                                   rdfs:domain <http://ontology.eil.utoronto.ca/icity/OM/Measure> ;
                                                   rdfs:label "has unit" .


###  http://ontology.eil.utoronto.ca/icity/OM/hasValue
<http://ontology.eil.utoronto.ca/icity/OM/hasValue> rdf:type owl:ObjectProperty ;
                                                    rdfs:subPropertyOf <http://www.wurvoc.org/vocabularies/om-1.8/OMProperty> ;
                                                    rdfs:domain <http://ontology.eil.utoronto.ca/icity/OM/Quantity> ;
                                                    rdfs:label "has value" .


###  http://ontology.eil.utoronto.ca/icity/SpatialLoc/SpatialLocOntologyProperty
<http://ontology.eil.utoronto.ca/icity/SpatialLoc/SpatialLocOntologyProperty> rdf:type owl:ObjectProperty ;
                                                                              rdfs:comment "Created for organizational purposes, to identify the object properties imported by geoSPARQL." .


###  http://ontology.eil.utoronto.ca/icity/SpatialLoc/associatedLocation
<http://ontology.eil.utoronto.ca/icity/SpatialLoc/associatedLocation> rdf:type owl:ObjectProperty ;
                                                                      rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/SpatialLoc/SpatialLocOntologyProperty> ;
                                                                      rdfs:range <http://www.opengis.net/ont/geosparql#Feature> ;
                                                                      rdfs:comment "Describes an approximate location of some object (spatial or non-spatial). For example, a Building has an actual location (represented by it's footprint or 3d massing), but it may also have an associated location(s) of some specific point coordinate. Recurring events may not have an actual location, but may be associated with some location (at which their occurrences are likely to occur)." .


###  http://ontology.eil.utoronto.ca/icity/SpatialLoc/containedIn
<http://ontology.eil.utoronto.ca/icity/SpatialLoc/containedIn> rdf:type owl:ObjectProperty ;
                                                               rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/SpatialLoc/SpatialLocOntologyProperty> ;
                                                               owl:inverseOf <http://www.opengis.net/ont/geosparql#sfContains> .


###  http://ontology.eil.utoronto.ca/icity/SpatialLoc/hasLocation
<http://ontology.eil.utoronto.ca/icity/SpatialLoc/hasLocation> rdf:type owl:ObjectProperty ;
                                                               rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/SpatialLoc/SpatialLocOntologyProperty> ;
                                                               rdfs:range <http://www.opengis.net/ont/geosparql#Feature> ;
                                                               rdfs:comment "A property intended to relate non-spatial objects (e.g. activities) to a location(s) in space." .


###  http://schema.org/address
<http://schema.org/address> rdf:type owl:ObjectProperty ;
                            rdfs:subPropertyOf :SchemaOrgProperty .


###  http://www.opengis.net/ont/geosparql#ehContains
<http://www.opengis.net/ont/geosparql#ehContains> rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/SpatialLoc/SpatialLocOntologyProperty> .


###  http://www.opengis.net/ont/geosparql#ehCoveredBy
<http://www.opengis.net/ont/geosparql#ehCoveredBy> rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/SpatialLoc/SpatialLocOntologyProperty> .


###  http://www.opengis.net/ont/geosparql#ehCovers
<http://www.opengis.net/ont/geosparql#ehCovers> rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/SpatialLoc/SpatialLocOntologyProperty> .


###  http://www.opengis.net/ont/geosparql#ehDisjoint
<http://www.opengis.net/ont/geosparql#ehDisjoint> rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/SpatialLoc/SpatialLocOntologyProperty> .


###  http://www.opengis.net/ont/geosparql#ehEquals
<http://www.opengis.net/ont/geosparql#ehEquals> rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/SpatialLoc/SpatialLocOntologyProperty> .


###  http://www.opengis.net/ont/geosparql#ehInside
<http://www.opengis.net/ont/geosparql#ehInside> rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/SpatialLoc/SpatialLocOntologyProperty> .


###  http://www.opengis.net/ont/geosparql#ehMeet
<http://www.opengis.net/ont/geosparql#ehMeet> rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/SpatialLoc/SpatialLocOntologyProperty> .


###  http://www.opengis.net/ont/geosparql#ehOverlap
<http://www.opengis.net/ont/geosparql#ehOverlap> rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/SpatialLoc/SpatialLocOntologyProperty> .


###  http://www.opengis.net/ont/geosparql#hasGeometry
<http://www.opengis.net/ont/geosparql#hasGeometry> rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/SpatialLoc/SpatialLocOntologyProperty> .


###  http://www.opengis.net/ont/geosparql#rcc8dc
<http://www.opengis.net/ont/geosparql#rcc8dc> rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/SpatialLoc/SpatialLocOntologyProperty> .


###  http://www.opengis.net/ont/geosparql#rcc8ec
<http://www.opengis.net/ont/geosparql#rcc8ec> rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/SpatialLoc/SpatialLocOntologyProperty> .


###  http://www.opengis.net/ont/geosparql#rcc8eq
<http://www.opengis.net/ont/geosparql#rcc8eq> rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/SpatialLoc/SpatialLocOntologyProperty> .


###  http://www.opengis.net/ont/geosparql#rcc8ntpp
<http://www.opengis.net/ont/geosparql#rcc8ntpp> rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/SpatialLoc/SpatialLocOntologyProperty> .


###  http://www.opengis.net/ont/geosparql#rcc8ntppi
<http://www.opengis.net/ont/geosparql#rcc8ntppi> rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/SpatialLoc/SpatialLocOntologyProperty> .


###  http://www.opengis.net/ont/geosparql#rcc8po
<http://www.opengis.net/ont/geosparql#rcc8po> rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/SpatialLoc/SpatialLocOntologyProperty> .


###  http://www.opengis.net/ont/geosparql#rcc8tpp
<http://www.opengis.net/ont/geosparql#rcc8tpp> rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/SpatialLoc/SpatialLocOntologyProperty> .


###  http://www.opengis.net/ont/geosparql#rcc8tppi
<http://www.opengis.net/ont/geosparql#rcc8tppi> rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/SpatialLoc/SpatialLocOntologyProperty> .


###  http://www.opengis.net/ont/geosparql#sfContains
<http://www.opengis.net/ont/geosparql#sfContains> rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/SpatialLoc/SpatialLocOntologyProperty> .


###  http://www.opengis.net/ont/geosparql#sfCrosses
<http://www.opengis.net/ont/geosparql#sfCrosses> rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/SpatialLoc/SpatialLocOntologyProperty> .


###  http://www.opengis.net/ont/geosparql#sfDisjoint
<http://www.opengis.net/ont/geosparql#sfDisjoint> rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/SpatialLoc/SpatialLocOntologyProperty> .


###  http://www.opengis.net/ont/geosparql#sfEquals
<http://www.opengis.net/ont/geosparql#sfEquals> rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/SpatialLoc/SpatialLocOntologyProperty> .


###  http://www.opengis.net/ont/geosparql#sfIntersects
<http://www.opengis.net/ont/geosparql#sfIntersects> rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/SpatialLoc/SpatialLocOntologyProperty> .


###  http://www.opengis.net/ont/geosparql#sfOverlaps
<http://www.opengis.net/ont/geosparql#sfOverlaps> rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/SpatialLoc/SpatialLocOntologyProperty> .


###  http://www.opengis.net/ont/geosparql#sfTouches
<http://www.opengis.net/ont/geosparql#sfTouches> rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/SpatialLoc/SpatialLocOntologyProperty> .


###  http://www.opengis.net/ont/geosparql#sfWithin
<http://www.opengis.net/ont/geosparql#sfWithin> rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/SpatialLoc/SpatialLocOntologyProperty> .


###  http://www.w3.org/2004/02/skos/core#hasTopConcept
<http://www.w3.org/2004/02/skos/core#hasTopConcept> rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/SpatialLoc/SpatialLocOntologyProperty> .


###  http://www.w3.org/2004/02/skos/core#inScheme
<http://www.w3.org/2004/02/skos/core#inScheme> rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/SpatialLoc/SpatialLocOntologyProperty> .


###  http://www.w3.org/2004/02/skos/core#member
<http://www.w3.org/2004/02/skos/core#member> rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/SpatialLoc/SpatialLocOntologyProperty> .


###  http://www.w3.org/2004/02/skos/core#memberList
<http://www.w3.org/2004/02/skos/core#memberList> rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/SpatialLoc/SpatialLocOntologyProperty> .


###  http://www.w3.org/2004/02/skos/core#semanticRelation
<http://www.w3.org/2004/02/skos/core#semanticRelation> rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/SpatialLoc/SpatialLocOntologyProperty> .


###  http://www.wurvoc.org/vocabularies/om-1.8/OMProperty
<http://www.wurvoc.org/vocabularies/om-1.8/OMProperty> rdf:type owl:ObjectProperty .


###  http://www.wurvoc.org/vocabularies/om-1.8/sameTimeVaryingConcept
<http://www.wurvoc.org/vocabularies/om-1.8/sameTimeVaryingConcept> rdf:type owl:ObjectProperty ;
                                                                   rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/Change/ChangeOntologyProperty> ;
                                                                   rdf:type owl:ReflexiveProperty ;
                                                                   owl:propertyChainAxiom ( <http://ontology.eil.utoronto.ca/icity/Change/manifestationOf>
                                                                                            [ owl:inverseOf <http://ontology.eil.utoronto.ca/icity/Change/manifestationOf>
                                                                                            ]
                                                                                          ) ;
                                                                   rdfs:comment "Indicates that an object is a manifestationOf the sameTimeVaryingConcept as another object." .


#################################################################
#    Data properties
#################################################################

###  http://ontology.eil.utoronto.ca/icity/Building/BuildingOntologyDataProperty
:BuildingOntologyDataProperty rdf:type owl:DatatypeProperty ;
                              <http://purl.org/dc/elements/1.1/description> "Added for organizational purposes, to identify data properties defined in the Building ontology." .


###  http://ontology.eil.utoronto.ca/icity/Building/hasRooms
:hasRooms rdf:type owl:DatatypeProperty ;
          rdfs:subPropertyOf :BuildingOntologyDataProperty .


###  http://ontology.eil.utoronto.ca/icity/OM/OMOntologyDataProperty
<http://ontology.eil.utoronto.ca/icity/OM/OMOntologyDataProperty> rdf:type owl:DatatypeProperty ;
                                                                  <http://purl.org/dc/elements/1.1/description> "Data property introduced for organization purposes, to identify data properties defined in the Units of Measure Ontology." .


###  http://ontology.eil.utoronto.ca/icity/OM/hasRelativeYear
<http://ontology.eil.utoronto.ca/icity/OM/hasRelativeYear> rdf:type owl:DatatypeProperty ;
                                                           rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/OM/OMOntologyDataProperty> .


###  http://ontology.eil.utoronto.ca/icity/SpatialLoc/SpatialLocOntologyDataProperty
<http://ontology.eil.utoronto.ca/icity/SpatialLoc/SpatialLocOntologyDataProperty> rdf:type owl:DatatypeProperty ;
                                                                                  rdfs:comment "Created for organizational purposes, to identify data properties imported from geoSPARQL." .


###  http://ontology.eil.utoronto.ca/icity/SpatialLoc/as_nDLatLon
<http://ontology.eil.utoronto.ca/icity/SpatialLoc/as_nDLatLon> rdf:type owl:DatatypeProperty ;
                                                               rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/SpatialLoc/hasSerialization> ;
                                                               rdfs:domain <http://www.opengis.net/ont/sf#Geometry> ;
                                                               rdfs:range <http://franz.com/ns/allegrograph/5.0/geo/nd#_lat_la_-9.+1_+9.+1_+1.-4_+1.-1_lon_lo_-1.8+2_+1.8+2_+1.-4> .


###  http://ontology.eil.utoronto.ca/icity/SpatialLoc/hasSerialization
<http://ontology.eil.utoronto.ca/icity/SpatialLoc/hasSerialization> rdf:type owl:DatatypeProperty ;
                                                                    rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/SpatialLoc/SpatialLocOntologyDataProperty> .


###  http://www.opengis.net/ont/geosparql#asGML
<http://www.opengis.net/ont/geosparql#asGML> rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/SpatialLoc/SpatialLocOntologyDataProperty> .


###  http://www.opengis.net/ont/geosparql#asWKT
<http://www.opengis.net/ont/geosparql#asWKT> rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/SpatialLoc/SpatialLocOntologyDataProperty> .


###  http://www.opengis.net/ont/geosparql#coordinateDimension
<http://www.opengis.net/ont/geosparql#coordinateDimension> rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/SpatialLoc/SpatialLocOntologyDataProperty> .


###  http://www.opengis.net/ont/geosparql#dimension
<http://www.opengis.net/ont/geosparql#dimension> rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/SpatialLoc/SpatialLocOntologyDataProperty> .


###  http://www.opengis.net/ont/geosparql#hasSerialization
<http://www.opengis.net/ont/geosparql#hasSerialization> rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/SpatialLoc/hasSerialization> .


###  http://www.opengis.net/ont/geosparql#isEmpty
<http://www.opengis.net/ont/geosparql#isEmpty> rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/SpatialLoc/SpatialLocOntologyDataProperty> .


###  http://www.opengis.net/ont/geosparql#isSimple
<http://www.opengis.net/ont/geosparql#isSimple> rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/SpatialLoc/SpatialLocOntologyDataProperty> .


###  http://www.opengis.net/ont/geosparql#spatialDimension
<http://www.opengis.net/ont/geosparql#spatialDimension> rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/SpatialLoc/SpatialLocOntologyDataProperty> .


###  http://www.w3.org/2004/02/skos/core#notation
<http://www.w3.org/2004/02/skos/core#notation> rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/SpatialLoc/SpatialLocOntologyDataProperty> .


###  http://www.wurvoc.org/vocabularies/om-1.8/SI_amount_of_substance_dimension_exponent
<http://www.wurvoc.org/vocabularies/om-1.8/SI_amount_of_substance_dimension_exponent> rdf:type owl:DatatypeProperty ;
                                                                                      rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/OM/OMOntologyDataProperty> .


###  http://www.wurvoc.org/vocabularies/om-1.8/SI_electric_current_dimension_exponent
<http://www.wurvoc.org/vocabularies/om-1.8/SI_electric_current_dimension_exponent> rdf:type owl:DatatypeProperty ;
                                                                                   rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/OM/OMOntologyDataProperty> .


###  http://www.wurvoc.org/vocabularies/om-1.8/SI_length_dimension_exponent
<http://www.wurvoc.org/vocabularies/om-1.8/SI_length_dimension_exponent> rdf:type owl:DatatypeProperty ;
                                                                         rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/OM/OMOntologyDataProperty> .


###  http://www.wurvoc.org/vocabularies/om-1.8/SI_luminous_intensity_dimension_exponent
<http://www.wurvoc.org/vocabularies/om-1.8/SI_luminous_intensity_dimension_exponent> rdf:type owl:DatatypeProperty ;
                                                                                     rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/OM/OMOntologyDataProperty> .


###  http://www.wurvoc.org/vocabularies/om-1.8/SI_mass_dimension_exponent
<http://www.wurvoc.org/vocabularies/om-1.8/SI_mass_dimension_exponent> rdf:type owl:DatatypeProperty ;
                                                                       rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/OM/OMOntologyDataProperty> .


###  http://www.wurvoc.org/vocabularies/om-1.8/SI_thermodynamic_temperature_dimension_exponent
<http://www.wurvoc.org/vocabularies/om-1.8/SI_thermodynamic_temperature_dimension_exponent> rdf:type owl:DatatypeProperty ;
                                                                                            rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/OM/OMOntologyDataProperty> .


###  http://www.wurvoc.org/vocabularies/om-1.8/SI_time_dimension_exponent
<http://www.wurvoc.org/vocabularies/om-1.8/SI_time_dimension_exponent> rdf:type owl:DatatypeProperty ;
                                                                       rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/OM/OMOntologyDataProperty> .


###  http://www.wurvoc.org/vocabularies/om-1.8/definition_factor
<http://www.wurvoc.org/vocabularies/om-1.8/definition_factor> rdf:type owl:DatatypeProperty ;
                                                              rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/OM/OMOntologyDataProperty> .


###  http://www.wurvoc.org/vocabularies/om-1.8/definition_off-set
<http://www.wurvoc.org/vocabularies/om-1.8/definition_off-set> rdf:type owl:DatatypeProperty ;
                                                               rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/OM/OMOntologyDataProperty> .


###  http://www.wurvoc.org/vocabularies/om-1.8/exponent
<http://www.wurvoc.org/vocabularies/om-1.8/exponent> rdf:type owl:DatatypeProperty ;
                                                     rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/OM/OMOntologyDataProperty> .


###  http://www.wurvoc.org/vocabularies/om-1.8/factor
<http://www.wurvoc.org/vocabularies/om-1.8/factor> rdf:type owl:DatatypeProperty ;
                                                   rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/OM/OMOntologyDataProperty> .


###  http://www.wurvoc.org/vocabularies/om-1.8/numerical_value
<http://www.wurvoc.org/vocabularies/om-1.8/numerical_value> rdf:type owl:DatatypeProperty ;
                                                            rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/OM/OMOntologyDataProperty> ;
                                                            rdfs:label "has numerical value" .


###  http://www.wurvoc.org/vocabularies/om-1.8/rank
<http://www.wurvoc.org/vocabularies/om-1.8/rank> rdf:type owl:DatatypeProperty ;
                                                 rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/icity/OM/OMOntologyDataProperty> .


#################################################################
#    Classes
#################################################################

###  http://ontology.eil.utoronto.ca/GCI/Foundation/GCI-Foundation-v2.owl#Cardinality_unit
<http://ontology.eil.utoronto.ca/GCI/Foundation/GCI-Foundation-v2.owl#Cardinality_unit> rdf:type owl:Class ;
                                                                                        rdfs:subClassOf <http://ontology.eil.utoronto.ca/icity/OM/Unit> ;
                                                                                        rdfs:comment "Just as the meter is the unit of measure for length, a gci:Cardinality_unit is the unit of measure for the size of a set. The gci:Cardinality_unit is a ratio scale: gci:Cardinality_scale, which is a subclass of om:Ratio_scale and is has a zero element (namely zero)." ,
                                                                                                     "Reused from GCI Foundation Ontology" ;
                                                                                        rdfs:label "Cardinality Unit" .


###  http://ontology.eil.utoronto.ca/GCI/Foundation/GCI-Foundation-v2.owl#Population
<http://ontology.eil.utoronto.ca/GCI/Foundation/GCI-Foundation-v2.owl#Population> rdf:type owl:Class ;
                                                                                  owl:equivalentClass <http://ontology.eil.utoronto.ca/ISO21972/iso21972#Population> ;
                                                                                  rdfs:subClassOf <http://ontology.eil.utoronto.ca/icity/OM/OMThing> ,
                                                                                                  [ rdf:type owl:Restriction ;
                                                                                                    owl:onProperty <http://ontology.eil.utoronto.ca/GCI/Foundation/GCI-Foundation-v2.owl#defined_by> ;
                                                                                                    owl:minCardinality "1"^^xsd:nonNegativeInteger
                                                                                                  ] ,
                                                                                                  [ rdf:type owl:Restriction ;
                                                                                                    owl:onProperty <http://ontology.eil.utoronto.ca/GCI/Foundation/GCI-Foundation-v2.owl#for_time_interval> ;
                                                                                                    owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                                                                    owl:onClass <http://www.w3.org/2006/time#DateTimeDescription>
                                                                                                  ] ;
                                                                                  rdfs:comment "The govstat Population is specialized for indicator use to include what defines a member of the population, the location of the population, and the time the population was measured." .


###  http://ontology.eil.utoronto.ca/GCI/Foundation/GCI-Foundation-v2.owl#Population_measure
<http://ontology.eil.utoronto.ca/GCI/Foundation/GCI-Foundation-v2.owl#Population_measure> rdf:type owl:Class ;
                                                                                          rdfs:subClassOf <http://ontology.eil.utoronto.ca/icity/OM/CardinalityMeasure> ,
                                                                                                          [ rdf:type owl:Restriction ;
                                                                                                            owl:onProperty <http://ontology.eil.utoronto.ca/icity/OM/hasUnit> ;
                                                                                                            owl:allValuesFrom <http://ontology.eil.utoronto.ca/GCI/Foundation/GCI-Foundation-v2.owl#Cardinality_unit>
                                                                                                          ] ;
                                                                                          rdfs:comment "Reused from GCI Foundation ontology" ;
                                                                                          rdfs:label "Population Measure" ,
                                                                                                     "gci:Cardinality_unit is the unit of measure for the size of a set. The gci:Cardinality_unit is a ratio scale: gci:Cardinality_scale, which is a subclass of om:Ratio_scale and is has a zero element (namely zero)." .


###  http://ontology.eil.utoronto.ca/GCI/Foundation/GCI-Foundation-v2.owl#Population_size
<http://ontology.eil.utoronto.ca/GCI/Foundation/GCI-Foundation-v2.owl#Population_size> rdf:type owl:Class ;
                                                                                       owl:equivalentClass <http://ontology.eil.utoronto.ca/ISO21972/iso21972#Distinct_count> ;
                                                                                       rdfs:subClassOf <http://ontology.eil.utoronto.ca/icity/OM/Quantity> ,
                                                                                                       [ rdf:type owl:Restriction ;
                                                                                                         owl:onProperty <http://ontology.eil.utoronto.ca/icity/OM/hasValue> ;
                                                                                                         owl:allValuesFrom <http://ontology.eil.utoronto.ca/GCI/Foundation/GCI-Foundation-v2.owl#Population_measure>
                                                                                                       ] ,
                                                                                                       [ rdf:type owl:Restriction ;
                                                                                                         owl:onProperty <http://ontology.eil.utoronto.ca/govstat.owl#cardinality_of> ;
                                                                                                         owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                                                                         owl:onClass <http://ontology.eil.utoronto.ca/GCI/Foundation/GCI-Foundation-v2.owl#Population>
                                                                                                       ] ;
                                                                                       rdfs:comment "Reused from GCI Foundation ontology: http://ontology.eil.utoronto.ca/GCI/Foundation/GCI-Foundation-v2.owl" ,
                                                                                                    "gci:Population_size is a subclass of om:Quantity.  Its om:unit_of_measure is the gci:population_cardinality_unit. It is also a subclass of gs:Cardinality which provides the cardinality_of property that links to a gs:Population." ;
                                                                                       rdfs:label "Population Size" .


###  http://ontology.eil.utoronto.ca/ISO21972/iso21972#Distinct_count

###  http://ontology.eil.utoronto.ca/ISO21972/iso21972#Measure
<http://ontology.eil.utoronto.ca/ISO21972/iso21972#Measure> owl:equivalentClass <http://ontology.eil.utoronto.ca/icity/OM/Measure> .


###  http://ontology.eil.utoronto.ca/ISO21972/iso21972#Measurement_scale
<http://ontology.eil.utoronto.ca/ISO21972/iso21972#Measurement_scale> owl:equivalentClass <http://ontology.eil.utoronto.ca/icity/OM/Scale> .


###  http://ontology.eil.utoronto.ca/ISO21972/iso21972#Monetary_unit
<http://ontology.eil.utoronto.ca/ISO21972/iso21972#Monetary_unit> owl:equivalentClass <http://ontology.eil.utoronto.ca/icity/OM/AmountOfMoneyUnit> .


###  http://ontology.eil.utoronto.ca/ISO21972/iso21972#Population

###  http://ontology.eil.utoronto.ca/ISO21972/iso21972#Quantity
<http://ontology.eil.utoronto.ca/ISO21972/iso21972#Quantity> owl:equivalentClass <http://ontology.eil.utoronto.ca/icity/OM/Quantity> .


###  http://ontology.eil.utoronto.ca/ISO21972/iso21972#System_of_units
<http://ontology.eil.utoronto.ca/ISO21972/iso21972#System_of_units> owl:equivalentClass <http://ontology.eil.utoronto.ca/icity/OM/System_of_units> .


###  http://ontology.eil.utoronto.ca/ISO21972/iso21972#Unit_of_measure
<http://ontology.eil.utoronto.ca/ISO21972/iso21972#Unit_of_measure> owl:equivalentClass <http://ontology.eil.utoronto.ca/icity/OM/Unit> .


###  http://ontology.eil.utoronto.ca/icity/Building/ApartmentBuilding
:ApartmentBuilding rdf:type owl:Class ;
                   rdfs:subClassOf :Building .


###  http://ontology.eil.utoronto.ca/icity/Building/Building
:Building rdf:type owl:Class ;
          owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                       owl:onProperty <http://ontology.eil.utoronto.ca/icity/Change/manifestationOf> ;
                                                       owl:someValuesFrom :BuildingPD
                                                     ]
                                                     [ rdf:type owl:Restriction ;
                                                       owl:onProperty <http://ontology.eil.utoronto.ca/icity/Change/manifestationOf> ;
                                                       owl:allValuesFrom :BuildingPD
                                                     ]
                                                   ) ;
                                rdf:type owl:Class
                              ] ;
          rdfs:subClassOf :BuildingOntologyThing ,
                          <http://ontology.eil.utoronto.ca/icity/Change/Manifestation> ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :hasBuildingFacility ;
                            owl:allValuesFrom :BuildingFacility
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :hasBuildingFootprintArea ;
                            owl:allValuesFrom <http://ontology.eil.utoronto.ca/icity/OM/Area>
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :hasBuildingHeight ;
                            owl:allValuesFrom <http://ontology.eil.utoronto.ca/icity/OM/Length>
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :hasBuildingUnit ;
                            owl:allValuesFrom :BuildingUnit
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty <http://ontology.eil.utoronto.ca/icity/MonetaryValue/hasValue> ;
                            owl:allValuesFrom <http://ontology.eil.utoronto.ca/icity/OM/MonetaryValue>
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty <http://ontology.eil.utoronto.ca/icity/SpatialLoc/hasLocation> ;
                            owl:allValuesFrom <http://www.opengis.net/ont/geosparql#Feature>
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty <http://ontology.eil.utoronto.ca/icity/Change/existsAt> ;
                            owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                            owl:onClass <http://www.w3.org/2006/time#TemporalEntity>
                          ] ;
          <http://purl.org/dc/elements/1.1/description> """Building: A Building is a structure with some location in the urban system. The location of the Building in space may change due to construction, but the Parcel/Lot of land it is located on cannot.
There are different types (subclasses) of buildings; House, Apartment Building, Office Building...
A Building has an owner, which may be a Persons or some Organization.
A Building has occupants, which may or may not be the same Persons or Firm who own it.
A Building has a market value.
A Building may provide some Parking.
A Building has some Location.
A Building has some height, some footprint area, and some floor area. The floor area is often greater than the footprint area as it accounts for the area of each floor of the building. However, floor area excludes unoccupied areas such as basements. These properties are considered variant as it is possible for a building to undergo construction to increase its dimensions.
A Building contains one or many units.""" .


###  http://ontology.eil.utoronto.ca/icity/Building/BuildingFacility
:BuildingFacility rdf:type owl:Class ;
                  rdfs:subClassOf :BuildingOntologyThing .


###  http://ontology.eil.utoronto.ca/icity/Building/BuildingOntologyThing
:BuildingOntologyThing rdf:type owl:Class ;
                       <http://purl.org/dc/elements/1.1/description> "Added for organizational purposes, to identify classes defined in the Building ontology." .


###  http://ontology.eil.utoronto.ca/icity/Building/BuildingPD
:BuildingPD rdf:type owl:Class ;
            owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                         owl:onProperty <http://ontology.eil.utoronto.ca/icity/Change/hasManifestation> ;
                                                         owl:someValuesFrom :Building
                                                       ]
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty <http://ontology.eil.utoronto.ca/icity/Change/hasManifestation> ;
                                                         owl:allValuesFrom :Building
                                                       ]
                                                     ) ;
                                  rdf:type owl:Class
                                ] ;
            rdfs:subClassOf :BuildingOntologyThing ,
                            <http://ontology.eil.utoronto.ca/icity/Change/TimeVaryingConcept> ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty <http://ontology.eil.utoronto.ca/icontact.owl#hasAddress> ;
                              owl:allValuesFrom <http://ontology.eil.utoronto.ca/icity/Contact/Address>
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty <http://ontology.eil.utoronto.ca/icity/Change/existsAt> ;
                              owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                              owl:onClass <http://www.w3.org/2006/time#Interval>
                            ] ;
            <http://purl.org/dc/elements/1.1/description> "A Building may change over time, BuildingPD represents the entire process of some building entity (i.e. the Building perdurant)." .


###  http://ontology.eil.utoronto.ca/icity/Building/BuildingUnit
:BuildingUnit rdf:type owl:Class ;
              owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                           owl:onProperty <http://ontology.eil.utoronto.ca/icity/Change/manifestationOf> ;
                                                           owl:someValuesFrom :BuildingUnitPD
                                                         ]
                                                         [ rdf:type owl:Restriction ;
                                                           owl:onProperty <http://ontology.eil.utoronto.ca/icity/Change/manifestationOf> ;
                                                           owl:allValuesFrom :BuildingUnitPD
                                                         ]
                                                       ) ;
                                    rdf:type owl:Class
                                  ] ;
              rdfs:subClassOf :BuildingOntologyThing ,
                              <http://ontology.eil.utoronto.ca/icity/Change/Manifestation> ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty :hasBuildingFacility ;
                                owl:allValuesFrom :BuildingFacility
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty :hasRent ;
                                owl:allValuesFrom <http://ontology.eil.utoronto.ca/icity/OM/MonetaryValue>
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty :hasUnitSize ;
                                owl:allValuesFrom <http://ontology.eil.utoronto.ca/icity/OM/Area>
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty <http://ontology.eil.utoronto.ca/icity/MonetaryValue/hasValue> ;
                                owl:allValuesFrom <http://ontology.eil.utoronto.ca/icity/OM/MonetaryValue>
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty <http://ontology.eil.utoronto.ca/icity/Change/existsAt> ;
                                owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                owl:onClass <http://www.w3.org/2006/time#TemporalEntity>
                              ] ;
              <http://purl.org/dc/elements/1.1/description> """BuildingUnit: A part of a Building which may be occupied by some Persons or Organization.
A BuildingUnit has a size (square footage, number of rooms)
A BuildingUnit may contain some Facilities, e.g. kitchen, bath.(Note that contain is distinct from the notion of including amenities, which may be part of the Tenure)
A BuildingUnit has an address""" .


###  http://ontology.eil.utoronto.ca/icity/Building/BuildingUnitPD
:BuildingUnitPD rdf:type owl:Class ;
                owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                             owl:onProperty <http://ontology.eil.utoronto.ca/icity/Change/hasManifestation> ;
                                                             owl:someValuesFrom :BuildingUnit
                                                           ]
                                                           [ rdf:type owl:Restriction ;
                                                             owl:onProperty <http://ontology.eil.utoronto.ca/icity/Change/hasManifestation> ;
                                                             owl:allValuesFrom :BuildingUnit
                                                           ]
                                                         ) ;
                                      rdf:type owl:Class
                                    ] ;
                rdfs:subClassOf :BuildingOntologyThing ,
                                <http://ontology.eil.utoronto.ca/icity/Change/TimeVaryingConcept> ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :hasBuildingFacility ;
                                  owl:allValuesFrom :BuildingFacility
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :unitInBuilding ;
                                  owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                  owl:onClass :Building
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty <http://ontology.eil.utoronto.ca/icity/Change/existsAt> ;
                                  owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                  owl:onClass <http://www.w3.org/2006/time#Interval>
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty <http://ontology.eil.utoronto.ca/icontact.owl#hasAddress> ;
                                  owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                  owl:onClass <http://ontology.eil.utoronto.ca/icity/Contact/Address>
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :hasRooms ;
                                  owl:allValuesFrom xsd:integer
                                ] ;
                <http://purl.org/dc/elements/1.1/description> "A Building Unit may change over time, BuildingUnitPD represents the entire process of some building unit entity (i.e. the Building unit perdurant)." ,
                                                              "hasManifestation some BuildingUnit and hasManifestation only BuildingUnit" .


###  http://ontology.eil.utoronto.ca/icity/Building/House
:House rdf:type owl:Class ;
       rdfs:subClassOf :Building .


###  http://ontology.eil.utoronto.ca/icity/Building/IndustrialBuilding
:IndustrialBuilding rdf:type owl:Class ;
                    rdfs:subClassOf :Building .


###  http://ontology.eil.utoronto.ca/icity/Building/OfficeBuilding
:OfficeBuilding rdf:type owl:Class ;
                rdfs:subClassOf :Building .


###  http://ontology.eil.utoronto.ca/icity/Building/SchemaOrgThing
:SchemaOrgThing rdf:type owl:Class ;
                <http://purl.org/dc/elements/1.1/description> "Added for organizational purposes, to capture the classes reused from Schema.org. Notice that since we cannot import schema.org we must manually reference the individual IRIs." .


###  http://ontology.eil.utoronto.ca/icity/Change/ChangeOntologyThing
<http://ontology.eil.utoronto.ca/icity/Change/ChangeOntologyThing> rdf:type owl:Class ;
                                                                   rdfs:comment "Added for organizational purposes to group the classes defined in the Change Ontology." .


###  http://ontology.eil.utoronto.ca/icity/Change/Manifestation
<http://ontology.eil.utoronto.ca/icity/Change/Manifestation> rdf:type owl:Class ;
                                                             owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                          owl:onProperty <http://ontology.eil.utoronto.ca/icity/Change/manifestationOf> ;
                                                                                                          owl:someValuesFrom <http://ontology.eil.utoronto.ca/icity/Change/TimeVaryingConcept>
                                                                                                        ]
                                                                                                        [ rdf:type owl:Restriction ;
                                                                                                          owl:onProperty <http://ontology.eil.utoronto.ca/icity/Change/manifestationOf> ;
                                                                                                          owl:allValuesFrom <http://ontology.eil.utoronto.ca/icity/Change/TimeVaryingConcept>
                                                                                                        ]
                                                                                                      ) ;
                                                                                   rdf:type owl:Class
                                                                                 ] ;
                                                             rdfs:subClassOf <http://ontology.eil.utoronto.ca/icity/Change/ChangeOntologyThing> ,
                                                                             [ rdf:type owl:Restriction ;
                                                                               owl:onProperty <http://ontology.eil.utoronto.ca/icity/Change/manifestationOf> ;
                                                                               owl:allValuesFrom <http://ontology.eil.utoronto.ca/icity/Change/TimeVaryingConcept>
                                                                             ] ,
                                                                             [ rdf:type owl:Restriction ;
                                                                               owl:onProperty <http://ontology.eil.utoronto.ca/icity/Change/existsAt> ;
                                                                               owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                                               owl:onClass <http://www.w3.org/2006/time#TemporalEntity>
                                                                             ] ;
                                                             owl:disjointWith [ owl:intersectionOf ( <http://ontology.eil.utoronto.ca/icity/Change/TimeVaryingConcept>
                                                                                                     <http://www.w3.org/2006/time#TemporalEntity>
                                                                                                   ) ;
                                                                                rdf:type owl:Class
                                                                              ] ;
                                                             <http://purl.org/dc/terms/description> """A Manifestation of some TimeVaryingConcept at a particular point/interval in time.
A Manifestation exists at some Instant.
The class of Manifestations is equivalent to the class of things that are manifestations of some TimeVaryingConcept - and only time varying concents - in the manifestationOf relation.""" .


###  http://ontology.eil.utoronto.ca/icity/Change/TimeVaryingConcept
<http://ontology.eil.utoronto.ca/icity/Change/TimeVaryingConcept> rdf:type owl:Class ;
                                                                  owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                               owl:onProperty <http://ontology.eil.utoronto.ca/icity/Change/hasManifestation> ;
                                                                                                               owl:someValuesFrom <http://ontology.eil.utoronto.ca/icity/Change/Manifestation>
                                                                                                             ]
                                                                                                             [ rdf:type owl:Restriction ;
                                                                                                               owl:onProperty <http://ontology.eil.utoronto.ca/icity/Change/hasManifestation> ;
                                                                                                               owl:allValuesFrom <http://ontology.eil.utoronto.ca/icity/Change/Manifestation>
                                                                                                             ]
                                                                                                           ) ;
                                                                                        rdf:type owl:Class
                                                                                      ] ;
                                                                  rdfs:subClassOf <http://ontology.eil.utoronto.ca/icity/Change/ChangeOntologyThing> ,
                                                                                  [ rdf:type owl:Restriction ;
                                                                                    owl:onProperty <http://ontology.eil.utoronto.ca/icity/Change/existsAt> ;
                                                                                    owl:allValuesFrom <http://www.w3.org/2006/time#Interval>
                                                                                  ] ,
                                                                                  [ rdf:type owl:Restriction ;
                                                                                    owl:onProperty <http://ontology.eil.utoronto.ca/icity/Change/hasManifestation> ;
                                                                                    owl:allValuesFrom <http://ontology.eil.utoronto.ca/icity/Change/Manifestation>
                                                                                  ] ;
                                                                  owl:disjointWith [ owl:intersectionOf ( <http://ontology.eil.utoronto.ca/icity/Change/Manifestation>
                                                                                                          <http://www.w3.org/2006/time#TemporalEntity>
                                                                                                        ) ;
                                                                                     rdf:type owl:Class
                                                                                   ] ;
                                                                  <http://purl.org/dc/terms/description> """A class that is subject to change is defined as a type of TimeVaryingConcept (e.g. Vehicle may be a subclass of TimeVaryingConcept). The TimeVaryingConcept itself is invariant and defined by properties that do not change over time. As per (Krieger, 2008), we view TimeVaryingConcepts as perdurants (things that occur over time, i.e. processes).
A TimeVaryingConcept has Manifestations that demonstrate their changing (variant) properties over time.
Different types (subclasses) of TimeVaryingConcept may be defined based on the Manifestations that are part of them. For example, VehiclePD s have manifestations that are Vehicles.
A TimeVaryingConcept exists at some Interval.
The class of TimeVaryingConcepts is equivalent to the class of things that have some Manifestations - and only Manifestations - in the hasManifestation relation.""" .


###  http://ontology.eil.utoronto.ca/icity/Contact/Address
<http://ontology.eil.utoronto.ca/icity/Contact/Address> rdf:type owl:Class ;
                                                        rdfs:subClassOf <http://ontology.eil.utoronto.ca/icity/Contact/ContactOntologyThing> ,
                                                                        <http://ontology.eil.utoronto.ca/icontact.owl#Address> ,
                                                                        [ rdf:type owl:Restriction ;
                                                                          owl:onProperty <http://ontology.eil.utoronto.ca/icity/SpatialLoc/hasLocation> ;
                                                                          owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                                          owl:onClass <http://www.opengis.net/ont/geosparql#Feature>
                                                                        ] .


###  http://ontology.eil.utoronto.ca/icity/Contact/ContactOntologyThing
<http://ontology.eil.utoronto.ca/icity/Contact/ContactOntologyThing> rdf:type owl:Class .


###  http://ontology.eil.utoronto.ca/icity/Contact/HoursOfOperation
<http://ontology.eil.utoronto.ca/icity/Contact/HoursOfOperation> rdf:type owl:Class ;
                                                                 rdfs:subClassOf <http://ontology.eil.utoronto.ca/icity/Contact/ContactOntologyThing> ,
                                                                                 <http://ontology.eil.utoronto.ca/icity/RecurringEvent/RecurringEvent> ,
                                                                                 <http://ontology.eil.utoronto.ca/icontact.owl#HoursOfOperation> .


###  http://ontology.eil.utoronto.ca/icity/OM/Acceleration
<http://ontology.eil.utoronto.ca/icity/OM/Acceleration> rdf:type owl:Class ;
                                                        rdfs:subClassOf <http://ontology.eil.utoronto.ca/icity/OM/Quantity> ,
                                                                        [ rdf:type owl:Restriction ;
                                                                          owl:onProperty <http://ontology.eil.utoronto.ca/icity/OM/hasValue> ;
                                                                          owl:allValuesFrom [ rdf:type owl:Restriction ;
                                                                                              owl:onProperty <http://ontology.eil.utoronto.ca/icity/OM/hasUnit> ;
                                                                                              owl:allValuesFrom <http://ontology.eil.utoronto.ca/icity/OM/AccelerationUnit>
                                                                                            ]
                                                                        ] ;
                                                        rdfs:label "acceleration" .


###  http://ontology.eil.utoronto.ca/icity/OM/AccelerationUnit
<http://ontology.eil.utoronto.ca/icity/OM/AccelerationUnit> rdf:type owl:Class ;
                                                            rdfs:subClassOf <http://ontology.eil.utoronto.ca/icity/OM/Unit> ;
                                                            rdfs:label "acceleration unit" .


###  http://ontology.eil.utoronto.ca/icity/OM/AmountOfMoney
<http://ontology.eil.utoronto.ca/icity/OM/AmountOfMoney> rdf:type owl:Class ;
                                                         rdfs:subClassOf <http://ontology.eil.utoronto.ca/icity/OM/Quantity> ,
                                                                         [ rdf:type owl:Restriction ;
                                                                           owl:onProperty <http://ontology.eil.utoronto.ca/icity/OM/hasValue> ;
                                                                           owl:allValuesFrom [ rdf:type owl:Restriction ;
                                                                                               owl:onProperty <http://ontology.eil.utoronto.ca/icity/OM/hasUnit> ;
                                                                                               owl:allValuesFrom <http://ontology.eil.utoronto.ca/icity/OM/AmountOfMoneyUnit>
                                                                                             ]
                                                                         ] ;
                                                         rdfs:label "amount of money" .


###  http://ontology.eil.utoronto.ca/icity/OM/AmountOfMoneyUnit
<http://ontology.eil.utoronto.ca/icity/OM/AmountOfMoneyUnit> rdf:type owl:Class ;
                                                             rdfs:subClassOf <http://ontology.eil.utoronto.ca/icity/OM/Unit> ;
                                                             rdfs:label "amount of money unit" .


###  http://ontology.eil.utoronto.ca/icity/OM/Area
<http://ontology.eil.utoronto.ca/icity/OM/Area> rdf:type owl:Class ;
                                                rdfs:subClassOf <http://ontology.eil.utoronto.ca/icity/OM/Quantity> ,
                                                                [ rdf:type owl:Restriction ;
                                                                  owl:onProperty <http://ontology.eil.utoronto.ca/icity/OM/hasValue> ;
                                                                  owl:allValuesFrom [ rdf:type owl:Restriction ;
                                                                                      owl:onProperty <http://ontology.eil.utoronto.ca/icity/OM/hasUnit> ;
                                                                                      owl:allValuesFrom <http://ontology.eil.utoronto.ca/icity/OM/AreaUnit>
                                                                                    ]
                                                                ] ;
                                                rdfs:comment "Area expresses the two-dimensional size of a defined part of a surface, typically a region bounded by a closed curve. It is a derived quantity in the International System of Units. Area is length squared." ;
                                                rdfs:label "area" .


###  http://ontology.eil.utoronto.ca/icity/OM/AreaUnit
<http://ontology.eil.utoronto.ca/icity/OM/AreaUnit> rdf:type owl:Class ;
                                                    rdfs:subClassOf <http://ontology.eil.utoronto.ca/icity/OM/Unit> ;
                                                    rdfs:label "area unit" .


###  http://ontology.eil.utoronto.ca/icity/OM/Capacity
<http://ontology.eil.utoronto.ca/icity/OM/Capacity> rdf:type owl:Class ;
                                                    rdfs:subClassOf <http://ontology.eil.utoronto.ca/icity/OM/OMThing> ,
                                                                    [ rdf:type owl:Restriction ;
                                                                      owl:onProperty <http://ontology.eil.utoronto.ca/GCI/Foundation/GCI-Foundation-v2.owl#defined_by> ;
                                                                      owl:minCardinality "1"^^xsd:nonNegativeInteger
                                                                    ] .


###  http://ontology.eil.utoronto.ca/icity/OM/CapacityRate
<http://ontology.eil.utoronto.ca/icity/OM/CapacityRate> rdf:type owl:Class ;
                                                        rdfs:subClassOf <http://ontology.eil.utoronto.ca/icity/OM/Quantity> ,
                                                                        [ rdf:type owl:Restriction ;
                                                                          owl:onProperty <http://ontology.eil.utoronto.ca/icity/OM/hasValue> ;
                                                                          owl:allValuesFrom [ rdf:type owl:Restriction ;
                                                                                              owl:onProperty <http://ontology.eil.utoronto.ca/icity/OM/hasUnit> ;
                                                                                              owl:allValuesFrom <http://ontology.eil.utoronto.ca/icity/OM/CardinalityUnitPerTime>
                                                                                            ]
                                                                        ] ,
                                                                        [ rdf:type owl:Restriction ;
                                                                          owl:onProperty <http://ontology.eil.utoronto.ca/govstat.owl#cardinality_of> ;
                                                                          owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                                          owl:onClass <http://ontology.eil.utoronto.ca/icity/OM/Capacity>
                                                                        ] .


###  http://ontology.eil.utoronto.ca/icity/OM/CapacitySize
<http://ontology.eil.utoronto.ca/icity/OM/CapacitySize> rdf:type owl:Class ;
                                                        rdfs:subClassOf <http://ontology.eil.utoronto.ca/icity/OM/Quantity> ,
                                                                        [ rdf:type owl:Restriction ;
                                                                          owl:onProperty <http://ontology.eil.utoronto.ca/icity/OM/hasValue> ;
                                                                          owl:allValuesFrom <http://ontology.eil.utoronto.ca/icity/OM/CardinalityMeasure>
                                                                        ] ,
                                                                        [ rdf:type owl:Restriction ;
                                                                          owl:onProperty <http://ontology.eil.utoronto.ca/govstat.owl#cardinality_of> ;
                                                                          owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                                          owl:onClass <http://ontology.eil.utoronto.ca/icity/OM/Capacity>
                                                                        ] .


###  http://ontology.eil.utoronto.ca/icity/OM/CardinalityMeasure
<http://ontology.eil.utoronto.ca/icity/OM/CardinalityMeasure> rdf:type owl:Class ;
                                                              rdfs:subClassOf <http://ontology.eil.utoronto.ca/icity/OM/Measure> ,
                                                                              [ rdf:type owl:Restriction ;
                                                                                owl:onProperty <http://ontology.eil.utoronto.ca/icity/OM/hasUnit> ;
                                                                                owl:allValuesFrom <http://ontology.eil.utoronto.ca/GCI/Foundation/GCI-Foundation-v2.owl#Cardinality_unit>
                                                                              ] .


###  http://ontology.eil.utoronto.ca/icity/OM/CardinalityUnitPerTime
<http://ontology.eil.utoronto.ca/icity/OM/CardinalityUnitPerTime> rdf:type owl:Class ;
                                                                  rdfs:subClassOf <http://ontology.eil.utoronto.ca/icity/OM/UnitDivision> ,
                                                                                  [ rdf:type owl:Restriction ;
                                                                                    owl:onProperty <http://ontology.eil.utoronto.ca/icity/OM/hasDenominator> ;
                                                                                    owl:allValuesFrom <http://ontology.eil.utoronto.ca/icity/OM/TimeUnit>
                                                                                  ] ,
                                                                                  [ rdf:type owl:Restriction ;
                                                                                    owl:onProperty <http://ontology.eil.utoronto.ca/icity/OM/hasNumerator> ;
                                                                                    owl:allValuesFrom <http://ontology.eil.utoronto.ca/GCI/Foundation/GCI-Foundation-v2.owl#Cardinality_unit>
                                                                                  ] .


###  http://ontology.eil.utoronto.ca/icity/OM/Duration
<http://ontology.eil.utoronto.ca/icity/OM/Duration> rdf:type owl:Class ;
                                                    rdfs:subClassOf <http://ontology.eil.utoronto.ca/icity/OM/Time> ;
                                                    rdfs:label "duration" .


###  http://ontology.eil.utoronto.ca/icity/OM/Function
<http://ontology.eil.utoronto.ca/icity/OM/Function> rdf:type owl:Class ;
                                                    rdfs:subClassOf <http://ontology.eil.utoronto.ca/icity/OM/OMThing> ;
                                                    rdfs:label "function" .


###  http://ontology.eil.utoronto.ca/icity/OM/Geo_Position_unit
<http://ontology.eil.utoronto.ca/icity/OM/Geo_Position_unit> rdf:type owl:Class ;
                                                             rdfs:subClassOf <http://ontology.eil.utoronto.ca/icity/OM/Unit> ;
                                                             rdfs:comment "Reference systems to indicate geographic position." .


###  http://ontology.eil.utoronto.ca/icity/OM/Length
<http://ontology.eil.utoronto.ca/icity/OM/Length> rdf:type owl:Class ;
                                                  rdfs:subClassOf <http://ontology.eil.utoronto.ca/icity/OM/Quantity> ,
                                                                  [ rdf:type owl:Restriction ;
                                                                    owl:onProperty <http://ontology.eil.utoronto.ca/icity/OM/hasValue> ;
                                                                    owl:allValuesFrom [ owl:intersectionOf ( <http://ontology.eil.utoronto.ca/icity/OM/Measure>
                                                                                                             [ rdf:type owl:Restriction ;
                                                                                                               owl:onProperty <http://ontology.eil.utoronto.ca/icity/OM/hasUnit> ;
                                                                                                               owl:allValuesFrom <http://ontology.eil.utoronto.ca/icity/OM/LengthUnit>
                                                                                                             ]
                                                                                                           ) ;
                                                                                        rdf:type owl:Class
                                                                                      ]
                                                                  ] ;
                                                  rdfs:comment "Length is the amount of space between two geographical points along a curve. It is a base quantity in the International System of Units and other systems of units. Length is speed times time. The metre, a base unit of length in the International System of Units, is defined in terms of speed of light during a certain time interval." ;
                                                  rdfs:label "length" .


###  http://ontology.eil.utoronto.ca/icity/OM/LengthUnit
<http://ontology.eil.utoronto.ca/icity/OM/LengthUnit> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://ontology.eil.utoronto.ca/icity/OM/Unit> ;
                                                      rdfs:label "length unit" .


###  http://ontology.eil.utoronto.ca/icity/OM/Mass
<http://ontology.eil.utoronto.ca/icity/OM/Mass> rdf:type owl:Class ;
                                                rdfs:subClassOf <http://ontology.eil.utoronto.ca/icity/OM/Quantity> ,
                                                                [ rdf:type owl:Restriction ;
                                                                  owl:onProperty <http://ontology.eil.utoronto.ca/icity/OM/hasValue> ;
                                                                  owl:allValuesFrom [ rdf:type owl:Restriction ;
                                                                                      owl:onProperty <http://ontology.eil.utoronto.ca/icity/OM/hasUnit> ;
                                                                                      owl:allValuesFrom <http://ontology.eil.utoronto.ca/icity/OM/MassUnit>
                                                                                    ]
                                                                ] ;
                                                rdfs:comment "Mass is the amount of matter of a phenomenon. It is a base quantity in the International System of Units. Mass is force divided by acceleration." ;
                                                rdfs:label "mass" .


###  http://ontology.eil.utoronto.ca/icity/OM/MassUnit
<http://ontology.eil.utoronto.ca/icity/OM/MassUnit> rdf:type owl:Class ;
                                                    rdfs:subClassOf <http://ontology.eil.utoronto.ca/icity/OM/Unit> ;
                                                    rdfs:label "mass unit" .


###  http://ontology.eil.utoronto.ca/icity/OM/Measure
<http://ontology.eil.utoronto.ca/icity/OM/Measure> rdf:type owl:Class ;
                                                   rdfs:subClassOf <http://ontology.eil.utoronto.ca/icity/OM/OMThing> ,
                                                                   [ rdf:type owl:Restriction ;
                                                                     owl:onProperty <http://ontology.eil.utoronto.ca/icity/OM/hasUnit> ;
                                                                     owl:allValuesFrom <http://ontology.eil.utoronto.ca/icity/OM/Unit>
                                                                   ] ;
                                                   rdfs:label "measure" .


###  http://ontology.eil.utoronto.ca/icity/OM/MonetaryValue
<http://ontology.eil.utoronto.ca/icity/OM/MonetaryValue> rdf:type owl:Class ;
                                                         rdfs:subClassOf <http://ontology.eil.utoronto.ca/icity/OM/Measure> ,
                                                                         [ rdf:type owl:Restriction ;
                                                                           owl:onProperty <http://ontology.eil.utoronto.ca/icity/OM/hasUnit> ;
                                                                           owl:allValuesFrom <http://ontology.eil.utoronto.ca/icity/OM/AmountOfMoneyUnit>
                                                                         ] ,
                                                                         [ rdf:type owl:Restriction ;
                                                                           owl:onProperty <http://ontology.eil.utoronto.ca/icity/OM/hasRelativeYear> ;
                                                                           owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                                           owl:onDataRange xsd:gYear
                                                                         ] ;
                                                         rdfs:comment """A Monetary Value has a numerical value that is relative to a particular date (year).
A Monetary Value is measured with some currency.""" .


###  http://ontology.eil.utoronto.ca/icity/OM/OMThing
<http://ontology.eil.utoronto.ca/icity/OM/OMThing> rdf:type owl:Class .


###  http://ontology.eil.utoronto.ca/icity/OM/Quantity
<http://ontology.eil.utoronto.ca/icity/OM/Quantity> rdf:type owl:Class ;
                                                    rdfs:subClassOf <http://ontology.eil.utoronto.ca/icity/OM/OMThing> ,
                                                                    [ rdf:type owl:Restriction ;
                                                                      owl:onProperty <http://ontology.eil.utoronto.ca/icity/OM/hasValue> ;
                                                                      owl:allValuesFrom <http://ontology.eil.utoronto.ca/icity/OM/Measure>
                                                                    ] ;
                                                    rdfs:label "quantity" .


###  http://ontology.eil.utoronto.ca/icity/OM/Ratio
<http://ontology.eil.utoronto.ca/icity/OM/Ratio> rdf:type owl:Class ;
                                                 rdfs:subClassOf <http://ontology.eil.utoronto.ca/icity/OM/Quantity> ;
                                                 rdfs:label "ratio" .


###  http://ontology.eil.utoronto.ca/icity/OM/Scale
<http://ontology.eil.utoronto.ca/icity/OM/Scale> rdf:type owl:Class ;
                                                 rdfs:subClassOf <http://ontology.eil.utoronto.ca/icity/OM/OMThing> ;
                                                 rdfs:label "scale" .


###  http://ontology.eil.utoronto.ca/icity/OM/Speed
<http://ontology.eil.utoronto.ca/icity/OM/Speed> rdf:type owl:Class ;
                                                 rdfs:subClassOf <http://ontology.eil.utoronto.ca/icity/OM/Quantity> ,
                                                                 [ rdf:type owl:Restriction ;
                                                                   owl:onProperty <http://ontology.eil.utoronto.ca/icity/OM/hasValue> ;
                                                                   owl:allValuesFrom [ rdf:type owl:Restriction ;
                                                                                       owl:onProperty <http://ontology.eil.utoronto.ca/icity/OM/hasUnit> ;
                                                                                       owl:allValuesFrom <http://ontology.eil.utoronto.ca/icity/OM/SpeedUnit>
                                                                                     ]
                                                                 ] ;
                                                 rdfs:comment "Speed is the time rate of motion measured by the distance moved over in unit time." ;
                                                 rdfs:label "speed" .


###  http://ontology.eil.utoronto.ca/icity/OM/SpeedUnit
<http://ontology.eil.utoronto.ca/icity/OM/SpeedUnit> rdf:type owl:Class ;
                                                     rdfs:subClassOf <http://ontology.eil.utoronto.ca/icity/OM/Unit> ;
                                                     rdfs:label "speed unit" .


###  http://ontology.eil.utoronto.ca/icity/OM/System_of_units
<http://ontology.eil.utoronto.ca/icity/OM/System_of_units> rdf:type owl:Class ;
                                                           rdfs:subClassOf <http://ontology.eil.utoronto.ca/icity/OM/OMThing> ;
                                                           rdfs:comment "In order to achieve a coherent, interdependent set of units of measure in the wide variety of units that exist, units are organised in systems of units. A system of units is based on a set of units chosen by convention to be the system’s base units, units that are considered to be mutually independent (i.e., can’t be expressed in terms of each other)." ;
                                                           rdfs:label "system of units" .


###  http://ontology.eil.utoronto.ca/icity/OM/Time
<http://ontology.eil.utoronto.ca/icity/OM/Time> rdf:type owl:Class ;
                                                rdfs:subClassOf <http://ontology.eil.utoronto.ca/icity/OM/Quantity> ,
                                                                [ rdf:type owl:Restriction ;
                                                                  owl:onProperty <http://ontology.eil.utoronto.ca/icity/OM/hasValue> ;
                                                                  owl:allValuesFrom [ rdf:type owl:Restriction ;
                                                                                      owl:onProperty <http://ontology.eil.utoronto.ca/icity/OM/hasUnit> ;
                                                                                      owl:allValuesFrom <http://ontology.eil.utoronto.ca/icity/OM/TimeUnit>
                                                                                    ]
                                                                ] ;
                                                rdfs:label "time" .


###  http://ontology.eil.utoronto.ca/icity/OM/TimeUnit
<http://ontology.eil.utoronto.ca/icity/OM/TimeUnit> rdf:type owl:Class ;
                                                    rdfs:subClassOf <http://ontology.eil.utoronto.ca/icity/OM/Unit> ;
                                                    rdfs:label "time unit" .


###  http://ontology.eil.utoronto.ca/icity/OM/Unit
<http://ontology.eil.utoronto.ca/icity/OM/Unit> rdf:type owl:Class ;
                                                rdfs:subClassOf <http://ontology.eil.utoronto.ca/icity/OM/OMThing> ;
                                                rdfs:label "unit" .


###  http://ontology.eil.utoronto.ca/icity/OM/UnitDivision
<http://ontology.eil.utoronto.ca/icity/OM/UnitDivision> rdf:type owl:Class ;
                                                        rdfs:subClassOf <http://ontology.eil.utoronto.ca/icity/OM/Unit> ;
                                                        rdfs:label "unit division" .


###  http://ontology.eil.utoronto.ca/icity/OM/ValueOfMoney
<http://ontology.eil.utoronto.ca/icity/OM/ValueOfMoney> rdf:type owl:Class ;
                                                        rdfs:subClassOf <http://ontology.eil.utoronto.ca/icity/OM/AmountOfMoney> ,
                                                                        [ rdf:type owl:Restriction ;
                                                                          owl:onProperty <http://ontology.eil.utoronto.ca/icity/OM/hasValue> ;
                                                                          owl:allValuesFrom <http://ontology.eil.utoronto.ca/icity/OM/MonetaryValue>
                                                                        ] ;
                                                        rdfs:comment "An amount of money that is defined relative to a particular year." .


###  http://ontology.eil.utoronto.ca/icity/OM/Volume
<http://ontology.eil.utoronto.ca/icity/OM/Volume> rdf:type owl:Class ;
                                                  rdfs:subClassOf <http://ontology.eil.utoronto.ca/icity/OM/Quantity> ,
                                                                  [ rdf:type owl:Restriction ;
                                                                    owl:onProperty <http://ontology.eil.utoronto.ca/icity/OM/hasValue> ;
                                                                    owl:allValuesFrom [ rdf:type owl:Restriction ;
                                                                                        owl:onProperty <http://ontology.eil.utoronto.ca/icity/OM/hasUnit> ;
                                                                                        owl:allValuesFrom <http://ontology.eil.utoronto.ca/icity/OM/VolumeUnit>
                                                                                      ]
                                                                  ] ;
                                                  rdfs:comment "Volume is a measure of how much three-dimensional space any phenomenon occupies. It is a derived quantity in the International System of Units. Volume is length to the power 3." ;
                                                  rdfs:label "volume" .


###  http://ontology.eil.utoronto.ca/icity/OM/VolumeUnit
<http://ontology.eil.utoronto.ca/icity/OM/VolumeUnit> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://ontology.eil.utoronto.ca/icity/OM/Unit> ;
                                                      rdfs:label "volume unit" .


###  http://ontology.eil.utoronto.ca/icity/SpatialLoc/SpatialLocOntologyThing
<http://ontology.eil.utoronto.ca/icity/SpatialLoc/SpatialLocOntologyThing> rdf:type owl:Class ;
                                                                           rdfs:comment "Created for organizational purposes, to identify the classes imported from geoSPARQL." .


###  http://schema.org/PostalAddress
<http://schema.org/PostalAddress> rdf:type owl:Class ;
                                  rdfs:subClassOf :SchemaOrgThing .


###  http://www.opengis.net/ont/geosparql#SpatialObject
<http://www.opengis.net/ont/geosparql#SpatialObject> rdfs:subClassOf <http://ontology.eil.utoronto.ca/icity/SpatialLoc/SpatialLocOntologyThing> .


###  http://www.w3.org/1999/02/22-rdf-syntax-ns#List
rdf:List rdfs:subClassOf <http://ontology.eil.utoronto.ca/icity/SpatialLoc/SpatialLocOntologyThing> .


###  http://www.w3.org/2004/02/skos/core#Collection
<http://www.w3.org/2004/02/skos/core#Collection> rdfs:subClassOf <http://ontology.eil.utoronto.ca/icity/SpatialLoc/SpatialLocOntologyThing> .


###  http://www.w3.org/2004/02/skos/core#Concept
<http://www.w3.org/2004/02/skos/core#Concept> rdfs:subClassOf <http://ontology.eil.utoronto.ca/icity/SpatialLoc/SpatialLocOntologyThing> .


###  http://www.w3.org/2004/02/skos/core#ConceptScheme
<http://www.w3.org/2004/02/skos/core#ConceptScheme> rdfs:subClassOf <http://ontology.eil.utoronto.ca/icity/SpatialLoc/SpatialLocOntologyThing> .


#################################################################
#    Individuals
#################################################################

###  http://ontology.eil.utoronto.ca/icity/OM/NAD83
<http://ontology.eil.utoronto.ca/icity/OM/NAD83> rdf:type owl:NamedIndividual ,
                                                          <http://ontology.eil.utoronto.ca/icity/OM/Geo_Position_unit> ;
                                                 rdfs:comment "North American Datum of 1983. A geodetic reference system." .


###  http://ontology.eil.utoronto.ca/icity/OM/WGS84
<http://ontology.eil.utoronto.ca/icity/OM/WGS84> rdf:type owl:NamedIndividual ,
                                                          <http://ontology.eil.utoronto.ca/icity/OM/Geo_Position_unit> ;
                                                 rdfs:comment "World Geodetic System of 1984. The reference system used by GPS." .


###  http://ontology.eil.utoronto.ca/icity/OM/average
<http://ontology.eil.utoronto.ca/icity/OM/average> rdf:type owl:NamedIndividual ,
                                                            <http://ontology.eil.utoronto.ca/icity/OM/Function> .


###  Generated by the OWL API (version 5.1.7) https://github.com/owlcs/owlapi/
