@prefix : <https://w3id.org/oto/> .
@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 <https://w3id.org/oto/> .

<https://w3id.org/oto/> rdf:type owl:Ontology ;
                         owl:versionIRI <https://w3id.org/oto/releases/0.2.1/oto-full.ttl> ;
                         <http://purl.org/dc/elements/1.1/contributor> "(0001) Mirjam Stappel (@stap-m)" ,
                                                                       "(0002) Carsten Hoyer-Klick (@carstenhoyerklick)" ,
                                                                       "(0003) Ludwig Hülk (@Ludee)" ,
                                                                       "(0004) Eugenio Salvador Arellano Ruiz (@areleu)" ,
                                                                       "(0005) Sirko Schindler (@SirkoS)" ,
                                                                       "(0006) Daniel Krajzewicz (@dkrajzew)" ;
                         <http://purl.org/dc/terms/abstract> """The Open Transport Ontology is a dynamic domain ontology for transportation systems modelling, updated regularly following a release cycle.  It has been inspired by the Open Energy Ontology (https://github.com/OpenEnergyPlatform/ontology) which is developed as part of the Open Energy Family (https://github.com/OpenEnergyPlatform).  The OTO is published on GitHub under an open source license. The OTO is constantly being extended.

This domain ontology is a collaborative effort to represent the context of transportation system analysis based on standard terminologies used by human experts in the field of research. It is designed to improve transparency and facilitate data integration, comparability and transparency of transport system modelling and scenario analysis. This ontology makes use of the Basic Formal Ontology (BFO) (https://github.com/OpenEnergyPlatform/ontology/wiki/BFO-Upper-Ontology-Classes) and its principles. It reuses several other ontologies."""@en ;
                         <http://purl.org/dc/terms/license> <http://creativecommons.org/publicdomain/zero/1.0/> ;
                         <http://purl.org/dc/terms/title> "Open Transport Ontology" ;
                         <http://schema.org/citation> "Cite as: Open Transport Ontology v0.2.0"@en ;
                         owl:versionInfo "0.2.0" .

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

###  http://purl.obolibrary.org/obo/BFO_0000179
<http://purl.obolibrary.org/obo/BFO_0000179> rdf:type owl:AnnotationProperty ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "Relates an entity in the ontology to the name of the variable that is used to represent it in the code that generates the BFO OWL file from the lispy specification."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000232> "Really of interest to developers only"@en ;
                                             rdfs:label "BFO OWL specification label"@en ;
                                             rdfs:subPropertyOf rdfs:label .


###  http://purl.obolibrary.org/obo/BFO_0000180
<http://purl.obolibrary.org/obo/BFO_0000180> rdf:type owl:AnnotationProperty ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "Relates an entity in the ontology to the term that is used to represent it in the the CLIF specification of BFO2"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000119> "Person:Alan Ruttenberg" ;
                                             <http://purl.obolibrary.org/obo/IAO_0000232> "Really of interest to developers only"@en ;
                                             rdfs:label "BFO CLIF specification label"@en ;
                                             rdfs:subPropertyOf rdfs:label .


###  http://purl.obolibrary.org/obo/IAO_0000111
<http://purl.obolibrary.org/obo/IAO_0000111> rdf:type owl:AnnotationProperty ;
                                             rdfs:isDefinedBy <http://purl.obolibrary.org/obo/iao.owl> ;
                                             rdfs:label "editor preferred term"@en .


###  http://purl.obolibrary.org/obo/IAO_0000112
<http://purl.obolibrary.org/obo/IAO_0000112> rdf:type owl:AnnotationProperty ;
                                             rdfs:isDefinedBy <http://purl.obolibrary.org/obo/iao.owl> ;
                                             rdfs:label "example of usage"@en .


###  http://purl.obolibrary.org/obo/IAO_0000115
<http://purl.obolibrary.org/obo/IAO_0000115> rdf:type owl:AnnotationProperty ;
                                             rdfs:isDefinedBy <http://purl.obolibrary.org/obo/iao.owl> ;
                                             rdfs:label "definition"@en .


###  http://purl.obolibrary.org/obo/IAO_0000116
<http://purl.obolibrary.org/obo/IAO_0000116> rdf:type owl:AnnotationProperty ;
                                             rdfs:isDefinedBy <http://purl.obolibrary.org/obo/iao.owl> ;
                                             rdfs:label "editor note"@en .


###  http://purl.obolibrary.org/obo/IAO_0000117
<http://purl.obolibrary.org/obo/IAO_0000117> rdf:type owl:AnnotationProperty ;
                                             rdfs:isDefinedBy <http://purl.obolibrary.org/obo/iao.owl> ;
                                             rdfs:label "term editor"@en .


###  http://purl.obolibrary.org/obo/IAO_0000118
<http://purl.obolibrary.org/obo/IAO_0000118> rdf:type owl:AnnotationProperty ;
                                             rdfs:comment "In the OTO, we don't follow the definition strictly. We use alternative term for synonyms and ambiguous terms as well. See https://github.com/OpenEnergyPlatform/ontology/wiki/Handling-ambiguous-terms" ;
                                             rdfs:isDefinedBy <http://purl.obolibrary.org/obo/iao.owl> ;
                                             rdfs:label "alternative term"@en .


###  http://purl.obolibrary.org/obo/IAO_0000119
<http://purl.obolibrary.org/obo/IAO_0000119> rdf:type owl:AnnotationProperty ;
                                             rdfs:isDefinedBy <http://purl.obolibrary.org/obo/iao.owl> ;
                                             rdfs:label "definition source"@en .


###  http://purl.obolibrary.org/obo/IAO_0000232
<http://purl.obolibrary.org/obo/IAO_0000232> rdf:type owl:AnnotationProperty ;
                                             rdfs:isDefinedBy <http://purl.obolibrary.org/obo/iao.owl> ;
                                             rdfs:label "curator note"@en .


###  http://purl.obolibrary.org/obo/IAO_0000233
<http://purl.obolibrary.org/obo/IAO_0000233> rdf:type owl:AnnotationProperty .


###  http://purl.obolibrary.org/obo/IAO_0000412
<http://purl.obolibrary.org/obo/IAO_0000412> rdf:type owl:AnnotationProperty ;
                                             rdfs:isDefinedBy <http://purl.obolibrary.org/obo/iao.owl> ;
                                             rdfs:label "imported from"@en .


###  http://purl.obolibrary.org/obo/IAO_0000600
<http://purl.obolibrary.org/obo/IAO_0000600> rdf:type owl:AnnotationProperty ;
                                             rdfs:isDefinedBy <http://purl.obolibrary.org/obo/iao.owl> ;
                                             rdfs:label "elucidation"@en .


###  http://purl.obolibrary.org/obo/IAO_0000601
<http://purl.obolibrary.org/obo/IAO_0000601> rdf:type owl:AnnotationProperty ;
                                             rdfs:isDefinedBy <http://purl.obolibrary.org/obo/iao.owl> ;
                                             rdfs:label "has associated axiom(nl)"@en .


###  http://purl.obolibrary.org/obo/IAO_0000602
<http://purl.obolibrary.org/obo/IAO_0000602> rdf:type owl:AnnotationProperty ;
                                             rdfs:isDefinedBy <http://purl.obolibrary.org/obo/iao.owl> ;
                                             rdfs:label "has associated axiom(fol)"@en .


###  http://purl.obolibrary.org/obo/IAO_0006011
<http://purl.obolibrary.org/obo/IAO_0006011> rdf:type owl:AnnotationProperty .


###  http://purl.obolibrary.org/obo/IAO_0010000
<http://purl.obolibrary.org/obo/IAO_0010000> rdf:type owl:AnnotationProperty ;
                                             rdfs:isDefinedBy <http://purl.obolibrary.org/obo/iao.owl> ;
                                             rdfs:label "has axiom label"@en .


###  http://purl.org/dc/elements/1.1/contributor
<http://purl.org/dc/elements/1.1/contributor> 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/identifier
<http://purl.org/dc/elements/1.1/identifier> rdf:type owl:AnnotationProperty .


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


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


###  http://purl.org/dc/terms/abstract
<http://purl.org/dc/terms/abstract> 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/license
<http://purl.org/dc/terms/license> 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://schema.org/citation
<http://schema.org/citation> rdf:type owl:AnnotationProperty .


###  http://www.geneontology.org/formats/oboInOwl#hasExactSynonym
<http://www.geneontology.org/formats/oboInOwl#hasExactSynonym> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2000/01/rdf-schema#comment
rdfs:comment rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2000/01/rdf-schema#isDefinedBy
rdfs:isDefinedBy rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2000/01/rdf-schema#label
rdfs:label rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2000/01/rdf-schema#seeAlso
rdfs:seeAlso rdf:type owl:AnnotationProperty .


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


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


###  http://www.w3.org/2004/02/skos/core#closeMatch
<http://www.w3.org/2004/02/skos/core#closeMatch> 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#exactMatch
<http://www.w3.org/2004/02/skos/core#exactMatch> 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#prefLabel
<http://www.w3.org/2004/02/skos/core#prefLabel> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#relatedMatch
<http://www.w3.org/2004/02/skos/core#relatedMatch> 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://xmlns.com/foaf/0.1/homepage
<http://xmlns.com/foaf/0.1/homepage> rdf:type owl:AnnotationProperty .


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


###  https://openenergyplatform.org/ontology/oeo/OEO_00020426
<https://openenergyplatform.org/ontology/oeo/OEO_00020426> rdf:type owl:AnnotationProperty ;
                                                           <http://purl.obolibrary.org/obo/IAO_0000115> "Road transport is a mode of transport which uses wheeled vehicles on roads."@en ;
                                                           rdfs:label "term tracker annotation"@en ;
                                                           <https://openenergyplatform.org/ontology/oeo/OEO_00020426> "https://github.com/OpenEnergyPlatform/open-transport-ontology/issues/41" ;
                                                           rdfs:subPropertyOf <http://purl.obolibrary.org/obo/IAO_0000116> .


###  https://www.commoncoreontologies.org/ont00001735
<https://www.commoncoreontologies.org/ont00001735> rdf:type owl:AnnotationProperty ;
                                                   rdfs:label "query text"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "The text of a query that is associated with a class"@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .


###  https://www.commoncoreontologies.org/ont00001737
<https://www.commoncoreontologies.org/ont00001737> rdf:type owl:AnnotationProperty ;
                                                   rdfs:label "doctrinal definition"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "A Definition that is taken directly from a Doctrinal Source."@en ;
                                                   <http://www.w3.org/2004/02/skos/core#scopeNote> "There is only one definition for any given term in an ontology; however, a Doctrinal Definition may be provided in addition to the asserted Definition if the preservation of this information is important. When both a Definition and a Doctrinal Definition are provided for a term, the Definition takes precedence."@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ;
                                                   rdfs:subPropertyOf <http://www.w3.org/2004/02/skos/core#definition> .


###  https://www.commoncoreontologies.org/ont00001739
<https://www.commoncoreontologies.org/ont00001739> rdf:type owl:AnnotationProperty ;
                                                   rdfs:label "ordinal measurement annotation"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "An ordinal measurement value of an instance of a quality, realizable or process profile"@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ;
                                                   rdfs:subPropertyOf <https://www.commoncoreontologies.org/ont00001746> .


###  https://www.commoncoreontologies.org/ont00001741
<https://www.commoncoreontologies.org/ont00001741> rdf:type owl:AnnotationProperty ;
                                                   rdfs:label "nominal measurement annotation"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "A nominal measurement value of an instance of a quality, realizable or process profile"@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ;
                                                   rdfs:subPropertyOf <https://www.commoncoreontologies.org/ont00001746> .


###  https://www.commoncoreontologies.org/ont00001742
<https://www.commoncoreontologies.org/ont00001742> rdf:type owl:AnnotationProperty ;
                                                   rdfs:label "term creator"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "The name of the Term Editor who added the term to the ontology."@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ;
                                                   rdfs:subPropertyOf <https://www.commoncoreontologies.org/ont00001762> .


###  https://www.commoncoreontologies.org/ont00001743
<https://www.commoncoreontologies.org/ont00001743> rdf:type owl:AnnotationProperty ;
                                                   rdfs:label "content license"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "The name and description of the license under which the ideas, concepts and other informational content expressed in the .owl file are released."@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .


###  https://www.commoncoreontologies.org/ont00001744
<https://www.commoncoreontologies.org/ont00001744> rdf:type owl:AnnotationProperty ;
                                                   rdfs:label "copyright"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "An assertion of copyright"@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .


###  https://www.commoncoreontologies.org/ont00001745
<https://www.commoncoreontologies.org/ont00001745> rdf:type owl:AnnotationProperty ;
                                                   rdfs:label "doctrinal source"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "A Definition Source that consists of a formalized doctrine in which the term is authoritatively defined."@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ;
                                                   rdfs:subPropertyOf <https://www.commoncoreontologies.org/ont00001754> .


###  https://www.commoncoreontologies.org/ont00001746
<https://www.commoncoreontologies.org/ont00001746> rdf:type owl:AnnotationProperty ;
                                                   rdfs:label "measurement annotation"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "A measurement value of an instance of a quality, realizable or process profile"@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .


###  https://www.commoncoreontologies.org/ont00001747
<https://www.commoncoreontologies.org/ont00001747> rdf:type owl:AnnotationProperty ;
                                                   rdfs:label "ratio measurement annotation"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "A ratio measurement value of an instance of a quality, realizable or process profile"@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ;
                                                   rdfs:subPropertyOf <https://www.commoncoreontologies.org/ont00001746> .


###  https://www.commoncoreontologies.org/ont00001748
<https://www.commoncoreontologies.org/ont00001748> rdf:type owl:AnnotationProperty ;
                                                   rdfs:label "doctrinal label"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "An Alternative Label that consists of the preferred term or phrase used by a Doctrinal Source to denote the entity."@en ;
                                                   <http://www.w3.org/2004/02/skos/core#scopeNote> "When the cco:doctrinal_label is identical to the rdfs:label, the cco:doctrinal_label annotation is superfluous. As a subclass of 'alternative label', 'doctrinal label' is intended to be used to provide additional information about the entity when its preferred doctrinal designator is ambiguous or otherwise inappropriate for use as the rdfs:label."@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ;
                                                   rdfs:subPropertyOf <http://www.w3.org/2004/02/skos/core#altLabel> .


###  https://www.commoncoreontologies.org/ont00001749
<https://www.commoncoreontologies.org/ont00001749> rdf:type owl:AnnotationProperty ;
                                                   rdfs:label "doctrinal acronym"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "An Acronym that is used by a Doctrinal Source to denote the entity."@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ;
                                                   rdfs:subPropertyOf <https://www.commoncoreontologies.org/ont00001753> .


###  https://www.commoncoreontologies.org/ont00001752
<https://www.commoncoreontologies.org/ont00001752> rdf:type owl:AnnotationProperty ;
                                                   rdfs:label "has token unit"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "A relation between an information content entity and a widely used measurement unit of the token used to express it."@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .


###  https://www.commoncoreontologies.org/ont00001753
<https://www.commoncoreontologies.org/ont00001753> rdf:type owl:AnnotationProperty ;
                                                   rdfs:label "acronym"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "An Alternative Label that consists of a shortened or abbreviated form of the rdfs:label and is used to denote the entity."@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ;
                                                   rdfs:subPropertyOf <http://www.w3.org/2004/02/skos/core#altLabel> .


###  https://www.commoncoreontologies.org/ont00001754
<https://www.commoncoreontologies.org/ont00001754> rdf:type owl:AnnotationProperty ;
                                                   rdfs:label "definition source"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "A citation of where all or some of the information used to create the term's Definition was acquired from."@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .


###  https://www.commoncoreontologies.org/ont00001756
<https://www.commoncoreontologies.org/ont00001756> rdf:type owl:AnnotationProperty ;
                                                   rdfs:label "interval measurement annotation"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "A interval measurement value of an instance of a quality, realizable or process profile "@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ;
                                                   rdfs:subPropertyOf <https://www.commoncoreontologies.org/ont00001746> .


###  https://www.commoncoreontologies.org/ont00001757
<https://www.commoncoreontologies.org/ont00001757> rdf:type owl:AnnotationProperty ;
                                                   rdfs:label "designator annotation"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "A name or other identifier that is used to designate an individual."@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .


###  https://www.commoncoreontologies.org/ont00001758
<https://www.commoncoreontologies.org/ont00001758> rdf:type owl:AnnotationProperty ;
                                                   rdfs:label "http query string"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "The text of an HTTP request that can be sent to a SPARQL Protocol service."@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .


###  https://www.commoncoreontologies.org/ont00001759
<https://www.commoncoreontologies.org/ont00001759> rdf:type owl:AnnotationProperty ;
                                                   rdfs:label "code license"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "The name and description of the license under which the .owl file is released."@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .


###  https://www.commoncoreontologies.org/ont00001760
<https://www.commoncoreontologies.org/ont00001760> rdf:type owl:AnnotationProperty ;
                                                   rdfs:label "is curated in ontology"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "An annotation property that links a class, property, or named individual to the URI of the ontology where it is located."@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .


###  https://www.commoncoreontologies.org/ont00001761
<https://www.commoncoreontologies.org/ont00001761> rdf:type owl:AnnotationProperty ;
                                                   rdfs:label "is tokenized by"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "A relation between an information content entity and a widely used token used to express it."@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .


###  https://www.commoncoreontologies.org/ont00001762
<https://www.commoncoreontologies.org/ont00001762> rdf:type owl:AnnotationProperty ;
                                                   rdfs:label "term editor"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "The name of a person who contributed to the development or enhancement of the term."@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .


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

###  http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral
rdf:PlainLiteral rdf:type rdfs:Datatype .


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


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


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


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

###  http://purl.obolibrary.org/obo/BFO_0000054
<http://purl.obolibrary.org/obo/BFO_0000054> rdf:type owl:ObjectProperty ;
                                             owl:inverseOf <http://purl.obolibrary.org/obo/BFO_0000055> ;
                                             rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000017> ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000015> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "206-BFO" ;
                                             rdfs:label "has realization"@en ;
                                             <http://www.w3.org/2004/02/skos/core#altLabel> "realized in"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "b has realization c =Def c realizes b"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "As for realizes"@en .


###  http://purl.obolibrary.org/obo/BFO_0000055
<http://purl.obolibrary.org/obo/BFO_0000055> rdf:type owl:ObjectProperty ;
                                             rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000015> ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000017> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "059-BFO" ;
                                             rdfs:label "realizes"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) realizes is a relation between a process b and realizable entity c such that c inheres in some d & for all t, if b has participant d then c exists & the type instantiated by b is correlated with the type instantiated by c"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "A balding process realizes a disposition to go bald; a studying process realizes a student role; a process of pumping blood realizes the pumping function of a heart"@en ;
                                             <http://www.w3.org/2004/02/skos/core#scopeNote> "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: <Link>"@en .


###  http://purl.obolibrary.org/obo/BFO_0000056
<http://purl.obolibrary.org/obo/BFO_0000056> rdf:type owl:ObjectProperty ;
                                             owl:inverseOf <http://purl.obolibrary.org/obo/BFO_0000057> ;
                                             rdfs:domain [ rdf:type owl:Class ;
                                                           owl:unionOf ( <http://purl.obolibrary.org/obo/BFO_0000020>
                                                                         <http://purl.obolibrary.org/obo/BFO_0000031>
                                                                         [ owl:intersectionOf ( <http://purl.obolibrary.org/obo/BFO_0000004>
                                                                                                [ rdf:type owl:Class ;
                                                                                                  owl:complementOf <http://purl.obolibrary.org/obo/BFO_0000006>
                                                                                                ]
                                                                                              ) ;
                                                                           rdf:type owl:Class
                                                                         ]
                                                                       )
                                                         ] ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000015> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "250-BFO" ;
                                             rdfs:label "participates in"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) participates in holds between some b that is either a specifically dependent continuant or generically dependent continuant or independent continuant that is not a spatial region & some process p such that b participates in p some way"@en ;
                                             <http://www.w3.org/2004/02/skos/core#scopeNote> "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: <Link>"@en .


###  http://purl.obolibrary.org/obo/BFO_0000057
<http://purl.obolibrary.org/obo/BFO_0000057> rdf:type owl:ObjectProperty ;
                                             rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000015> ;
                                             rdfs:range [ rdf:type owl:Class ;
                                                          owl:unionOf ( <http://purl.obolibrary.org/obo/BFO_0000020>
                                                                        <http://purl.obolibrary.org/obo/BFO_0000031>
                                                                        [ owl:intersectionOf ( <http://purl.obolibrary.org/obo/BFO_0000004>
                                                                                               [ rdf:type owl:Class ;
                                                                                                 owl:complementOf <http://purl.obolibrary.org/obo/BFO_0000006>
                                                                                               ]
                                                                                             ) ;
                                                                          rdf:type owl:Class
                                                                        ]
                                                                      )
                                                        ] ;
                                             <http://purl.org/dc/elements/1.1/identifier> "248-BFO" ;
                                             rdfs:label "has participant"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "p has participant c =Def c participates in p"@en ;
                                             <http://www.w3.org/2004/02/skos/core#scopeNote> "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: <Link>"@en .


###  http://purl.obolibrary.org/obo/BFO_0000058
<http://purl.obolibrary.org/obo/BFO_0000058> rdf:type owl:ObjectProperty ;
                                             owl:inverseOf <http://purl.obolibrary.org/obo/BFO_0000059> ;
                                             rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000031> ;
                                             rdfs:range [ rdf:type owl:Class ;
                                                          owl:unionOf ( <http://purl.obolibrary.org/obo/BFO_0000015>
                                                                        <http://purl.obolibrary.org/obo/BFO_0000020>
                                                                      )
                                                        ] ;
                                             <http://purl.org/dc/elements/1.1/identifier> "258-BFO" ;
                                             rdfs:label "is concretized by"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "c is concretized by b =Def b concretizes c"@en ;
                                             <http://www.w3.org/2004/02/skos/core#scopeNote> "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: <Link>"@en .


###  http://purl.obolibrary.org/obo/BFO_0000059
<http://purl.obolibrary.org/obo/BFO_0000059> rdf:type owl:ObjectProperty ;
                                             rdfs:domain [ rdf:type owl:Class ;
                                                           owl:unionOf ( <http://purl.obolibrary.org/obo/BFO_0000015>
                                                                         <http://purl.obolibrary.org/obo/BFO_0000020>
                                                                       )
                                                         ] ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000031> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "256-BFO" ;
                                             rdfs:label "concretizes"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "b concretizes c =Def b is a process or a specifically dependent continuant & c is a generically dependent continuant & there is some time t such that c is the pattern or content which b shares at t with actual or potential copies"@en ;
                                             <http://www.w3.org/2004/02/skos/core#scopeNote> "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: <Link>"@en .


###  http://purl.obolibrary.org/obo/BFO_0000062
<http://purl.obolibrary.org/obo/BFO_0000062> rdf:type owl:ObjectProperty ;
                                             owl:inverseOf <http://purl.obolibrary.org/obo/BFO_0000063> ;
                                             rdf:type owl:TransitiveProperty ;
                                             rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000003> ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000003> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "213-BFO" ;
                                             rdfs:label "preceded by"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "b preceded by c =Def b precedes c"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "The temporal region occupied by the second half of the match is preceded by the temporal region occupied by the first half of the match"@en .


###  http://purl.obolibrary.org/obo/BFO_0000063
<http://purl.obolibrary.org/obo/BFO_0000063> rdf:type owl:ObjectProperty ,
                                                      owl:TransitiveProperty ;
                                             rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000003> ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000003> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "270-BFO" ;
                                             rdfs:label "precedes"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) precedes is a relation between occurrents o, o' such that if t is the temporal extent of o & t' is the temporal extent of o' then either the last instant of o is before the first instant of o' or the last instant of o is the first instant of o' & neither o nor o' are temporal instants"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "The temporal region occupied by Mary's birth precedes the temporal region occupied by Mary's death."@en ;
                                             <http://www.w3.org/2004/02/skos/core#scopeNote> "Each temporal region is its own temporal extent. The temporal extent of a spatiotemporal region is the temporal region it temporally projects onto. The temporal extent of a process or process boundary that occupies temporal region t is t." ,
                                                                                             "Precedes defines a strict partial order on occurrents." .


###  http://purl.obolibrary.org/obo/BFO_0000066
<http://purl.obolibrary.org/obo/BFO_0000066> rdf:type owl:ObjectProperty ;
                                             owl:inverseOf <http://purl.obolibrary.org/obo/BFO_0000183> ;
                                             rdfs:domain [ rdf:type owl:Class ;
                                                           owl:unionOf ( <http://purl.obolibrary.org/obo/BFO_0000015>
                                                                         <http://purl.obolibrary.org/obo/BFO_0000035>
                                                                       )
                                                         ] ;
                                             rdfs:range [ rdf:type owl:Class ;
                                                          owl:unionOf ( <http://purl.obolibrary.org/obo/BFO_0000029>
                                                                        <http://purl.obolibrary.org/obo/BFO_0000040>
                                                                      )
                                                        ] ;
                                             <http://purl.org/dc/elements/1.1/identifier> "143-BFO" ;
                                             rdfs:label "occurs in"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "b occurs in c =Def b is a process or a process boundary & c is a material entity or site & there exists a spatiotemporal region r & b occupies spatiotemporal region r & for all time t, if b exists at t then c exists at t & there exist spatial regions s and s' where b spatially projects onto s at t & c occupies spatial region s' at t & s is a continuant part of s' at t"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "A process of digestion occurs in the interior of an organism; a process of loading artillery rounds into a tank cannon occurs in the interior of the tank"@en .


###  http://purl.obolibrary.org/obo/BFO_0000084
<http://purl.obolibrary.org/obo/BFO_0000084> rdf:type owl:ObjectProperty ;
                                             owl:inverseOf <http://purl.obolibrary.org/obo/BFO_0000101> ;
                                             rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000031> ;
                                             rdfs:range [ owl:intersectionOf ( <http://purl.obolibrary.org/obo/BFO_0000004>
                                                                               [ rdf:type owl:Class ;
                                                                                 owl:complementOf <http://purl.obolibrary.org/obo/BFO_0000006>
                                                                               ]
                                                                             ) ;
                                                          rdf:type owl:Class
                                                        ] ;
                                             <http://purl.org/dc/elements/1.1/identifier> "252-BFO" ;
                                             rdfs:label "generically depends on"@en ;
                                             <http://www.w3.org/2004/02/skos/core#altLabel> "g-depends on"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "b generically depends on c =Def b is a generically dependent continuant & c is an independent continuant that is not a spatial region & at some time t there inheres in c a specifically dependent continuant which concretizes b at t"@en ;
                                             <http://www.w3.org/2004/02/skos/core#scopeNote> "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: <Link>"@en .


###  http://purl.obolibrary.org/obo/BFO_0000101
<http://purl.obolibrary.org/obo/BFO_0000101> rdf:type owl:ObjectProperty ;
                                             rdfs:domain [ owl:intersectionOf ( <http://purl.obolibrary.org/obo/BFO_0000004>
                                                                                [ rdf:type owl:Class ;
                                                                                  owl:complementOf <http://purl.obolibrary.org/obo/BFO_0000006>
                                                                                ]
                                                                              ) ;
                                                           rdf:type owl:Class
                                                         ] ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000031> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "254-BFO" ;
                                             rdfs:label "is carrier of"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "b is carrier of c =Def there is some time t such that c generically depends on b at t"@en ;
                                             <http://www.w3.org/2004/02/skos/core#scopeNote> "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: <Link>"@en .


###  http://purl.obolibrary.org/obo/BFO_0000108
<http://purl.obolibrary.org/obo/BFO_0000108> rdf:type owl:ObjectProperty ;
                                             rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000001> ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000008> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "118-BFO" ;
                                             rdfs:label "exists at"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) exists at is a relation between a particular and some temporal region at which the particular exists"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "First World War exists at 1914-1916; Mexico exists at January 1, 2000"@en .


###  http://purl.obolibrary.org/obo/BFO_0000115
<http://purl.obolibrary.org/obo/BFO_0000115> rdf:type owl:ObjectProperty ;
                                             rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000178> ;
                                             owl:inverseOf <http://purl.obolibrary.org/obo/BFO_0000129> ;
                                             rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000040> ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000040> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "230-BFO" ;
                                             rdfs:label "has member part"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "b has member part c =Def c member part of b"@en ;
                                             <http://www.w3.org/2004/02/skos/core#scopeNote> "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: <Link>"@en .


###  http://purl.obolibrary.org/obo/BFO_0000117
<http://purl.obolibrary.org/obo/BFO_0000117> rdf:type owl:ObjectProperty ;
                                             owl:inverseOf <http://purl.obolibrary.org/obo/BFO_0000132> ;
                                             rdf:type owl:TransitiveProperty ;
                                             rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000003> ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000003> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "202-BFO" ;
                                             rdfs:label "has occurrent part"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "b has occurrent part c =Def c occurrent part of b"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "Mary's life has occurrent part Mary's 5th birthday"@en .


###  http://purl.obolibrary.org/obo/BFO_0000121
<http://purl.obolibrary.org/obo/BFO_0000121> rdf:type owl:ObjectProperty ;
                                             rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000117> ;
                                             owl:inverseOf <http://purl.obolibrary.org/obo/BFO_0000139> ;
                                             rdf:type owl:TransitiveProperty ;
                                             rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000003> ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000003> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "211-BFO" ;
                                             rdfs:label "has temporal part"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "b has temporal part c =Def c temporal part of b"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "Your life has temporal part the first year of your life"@en .


###  http://purl.obolibrary.org/obo/BFO_0000124
<http://purl.obolibrary.org/obo/BFO_0000124> rdf:type owl:ObjectProperty ;
                                             owl:inverseOf <http://purl.obolibrary.org/obo/BFO_0000171> ;
                                             rdfs:domain [ owl:intersectionOf ( <http://purl.obolibrary.org/obo/BFO_0000004>
                                                                                [ rdf:type owl:Class ;
                                                                                  owl:complementOf <http://purl.obolibrary.org/obo/BFO_0000006>
                                                                                ]
                                                                              ) ;
                                                           rdf:type owl:Class
                                                         ] ;
                                             rdfs:range [ owl:intersectionOf ( <http://purl.obolibrary.org/obo/BFO_0000004>
                                                                               [ rdf:type owl:Class ;
                                                                                 owl:complementOf <http://purl.obolibrary.org/obo/BFO_0000006>
                                                                               ]
                                                                             ) ;
                                                          rdf:type owl:Class
                                                        ] ;
                                             <http://purl.org/dc/elements/1.1/identifier> "236-BFO" ;
                                             rdfs:label "location of"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "b location of c =Def c located in b"@en ;
                                             <http://www.w3.org/2004/02/skos/core#scopeNote> "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: <Link>"@en .


###  http://purl.obolibrary.org/obo/BFO_0000127
<http://purl.obolibrary.org/obo/BFO_0000127> rdf:type owl:ObjectProperty ;
                                             owl:inverseOf <http://purl.obolibrary.org/obo/BFO_0000218> ;
                                             rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000040> ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000016> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "244-BFO" ;
                                             rdfs:label "material basis of"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "b material basis of c =Def c has material basis b"@en ;
                                             <http://www.w3.org/2004/02/skos/core#scopeNote> "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: <Link>"@en .


###  http://purl.obolibrary.org/obo/BFO_0000129
<http://purl.obolibrary.org/obo/BFO_0000129> rdf:type owl:ObjectProperty ;
                                             rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000176> ;
                                             rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000040> ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000040> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "228-BFO" ;
                                             rdfs:label "member part of"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "b member part of c =Def b is an object & c is a material entity & there is some time t such that b continuant part of c at t & there is a mutually exhaustive and pairwise disjoint partition of c into objects x1, ..., xn (for some n ≠ 1) with b = xi (for some 1 <= i <= n)"@en ;
                                             <http://www.w3.org/2004/02/skos/core#scopeNote> "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: <Link>"@en .


###  http://purl.obolibrary.org/obo/BFO_0000132
<http://purl.obolibrary.org/obo/BFO_0000132> rdf:type owl:ObjectProperty ,
                                                      owl:TransitiveProperty ;
                                             rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000003> ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000003> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "003-BFO" ;
                                             rdfs:label "occurrent part of"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) occurrent part of is a relation between occurrents b and c when b is part of c"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "Mary's 5th birthday is an occurrent part of Mary's life; the first set of the tennis match is an occurrent part of the tennis match"@en .


###  http://purl.obolibrary.org/obo/BFO_0000139
<http://purl.obolibrary.org/obo/BFO_0000139> rdf:type owl:ObjectProperty ;
                                             rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000132> ;
                                             rdf:type owl:TransitiveProperty ;
                                             rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000003> ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000003> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "078-BFO" ;
                                             rdfs:label "temporal part of"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "b temporal part of c =Def b occurrent part of c & (b and c are temporal regions) or (b and c are spatiotemporal regions & b temporally projects onto an occurrent part of the temporal region that c temporally projects onto) or (b and c are processes or process boundaries & b occupies a temporal region that is an occurrent part of the temporal region that c occupies)"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "Your heart beating from 4pm to 5pm today is a temporal part of the process of your heart beating; the 4th year of your life is a temporal part of your life, as is the process boundary which separates the 3rd and 4th years of your life; the first quarter of a game of football is a temporal part of the whole game"@en .


###  http://purl.obolibrary.org/obo/BFO_0000153
<http://purl.obolibrary.org/obo/BFO_0000153> rdf:type owl:ObjectProperty ,
                                                      owl:FunctionalProperty ;
                                             rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000011> ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000008> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "080-BFO" ;
                                             rdfs:label "temporally projects onto"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) temporally projects onto is a relation between a spatiotemporal region s and some temporal region which is the temporal extent of s"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "The world line of a particle temporally projects onto the temporal region extending from the beginning to the end of the existence of the particle"@en .


###  http://purl.obolibrary.org/obo/BFO_0000171
<http://purl.obolibrary.org/obo/BFO_0000171> rdf:type owl:ObjectProperty ;
                                             rdfs:domain [ owl:intersectionOf ( <http://purl.obolibrary.org/obo/BFO_0000004>
                                                                                [ rdf:type owl:Class ;
                                                                                  owl:complementOf <http://purl.obolibrary.org/obo/BFO_0000006>
                                                                                ]
                                                                              ) ;
                                                           rdf:type owl:Class
                                                         ] ;
                                             rdfs:range [ owl:intersectionOf ( <http://purl.obolibrary.org/obo/BFO_0000004>
                                                                               [ rdf:type owl:Class ;
                                                                                 owl:complementOf <http://purl.obolibrary.org/obo/BFO_0000006>
                                                                               ]
                                                                             ) ;
                                                          rdf:type owl:Class
                                                        ] ;
                                             <http://purl.org/dc/elements/1.1/identifier> "234-BFO" ;
                                             rdfs:label "located in"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "b located in c =Def b is an independent continuant & c is an independent & neither is a spatial region & there is some time t such that the spatial region which b occupies at t is continuant part of the spatial region which c occupies at t"@en ;
                                             <http://www.w3.org/2004/02/skos/core#scopeNote> "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: <Link>"@en .


###  http://purl.obolibrary.org/obo/BFO_0000176
<http://purl.obolibrary.org/obo/BFO_0000176> rdf:type owl:ObjectProperty ;
                                             owl:inverseOf <http://purl.obolibrary.org/obo/BFO_0000178> ;
                                             rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000002> ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000002> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "221-BFO" ;
                                             rdfs:label "continuant part of"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "b continuant part of c =Def b and c are continuants & there is some time t such that b and c exist at t & b continuant part of c at t"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "Milk teeth continuant part of human; surgically removed tumour continuant part of organism"@en ;
                                             <http://www.w3.org/2004/02/skos/core#scopeNote> "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: <Link>"@en .


###  http://purl.obolibrary.org/obo/BFO_0000178
<http://purl.obolibrary.org/obo/BFO_0000178> rdf:type owl:ObjectProperty ;
                                             rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000002> ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000002> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "271-BFO" ;
                                             rdfs:label "has continuant part"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "b has continuant part c =Def c continuant part of b"@en ;
                                             <http://www.w3.org/2004/02/skos/core#scopeNote> "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: <Link>"@en .


###  http://purl.obolibrary.org/obo/BFO_0000183
<http://purl.obolibrary.org/obo/BFO_0000183> rdf:type owl:ObjectProperty ;
                                             rdfs:domain [ rdf:type owl:Class ;
                                                           owl:unionOf ( <http://purl.obolibrary.org/obo/BFO_0000029>
                                                                         <http://purl.obolibrary.org/obo/BFO_0000040>
                                                                       )
                                                         ] ;
                                             rdfs:range [ rdf:type owl:Class ;
                                                          owl:unionOf ( <http://purl.obolibrary.org/obo/BFO_0000015>
                                                                        <http://purl.obolibrary.org/obo/BFO_0000035>
                                                                      )
                                                        ] ;
                                             <http://purl.org/dc/elements/1.1/identifier> "267-BFO" ;
                                             rdfs:label "environs"@en ;
                                             <http://www.w3.org/2004/02/skos/core#altLabel> "contains process"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "b environs c =Def c occurs in b"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "Mouth environs process of mastication; city environs traffic"@en .


###  http://purl.obolibrary.org/obo/BFO_0000184
<http://purl.obolibrary.org/obo/BFO_0000184> rdf:type owl:ObjectProperty ;
                                             owl:inverseOf <http://purl.obolibrary.org/obo/BFO_0000185> ;
                                             rdf:type owl:FunctionalProperty ,
                                                      owl:InverseFunctionalProperty ;
                                             rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000182> ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000040> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "144-BFO" ;
                                             rdfs:label "history of"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) history of is a relation between history b and material entity c such that b is the unique history of c"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "This life is the history of this organism"@en .


###  http://purl.obolibrary.org/obo/BFO_0000185
<http://purl.obolibrary.org/obo/BFO_0000185> rdf:type owl:ObjectProperty ;
                                             rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000040> ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000182> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "145-BFO" ;
                                             rdfs:label "has history"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "b has history c =Def c history of b"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "This organism has history this life"@en .


###  http://purl.obolibrary.org/obo/BFO_0000194
<http://purl.obolibrary.org/obo/BFO_0000194> rdf:type owl:ObjectProperty ;
                                             owl:inverseOf <http://purl.obolibrary.org/obo/BFO_0000195> ;
                                             rdfs:domain [ rdf:type owl:Class ;
                                                           owl:unionOf ( <http://purl.obolibrary.org/obo/BFO_0000020>
                                                                         [ owl:intersectionOf ( <http://purl.obolibrary.org/obo/BFO_0000004>
                                                                                                [ rdf:type owl:Class ;
                                                                                                  owl:complementOf <http://purl.obolibrary.org/obo/BFO_0000006>
                                                                                                ]
                                                                                              ) ;
                                                                           rdf:type owl:Class
                                                                         ]
                                                                       )
                                                         ] ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000020> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "260-BFO" ;
                                             rdfs:label "specifically depended on by"@en ;
                                             <http://www.w3.org/2004/02/skos/core#altLabel> "s-depended on by"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "b specifically depended on by c =Def c specifically depends on b"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "Coloured object specifically depended on by colour"@en .


###  http://purl.obolibrary.org/obo/BFO_0000195
<http://purl.obolibrary.org/obo/BFO_0000195> rdf:type owl:ObjectProperty ;
                                             rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000020> ;
                                             rdfs:range [ rdf:type owl:Class ;
                                                          owl:unionOf ( <http://purl.obolibrary.org/obo/BFO_0000020>
                                                                        [ owl:intersectionOf ( <http://purl.obolibrary.org/obo/BFO_0000004>
                                                                                               [ rdf:type owl:Class ;
                                                                                                 owl:complementOf <http://purl.obolibrary.org/obo/BFO_0000006>
                                                                                               ]
                                                                                             ) ;
                                                                          rdf:type owl:Class
                                                                        ]
                                                                      )
                                                        ] ;
                                             <http://purl.org/dc/elements/1.1/identifier> "012-BFO" ;
                                             rdfs:label "specifically depends on"@en ;
                                             <http://www.w3.org/2004/02/skos/core#altLabel> "s-depends on"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) specifically depends on is a relation between a specifically dependent continuant b and specifically dependent continuant or independent continuant that is not a spatial region c such that b and c share no parts in common & b is of a nature such that at all times t it cannot exist unless c exists & b is not a boundary of c"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "A shape specifically depends on the shaped object; hue, saturation and brightness of a colour sample specifically depends on each other"@en ;
                                             <http://www.w3.org/2004/02/skos/core#scopeNote> "The analogue of specifically depends on for occurrents is has participant."@en .


###  http://purl.obolibrary.org/obo/BFO_0000196
<http://purl.obolibrary.org/obo/BFO_0000196> rdf:type owl:ObjectProperty ;
                                             rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000194> ;
                                             owl:inverseOf <http://purl.obolibrary.org/obo/BFO_0000197> ;
                                             rdfs:domain [ owl:intersectionOf ( <http://purl.obolibrary.org/obo/BFO_0000004>
                                                                                [ rdf:type owl:Class ;
                                                                                  owl:complementOf <http://purl.obolibrary.org/obo/BFO_0000006>
                                                                                ]
                                                                              ) ;
                                                           rdf:type owl:Class
                                                         ] ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000020> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "053-BFO" ;
                                             rdfs:label "bearer of"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "b bearer of c =Def c inheres in b"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "A patch of ink is the bearer of a colour quality; an organism is the bearer of a temperature quality"@en .


###  http://purl.obolibrary.org/obo/BFO_0000197
<http://purl.obolibrary.org/obo/BFO_0000197> rdf:type owl:ObjectProperty ;
                                             rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000195> ;
                                             rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000020> ;
                                             rdfs:range [ owl:intersectionOf ( <http://purl.obolibrary.org/obo/BFO_0000004>
                                                                               [ rdf:type owl:Class ;
                                                                                 owl:complementOf <http://purl.obolibrary.org/obo/BFO_0000006>
                                                                               ]
                                                                             ) ;
                                                          rdf:type owl:Class
                                                        ] ;
                                             <http://purl.org/dc/elements/1.1/identifier> "051-BFO" ;
                                             rdfs:label "inheres in"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "b inheres in c =Def b is a specifically dependent continuant & c is an independent continuant that is not a spatial region & b specifically depends on c"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "A shape inheres in a shaped object; a mass inheres in a material entity"@en .


###  http://purl.obolibrary.org/obo/BFO_0000199
<http://purl.obolibrary.org/obo/BFO_0000199> rdf:type owl:ObjectProperty ;
                                             owl:inverseOf <https://www.commoncoreontologies.org/ont00001874> ;
                                             rdf:type owl:FunctionalProperty ;
                                             rdfs:domain [ rdf:type owl:Class ;
                                                           owl:unionOf ( <http://purl.obolibrary.org/obo/BFO_0000015>
                                                                         <http://purl.obolibrary.org/obo/BFO_0000035>
                                                                       )
                                                         ] ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000008> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "132-BFO" ;
                                             rdfs:label "occupies temporal region"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "p occupies temporal region t =Def p is a process or process boundary & the spatiotemporal region occupied by p temporally projects onto t"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "The Second World War occupies the temporal region September 1, 1939 - September 2, 1945"@en .


###  http://purl.obolibrary.org/obo/BFO_0000200
<http://purl.obolibrary.org/obo/BFO_0000200> rdf:type owl:ObjectProperty ,
                                                      owl:FunctionalProperty ;
                                             rdfs:domain [ rdf:type owl:Class ;
                                                           owl:unionOf ( <http://purl.obolibrary.org/obo/BFO_0000015>
                                                                         <http://purl.obolibrary.org/obo/BFO_0000035>
                                                                       )
                                                         ] ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000011> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "082-BFO" ;
                                             rdfs:label "occupies spatiotemporal region"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) occupies spatiotemporal region is a relation between a process or process boundary p and the spatiotemporal region s which is its spatiotemporal extent"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "A particle emitted by a nuclear reactor occupies the spatiotemporal region which is its trajectory"@en .


###  http://purl.obolibrary.org/obo/BFO_0000210
<http://purl.obolibrary.org/obo/BFO_0000210> rdf:type owl:ObjectProperty ;
                                             rdfs:domain [ owl:intersectionOf ( <http://purl.obolibrary.org/obo/BFO_0000004>
                                                                                [ rdf:type owl:Class ;
                                                                                  owl:complementOf <http://purl.obolibrary.org/obo/BFO_0000006>
                                                                                ]
                                                                              ) ;
                                                           rdf:type owl:Class
                                                         ] ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000006> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "232-BFO" ;
                                             rdfs:label "occupies spatial region"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "b occupies spatial region r =Def b is an independent continuant that is not a spatial region & r is a spatial region & there is some time t such that every continuant part of b occupies some continuant part of r at t and no continuant part of b occupies any spatial region that is not a continuant part of r at t"@en ;
                                             <http://www.w3.org/2004/02/skos/core#scopeNote> "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: <Link>"@en .


###  http://purl.obolibrary.org/obo/BFO_0000216
<http://purl.obolibrary.org/obo/BFO_0000216> rdf:type owl:ObjectProperty ;
                                             rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000011> ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000006> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "246-BFO" ;
                                             rdfs:label "spatially projects onto"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) spatially projects onto is a relation between some spatiotemporal region b and spatial region c such that at some time t, c is the spatial extent of b at t"@en ;
                                             <http://www.w3.org/2004/02/skos/core#scopeNote> "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: <Link>"@en .


###  http://purl.obolibrary.org/obo/BFO_0000218
<http://purl.obolibrary.org/obo/BFO_0000218> rdf:type owl:ObjectProperty ;
                                             rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000016> ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000040> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "242-BFO" ;
                                             rdfs:label "has material basis"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "b has material basis c =Def b is a disposition & c is a material entity & there is some d bearer of b & there is some time t such that c is a continuant part of d at t & d has disposition b because c is a continuant part of d at t"@en ;
                                             <http://www.w3.org/2004/02/skos/core#scopeNote> "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: <Link>"@en .


###  http://purl.obolibrary.org/obo/BFO_0000221
<http://purl.obolibrary.org/obo/BFO_0000221> rdf:type owl:ObjectProperty ;
                                             owl:inverseOf <http://purl.obolibrary.org/obo/BFO_0000222> ;
                                             rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000203> ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000008> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "268-BFO" ;
                                             rdfs:label "first instant of"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "t first instant of t' =Def t is a temporal instant & t' is a temporal region t' & t precedes all temporal parts of t' other than t"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "An hour starting at midnight yesterday has first instant midnight yesterday"@en .


###  http://purl.obolibrary.org/obo/BFO_0000222
<http://purl.obolibrary.org/obo/BFO_0000222> rdf:type owl:ObjectProperty ,
                                                      owl:FunctionalProperty ;
                                             rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000008> ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000203> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "261-BFO" ;
                                             rdfs:label "has first instant"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "t has first instant t' =Def t' first instant of t"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "The first hour of a year has first instant midnight on December 31"@en .


###  http://purl.obolibrary.org/obo/BFO_0000223
<http://purl.obolibrary.org/obo/BFO_0000223> rdf:type owl:ObjectProperty ;
                                             owl:inverseOf <http://purl.obolibrary.org/obo/BFO_0000224> ;
                                             rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000203> ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000008> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "269-BFO" ;
                                             rdfs:label "last instant of"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "t last instant of t' =Def t is a temporal instant & t' is a temporal region & all temporal parts of t' other than t precede t"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "Last midnight is the last instant of yesterday"@en .


###  http://purl.obolibrary.org/obo/BFO_0000224
<http://purl.obolibrary.org/obo/BFO_0000224> rdf:type owl:ObjectProperty ,
                                                      owl:FunctionalProperty ;
                                             rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000008> ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000203> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "215-BFO" ;
                                             rdfs:label "has last instant"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "t has last instant t' =Def t' last instant of t"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "The last hour of a year has last instant midnight December 31"@en .


###  https://www.commoncoreontologies.org/ont00001775
<https://www.commoncoreontologies.org/ont00001775> rdf:type owl:ObjectProperty ;
                                                   owl:inverseOf <https://www.commoncoreontologies.org/ont00001928> ;
                                                   rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000004> ;
                                                   rdfs:range <http://purl.obolibrary.org/obo/BFO_0000004> ;
                                                   rdfs:label "is successor of"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "A continuant c2 is a successor of some continuant c1 iff there is some process p1 and c1 is an input to p1 and c2 is an output of p1. Inverse of is predecessor. "@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .


###  https://www.commoncoreontologies.org/ont00001777
<https://www.commoncoreontologies.org/ont00001777> rdf:type owl:ObjectProperty ;
                                                   rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000117> ;
                                                   owl:inverseOf <https://www.commoncoreontologies.org/ont00001857> ;
                                                   rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000015> ;
                                                   rdfs:range <http://purl.obolibrary.org/obo/BFO_0000015> ;
                                                   rdfs:label "has process part"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "x has_process_part y iff x and y are instances of Process, such that y occurs during the temporal interval of x, and y either provides an input to x or receives an output of x, or both."@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .


###  https://www.commoncoreontologies.org/ont00001778
<https://www.commoncoreontologies.org/ont00001778> rdf:type owl:ObjectProperty ;
                                                   rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000057> ;
                                                   owl:inverseOf <https://www.commoncoreontologies.org/ont00001936> ;
                                                   rdfs:label "has object"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "If p is a process and c is a continuant, then p has object c if and only if p is performed by an agent and c is part of the projected state that agent intends to achieve by performing p."@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .


###  https://www.commoncoreontologies.org/ont00001782
<https://www.commoncoreontologies.org/ont00001782> rdf:type owl:ObjectProperty ;
                                                   rdfs:subPropertyOf <https://www.commoncoreontologies.org/ont00001832> ;
                                                   rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000027> ;
                                                   rdfs:range [ owl:intersectionOf ( <http://purl.obolibrary.org/obo/BFO_0000004>
                                                                                     [ rdf:type owl:Class ;
                                                                                       owl:complementOf <http://purl.obolibrary.org/obo/BFO_0000006>
                                                                                     ]
                                                                                   ) ;
                                                                rdf:type owl:Class
                                                              ] ;
                                                   rdfs:label "has all members located in"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "x has all members located in y iff x is an instance of Object Aggregate and y is an instance of independent continuant but not a spatial region, and every member of x is located in y."@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .


###  https://www.commoncoreontologies.org/ont00001799
<https://www.commoncoreontologies.org/ont00001799> rdf:type owl:ObjectProperty ;
                                                   rdfs:subPropertyOf <https://www.commoncoreontologies.org/ont00001809> ;
                                                   rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000023> ;
                                                   rdfs:range <http://purl.obolibrary.org/obo/BFO_0000027> ;
                                                   rdfs:label "role of aggregate"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "x role_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Role, and x inheres_in_aggregate y."@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .


###  https://www.commoncoreontologies.org/ont00001803
<https://www.commoncoreontologies.org/ont00001803> rdf:type owl:ObjectProperty ;
                                                   owl:inverseOf <https://www.commoncoreontologies.org/ont00001819> ;
                                                   rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000003> ;
                                                   rdfs:range <http://purl.obolibrary.org/obo/BFO_0000003> ;
                                                   rdfs:label "is cause of"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "x is_cause_of y iff x and y are instances of Occurrent, and y is a consequence of x."@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .


###  https://www.commoncoreontologies.org/ont00001805
<https://www.commoncoreontologies.org/ont00001805> rdf:type owl:ObjectProperty ;
                                                   owl:inverseOf <https://www.commoncoreontologies.org/ont00001888> ;
                                                   rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000015> ;
                                                   rdfs:range <http://purl.obolibrary.org/obo/BFO_0000015> ;
                                                   <http://purl.org/dc/terms/created> "2022-12-30T21:32:27-05:00"^^xsd:dateTime ;
                                                   <http://purl.org/dc/terms/creator> "https://cubrc.org"^^xsd:anyURI ;
                                                   rdfs:label "is disrupted by"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "Inverse of disrupts." ;
                                                   <http://www.w3.org/2004/02/skos/core#prefLabel> "is disrupted by"@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .


###  https://www.commoncoreontologies.org/ont00001809
<https://www.commoncoreontologies.org/ont00001809> rdf:type owl:ObjectProperty ;
                                                   owl:inverseOf <https://www.commoncoreontologies.org/ont00001836> ;
                                                   rdfs:domain [ rdf:type owl:Class ;
                                                                 owl:unionOf ( <http://purl.obolibrary.org/obo/BFO_0000020>
                                                                               <http://purl.obolibrary.org/obo/BFO_0000031>
                                                                             )
                                                               ] ;
                                                   rdfs:range <http://purl.obolibrary.org/obo/BFO_0000027> ;
                                                   rdfs:label "inheres in aggregate"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "x inheres_in_aggregate y iff x is an instance of Specifically Dependent Continuant and y is an instance of Object Aggregate and z is an instance of Object, such that z bearer_of x, and all other members of y are bearers of a unique instance of the same type as x."@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .


###  https://www.commoncoreontologies.org/ont00001816
<https://www.commoncoreontologies.org/ont00001816> rdf:type owl:ObjectProperty ;
                                                   rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000056> ;
                                                   owl:inverseOf <https://www.commoncoreontologies.org/ont00001986> ;
                                                   rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000002> ;
                                                   rdfs:range <http://purl.obolibrary.org/obo/BFO_0000015> ;
                                                   rdfs:label "is output of"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "x is_output_of y iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the end of y is a necessary condition for the completion of y."@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .


###  https://www.commoncoreontologies.org/ont00001819
<https://www.commoncoreontologies.org/ont00001819> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000003> ;
                                                   rdfs:range <http://purl.obolibrary.org/obo/BFO_0000003> ;
                                                   rdfs:label "caused by"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "x caused_by y iff x and y are instances of Occurrent, and x is a consequence of y."@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .


###  https://www.commoncoreontologies.org/ont00001829
<https://www.commoncoreontologies.org/ont00001829> rdf:type owl:ObjectProperty ;
                                                   rdfs:subPropertyOf <https://www.commoncoreontologies.org/ont00001809> ;
                                                   owl:inverseOf <https://www.commoncoreontologies.org/ont00001956> ;
                                                   rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000016> ;
                                                   rdfs:range <http://purl.obolibrary.org/obo/BFO_0000027> ;
                                                   rdfs:label "disposition of aggregate"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "x disposition_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Disposition, and x inheres_in_aggregate y."@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .


###  https://www.commoncoreontologies.org/ont00001830
<https://www.commoncoreontologies.org/ont00001830> rdf:type owl:ObjectProperty ;
                                                   rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000057> ;
                                                   owl:inverseOf <https://www.commoncoreontologies.org/ont00001895> ;
                                                   rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000015> ;
                                                   rdfs:range <http://purl.obolibrary.org/obo/BFO_0000040> ;
                                                   rdfs:label "has accomplice"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "A Processual Entity p1 has_accomplice some agent a1 iff a1 assists in the commission of p1, is located at the location of p1, but is not agent_in p1."@en ;
                                                   <https://www.commoncoreontologies.org/ont00001754> "https://en.wikipedia.org/w/index.php?title=Accomplice&oldid=1002047204"^^xsd:anyURI ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .


###  https://www.commoncoreontologies.org/ont00001832
<https://www.commoncoreontologies.org/ont00001832> rdf:type owl:ObjectProperty ;
                                                   rdfs:subPropertyOf owl:topObjectProperty ;
                                                   rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000027> ;
                                                   rdfs:range [ owl:intersectionOf ( <http://purl.obolibrary.org/obo/BFO_0000004>
                                                                                     [ rdf:type owl:Class ;
                                                                                       owl:complementOf <http://purl.obolibrary.org/obo/BFO_0000006>
                                                                                     ]
                                                                                   ) ;
                                                                rdf:type owl:Class
                                                              ] ;
                                                   rdfs:label "has some member located in"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "x has some member located in y iff x is an instance of Object Aggregate and y is an instance of independent continuant but not a spatial region, and at least one member of x is located in y."@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .


###  https://www.commoncoreontologies.org/ont00001834
<https://www.commoncoreontologies.org/ont00001834> rdf:type owl:ObjectProperty ;
                                                   rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000057> ;
                                                   owl:inverseOf <https://www.commoncoreontologies.org/ont00001886> ;
                                                   rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000015> ;
                                                   rdfs:range <http://purl.obolibrary.org/obo/BFO_0000002> ;
                                                   rdfs:label "affects"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "x affects y iff x is an instance of Process and y is an instance of Continuant, and x influences y in some manner, most often by producing a change in y."@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .


###  https://www.commoncoreontologies.org/ont00001836
<https://www.commoncoreontologies.org/ont00001836> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000027> ;
                                                   rdfs:range [ rdf:type owl:Class ;
                                                                owl:unionOf ( <http://purl.obolibrary.org/obo/BFO_0000020>
                                                                              <http://purl.obolibrary.org/obo/BFO_0000031>
                                                                            )
                                                              ] ;
                                                   rdfs:label "aggregate bearer of"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "x aggregate_bearer_of y iff x is an instance of Object Aggregate and y is an instance of Specifically Dependent Continuant and z is an instance of Object, such that z bearer of y, and all other members of x are bearers of a unique instance of the same type as y."@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .


###  https://www.commoncoreontologies.org/ont00001841
<https://www.commoncoreontologies.org/ont00001841> rdf:type owl:ObjectProperty ;
                                                   rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000056> ;
                                                   owl:inverseOf <https://www.commoncoreontologies.org/ont00001921> ;
                                                   rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000002> ;
                                                   rdfs:range <http://purl.obolibrary.org/obo/BFO_0000015> ;
                                                   rdfs:label "is input of"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "x is_input_of y iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the beginning of y is a necessary condition for the start of y."@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .


###  https://www.commoncoreontologies.org/ont00001845
<https://www.commoncoreontologies.org/ont00001845> rdf:type owl:ObjectProperty ;
                                                   rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000183> ;
                                                   owl:inverseOf <https://www.commoncoreontologies.org/ont00001918> ;
                                                   rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000029> ;
                                                   rdfs:range <http://purl.obolibrary.org/obo/BFO_0000015> ;
                                                   rdfs:label "is site of"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "x is_site_of y iff x is an instance of Site and y is an instance of Process, such that y occurs in x."@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .


###  https://www.commoncoreontologies.org/ont00001852
<https://www.commoncoreontologies.org/ont00001852> rdf:type owl:ObjectProperty ;
                                                   rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000056> ;
                                                   owl:inverseOf <https://www.commoncoreontologies.org/ont00001949> ;
                                                   rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000040> ;
                                                   rdfs:range <http://purl.obolibrary.org/obo/BFO_0000015> ;
                                                   rdfs:label "accessory in"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "y is_accessory_in x iff x is an instance of Process and y is an instance of Agent, such that y assists another agent in the commission of x, and y was not located at the location of x when x occurred, and y was not an agent_in x."@en ;
                                                   <https://www.commoncoreontologies.org/ont00001754> "http://en.wikipedia.org/wiki/Accessory_(legal_term)" ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .


###  https://www.commoncoreontologies.org/ont00001857
<https://www.commoncoreontologies.org/ont00001857> rdf:type owl:ObjectProperty ;
                                                   rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000132> ;
                                                   rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000015> ;
                                                   rdfs:range <http://purl.obolibrary.org/obo/BFO_0000015> ;
                                                   rdfs:label "is part of process"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "x is_part_of_process y iff x and y are instances of Process, such that x occurs during the temporal interval of y, and x either provides an input to y or receives an output of y."@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .


###  https://www.commoncoreontologies.org/ont00001861
<https://www.commoncoreontologies.org/ont00001861> rdf:type owl:ObjectProperty ;
                                                   owl:inverseOf <https://www.commoncoreontologies.org/ont00001991> ;
                                                   rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000030> ;
                                                   rdfs:range <http://purl.obolibrary.org/obo/BFO_0000030> ;
                                                   rdfs:label "is material of"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "An object m is material of an object o when m is the material of which o consists and that material does not undergo a change of kind during the creation of o"@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .


###  https://www.commoncoreontologies.org/ont00001874
<https://www.commoncoreontologies.org/ont00001874> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000008> ;
                                                   rdfs:range [ rdf:type owl:Class ;
                                                                owl:unionOf ( <http://purl.obolibrary.org/obo/BFO_0000015>
                                                                              <http://purl.obolibrary.org/obo/BFO_0000035>
                                                                            )
                                                              ] ;
                                                   rdfs:label "is temporal region of"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "t is temporal region of p iff p occupies temporal region t."@en ;
                                                   <http://www.w3.org/2004/02/skos/core#editorialNote> "Leaving this is in ERO for now since BFO2020 has no inverse of occupies-temporal-region yet."@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .


###  https://www.commoncoreontologies.org/ont00001886
<https://www.commoncoreontologies.org/ont00001886> rdf:type owl:ObjectProperty ;
                                                   rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000056> ;
                                                   rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000002> ;
                                                   rdfs:range <http://purl.obolibrary.org/obo/BFO_0000015> ;
                                                   rdfs:label "is affected by"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "x is_affected_by y iff x is an instance of Continuant and y is an instance of Process, and y influences x in some manner, most often by producing a change in x."@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .


###  https://www.commoncoreontologies.org/ont00001888
<https://www.commoncoreontologies.org/ont00001888> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000015> ;
                                                   rdfs:range <http://purl.obolibrary.org/obo/BFO_0000015> ;
                                                   <http://purl.org/dc/terms/created> "2022-12-30T21:32:27-05:00"^^xsd:dateTime ;
                                                   <http://purl.org/dc/terms/creator> "https://cubrc.org"^^xsd:anyURI ;
                                                   rdfs:label "disrupts"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "A relation where one process disrupts another process from occurring as it would have."@en ;
                                                   <http://www.w3.org/2004/02/skos/core#editorialNote> "To lower the grade of a process is to lower the quality of a process according to some standard, for example when realizing a capability or a function."@en ;
                                                   <http://www.w3.org/2004/02/skos/core#prefLabel> "disrupts"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#scopeNote> "A process can disrupt another process from occurring as it would have by 1) preventing a disposition or role from being realized by that process, 2) lowering the grade of the process, or 3) stopping the process from continuing to occur."@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .


###  https://www.commoncoreontologies.org/ont00001895
<https://www.commoncoreontologies.org/ont00001895> rdf:type owl:ObjectProperty ;
                                                   rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000056> ;
                                                   rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000040> ;
                                                   rdfs:range <http://purl.obolibrary.org/obo/BFO_0000015> ;
                                                   rdfs:label "accomplice in"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "An agent a1 is accomplice_in some Processual Entity p1 iff a1 assists in the commission of p1, is located at the location of p1, but is not agent_in p1."@en ;
                                                   <https://www.commoncoreontologies.org/ont00001754> "https://en.wikipedia.org/w/index.php?title=Accomplice&oldid=1002047204"^^xsd:anyURI ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .


###  https://www.commoncoreontologies.org/ont00001901
<https://www.commoncoreontologies.org/ont00001901> rdf:type owl:ObjectProperty ;
                                                   rdfs:subPropertyOf <https://www.commoncoreontologies.org/ont00001836> ;
                                                   rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000027> ;
                                                   rdfs:range <http://purl.obolibrary.org/obo/BFO_0000023> ;
                                                   rdfs:label "aggregate has role"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "x aggregate_has_role y iff x is an instance of Object Aggregate and y is an instance of Role, such that x aggregate_bearer_of y."@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .


###  https://www.commoncoreontologies.org/ont00001907
<https://www.commoncoreontologies.org/ont00001907> rdf:type owl:ObjectProperty ;
                                                   rdfs:subPropertyOf <https://www.commoncoreontologies.org/ont00001836> ;
                                                   rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000027> ;
                                                   rdfs:range <http://purl.obolibrary.org/obo/BFO_0000019> ;
                                                   rdfs:label "aggregate has quality"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "x aggregate_has_quality y iff x is an instance of Object Aggregate and y is an instance of Quality, such that x aggregate_bearer_of y."@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .


###  https://www.commoncoreontologies.org/ont00001918
<https://www.commoncoreontologies.org/ont00001918> rdf:type owl:ObjectProperty ;
                                                   rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000066> ;
                                                   rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000015> ;
                                                   rdfs:range <http://purl.obolibrary.org/obo/BFO_0000029> ;
                                                   rdfs:label "occurs at"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "x occurs_at y iff x is an instance of Process and y is an instance of Site, such that x occurs in y."@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .


###  https://www.commoncoreontologies.org/ont00001921
<https://www.commoncoreontologies.org/ont00001921> rdf:type owl:ObjectProperty ;
                                                   rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000057> ;
                                                   rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000015> ;
                                                   rdfs:range <http://purl.obolibrary.org/obo/BFO_0000002> ;
                                                   rdfs:label "has input"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "y has_input x iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the beginning of y is a necessary condition for the start of y."@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .


###  https://www.commoncoreontologies.org/ont00001928
<https://www.commoncoreontologies.org/ont00001928> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000004> ;
                                                   rdfs:range <http://purl.obolibrary.org/obo/BFO_0000004> ;
                                                   rdfs:label "is predecessor of"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "A continuant c1 is a predecessor of some continuant c2 iff there is some process p1 and c1 is an input to p1 and c2 is an output of p1."@en ;
                                                   <http://www.w3.org/2004/02/skos/core#scopeNote> "More informally, c1 is a predecessor of c2 iff c1 has been followed or replaced by c2."@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .


###  https://www.commoncoreontologies.org/ont00001933
<https://www.commoncoreontologies.org/ont00001933> rdf:type owl:ObjectProperty ;
                                                   rdfs:subPropertyOf <https://www.commoncoreontologies.org/ont00001803> ;
                                                   owl:inverseOf <https://www.commoncoreontologies.org/ont00001962> ;
                                                   rdfs:label "process starts"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "x process_starts y iff x and y are instances of processes, and x is_cause_of y, and i is an instance of a temporal instant, and r is an instant of a temporal interval, and y has starting instance i, and x occurs on r, and r interval contains i."@en ;
                                                   <http://www.w3.org/2004/02/skos/core#scopeNote> "A process x starts another process y when x causes y while x is still occurring."@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .


###  https://www.commoncoreontologies.org/ont00001936
<https://www.commoncoreontologies.org/ont00001936> rdf:type owl:ObjectProperty ;
                                                   rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000056> ;
                                                   rdfs:label "is object of"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "If p is a process and c is a continuant, then c is object of p if and only if the c is part of the projected state that the agent intends to achieve by performing p."@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .


###  https://www.commoncoreontologies.org/ont00001947
<https://www.commoncoreontologies.org/ont00001947> rdf:type owl:ObjectProperty ;
                                                   rdfs:subPropertyOf <https://www.commoncoreontologies.org/ont00001809> ;
                                                   rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000019> ;
                                                   rdfs:range <http://purl.obolibrary.org/obo/BFO_0000027> ;
                                                   rdfs:label "quality of aggregate"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "x quality_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Quality, and x inheres_in_aggregate y."@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .


###  https://www.commoncoreontologies.org/ont00001949
<https://www.commoncoreontologies.org/ont00001949> rdf:type owl:ObjectProperty ;
                                                   rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000057> ;
                                                   rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000015> ;
                                                   rdfs:range <http://purl.obolibrary.org/obo/BFO_0000040> ;
                                                   rdfs:label "has accessory"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "x has_accessory y iff x is an instance of Process and y is an instance of Agent, such that y assists another agent in the commission of x, and y was not located at the location of x when x occurred, and y was not an agent_in x."@en ;
                                                   <https://www.commoncoreontologies.org/ont00001754> "http://en.wikipedia.org/wiki/Accessory_(legal_term)" ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .


###  https://www.commoncoreontologies.org/ont00001956
<https://www.commoncoreontologies.org/ont00001956> rdf:type owl:ObjectProperty ;
                                                   rdfs:subPropertyOf <https://www.commoncoreontologies.org/ont00001836> ;
                                                   rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000027> ;
                                                   rdfs:range <http://purl.obolibrary.org/obo/BFO_0000016> ;
                                                   rdfs:label "aggregate has disposition"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "x aggregate_has_disposition y iff x is an instance of Object Aggregate and y is an instance of Disposition, such that x aggregate_bearer_of y."@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .


###  https://www.commoncoreontologies.org/ont00001959
<https://www.commoncoreontologies.org/ont00001959> rdf:type owl:ObjectProperty ;
                                                   owl:inverseOf <https://www.commoncoreontologies.org/ont00001970> ;
                                                   rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000015> ;
                                                   rdfs:range <http://purl.obolibrary.org/obo/BFO_0000015> ;
                                                   rdfs:label "inhibits"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "x inhibits y iff x and y are non-identical Processes, d is a Decrease of Realizable Entity, and x is_cause_of d, and r is a Realizable Entity, and d has_participant r, and r realized_in y."@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .


###  https://www.commoncoreontologies.org/ont00001962
<https://www.commoncoreontologies.org/ont00001962> rdf:type owl:ObjectProperty ;
                                                   rdfs:subPropertyOf <https://www.commoncoreontologies.org/ont00001819> ;
                                                   rdfs:label "process started by"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "x process_started_by y iff x and y are instances of processes, and x is caused_by y, and i is an instance of a temporal instant, and r is an instant of a temporal interval, and x has starting instance i, and y occurs on r, and r interval contains i."@en ;
                                                   <http://www.w3.org/2004/02/skos/core#scopeNote> "A process x is started by another process y when y causes x while y is still occurring."@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .


###  https://www.commoncoreontologies.org/ont00001970
<https://www.commoncoreontologies.org/ont00001970> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000015> ;
                                                   rdfs:range <http://purl.obolibrary.org/obo/BFO_0000015> ;
                                                   rdfs:label "inhibited by"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "y inhibited_by x iff x and y are non-identical Processes, d is a Decrease of Realizable Entity, and x is_cause_of d, and r is a Realizable Entity, and d has_participant r, and r realized_in y."@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .


###  https://www.commoncoreontologies.org/ont00001986
<https://www.commoncoreontologies.org/ont00001986> rdf:type owl:ObjectProperty ;
                                                   rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000057> ;
                                                   rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000015> ;
                                                   rdfs:range <http://purl.obolibrary.org/obo/BFO_0000002> ;
                                                   rdfs:label "has output"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "y has_output x iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the end of y is a necessary condition for the completion of y."@en ;
                                                   <https://www.commoncoreontologies.org/ont00001754> "https://en.wikipedia.org/w/index.php?title=IPO_model&oldid=1024398398"^^xsd:anyURI ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .


###  https://www.commoncoreontologies.org/ont00001991
<https://www.commoncoreontologies.org/ont00001991> rdf:type owl:ObjectProperty ;
                                                   rdfs:subPropertyOf owl:topObjectProperty ;
                                                   rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000030> ;
                                                   rdfs:range <http://purl.obolibrary.org/obo/BFO_0000030> ;
                                                   rdfs:label "is made of"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "An object o is made of an object m when m is the material that o consists of and that material does not undergo a change of kind during the creation of o"@en ;
                                                   <https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .


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

###  http://purl.obolibrary.org/obo/BFO_0000001
<http://purl.obolibrary.org/obo/BFO_0000001> rdf:type owl:Class ;
                                             rdfs:subClassOf owl:Thing ;
                                             <http://purl.obolibrary.org/obo/BFO_0000179> "entity" ;
                                             <http://purl.obolibrary.org/obo/BFO_0000180> "Entity" ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "Julius Caesar"@en ,
                                                                                          "Verdi’s Requiem"@en ,
                                                                                          "the Second World War"@en ,
                                                                                          "your body mass index"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> "BFO 2 Reference: In all areas of empirical inquiry we encounter general terms of two sorts. First are general terms which refer to universals or types:animaltuberculosissurgical procedurediseaseSecond, are general terms used to refer to groups of entities which instantiate a given universal but do not correspond to the extension of any subuniversal of that universal because there is nothing intrinsic to the entities in question by virtue of which they – and only they – are counted as belonging to the given group. Examples are: animal purchased by the Emperortuberculosis diagnosed on a Wednesdaysurgical procedure performed on a patient from Stockholmperson identified as candidate for clinical trial #2056-555person who is signatory of Form 656-PPVpainting by Leonardo da VinciSuch terms, which represent what are called ‘specializations’ in [81"@en ,
                                                                                          "Entity doesn't have a closure axiom because the subclasses don't necessarily exhaust all possibilites. For example Werner Ceusters 'portions of reality' include 4 sorts, entities (as BFO construes them), universals, configurations, and relations. It is an open question as to whether entities as construed in BFO will at some point also include these other portions of reality. See, for example, 'How to track absolutely everything' at http://www.referent-tracking.com/_RTU/papers/CeustersICbookRevised.pdf"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000600> "An entity is anything that exists or has existed or will exist. (axiom label in BFO2 Reference: [001-001])"@en ;
                                             <http://purl.org/dc/elements/1.1/identifier> "001-BFO" ;
                                             rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
                                             rdfs:label "entity"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) An entity is anything that exists or has existed or will exist"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "Julius Caesar; the Second World War; your body mass index; Verdi's Requiem"@en .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000001> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000116> ;
   owl:annotatedTarget "Entity doesn't have a closure axiom because the subclasses don't necessarily exhaust all possibilites. For example Werner Ceusters 'portions of reality' include 4 sorts, entities (as BFO construes them), universals, configurations, and relations. It is an open question as to whether entities as construed in BFO will at some point also include these other portions of reality. See, for example, 'How to track absolutely everything' at http://www.referent-tracking.com/_RTU/papers/CeustersICbookRevised.pdf"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/0000004> ;
   rdfs:comment "per discussion with Barry Smith" ;
   rdfs:seeAlso <http://www.referent-tracking.com/_RTU/papers/CeustersICbookRevised.pdf>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000001> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000600> ;
   owl:annotatedTarget "An entity is anything that exists or has existed or will exist. (axiom label in BFO2 Reference: [001-001])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/001-001>
 ] .


###  http://purl.obolibrary.org/obo/BFO_0000002
<http://purl.obolibrary.org/obo/BFO_0000002> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000001> ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000176> ;
                                                               owl:allValuesFrom <http://purl.obolibrary.org/obo/BFO_0000002>
                                                             ] ;
                                             owl:disjointWith <http://purl.obolibrary.org/obo/BFO_0000003> ;
                                             <http://purl.obolibrary.org/obo/BFO_0000179> "continuant" ;
                                             <http://purl.obolibrary.org/obo/BFO_0000180> "Continuant" ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> "BFO 2 Reference: Continuant entities are entities which can be sliced to yield parts only along the spatial dimension, yielding for example the parts of your table which we call its legs, its top, its nails. ‘My desk stretches from the window to the door. It has spatial parts, and can be sliced (in space) in two. With respect to time, however, a thing is a continuant.’ [60, p. 240"@en ,
                                                                                          "Continuant doesn't have a closure axiom because the subclasses don't necessarily exhaust all possibilites. For example, in an expansion involving bringing in some of Ceuster's other portions of reality, questions are raised as to whether universals are continuants"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000600> "A continuant is an entity that persists, endures, or continues to exist through time while maintaining its identity. (axiom label in BFO2 Reference: [008-002])"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000601> "if b is a continuant and if, for some t, c has_continuant_part b at t, then c is a continuant. (axiom label in BFO2 Reference: [126-001])"@en ,
                                                                                          "if b is a continuant and if, for some t, cis continuant_part of b at t, then c is a continuant. (axiom label in BFO2 Reference: [009-002])"@en ,
                                                                                          "if b is a material entity, then there is some temporal interval (referred to below as a one-dimensional temporal region) during which b exists. (axiom label in BFO2 Reference: [011-002])"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000602> "(forall (x y) (if (and (Continuant x) (exists (t) (continuantPartOfAt y x t))) (Continuant y))) // axiom label in BFO2 CLIF: [009-002] " ,
                                                                                          "(forall (x y) (if (and (Continuant x) (exists (t) (hasContinuantPartOfAt y x t))) (Continuant y))) // axiom label in BFO2 CLIF: [126-001] " ,
                                                                                          "(forall (x) (if (Continuant x) (Entity x))) // axiom label in BFO2 CLIF: [008-002] " ,
                                                                                          "(forall (x) (if (Material Entity x) (exists (t) (and (TemporalRegion t) (existsAt x t))))) // axiom label in BFO2 CLIF: [011-002] " ;
                                             <http://purl.org/dc/elements/1.1/identifier> "008-BFO" ;
                                             rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
                                             rdfs:label "continuant"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) A continuant is an entity that persists, endures, or continues to exist through time while maintaining its identity"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "A human being; a tennis ball; a cave; a region of space; someone's temperature"@en .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000002> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000116> ;
   owl:annotatedTarget "Continuant doesn't have a closure axiom because the subclasses don't necessarily exhaust all possibilites. For example, in an expansion involving bringing in some of Ceuster's other portions of reality, questions are raised as to whether universals are continuants"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/0000007>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000002> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000600> ;
   owl:annotatedTarget "A continuant is an entity that persists, endures, or continues to exist through time while maintaining its identity. (axiom label in BFO2 Reference: [008-002])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/008-002>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000002> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000601> ;
   owl:annotatedTarget "if b is a continuant and if, for some t, c has_continuant_part b at t, then c is a continuant. (axiom label in BFO2 Reference: [126-001])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/126-001>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000002> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000601> ;
   owl:annotatedTarget "if b is a continuant and if, for some t, cis continuant_part of b at t, then c is a continuant. (axiom label in BFO2 Reference: [009-002])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/009-002>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000002> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000601> ;
   owl:annotatedTarget "if b is a material entity, then there is some temporal interval (referred to below as a one-dimensional temporal region) during which b exists. (axiom label in BFO2 Reference: [011-002])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/011-002>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000002> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000602> ;
   owl:annotatedTarget "(forall (x y) (if (and (Continuant x) (exists (t) (continuantPartOfAt y x t))) (Continuant y))) // axiom label in BFO2 CLIF: [009-002] " ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/009-002>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000002> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000602> ;
   owl:annotatedTarget "(forall (x y) (if (and (Continuant x) (exists (t) (hasContinuantPartOfAt y x t))) (Continuant y))) // axiom label in BFO2 CLIF: [126-001] " ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/126-001>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000002> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000602> ;
   owl:annotatedTarget "(forall (x) (if (Continuant x) (Entity x))) // axiom label in BFO2 CLIF: [008-002] " ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/008-002>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000002> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000602> ;
   owl:annotatedTarget "(forall (x) (if (Material Entity x) (exists (t) (and (TemporalRegion t) (existsAt x t))))) // axiom label in BFO2 CLIF: [011-002] " ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/011-002>
 ] .


###  http://purl.obolibrary.org/obo/BFO_0000003
<http://purl.obolibrary.org/obo/BFO_0000003> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000001> ;
                                             <http://purl.obolibrary.org/obo/BFO_0000179> "occurrent" ;
                                             <http://purl.obolibrary.org/obo/BFO_0000180> "Occurrent" ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> "BFO 2 Reference: every occurrent that is not a temporal or spatiotemporal region is s-dependent on some independent continuant that is not a spatial region"@en ,
                                                                                          "BFO 2 Reference: s-dependence obtains between every process and its participants in the sense that, as a matter of necessity, this process could not have existed unless these or those participants existed also. A process may have a succession of participants at different phases of its unfolding. Thus there may be different players on the field at different times during the course of a football game; but the process which is the entire game s-depends_on all of these players nonetheless. Some temporal parts of this process will s-depend_on on only some of the players."@en ,
                                                                                          "Occurrent doesn't have a closure axiom because the subclasses don't necessarily exhaust all possibilites. An example would be the sum of a process and the process boundary of another process."@en ,
                                                                                          "Simons uses different terminology for relations of occurrents to regions: Denote the spatio-temporal location of a given occurrent e by 'spn[e]' and call this region its span. We may say an occurrent is at its span, in any larger region, and covers any smaller region. Now suppose we have fixed a frame of reference so that we can speak not merely of spatio-temporal but also of spatial regions (places) and temporal regions (times). The spread of an occurrent, (relative to a frame of reference) is the space it exactly occupies, and its spell is likewise the time it exactly occupies. We write 'spr[e]' and `spl[e]' respectively for the spread and spell of e, omitting mention of the frame." ;
                                             <http://purl.obolibrary.org/obo/IAO_0000600> "An occurrent is an entity that unfolds itself in time or it is the instantaneous boundary of such an entity (for example a beginning or an ending) or it is a temporal or spatiotemporal region which such an entity occupies_temporal_region or occupies_spatiotemporal_region. (axiom label in BFO2 Reference: [077-002])"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000601> "Every occurrent occupies_spatiotemporal_region some spatiotemporal region. (axiom label in BFO2 Reference: [108-001])"@en ,
                                                                                          "b is an occurrent entity iff b is an entity that has temporal parts. (axiom label in BFO2 Reference: [079-001])"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000602> "(forall (x) (if (Occurrent x) (exists (r) (and (SpatioTemporalRegion r) (occupiesSpatioTemporalRegion x r))))) // axiom label in BFO2 CLIF: [108-001] " ,
                                                                                          "(forall (x) (iff (Occurrent x) (and (Entity x) (exists (y) (temporalPartOf y x))))) // axiom label in BFO2 CLIF: [079-001] " ;
                                             <http://purl.org/dc/elements/1.1/identifier> "077-BFO" ;
                                             rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
                                             rdfs:label "occurrent"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) An occurrent is an entity that unfolds itself in time or it is the start or end of such an entity or it is a temporal or spatiotemporal region"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "As for process, history, process boundary, spatiotemporal region, zero-dimensional temporal region, one-dimensional temporal region, temporal interval, temporal instant."@en .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000003> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000116> ;
   owl:annotatedTarget "Occurrent doesn't have a closure axiom because the subclasses don't necessarily exhaust all possibilites. An example would be the sum of a process and the process boundary of another process."@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/0000006> ;
   rdfs:comment "per discussion with Barry Smith"
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000003> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000116> ;
   owl:annotatedTarget "Simons uses different terminology for relations of occurrents to regions: Denote the spatio-temporal location of a given occurrent e by 'spn[e]' and call this region its span. We may say an occurrent is at its span, in any larger region, and covers any smaller region. Now suppose we have fixed a frame of reference so that we can speak not merely of spatio-temporal but also of spatial regions (places) and temporal regions (times). The spread of an occurrent, (relative to a frame of reference) is the space it exactly occupies, and its spell is likewise the time it exactly occupies. We write 'spr[e]' and `spl[e]' respectively for the spread and spell of e, omitting mention of the frame." ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/0000012>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000003> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000600> ;
   owl:annotatedTarget "An occurrent is an entity that unfolds itself in time or it is the instantaneous boundary of such an entity (for example a beginning or an ending) or it is a temporal or spatiotemporal region which such an entity occupies_temporal_region or occupies_spatiotemporal_region. (axiom label in BFO2 Reference: [077-002])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/077-002>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000003> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000601> ;
   owl:annotatedTarget "Every occurrent occupies_spatiotemporal_region some spatiotemporal region. (axiom label in BFO2 Reference: [108-001])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/108-001>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000003> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000601> ;
   owl:annotatedTarget "b is an occurrent entity iff b is an entity that has temporal parts. (axiom label in BFO2 Reference: [079-001])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/079-001>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000003> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000602> ;
   owl:annotatedTarget "(forall (x) (if (Occurrent x) (exists (r) (and (SpatioTemporalRegion r) (occupiesSpatioTemporalRegion x r))))) // axiom label in BFO2 CLIF: [108-001] " ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/108-001>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000003> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000602> ;
   owl:annotatedTarget "(forall (x) (iff (Occurrent x) (and (Entity x) (exists (y) (temporalPartOf y x))))) // axiom label in BFO2 CLIF: [079-001] " ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/079-001>
 ] .


###  http://purl.obolibrary.org/obo/BFO_0000004
<http://purl.obolibrary.org/obo/BFO_0000004> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000002> ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000176> ;
                                                               owl:allValuesFrom <http://purl.obolibrary.org/obo/BFO_0000004>
                                                             ] ;
                                             owl:disjointWith <http://purl.obolibrary.org/obo/BFO_0000020> ,
                                                              <http://purl.obolibrary.org/obo/BFO_0000031> ;
                                             <http://purl.obolibrary.org/obo/BFO_0000179> "ic" ;
                                             <http://purl.obolibrary.org/obo/BFO_0000180> "IndependentContinuant" ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "a chair"@en ,
                                                                                          "a heart"@en ,
                                                                                          "a leg"@en ,
                                                                                          "a molecule"@en ,
                                                                                          "a spatial region"@en ,
                                                                                          "an atom"@en ,
                                                                                          "an orchestra."@en ,
                                                                                          "an organism"@en ,
                                                                                          "the bottom right portion of a human torso"@en ,
                                                                                          "the interior of your mouth"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "b is an independent continuant = Def. b is a continuant which is such that there is no c and no t such that b s-depends_on c at t. (axiom label in BFO2 Reference: [017-002])"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000601> "For any independent continuant b and any time t there is some spatial region r such that b is located_in r at t. (axiom label in BFO2 Reference: [134-001])"@en ,
                                                                                          "For every independent continuant b and time t during the region of time spanned by its life, there are entities which s-depends_on b during t. (axiom label in BFO2 Reference: [018-002])"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000602> "(forall (x t) (if (IndependentContinuant x) (exists (r) (and (SpatialRegion r) (locatedInAt x r t))))) // axiom label in BFO2 CLIF: [134-001] " ,
                                                                                          "(forall (x t) (if (and (IndependentContinuant x) (existsAt x t)) (exists (y) (and (Entity y) (specificallyDependsOnAt y x t))))) // axiom label in BFO2 CLIF: [018-002] " ,
                                                                                          "(iff (IndependentContinuant a) (and (Continuant a) (not (exists (b t) (specificallyDependsOnAt a b t))))) // axiom label in BFO2 CLIF: [017-002] " ;
                                             <http://purl.org/dc/elements/1.1/identifier> "017-BFO" ;
                                             rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
                                             rdfs:label "independent continuant"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "b is an independent continuant =Def b is a continuant & there is no c such that b specifically depends on c or b generically depends on c"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "An atom; a molecule; an organism; a heart; a chair; the bottom right portion of a human torso; a leg; the interior of your mouth; a spatial region; an orchestra"@en .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000004> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000115> ;
   owl:annotatedTarget "b is an independent continuant = Def. b is a continuant which is such that there is no c and no t such that b s-depends_on c at t. (axiom label in BFO2 Reference: [017-002])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/017-002>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000004> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000601> ;
   owl:annotatedTarget "For any independent continuant b and any time t there is some spatial region r such that b is located_in r at t. (axiom label in BFO2 Reference: [134-001])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/134-001>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000004> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000601> ;
   owl:annotatedTarget "For every independent continuant b and time t during the region of time spanned by its life, there are entities which s-depends_on b during t. (axiom label in BFO2 Reference: [018-002])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/018-002>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000004> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000602> ;
   owl:annotatedTarget "(forall (x t) (if (IndependentContinuant x) (exists (r) (and (SpatialRegion r) (locatedInAt x r t))))) // axiom label in BFO2 CLIF: [134-001] " ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/134-001>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000004> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000602> ;
   owl:annotatedTarget "(forall (x t) (if (and (IndependentContinuant x) (existsAt x t)) (exists (y) (and (Entity y) (specificallyDependsOnAt y x t))))) // axiom label in BFO2 CLIF: [018-002] " ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/018-002>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000004> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000602> ;
   owl:annotatedTarget "(iff (IndependentContinuant a) (and (Continuant a) (not (exists (b t) (specificallyDependsOnAt a b t))))) // axiom label in BFO2 CLIF: [017-002] " ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/017-002>
 ] .


###  http://purl.obolibrary.org/obo/BFO_0000006
<http://purl.obolibrary.org/obo/BFO_0000006> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000141> ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000176> ;
                                                               owl:allValuesFrom <http://purl.obolibrary.org/obo/BFO_0000006>
                                                             ] ;
                                             owl:disjointWith <http://purl.obolibrary.org/obo/BFO_0000029> ,
                                                              <http://purl.obolibrary.org/obo/BFO_0000140> ;
                                             <http://purl.obolibrary.org/obo/BFO_0000179> "s-region" ;
                                             <http://purl.obolibrary.org/obo/BFO_0000180> "SpatialRegion" ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> "BFO 2 Reference: Spatial regions do not participate in processes."@en ,
                                                                                          "Spatial region doesn't have a closure axiom because the subclasses don't exhaust all possibilites. An example would be the union of a spatial point and a spatial line that doesn't overlap the point, or two spatial lines that intersect at a single point. In both cases the resultant spatial region is neither 0-dimensional, 1-dimensional, 2-dimensional, or 3-dimensional."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000600> "A spatial region is a continuant entity that is a continuant_part_of spaceR as defined relative to some frame R. (axiom label in BFO2 Reference: [035-001])"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000601> "All continuant parts of spatial regions are spatial regions. (axiom label in BFO2 Reference: [036-001])"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000602> "(forall (x y t) (if (and (SpatialRegion x) (continuantPartOfAt y x t)) (SpatialRegion y))) // axiom label in BFO2 CLIF: [036-001] " ,
                                                                                          "(forall (x) (if (SpatialRegion x) (Continuant x))) // axiom label in BFO2 CLIF: [035-001] " ;
                                             <http://purl.org/dc/elements/1.1/identifier> "035-BFO" ;
                                             rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
                                             rdfs:label "spatial region"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) A spatial region is a continuant entity that is a continuant part of the spatial projection of a portion of spacetime at a given time"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "As for zero-dimensional spatial region, one-dimensional spatial region, two-dimensional spatial region, three-dimensional spatial region"@en .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000006> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000116> ;
   owl:annotatedTarget "Spatial region doesn't have a closure axiom because the subclasses don't exhaust all possibilites. An example would be the union of a spatial point and a spatial line that doesn't overlap the point, or two spatial lines that intersect at a single point. In both cases the resultant spatial region is neither 0-dimensional, 1-dimensional, 2-dimensional, or 3-dimensional."@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/0000002> ;
   rdfs:comment "per discussion with Barry Smith"
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000006> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000600> ;
   owl:annotatedTarget "A spatial region is a continuant entity that is a continuant_part_of spaceR as defined relative to some frame R. (axiom label in BFO2 Reference: [035-001])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/035-001>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000006> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000601> ;
   owl:annotatedTarget "All continuant parts of spatial regions are spatial regions. (axiom label in BFO2 Reference: [036-001])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/036-001>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000006> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000602> ;
   owl:annotatedTarget "(forall (x y t) (if (and (SpatialRegion x) (continuantPartOfAt y x t)) (SpatialRegion y))) // axiom label in BFO2 CLIF: [036-001] " ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/036-001>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000006> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000602> ;
   owl:annotatedTarget "(forall (x) (if (SpatialRegion x) (Continuant x))) // axiom label in BFO2 CLIF: [035-001] " ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/035-001>
 ] .


###  http://purl.obolibrary.org/obo/BFO_0000008
<http://purl.obolibrary.org/obo/BFO_0000008> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000003> ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000132> ;
                                                               owl:allValuesFrom <http://purl.obolibrary.org/obo/BFO_0000008>
                                                             ] ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000139> ;
                                                               owl:allValuesFrom <http://purl.obolibrary.org/obo/BFO_0000008>
                                                             ] ;
                                             owl:disjointWith <http://purl.obolibrary.org/obo/BFO_0000011> ,
                                                              <http://purl.obolibrary.org/obo/BFO_0000015> ,
                                                              <http://purl.obolibrary.org/obo/BFO_0000035> ;
                                             <http://purl.obolibrary.org/obo/BFO_0000179> "t-region" ;
                                             <http://purl.obolibrary.org/obo/BFO_0000180> "TemporalRegion" ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> "Temporal region doesn't have a closure axiom because the subclasses don't exhaust all possibilites. An example would be the mereological sum of a temporal instant and a temporal interval that doesn't overlap the instant. In this case the resultant temporal region is neither 0-dimensional nor 1-dimensional"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000600> "A temporal region is an occurrent entity that is part of time as defined relative to some reference frame. (axiom label in BFO2 Reference: [100-001])"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000601> "All parts of temporal regions are temporal regions. (axiom label in BFO2 Reference: [101-001])"@en ,
                                                                                          "Every temporal region t is such that t occupies_temporal_region t. (axiom label in BFO2 Reference: [119-002])"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000602> "(forall (r) (if (TemporalRegion r) (occupiesTemporalRegion r r))) // axiom label in BFO2 CLIF: [119-002] " ,
                                                                                          "(forall (x y) (if (and (TemporalRegion x) (occurrentPartOf y x)) (TemporalRegion y))) // axiom label in BFO2 CLIF: [101-001] " ,
                                                                                          "(forall (x) (if (TemporalRegion x) (Occurrent x))) // axiom label in BFO2 CLIF: [100-001] " ;
                                             <http://purl.org/dc/elements/1.1/identifier> "100-BFO" ;
                                             rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
                                             rdfs:label "temporal region"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) A temporal region is an occurrent over which processes can unfold"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "As for zero-dimensional temporal region and one-dimensional temporal region"@en .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000008> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000116> ;
   owl:annotatedTarget "Temporal region doesn't have a closure axiom because the subclasses don't exhaust all possibilites. An example would be the mereological sum of a temporal instant and a temporal interval that doesn't overlap the instant. In this case the resultant temporal region is neither 0-dimensional nor 1-dimensional"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/0000003> ;
   rdfs:comment "per discussion with Barry Smith"
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000008> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000600> ;
   owl:annotatedTarget "A temporal region is an occurrent entity that is part of time as defined relative to some reference frame. (axiom label in BFO2 Reference: [100-001])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/100-001>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000008> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000601> ;
   owl:annotatedTarget "All parts of temporal regions are temporal regions. (axiom label in BFO2 Reference: [101-001])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/101-001>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000008> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000601> ;
   owl:annotatedTarget "Every temporal region t is such that t occupies_temporal_region t. (axiom label in BFO2 Reference: [119-002])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/119-002>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000008> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000602> ;
   owl:annotatedTarget "(forall (r) (if (TemporalRegion r) (occupiesTemporalRegion r r))) // axiom label in BFO2 CLIF: [119-002] " ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/119-002>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000008> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000602> ;
   owl:annotatedTarget "(forall (x y) (if (and (TemporalRegion x) (occurrentPartOf y x)) (TemporalRegion y))) // axiom label in BFO2 CLIF: [101-001] " ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/101-001>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000008> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000602> ;
   owl:annotatedTarget "(forall (x) (if (TemporalRegion x) (Occurrent x))) // axiom label in BFO2 CLIF: [100-001] " ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/100-001>
 ] .


###  http://purl.obolibrary.org/obo/BFO_0000009
<http://purl.obolibrary.org/obo/BFO_0000009> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000006> ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000178> ;
                                                               owl:allValuesFrom [ rdf:type owl:Class ;
                                                                                   owl:unionOf ( <http://purl.obolibrary.org/obo/BFO_0000009>
                                                                                                 <http://purl.obolibrary.org/obo/BFO_0000018>
                                                                                                 <http://purl.obolibrary.org/obo/BFO_0000026>
                                                                                               )
                                                                                 ]
                                                             ] ;
                                             owl:disjointWith <http://purl.obolibrary.org/obo/BFO_0000028> ;
                                             <http://purl.obolibrary.org/obo/BFO_0000179> "2d-s-region" ;
                                             <http://purl.obolibrary.org/obo/BFO_0000180> "TwoDimensionalSpatialRegion" ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "an infinitely thin plane in space."@en ,
                                                                                          "the surface of a sphere-shaped part of space"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000600> "A two-dimensional spatial region is a spatial region that is of two dimensions. (axiom label in BFO2 Reference: [039-001])"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000602> "(forall (x) (if (TwoDimensionalSpatialRegion x) (SpatialRegion x))) // axiom label in BFO2 CLIF: [039-001] " ;
                                             <http://purl.org/dc/elements/1.1/identifier> "039-BFO" ;
                                             rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
                                             rdfs:label "two-dimensional spatial region"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) A two-dimensional spatial region is a spatial region that is a whole consisting of a surface together with zero or more surfaces which may have spatial regions of lower dimension as parts"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "The surface of a sphere-shaped part of space; an infinitely thin plane in space"@en .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000009> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000600> ;
   owl:annotatedTarget "A two-dimensional spatial region is a spatial region that is of two dimensions. (axiom label in BFO2 Reference: [039-001])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/039-001>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000009> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000602> ;
   owl:annotatedTarget "(forall (x) (if (TwoDimensionalSpatialRegion x) (SpatialRegion x))) // axiom label in BFO2 CLIF: [039-001] " ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/039-001>
 ] .


###  http://purl.obolibrary.org/obo/BFO_0000011
<http://purl.obolibrary.org/obo/BFO_0000011> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000003> ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000132> ;
                                                               owl:allValuesFrom <http://purl.obolibrary.org/obo/BFO_0000011>
                                                             ] ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000139> ;
                                                               owl:allValuesFrom <http://purl.obolibrary.org/obo/BFO_0000011>
                                                             ] ;
                                             <http://purl.obolibrary.org/obo/BFO_0000179> "st-region" ;
                                             <http://purl.obolibrary.org/obo/BFO_0000180> "SpatiotemporalRegion" ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "the spatiotemporal region occupied by a human life"@en ,
                                                                                          "the spatiotemporal region occupied by a process of cellular meiosis."@en ,
                                                                                          "the spatiotemporal region occupied by the development of a cancer tumor"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000600> "A spatiotemporal region is an occurrent entity that is part of spacetime. (axiom label in BFO2 Reference: [095-001])"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000601> "All parts of spatiotemporal regions are spatiotemporal regions. (axiom label in BFO2 Reference: [096-001])"@en ,
                                                                                          "Each spatiotemporal region at any time t projects_onto some spatial region at t. (axiom label in BFO2 Reference: [099-001])"@en ,
                                                                                          "Each spatiotemporal region projects_onto some temporal region. (axiom label in BFO2 Reference: [098-001])"@en ,
                                                                                          "Every spatiotemporal region occupies_spatiotemporal_region itself."@en ,
                                                                                          "Every spatiotemporal region s is such that s occupies_spatiotemporal_region s. (axiom label in BFO2 Reference: [107-002])"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000602> "(forall (r) (if (SpatioTemporalRegion r) (occupiesSpatioTemporalRegion r r))) // axiom label in BFO2 CLIF: [107-002] " ,
                                                                                          "(forall (x t) (if (SpatioTemporalRegion x) (exists (y) (and (SpatialRegion y) (spatiallyProjectsOntoAt x y t))))) // axiom label in BFO2 CLIF: [099-001] " ,
                                                                                          "(forall (x y) (if (and (SpatioTemporalRegion x) (occurrentPartOf y x)) (SpatioTemporalRegion y))) // axiom label in BFO2 CLIF: [096-001] " ,
                                                                                          "(forall (x) (if (SpatioTemporalRegion x) (Occurrent x))) // axiom label in BFO2 CLIF: [095-001] " ,
                                                                                          "(forall (x) (if (SpatioTemporalRegion x) (exists (y) (and (TemporalRegion y) (temporallyProjectsOnto x y))))) // axiom label in BFO2 CLIF: [098-001] " ;
                                             <http://purl.org/dc/elements/1.1/identifier> "095-BFO" ;
                                             rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
                                             rdfs:label "spatiotemporal region"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) A spatiotemporal region is an occurrent that is an occurrent part of spacetime"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "The spatiotemporal region occupied by the development of a cancer tumour; the spatiotemporal region occupied by an orbiting satellite"@en ;
                                             <http://www.w3.org/2004/02/skos/core#scopeNote> "'Spacetime' here refers to the maximal instance of the universal spatiotemporal region."@en .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000011> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000600> ;
   owl:annotatedTarget "A spatiotemporal region is an occurrent entity that is part of spacetime. (axiom label in BFO2 Reference: [095-001])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/095-001>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000011> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000601> ;
   owl:annotatedTarget "All parts of spatiotemporal regions are spatiotemporal regions. (axiom label in BFO2 Reference: [096-001])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/096-001>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000011> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000601> ;
   owl:annotatedTarget "Each spatiotemporal region at any time t projects_onto some spatial region at t. (axiom label in BFO2 Reference: [099-001])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/099-001>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000011> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000601> ;
   owl:annotatedTarget "Each spatiotemporal region projects_onto some temporal region. (axiom label in BFO2 Reference: [098-001])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/098-001>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000011> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000601> ;
   owl:annotatedTarget "Every spatiotemporal region s is such that s occupies_spatiotemporal_region s. (axiom label in BFO2 Reference: [107-002])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/107-002>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000011> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000602> ;
   owl:annotatedTarget "(forall (r) (if (SpatioTemporalRegion r) (occupiesSpatioTemporalRegion r r))) // axiom label in BFO2 CLIF: [107-002] " ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/107-002>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000011> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000602> ;
   owl:annotatedTarget "(forall (x t) (if (SpatioTemporalRegion x) (exists (y) (and (SpatialRegion y) (spatiallyProjectsOntoAt x y t))))) // axiom label in BFO2 CLIF: [099-001] " ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/099-001>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000011> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000602> ;
   owl:annotatedTarget "(forall (x y) (if (and (SpatioTemporalRegion x) (occurrentPartOf y x)) (SpatioTemporalRegion y))) // axiom label in BFO2 CLIF: [096-001] " ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/096-001>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000011> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000602> ;
   owl:annotatedTarget "(forall (x) (if (SpatioTemporalRegion x) (Occurrent x))) // axiom label in BFO2 CLIF: [095-001] " ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/095-001>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000011> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000602> ;
   owl:annotatedTarget "(forall (x) (if (SpatioTemporalRegion x) (exists (y) (and (TemporalRegion y) (temporallyProjectsOnto x y))))) // axiom label in BFO2 CLIF: [098-001] " ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/098-001>
 ] .


###  http://purl.obolibrary.org/obo/BFO_0000015
<http://purl.obolibrary.org/obo/BFO_0000015> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000003> ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000117> ;
                                                               owl:allValuesFrom [ rdf:type owl:Class ;
                                                                                   owl:unionOf ( <http://purl.obolibrary.org/obo/BFO_0000015>
                                                                                                 <http://purl.obolibrary.org/obo/BFO_0000035>
                                                                                               )
                                                                                 ]
                                                             ] ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000132> ;
                                                               owl:allValuesFrom <http://purl.obolibrary.org/obo/BFO_0000015>
                                                             ] ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000139> ;
                                                               owl:allValuesFrom <http://purl.obolibrary.org/obo/BFO_0000015>
                                                             ] ;
                                             <http://purl.obolibrary.org/obo/BFO_0000179> "process" ;
                                             <http://purl.obolibrary.org/obo/BFO_0000180> "Process" ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "a process of cell-division, \\ a beating of the heart"@en ,
                                                                                          "a process of meiosis"@en ,
                                                                                          "a process of sleeping"@en ,
                                                                                          "the course of a disease"@en ,
                                                                                          "the flight of a bird"@en ,
                                                                                          "the life of an organism"@en ,
                                                                                          "your process of aging."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "p is a process = Def. p is an occurrent that has temporal proper parts and for some time t, p s-depends_on some material entity at t. (axiom label in BFO2 Reference: [083-003])"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> "BFO 2 Reference: The realm of occurrents is less pervasively marked by the presence of natural units than is the case in the realm of independent continuants. Thus there is here no counterpart of ‘object’. In BFO 1.0 ‘process’ served as such a counterpart. In BFO 2.0 ‘process’ is, rather, the occurrent counterpart of ‘material entity’. Those natural – as contrasted with engineered, which here means: deliberately executed – units which do exist in the realm of occurrents are typically either parasitic on the existence of natural units on the continuant side, or they are fiat in nature. Thus we can count lives; we can count football games; we can count chemical reactions performed in experiments or in chemical manufacturing. We cannot count the processes taking place, for instance, in an episode of insect mating behavior.Even where natural units are identifiable, for example cycles in a cyclical process such as the beating of a heart or an organism’s sleep/wake cycle, the processes in question form a sequence with no discontinuities (temporal gaps) of the sort that we find for instance where billiard balls or zebrafish or planets are separated by clear spatial gaps. Lives of organisms are process units, but they too unfold in a continuous series from other, prior processes such as fertilization, and they unfold in turn in continuous series of post-life processes such as post-mortem decay. Clear examples of boundaries of processes are almost always of the fiat sort (midnight, a time of death as declared in an operating theater or on a death certificate, the initiation of a state of war)"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000602> "(iff (Process a) (and (Occurrent a) (exists (b) (properTemporalPartOf b a)) (exists (c t) (and (MaterialEntity c) (specificallyDependsOnAt a c t))))) // axiom label in BFO2 CLIF: [083-003] " ;
                                             <http://purl.org/dc/elements/1.1/identifier> "083-BFO" ;
                                             rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
                                             rdfs:label "process"@en ;
                                             <http://www.w3.org/2004/02/skos/core#altLabel> "event"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) p is a process means p is an occurrent that has some temporal proper part and for some time t, p has some material entity as participant"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "An act of selling; the life of an organism; a process of sleeping; a process of cell-division; a beating of the heart; a process of meiosis; the taxiing of an aircraft; the programming of a computer"@en .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000015> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000115> ;
   owl:annotatedTarget "p is a process = Def. p is an occurrent that has temporal proper parts and for some time t, p s-depends_on some material entity at t. (axiom label in BFO2 Reference: [083-003])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/083-003>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000015> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000602> ;
   owl:annotatedTarget "(iff (Process a) (and (Occurrent a) (exists (b) (properTemporalPartOf b a)) (exists (c t) (and (MaterialEntity c) (specificallyDependsOnAt a c t))))) // axiom label in BFO2 CLIF: [083-003] " ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/083-003>
 ] .


###  http://purl.obolibrary.org/obo/BFO_0000016
<http://purl.obolibrary.org/obo/BFO_0000016> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000017> ;
                                             owl:disjointWith <http://purl.obolibrary.org/obo/BFO_0000023> ;
                                             <http://purl.obolibrary.org/obo/BFO_0000179> "disposition" ;
                                             <http://purl.obolibrary.org/obo/BFO_0000180> "Disposition" ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "an atom of element X has the disposition to decay to an atom of element Y"@en ,
                                                                                          "certain people have a predisposition to colon cancer"@en ,
                                                                                          "children are innately disposed to categorize objects in certain ways."@en ,
                                                                                          "the cell wall is disposed to filter chemicals in endocytosis and exocytosis"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> "BFO 2 Reference: Dispositions exist along a strength continuum. Weaker forms of disposition are realized in only a fraction of triggering cases. These forms occur in a significant number of cases of a similar type."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000600> "b is a disposition means: b is a realizable entity & b’s bearer is some material entity & b is such that if it ceases to exist, then its bearer is physically changed, & b’s realization occurs when and because this bearer is in some special physical circumstances, & this realization occurs in virtue of the bearer’s physical make-up. (axiom label in BFO2 Reference: [062-002])"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000601> "If b is a realizable entity then for all t at which b exists, b s-depends_on some material entity at t. (axiom label in BFO2 Reference: [063-002])"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000602> "(forall (x t) (if (and (RealizableEntity x) (existsAt x t)) (exists (y) (and (MaterialEntity y) (specificallyDepends x y t))))) // axiom label in BFO2 CLIF: [063-002] " ,
                                                                                          "(forall (x) (if (Disposition x) (and (RealizableEntity x) (exists (y) (and (MaterialEntity y) (bearerOfAt x y t)))))) // axiom label in BFO2 CLIF: [062-002] " ;
                                             <http://purl.org/dc/elements/1.1/identifier> "062-BFO" ;
                                             rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
                                             rdfs:label "disposition"@en ;
                                             <http://www.w3.org/2004/02/skos/core#altLabel> "internally-grounded realizable entity"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) A disposition b is a realizable entity such that if b ceases to exist then its bearer is physically changed & b's realization occurs when and because this bearer is in some special physical circumstances & this realization occurs in virtue of the bearer's physical make-up"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "An atom of element X has the disposition to decay to an atom of element Y; the cell wall is disposed to transport cellular material through endocytosis and exocytosis; certain people have a predisposition to colon cancer; children are innately disposed to categorize objects in certain ways"@en .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000016> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000600> ;
   owl:annotatedTarget "b is a disposition means: b is a realizable entity & b’s bearer is some material entity & b is such that if it ceases to exist, then its bearer is physically changed, & b’s realization occurs when and because this bearer is in some special physical circumstances, & this realization occurs in virtue of the bearer’s physical make-up. (axiom label in BFO2 Reference: [062-002])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/062-002>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000016> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000601> ;
   owl:annotatedTarget "If b is a realizable entity then for all t at which b exists, b s-depends_on some material entity at t. (axiom label in BFO2 Reference: [063-002])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/063-002>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000016> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000602> ;
   owl:annotatedTarget "(forall (x t) (if (and (RealizableEntity x) (existsAt x t)) (exists (y) (and (MaterialEntity y) (specificallyDepends x y t))))) // axiom label in BFO2 CLIF: [063-002] " ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/063-002>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000016> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000602> ;
   owl:annotatedTarget "(forall (x) (if (Disposition x) (and (RealizableEntity x) (exists (y) (and (MaterialEntity y) (bearerOfAt x y t)))))) // axiom label in BFO2 CLIF: [062-002] " ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/062-002>
 ] .


###  http://purl.obolibrary.org/obo/BFO_0000017
<http://purl.obolibrary.org/obo/BFO_0000017> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000020> ;
                                             owl:disjointWith <http://purl.obolibrary.org/obo/BFO_0000019> ;
                                             <http://purl.obolibrary.org/obo/BFO_0000179> "realizable" ;
                                             <http://purl.obolibrary.org/obo/BFO_0000180> "RealizableEntity" ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "the disposition of this piece of metal to conduct electricity."@en ,
                                                                                          "the disposition of your blood to coagulate"@en ,
                                                                                          "the function of your reproductive organs"@en ,
                                                                                          "the role of being a doctor"@en ,
                                                                                          "the role of this boundary to delineate where Utah and Colorado meet"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000600> "To say that b is a realizable entity is to say that b is a specifically dependent continuant that inheres in some independent continuant which is not a spatial region and is of a type instances of which are realized in processes of a correlated type. (axiom label in BFO2 Reference: [058-002])"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000601> "All realizable dependent continuants have independent continuants that are not spatial regions as their bearers. (axiom label in BFO2 Reference: [060-002])"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000602> "(forall (x t) (if (RealizableEntity x) (exists (y) (and (IndependentContinuant y) (not (SpatialRegion y)) (bearerOfAt y x t))))) // axiom label in BFO2 CLIF: [060-002] " ,
                                                                                          "(forall (x) (if (RealizableEntity x) (and (SpecificallyDependentContinuant x) (exists (y) (and (IndependentContinuant y) (not (SpatialRegion y)) (inheresIn x y)))))) // axiom label in BFO2 CLIF: [058-002] " ;
                                             <http://purl.org/dc/elements/1.1/identifier> "058-BFO" ;
                                             rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
                                             rdfs:label "realizable entity"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) A realizable entity is a specifically dependent continuant that inheres in some independent continuant which is not a spatial region & which is of a type some instances of which are realized in processes of a correlated type"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "The role of being a doctor; the role of this boundary to delineate where Utah and Colorado meet; the function of your reproductive organs; the disposition of your blood to coagulate; the disposition of this piece of metal to conduct electricity"@en .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000017> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000600> ;
   owl:annotatedTarget "To say that b is a realizable entity is to say that b is a specifically dependent continuant that inheres in some independent continuant which is not a spatial region and is of a type instances of which are realized in processes of a correlated type. (axiom label in BFO2 Reference: [058-002])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/058-002>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000017> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000601> ;
   owl:annotatedTarget "All realizable dependent continuants have independent continuants that are not spatial regions as their bearers. (axiom label in BFO2 Reference: [060-002])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/060-002>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000017> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000602> ;
   owl:annotatedTarget "(forall (x t) (if (RealizableEntity x) (exists (y) (and (IndependentContinuant y) (not (SpatialRegion y)) (bearerOfAt y x t))))) // axiom label in BFO2 CLIF: [060-002] " ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/060-002>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000017> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000602> ;
   owl:annotatedTarget "(forall (x) (if (RealizableEntity x) (and (SpecificallyDependentContinuant x) (exists (y) (and (IndependentContinuant y) (not (SpatialRegion y)) (inheresIn x y)))))) // axiom label in BFO2 CLIF: [058-002] " ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/058-002>
 ] .


###  http://purl.obolibrary.org/obo/BFO_0000018
<http://purl.obolibrary.org/obo/BFO_0000018> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000006> ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000178> ;
                                                               owl:allValuesFrom <http://purl.obolibrary.org/obo/BFO_0000018>
                                                             ] ;
                                             owl:disjointWith <http://purl.obolibrary.org/obo/BFO_0000028> ;
                                             <http://purl.obolibrary.org/obo/BFO_0000179> "0d-s-region" ;
                                             <http://purl.obolibrary.org/obo/BFO_0000180> "ZeroDimensionalSpatialRegion" ;
                                             <http://purl.obolibrary.org/obo/IAO_0000600> "A zero-dimensional spatial region is a point in space. (axiom label in BFO2 Reference: [037-001])"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000602> "(forall (x) (if (ZeroDimensionalSpatialRegion x) (SpatialRegion x))) // axiom label in BFO2 CLIF: [037-001] " ;
                                             <http://purl.org/dc/elements/1.1/identifier> "037-BFO" ;
                                             rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
                                             rdfs:label "zero-dimensional spatial region"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) A zero-dimensional spatial region is one or a collection of more than one spatially disjoint points in space"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "The spatial region occupied at some time instant by the North Pole"@en .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000018> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000600> ;
   owl:annotatedTarget "A zero-dimensional spatial region is a point in space. (axiom label in BFO2 Reference: [037-001])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/037-001>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000018> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000602> ;
   owl:annotatedTarget "(forall (x) (if (ZeroDimensionalSpatialRegion x) (SpatialRegion x))) // axiom label in BFO2 CLIF: [037-001] " ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/037-001>
 ] .


###  http://purl.obolibrary.org/obo/BFO_0000019
<http://purl.obolibrary.org/obo/BFO_0000019> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000020> ;
                                             <http://purl.obolibrary.org/obo/BFO_0000179> "quality" ;
                                             <http://purl.obolibrary.org/obo/BFO_0000180> "Quality" ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "the ambient temperature of this portion of air"@en ,
                                                                                          "the color of a tomato"@en ,
                                                                                          "the length of the circumference of your waist"@en ,
                                                                                          "the mass of this piece of gold."@en ,
                                                                                          "the shape of your nose"@en ,
                                                                                          "the shape of your nostril"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000600> "a quality is a specifically dependent continuant that, in contrast to roles and dispositions, does not require any further process in order to be realized. (axiom label in BFO2 Reference: [055-001])"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000601> "If an entity is a quality at any time that it exists, then it is a quality at every time that it exists. (axiom label in BFO2 Reference: [105-001])"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000602> "(forall (x) (if (Quality x) (SpecificallyDependentContinuant x))) // axiom label in BFO2 CLIF: [055-001] " ,
                                                                                          "(forall (x) (if (exists (t) (and (existsAt x t) (Quality x))) (forall (t_1) (if (existsAt x t_1) (Quality x))))) // axiom label in BFO2 CLIF: [105-001] " ;
                                             <http://purl.org/dc/elements/1.1/identifier> "055-BFO" ;
                                             rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
                                             rdfs:label "quality"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) A quality is a specifically dependent continuant that, in contrast to roles and dispositions, does not require any further process in order to be realized"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "The colour of a tomato; the ambient temperature of this portion of air; the length of the circumference of your waist; the shape of your nose; the shape of your nostril; the mass of this piece of gold"@en .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000019> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000600> ;
   owl:annotatedTarget "a quality is a specifically dependent continuant that, in contrast to roles and dispositions, does not require any further process in order to be realized. (axiom label in BFO2 Reference: [055-001])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/055-001>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000019> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000601> ;
   owl:annotatedTarget "If an entity is a quality at any time that it exists, then it is a quality at every time that it exists. (axiom label in BFO2 Reference: [105-001])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/105-001>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000019> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000602> ;
   owl:annotatedTarget "(forall (x) (if (Quality x) (SpecificallyDependentContinuant x))) // axiom label in BFO2 CLIF: [055-001] " ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/055-001>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000019> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000602> ;
   owl:annotatedTarget "(forall (x) (if (exists (t) (and (existsAt x t) (Quality x))) (forall (t_1) (if (existsAt x t_1) (Quality x))))) // axiom label in BFO2 CLIF: [105-001] " ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/105-001>
 ] .


###  http://purl.obolibrary.org/obo/BFO_0000020
<http://purl.obolibrary.org/obo/BFO_0000020> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000002> ;
                                             owl:disjointWith <http://purl.obolibrary.org/obo/BFO_0000031> ;
                                             <http://purl.obolibrary.org/obo/BFO_0000179> "sdc" ;
                                             <http://purl.obolibrary.org/obo/BFO_0000180> "SpecificallyDependentContinuant" ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "Reciprocal specifically dependent continuants: the function of this key to open this lock and the mutually dependent disposition of this lock: to be opened by this key"@en ,
                                                                                          "of one-sided specifically dependent continuants: the mass of this tomato"@en ,
                                                                                          "of relational dependent continuants (multiple bearers): John’s love for Mary, the ownership relation between John and this statue, the relation of authority between John and his subordinates."@en ,
                                                                                          "the disposition of this fish to decay"@en ,
                                                                                          "the function of this heart: to pump blood"@en ,
                                                                                          "the mutual dependence of proton donors and acceptors in chemical reactions [79"@en ,
                                                                                          "the mutual dependence of the role predator and the role prey as played by two organisms in a given interaction"@en ,
                                                                                          "the pink color of a medium rare piece of grilled filet mignon at its center"@en ,
                                                                                          "the role of being a doctor"@en ,
                                                                                          "the shape of this hole."@en ,
                                                                                          "the smell of this portion of mozzarella"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "b is a specifically dependent continuant = Def. b is a continuant & there is some independent continuant c which is not a spatial region and which is such that b s-depends_on c at every time t during the course of b’s existence. (axiom label in BFO2 Reference: [050-003])"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> "Specifically dependent continuant doesn't have a closure axiom because the subclasses don't necessarily exhaust all possibilites. We're not sure what else will develop here, but for example there are questions such as what are promises, obligation, etc."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000602> "(iff (SpecificallyDependentContinuant a) (and (Continuant a) (forall (t) (if (existsAt a t) (exists (b) (and (IndependentContinuant b) (not (SpatialRegion b)) (specificallyDependsOnAt a b t))))))) // axiom label in BFO2 CLIF: [050-003] " ;
                                             <http://purl.org/dc/elements/1.1/identifier> "050-BFO" ;
                                             rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
                                             rdfs:label "specifically dependent continuant"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "b is a specifically dependent continuant =Def b is a continuant & there is some independent continuant c which is not a spatial region & which is such that b specifically depends on c"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "(with multiple bearers) John's love for Mary; the ownership relation between John and this statue; the relation of authority between John and his subordinates"@en ,
                                                                                           "(with one bearer) The mass of this tomato; the pink colour of a medium rare piece of grilled filet mignon at its centre; the smell of this portion of mozzarella; the disposition of this fish to decay; the role of being a doctor; the function of this heart to pump blood; the shape of this hole"@en .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000020> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000115> ;
   owl:annotatedTarget "b is a specifically dependent continuant = Def. b is a continuant & there is some independent continuant c which is not a spatial region and which is such that b s-depends_on c at every time t during the course of b’s existence. (axiom label in BFO2 Reference: [050-003])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/050-003>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000020> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000116> ;
   owl:annotatedTarget "Specifically dependent continuant doesn't have a closure axiom because the subclasses don't necessarily exhaust all possibilites. We're not sure what else will develop here, but for example there are questions such as what are promises, obligation, etc."@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/0000005> ;
   rdfs:comment "per discussion with Barry Smith"
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000020> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000602> ;
   owl:annotatedTarget "(iff (SpecificallyDependentContinuant a) (and (Continuant a) (forall (t) (if (existsAt a t) (exists (b) (and (IndependentContinuant b) (not (SpatialRegion b)) (specificallyDependsOnAt a b t))))))) // axiom label in BFO2 CLIF: [050-003] " ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/050-003>
 ] .


###  http://purl.obolibrary.org/obo/BFO_0000023
<http://purl.obolibrary.org/obo/BFO_0000023> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000017> ;
                                             <http://purl.obolibrary.org/obo/BFO_0000179> "role" ;
                                             <http://purl.obolibrary.org/obo/BFO_0000180> "Role" ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "John’s role of husband to Mary is dependent on Mary’s role of wife to John, and both are dependent on the object aggregate comprising John and Mary as member parts joined together through the relational quality of being married."@en ,
                                                                                          "the priest role"@en ,
                                                                                          "the role of a boundary to demarcate two neighboring administrative territories"@en ,
                                                                                          "the role of a building in serving as a military target"@en ,
                                                                                          "the role of a stone in marking a property boundary"@en ,
                                                                                          "the role of subject in a clinical trial"@en ,
                                                                                          "the student role"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> "BFO 2 Reference: One major family of examples of non-rigid universals involves roles, and ontologies developed for corresponding administrative purposes may consist entirely of representatives of entities of this sort. Thus ‘professor’, defined as follows,b instance_of professor at t =Def. there is some c, c instance_of professor role & c inheres_in b at t.denotes a non-rigid universal and so also do ‘nurse’, ‘student’, ‘colonel’, ‘taxpayer’, and so forth. (These terms are all, in the jargon of philosophy, phase sortals.) By using role terms in definitions, we can create a BFO conformant treatment of such entities drawing on the fact that, while an instance of professor may be simultaneously an instance of trade union member, no instance of the type professor role is also (at any time) an instance of the type trade union member role (any more than any instance of the type color is at any time an instance of the type length).If an ontology of employment positions should be defined in terms of roles following the above pattern, this enables the ontology to do justice to the fact that individuals instantiate the corresponding universals –  professor, sergeant, nurse – only during certain phases in their lives."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000600> "b is a role means: b is a realizable entity & b exists because there is some single bearer that is in some special physical, social, or institutional set of circumstances in which this bearer does not have to be& b is not such that, if it ceases to exist, then the physical make-up of the bearer is thereby changed. (axiom label in BFO2 Reference: [061-001])"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000602> "(forall (x) (if (Role x) (RealizableEntity x))) // axiom label in BFO2 CLIF: [061-001] " ;
                                             <http://purl.org/dc/elements/1.1/identifier> "061-BFO" ;
                                             rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
                                             rdfs:label "role"@en ;
                                             <http://www.w3.org/2004/02/skos/core#altLabel> "externally-grounded realizable entity"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) A role b is a realizable entity such that b exists because there is some single bearer that is in some special physical, social, or institutional set of circumstances in which this bearer does not have to be & b is not such that, if it ceases to exist, then the physical make-up of the bearer is thereby changed"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "The priest role; the student role; the role of subject in a clinical trial; the role of a stone in marking a property boundary; the role of a boundary to demarcate two neighbouring administrative territories; the role of a building in serving as a military target"@en .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000023> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000600> ;
   owl:annotatedTarget "b is a role means: b is a realizable entity & b exists because there is some single bearer that is in some special physical, social, or institutional set of circumstances in which this bearer does not have to be& b is not such that, if it ceases to exist, then the physical make-up of the bearer is thereby changed. (axiom label in BFO2 Reference: [061-001])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/061-001>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000023> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000602> ;
   owl:annotatedTarget "(forall (x) (if (Role x) (RealizableEntity x))) // axiom label in BFO2 CLIF: [061-001] " ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/061-001>
 ] .


###  http://purl.obolibrary.org/obo/BFO_0000024
<http://purl.obolibrary.org/obo/BFO_0000024> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000040> ;
                                             <http://purl.obolibrary.org/obo/BFO_0000179> "fiat-object-part" ;
                                             <http://purl.obolibrary.org/obo/BFO_0000180> "FiatObjectPart" ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "or with divisions drawn by cognitive subjects for practical reasons, such as the division of a cake (before slicing) into (what will become) slices (and thus member parts of an object aggregate). However, this does not mean that fiat object parts are dependent for their existence on divisions or delineations effected by cognitive subjects. If, for example, it is correct to conceive geological layers of the Earth as fiat object parts of the Earth, then even though these layers were first delineated in recent times, still existed long before such delineation and what holds of these layers (for example that the oldest layers are also the lowest layers) did not begin to hold because of our acts of delineation.Treatment of material entity in BFOExamples viewed by some as problematic cases for the trichotomy of fiat object part, object, and object aggregate include: a mussel on (and attached to) a rock, a slime mold, a pizza, a cloud, a galaxy, a railway train with engine and multiple carriages, a clonal stand of quaking aspen, a bacterial community (biofilm), a broken femur. Note that, as Aristotle already clearly recognized, such problematic cases – which lie at or near the penumbra of instances defined by the categories in question – need not invalidate these categories. The existence of grey objects does not prove that there are not objects which are black and objects which are white; the existence of mules does not prove that there are not objects which are donkeys and objects which are horses. It does, however, show that the examples in question need to be addressed carefully in order to show how they can be fitted into the proposed scheme, for example by recognizing additional subdivisions [29"@en ,
                                                                                          "the FMA:regional parts of an intact human body."@en ,
                                                                                          "the Western hemisphere of the Earth"@en ,
                                                                                          "the division of the brain into regions"@en ,
                                                                                          "the division of the planet into hemispheres"@en ,
                                                                                          "the dorsal and ventral surfaces of the body"@en ,
                                                                                          "the upper and lower lobes of the left lung"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> "BFO 2 Reference: Most examples of fiat object parts are associated with theoretically drawn divisions"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000600> "b is a fiat object part = Def. b is a material entity which is such that for all times t, if b exists at t then there is some object c such that b proper continuant_part of  c at t and c is demarcated from the remainder of c by a two-dimensional continuant fiat boundary. (axiom label in BFO2 Reference: [027-004])"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000602> "(forall (x) (if (FiatObjectPart x) (and (MaterialEntity x) (forall (t) (if (existsAt x t) (exists (y) (and (Object y) (properContinuantPartOfAt x y t)))))))) // axiom label in BFO2 CLIF: [027-004] " ;
                                             <http://purl.org/dc/elements/1.1/identifier> "027-BFO" ;
                                             rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
                                             rdfs:label "fiat object part"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) A fiat object part b is a material entity & such that if b exists then it is continuant part of some object c & demarcated from the remainder of c by one or more fiat surfaces"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "The upper and lower lobes of the left lung; the dorsal and ventral surfaces of the body; the Western hemisphere of the Earth; the FMA:regional parts of an intact human body"@en .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000024> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000600> ;
   owl:annotatedTarget "b is a fiat object part = Def. b is a material entity which is such that for all times t, if b exists at t then there is some object c such that b proper continuant_part of  c at t and c is demarcated from the remainder of c by a two-dimensional continuant fiat boundary. (axiom label in BFO2 Reference: [027-004])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/027-004>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000024> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000602> ;
   owl:annotatedTarget "(forall (x) (if (FiatObjectPart x) (and (MaterialEntity x) (forall (t) (if (existsAt x t) (exists (y) (and (Object y) (properContinuantPartOfAt x y t)))))))) // axiom label in BFO2 CLIF: [027-004] " ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/027-004>
 ] .


###  http://purl.obolibrary.org/obo/BFO_0000026
<http://purl.obolibrary.org/obo/BFO_0000026> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000006> ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000178> ;
                                                               owl:allValuesFrom [ rdf:type owl:Class ;
                                                                                   owl:unionOf ( <http://purl.obolibrary.org/obo/BFO_0000018>
                                                                                                 <http://purl.obolibrary.org/obo/BFO_0000026>
                                                                                               )
                                                                                 ]
                                                             ] ;
                                             owl:disjointWith <http://purl.obolibrary.org/obo/BFO_0000028> ;
                                             <http://purl.obolibrary.org/obo/BFO_0000179> "1d-s-region" ;
                                             <http://purl.obolibrary.org/obo/BFO_0000180> "OneDimensionalSpatialRegion" ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "an edge of a cube-shaped portion of space."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000600> "A one-dimensional spatial region is a line or aggregate of lines stretching from one point in space to another. (axiom label in BFO2 Reference: [038-001])"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000602> "(forall (x) (if (OneDimensionalSpatialRegion x) (SpatialRegion x))) // axiom label in BFO2 CLIF: [038-001] " ;
                                             <http://purl.org/dc/elements/1.1/identifier> "038-BFO" ;
                                             rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
                                             rdfs:label "one-dimensional spatial region"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) A one-dimensional spatial region is a whole consisting of a line together with zero or more lines which may have points as parts"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "An edge of a cube-shaped portion of space; a line connecting two points; two parallel lines extended in space"@en .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000026> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000600> ;
   owl:annotatedTarget "A one-dimensional spatial region is a line or aggregate of lines stretching from one point in space to another. (axiom label in BFO2 Reference: [038-001])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/038-001>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000026> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000602> ;
   owl:annotatedTarget "(forall (x) (if (OneDimensionalSpatialRegion x) (SpatialRegion x))) // axiom label in BFO2 CLIF: [038-001] " ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/038-001>
 ] .


###  http://purl.obolibrary.org/obo/BFO_0000027
<http://purl.obolibrary.org/obo/BFO_0000027> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000040> ;
                                             <http://purl.obolibrary.org/obo/BFO_0000179> "object-aggregate" ;
                                             <http://purl.obolibrary.org/obo/BFO_0000180> "ObjectAggregate" ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "a collection of cells in a blood biobank."@en ,
                                                                                          "a swarm of bees is an aggregate of members who are linked together through natural bonds"@en ,
                                                                                          "a symphony orchestra"@en ,
                                                                                          "an organization is an aggregate whose member parts have roles of specific types (for example in a jazz band, a chess club, a football team)"@en ,
                                                                                          "defined by fiat: the aggregate of members of an organization"@en ,
                                                                                          "defined through physical attachment: the aggregate of atoms in a lump of granite"@en ,
                                                                                          "defined through physical containment: the aggregate of molecules of carbon dioxide in a sealed container"@en ,
                                                                                          "defined via attributive delimitations such as: the patients in this hospital"@en ,
                                                                                          "the aggregate of bearings in a constant velocity axle joint"@en ,
                                                                                          "the aggregate of blood cells in your body"@en ,
                                                                                          "the nitrogen atoms in the atmosphere"@en ,
                                                                                          "the restaurants in Palo Alto"@en ,
                                                                                          "your collection of Meissen ceramic plates."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> "BFO 2 Reference: object aggregates may gain and lose parts while remaining numerically identical (one and the same individual) over time. This holds both for aggregates whose membership is determined naturally (the aggregate of cells in your body) and aggregates determined by fiat (a baseball team, a congressional committee)."@en ,
                                                                                          "An entity a is an object aggregate if and only if there is a mutually exhaustive and pairwise disjoint partition of a into objects " ;
                                             <http://purl.obolibrary.org/obo/IAO_0000119> "ISBN:978-3-938793-98-5pp124-158#Thomas Bittner and Barry Smith, 'A Theory of Granular Partitions', in K. Munn and B. Smith (eds.), Applied Ontology: An Introduction, Frankfurt/Lancaster: ontos, 2008, 125-158." ;
                                             <http://purl.obolibrary.org/obo/IAO_0000600> "b is an object aggregate means: b is a material entity consisting exactly of a plurality of objects as member_parts at all times at which b exists. (axiom label in BFO2 Reference: [025-004])"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000602> "(forall (x) (if (ObjectAggregate x) (and (MaterialEntity x) (forall (t) (if (existsAt x t) (exists (y z) (and (Object y) (Object z) (memberPartOfAt y x t) (memberPartOfAt z x t) (not (= y z)))))) (not (exists (w t_1) (and (memberPartOfAt w x t_1) (not (Object w)))))))) // axiom label in BFO2 CLIF: [025-004] " ;
                                             <http://purl.org/dc/elements/1.1/identifier> "025-BFO" ;
                                             rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
                                             rdfs:label "object aggregate"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) An object aggregate is a material entity consisting exactly of a plurality (≥1) of objects as member parts which together form a unit"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "The aggregate of the musicians in a symphony orchestra and their instruments; the aggregate of bearings in a constant velocity axle joint; the nitrogen atoms in the atmosphere; a collection of cells in a blood biobank"@en ;
                                             <http://www.w3.org/2004/02/skos/core#scopeNote> "'Exactly' means that there are no parts of the object aggregate other than its member parts." ,
                                                                                             "The unit can, at certain times, consist of exactly one object, for example, when a wolf litter loses all but one of its pups, but it must at some time have a plurality of member parts." .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000027> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000116> ;
   owl:annotatedTarget "An entity a is an object aggregate if and only if there is a mutually exhaustive and pairwise disjoint partition of a into objects " ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/0000011>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000027> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000116> ;
   owl:annotatedTarget "An entity a is an object aggregate if and only if there is a mutually exhaustive and pairwise disjoint partition of a into objects " ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/0000301>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000027> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000119> ;
   owl:annotatedTarget "ISBN:978-3-938793-98-5pp124-158#Thomas Bittner and Barry Smith, 'A Theory of Granular Partitions', in K. Munn and B. Smith (eds.), Applied Ontology: An Introduction, Frankfurt/Lancaster: ontos, 2008, 125-158." ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/0000300>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000027> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000600> ;
   owl:annotatedTarget "b is an object aggregate means: b is a material entity consisting exactly of a plurality of objects as member_parts at all times at which b exists. (axiom label in BFO2 Reference: [025-004])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/025-004>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000027> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000602> ;
   owl:annotatedTarget "(forall (x) (if (ObjectAggregate x) (and (MaterialEntity x) (forall (t) (if (existsAt x t) (exists (y z) (and (Object y) (Object z) (memberPartOfAt y x t) (memberPartOfAt z x t) (not (= y z)))))) (not (exists (w t_1) (and (memberPartOfAt w x t_1) (not (Object w)))))))) // axiom label in BFO2 CLIF: [025-004] " ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/025-004>
 ] .


###  http://purl.obolibrary.org/obo/BFO_0000028
<http://purl.obolibrary.org/obo/BFO_0000028> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000006> ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000178> ;
                                                               owl:allValuesFrom <http://purl.obolibrary.org/obo/BFO_0000006>
                                                             ] ;
                                             <http://purl.obolibrary.org/obo/BFO_0000179> "3d-s-region" ;
                                             <http://purl.obolibrary.org/obo/BFO_0000180> "ThreeDimensionalSpatialRegion" ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "a cube-shaped region of space"@en ,
                                                                                          "a sphere-shaped region of space,"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000600> "A three-dimensional spatial region is a spatial region that is of three dimensions. (axiom label in BFO2 Reference: [040-001])"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000602> "(forall (x) (if (ThreeDimensionalSpatialRegion x) (SpatialRegion x))) // axiom label in BFO2 CLIF: [040-001] " ;
                                             <http://purl.org/dc/elements/1.1/identifier> "040-BFO" ;
                                             rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
                                             rdfs:label "three-dimensional spatial region"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) A three-dimensional spatial region is a whole consisting of a spatial volume together with zero or more spatial volumes which may have spatial regions of lower dimension as parts"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "A cube-shaped region of space; a sphere-shaped region of space; the region of space occupied by all and only the planets in the solar system at some point in time"@en .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000028> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000600> ;
   owl:annotatedTarget "A three-dimensional spatial region is a spatial region that is of three dimensions. (axiom label in BFO2 Reference: [040-001])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/040-001>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000028> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000602> ;
   owl:annotatedTarget "(forall (x) (if (ThreeDimensionalSpatialRegion x) (SpatialRegion x))) // axiom label in BFO2 CLIF: [040-001] " ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/040-001>
 ] .


###  http://purl.obolibrary.org/obo/BFO_0000029
<http://purl.obolibrary.org/obo/BFO_0000029> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000141> ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000176> ;
                                                               owl:allValuesFrom [ rdf:type owl:Class ;
                                                                                   owl:unionOf ( <http://purl.obolibrary.org/obo/BFO_0000029>
                                                                                                 <http://purl.obolibrary.org/obo/BFO_0000040>
                                                                                               )
                                                                                 ]
                                                             ] ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000178> ;
                                                               owl:allValuesFrom [ rdf:type owl:Class ;
                                                                                   owl:unionOf ( <http://purl.obolibrary.org/obo/BFO_0000029>
                                                                                                 <http://purl.obolibrary.org/obo/BFO_0000140>
                                                                                               )
                                                                                 ]
                                                             ] ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000210> ;
                                                               owl:allValuesFrom <http://purl.obolibrary.org/obo/BFO_0000028>
                                                             ] ;
                                             <http://purl.obolibrary.org/obo/BFO_0000179> "site" ;
                                             <http://purl.obolibrary.org/obo/BFO_0000180> "Site" ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "Manhattan Canyon)"@en ,
                                                                                          "a hole in the interior of a portion of cheese"@en ,
                                                                                          "a rabbit hole"@en ,
                                                                                          "an air traffic control region defined in the airspace above an airport"@en ,
                                                                                          "the Grand Canyon"@en ,
                                                                                          "the Piazza San Marco"@en ,
                                                                                          "the cockpit of an aircraft"@en ,
                                                                                          "the hold of a ship"@en ,
                                                                                          "the interior of a kangaroo pouch"@en ,
                                                                                          "the interior of the trunk of your car"@en ,
                                                                                          "the interior of your bedroom"@en ,
                                                                                          "the interior of your office"@en ,
                                                                                          "the interior of your refrigerator"@en ,
                                                                                          "the lumen of your gut"@en ,
                                                                                          "your left nostril (a fiat part – the opening – of your left nasal cavity)"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000600> "b is a site means: b is a three-dimensional immaterial entity that is (partially or wholly) bounded by a material entity or it is a three-dimensional immaterial part thereof. (axiom label in BFO2 Reference: [034-002])"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000602> "(forall (x) (if (Site x) (ImmaterialEntity x))) // axiom label in BFO2 CLIF: [034-002] " ;
                                             <http://purl.org/dc/elements/1.1/identifier> "034-BFO" ;
                                             rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
                                             rdfs:label "site"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) A site is a three-dimensional immaterial entity whose boundaries either (partially or wholly) coincide with the boundaries of one or more material entities or have locations determined in relation to some material entity"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "A hole in a portion of cheese; a rabbit hole; the Grand Canyon; the Piazza San Marco; the kangaroo-joey-containing hole of a kangaroo pouch; your left nostril (a fiat part - the opening - of your left nasal cavity); the lumen of your gut; the hold of a ship; the interior of the trunk of your car; hole in an engineered floor joist"@en .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000029> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000600> ;
   owl:annotatedTarget "b is a site means: b is a three-dimensional immaterial entity that is (partially or wholly) bounded by a material entity or it is a three-dimensional immaterial part thereof. (axiom label in BFO2 Reference: [034-002])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/034-002>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000029> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000602> ;
   owl:annotatedTarget "(forall (x) (if (Site x) (ImmaterialEntity x))) // axiom label in BFO2 CLIF: [034-002] " ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/034-002>
 ] .


###  http://purl.obolibrary.org/obo/BFO_0000030
<http://purl.obolibrary.org/obo/BFO_0000030> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000040> ;
                                             <http://purl.obolibrary.org/obo/BFO_0000179> "object" ;
                                             <http://purl.obolibrary.org/obo/BFO_0000180> "Object" ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "atom"@en ,
                                                                                          "cell"@en ,
                                                                                          "cells and organisms"@en ,
                                                                                          "engineered artifacts"@en ,
                                                                                          "grain of sand"@en ,
                                                                                          "molecule"@en ,
                                                                                          "organelle"@en ,
                                                                                          "organism"@en ,
                                                                                          "planet"@en ,
                                                                                          "solid portions of matter"@en ,
                                                                                          "star"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> "BFO 2 Reference: BFO rests on the presupposition that at multiple micro-, meso- and macroscopic scales reality exhibits certain stable, spatially separated or separable material units, combined or combinable into aggregates of various sorts (for example organisms into what are called ‘populations’). Such units play a central role in almost all domains of natural science from particle physics to cosmology. Many scientific laws govern the units in question, employing general terms (such as ‘molecule’ or ‘planet’) referring to the types and subtypes of units, and also to the types and subtypes of the processes through which such units develop and interact. The division of reality into such natural units is at the heart of biological science, as also is the fact that these units may form higher-level units (as cells form multicellular organisms) and that they may also form aggregates of units, for example as cells form portions of tissue and organs form families, herds, breeds, species, and so on. At the same time, the division of certain portions of reality into engineered units (manufactured artifacts) is the basis of modern industrial technology, which rests on the distributed mass production of engineered parts through division of labor and on their assembly into larger, compound units such as cars and laptops. The division of portions of reality into units is one starting point for the phenomenon of counting."@en ,
                                                                                          "BFO 2 Reference: Each object is such that there are entities of which we can assert unproblematically that they lie in its interior, and other entities of which we can assert unproblematically that they lie in its exterior. This may not be so for entities lying at or near the boundary between the interior and exterior. This means that two objects – for example the two cells depicted in Figure 3 – may be such that there are material entities crossing their boundaries which belong determinately to neither cell. Something similar obtains in certain cases of conjoined twins (see below)."@en ,
                                                                                          "BFO 2 Reference: To say that b is causally unified means: b is a material entity which is such that its material parts are tied together in such a way that, in environments typical for entities of the type in question,if c, a continuant part of b that is in the interior of b at t, is larger than a certain threshold size (which will be determined differently from case to case, depending on factors such as porosity of external cover) and is moved in space to be at t at a location on the exterior of the spatial region that had been occupied by b at t, then either b’s other parts will be moved in coordinated fashion or b will be damaged (be affected, for example, by breakage or tearing) in the interval between t and t.causal changes in one part of b can have consequences for other parts of b without the mediation of any entity that lies on the exterior of b. Material entities with no proper material parts would satisfy these conditions trivially. Candidate examples of types of causal unity for material entities of more complex sorts are as follows (this is not intended to be an exhaustive list):CU1: Causal unity via physical coveringHere the parts in the interior of the unified entity are combined together causally through a common membrane or other physical covering\\. The latter points outwards toward and may serve a protective function in relation to what lies on the exterior of the entity [13, 47"@en ,
                                                                                          "BFO 2 Reference: an object is a maximal causally unified material entity"@en ,
                                                                                          "BFO 2 Reference: ‘objects’ are sometimes referred to as ‘grains’ [74"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000600> "b is an object means: b is a material entity which manifests causal unity of one or other of the types CUn listed above & is of a type (a material universal) instances of which are maximal relative to this criterion of causal unity. (axiom label in BFO2 Reference: [024-001])"@en ;
                                             <http://purl.org/dc/elements/1.1/identifier> "024-BFO" ;
                                             rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
                                             rdfs:label "object"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) An object is a material entity which manifests causal unity & is of a type instances of which are maximal relative to the sort of causal unity manifested"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "An organism; a fish tank; a planet; a laptop; a valve; a block of marble; an ice cube"@en ;
                                             <http://www.w3.org/2004/02/skos/core#scopeNote> "A description of three primary sorts of causal unity is provided in Basic Formal Ontology 2.0. Specification and User Guide"@en .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000030> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000600> ;
   owl:annotatedTarget "b is an object means: b is a material entity which manifests causal unity of one or other of the types CUn listed above & is of a type (a material universal) instances of which are maximal relative to this criterion of causal unity. (axiom label in BFO2 Reference: [024-001])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/024-001>
 ] .


###  http://purl.obolibrary.org/obo/BFO_0000031
<http://purl.obolibrary.org/obo/BFO_0000031> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000002> ;
                                             <http://purl.obolibrary.org/obo/BFO_0000179> "gdc" ;
                                             <http://purl.obolibrary.org/obo/BFO_0000180> "GenericallyDependentContinuant" ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "The entries in your database are patterns instantiated as quality instances in your hard drive. The database itself is an aggregate of such patterns. When you create the database you create a particular instance of the generically dependent continuant type database. Each entry in the database is an instance of the generically dependent continuant type IAO: information content entity."@en ,
                                                                                          "the pdf file on your laptop, the pdf file that is a copy thereof on my laptop"@en ,
                                                                                          "the sequence of this protein molecule; the sequence that is a copy thereof in that protein molecule."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "b is a generically dependent continuant = Def. b is a continuant that g-depends_on one or more other entities. (axiom label in BFO2 Reference: [074-001])"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000602> "(iff (GenericallyDependentContinuant a) (and (Continuant a) (exists (b t) (genericallyDependsOnAt a b t)))) // axiom label in BFO2 CLIF: [074-001] " ;
                                             <http://purl.org/dc/elements/1.1/identifier> "074-BFO" ;
                                             rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
                                             rdfs:label "generically dependent continuant"@en ;
                                             <http://www.w3.org/2004/02/skos/core#altLabel> "g-dependent continuant"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) A generically dependent continuant is an entity that exists in virtue of the fact that there is at least one of what may be multiple copies which is the content or the pattern that multiple copies would share"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "The pdf file on your laptop; the pdf file that is a copy thereof on my laptop; the sequence of this protein molecule; the sequence that is a copy thereof in that protein molecule; the content that is shared by a string of dots and dashes written on a page and the transmitted Morse code signal; the content of a sentence; an engineering blueprint"@en .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000031> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000115> ;
   owl:annotatedTarget "b is a generically dependent continuant = Def. b is a continuant that g-depends_on one or more other entities. (axiom label in BFO2 Reference: [074-001])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/074-001>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000031> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000602> ;
   owl:annotatedTarget "(iff (GenericallyDependentContinuant a) (and (Continuant a) (exists (b t) (genericallyDependsOnAt a b t)))) // axiom label in BFO2 CLIF: [074-001] " ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/074-001>
 ] .


###  http://purl.obolibrary.org/obo/BFO_0000034
<http://purl.obolibrary.org/obo/BFO_0000034> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000016> ;
                                             <http://purl.obolibrary.org/obo/BFO_0000179> "function" ;
                                             <http://purl.obolibrary.org/obo/BFO_0000180> "Function" ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "the function of a hammer to drive in nails"@en ,
                                                                                          "the function of a heart pacemaker to regulate the beating of a heart through electricity"@en ,
                                                                                          "the function of amylase in saliva to break down starch into sugar"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> "BFO 2 Reference: In the past, we have distinguished two varieties of function, artifactual function and biological function. These are not asserted subtypes of BFO:function however, since the same function – for example: to pump, to transport – can exist both in artifacts and in biological entities. The asserted subtypes of function that would be needed in order to yield a separate monoheirarchy are not artifactual function, biological function, etc., but rather transporting function, pumping function, etc."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000600> "A function is a disposition that exists in virtue of the bearer’s physical make-up and this physical make-up is something the bearer possesses because it came into being, either through evolution (in the case of natural biological entities) or through intentional design (in the case of artifacts), in order to realize processes of a certain sort. (axiom label in BFO2 Reference: [064-001])"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000602> "(forall (x) (if (Function x) (Disposition x))) // axiom label in BFO2 CLIF: [064-001] " ;
                                             <http://purl.org/dc/elements/1.1/identifier> "064-BFO" ;
                                             rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
                                             rdfs:label "function"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) A function is a disposition that exists in virtue of its bearer's physical make-up & this physical make-up is something the bearer possesses because it came into being either through evolution (in the case of natural biological entities) or through intentional design (in the case of artefacts) in order to realize processes of a certain sort"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "The function of a hammer to drive in nails; the function of a heart pacemaker to regulate the beating of a heart through electricity"@en .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000034> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000600> ;
   owl:annotatedTarget "A function is a disposition that exists in virtue of the bearer’s physical make-up and this physical make-up is something the bearer possesses because it came into being, either through evolution (in the case of natural biological entities) or through intentional design (in the case of artifacts), in order to realize processes of a certain sort. (axiom label in BFO2 Reference: [064-001])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/064-001>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000034> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000602> ;
   owl:annotatedTarget "(forall (x) (if (Function x) (Disposition x))) // axiom label in BFO2 CLIF: [064-001] " ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/064-001>
 ] .


###  http://purl.obolibrary.org/obo/BFO_0000035
<http://purl.obolibrary.org/obo/BFO_0000035> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000003> ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000117> ;
                                                               owl:allValuesFrom <http://purl.obolibrary.org/obo/BFO_0000035>
                                                             ] ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000121> ;
                                                               owl:allValuesFrom <http://purl.obolibrary.org/obo/BFO_0000035>
                                                             ] ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000132> ;
                                                               owl:allValuesFrom [ rdf:type owl:Class ;
                                                                                   owl:unionOf ( <http://purl.obolibrary.org/obo/BFO_0000015>
                                                                                                 <http://purl.obolibrary.org/obo/BFO_0000035>
                                                                                               )
                                                                                 ]
                                                             ] ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000139> ;
                                                               owl:allValuesFrom [ rdf:type owl:Class ;
                                                                                   owl:unionOf ( <http://purl.obolibrary.org/obo/BFO_0000015>
                                                                                                 <http://purl.obolibrary.org/obo/BFO_0000035>
                                                                                               )
                                                                                 ]
                                                             ] ;
                                             <http://purl.obolibrary.org/obo/BFO_0000179> "p-boundary" ;
                                             <http://purl.obolibrary.org/obo/BFO_0000180> "ProcessBoundary" ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "the boundary between the 2nd and 3rd year of your life."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "p is a process boundary =Def. p is a temporal part of a process & p has no proper temporal parts. (axiom label in BFO2 Reference: [084-001])"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000601> "Every process boundary occupies_temporal_region a zero-dimensional temporal region. (axiom label in BFO2 Reference: [085-002])"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000602> "(forall (x) (if (ProcessBoundary x) (exists (y) (and (ZeroDimensionalTemporalRegion y) (occupiesTemporalRegion x y))))) // axiom label in BFO2 CLIF: [085-002] " ,
                                                                                          "(iff (ProcessBoundary a) (exists (p) (and (Process p) (temporalPartOf a p) (not (exists (b) (properTemporalPartOf b a)))))) // axiom label in BFO2 CLIF: [084-001] " ;
                                             <http://purl.org/dc/elements/1.1/identifier> "084-BFO" ;
                                             rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
                                             rdfs:label "process boundary"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "p is a process boundary =Def p is a temporal part of a process & p has no proper temporal parts"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "The boundary between the 2nd and 3rd year of your life"@en .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000035> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000115> ;
   owl:annotatedTarget "p is a process boundary =Def. p is a temporal part of a process & p has no proper temporal parts. (axiom label in BFO2 Reference: [084-001])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/084-001>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000035> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000601> ;
   owl:annotatedTarget "Every process boundary occupies_temporal_region a zero-dimensional temporal region. (axiom label in BFO2 Reference: [085-002])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/085-002>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000035> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000602> ;
   owl:annotatedTarget "(forall (x) (if (ProcessBoundary x) (exists (y) (and (ZeroDimensionalTemporalRegion y) (occupiesTemporalRegion x y))))) // axiom label in BFO2 CLIF: [085-002] " ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/085-002>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000035> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000602> ;
   owl:annotatedTarget "(iff (ProcessBoundary a) (exists (p) (and (Process p) (temporalPartOf a p) (not (exists (b) (properTemporalPartOf b a)))))) // axiom label in BFO2 CLIF: [084-001] " ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/084-001>
 ] .


###  http://purl.obolibrary.org/obo/BFO_0000038
<http://purl.obolibrary.org/obo/BFO_0000038> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000008> ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000121> ;
                                                               owl:allValuesFrom [ rdf:type owl:Class ;
                                                                                   owl:unionOf ( <http://purl.obolibrary.org/obo/BFO_0000038>
                                                                                                 <http://purl.obolibrary.org/obo/BFO_0000148>
                                                                                               )
                                                                                 ]
                                                             ] ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000139> ;
                                                               owl:allValuesFrom <http://purl.obolibrary.org/obo/BFO_0000038>
                                                             ] ;
                                             owl:disjointWith <http://purl.obolibrary.org/obo/BFO_0000148> ;
                                             <http://purl.obolibrary.org/obo/BFO_0000179> "1d-t-region" ;
                                             <http://purl.obolibrary.org/obo/BFO_0000180> "OneDimensionalTemporalRegion" ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "the temporal region during which a process occurs."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> "BFO 2 Reference: A temporal interval is a special kind of one-dimensional temporal region, namely one that is self-connected (is without gaps or breaks)."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000600> "A one-dimensional temporal region is a temporal region that is extended. (axiom label in BFO2 Reference: [103-001])"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000602> "(forall (x) (if (OneDimensionalTemporalRegion x) (TemporalRegion x))) // axiom label in BFO2 CLIF: [103-001] " ;
                                             <http://purl.org/dc/elements/1.1/identifier> "103-BFO" ;
                                             rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
                                             rdfs:label "one-dimensional temporal region"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) A one-dimensional temporal region is a temporal region that is a whole that has a temporal interval and zero or more temporal intervals and temporal instants as parts"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "The temporal region during which a process occurs"@en .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000038> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000600> ;
   owl:annotatedTarget "A one-dimensional temporal region is a temporal region that is extended. (axiom label in BFO2 Reference: [103-001])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/103-001>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000038> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000602> ;
   owl:annotatedTarget "(forall (x) (if (OneDimensionalTemporalRegion x) (TemporalRegion x))) // axiom label in BFO2 CLIF: [103-001] " ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/103-001>
 ] .


###  http://purl.obolibrary.org/obo/BFO_0000040
<http://purl.obolibrary.org/obo/BFO_0000040> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000004> ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000176> ;
                                                               owl:allValuesFrom <http://purl.obolibrary.org/obo/BFO_0000040>
                                                             ] ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000178> ;
                                                               owl:allValuesFrom [ rdf:type owl:Class ;
                                                                                   owl:unionOf ( <http://purl.obolibrary.org/obo/BFO_0000029>
                                                                                                 <http://purl.obolibrary.org/obo/BFO_0000040>
                                                                                                 <http://purl.obolibrary.org/obo/BFO_0000140>
                                                                                               )
                                                                                 ]
                                                             ] ;
                                             owl:disjointWith <http://purl.obolibrary.org/obo/BFO_0000141> ;
                                             <http://purl.obolibrary.org/obo/BFO_0000179> "material" ;
                                             <http://purl.obolibrary.org/obo/BFO_0000180> "MaterialEntity" ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "a flame"@en ,
                                                                                          "a forest fire"@en ,
                                                                                          "a human being"@en ,
                                                                                          "a hurricane"@en ,
                                                                                          "a photon"@en ,
                                                                                          "a puff of smoke"@en ,
                                                                                          "a sea wave"@en ,
                                                                                          "a tornado"@en ,
                                                                                          "an aggregate of human beings."@en ,
                                                                                          "an energy wave"@en ,
                                                                                          "an epidemic"@en ,
                                                                                          "the undetached arm of a human being"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> "BFO 2 Reference: Material entities (continuants) can preserve their identity even while gaining and losing material parts. Continuants are contrasted with occurrents, which unfold themselves in successive temporal parts or phases [60"@en ,
                                                                                          "BFO 2 Reference: Object, Fiat Object Part and Object Aggregate are not intended to be exhaustive of Material Entity. Users are invited to propose new subcategories of Material Entity."@en ,
                                                                                          "BFO 2 Reference: ‘Matter’ is intended to encompass both mass and energy (we will address the ontological treatment of portions of energy in a later version of BFO). A portion of matter is anything that includes elementary particles among its proper or improper parts: quarks and leptons, including electrons, as the smallest particles thus far discovered; baryons (including protons and neutrons) at a higher level of granularity; atoms and molecules at still higher levels, forming the cells, organs, organisms and other material entities studied by biologists, the portions of rock studied by geologists, the fossils studied by paleontologists, and so on.Material entities are three-dimensional entities (entities extended in three spatial dimensions), as contrasted with the processes in which they participate, which are four-dimensional entities (entities extended also along the dimension of time).According to the FMA, material entities may have immaterial entities as parts – including the entities identified below as sites; for example the interior (or ‘lumen’) of your small intestine is a part of your body. BFO 2.0 embodies a decision to follow the FMA here."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000600> "A material entity is an independent continuant that has some portion of matter as proper or improper continuant part. (axiom label in BFO2 Reference: [019-002])"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000601> "Every entity which has a material entity as continuant part is a material entity. (axiom label in BFO2 Reference: [020-002])"@en ,
                                                                                          "every entity of which a material entity is continuant part is also a material entity. (axiom label in BFO2 Reference: [021-002])"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000602> "(forall (x) (if (MaterialEntity x) (IndependentContinuant x))) // axiom label in BFO2 CLIF: [019-002] " ,
                                                                                          "(forall (x) (if (and (Entity x) (exists (y t) (and (MaterialEntity y) (continuantPartOfAt x y t)))) (MaterialEntity x))) // axiom label in BFO2 CLIF: [021-002] " ,
                                                                                          "(forall (x) (if (and (Entity x) (exists (y t) (and (MaterialEntity y) (continuantPartOfAt y x t)))) (MaterialEntity x))) // axiom label in BFO2 CLIF: [020-002] " ;
                                             <http://purl.org/dc/elements/1.1/identifier> "019-BFO" ;
                                             rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
                                             rdfs:label "material entity"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) A material entity is an independent continuant has some portion of matter as continuant part"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "A human being; the undetached arm of a human being; an aggregate of human beings"@en .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000040> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000600> ;
   owl:annotatedTarget "A material entity is an independent continuant that has some portion of matter as proper or improper continuant part. (axiom label in BFO2 Reference: [019-002])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/019-002>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000040> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000601> ;
   owl:annotatedTarget "Every entity which has a material entity as continuant part is a material entity. (axiom label in BFO2 Reference: [020-002])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/020-002>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000040> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000601> ;
   owl:annotatedTarget "every entity of which a material entity is continuant part is also a material entity. (axiom label in BFO2 Reference: [021-002])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/021-002>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000040> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000602> ;
   owl:annotatedTarget "(forall (x) (if (MaterialEntity x) (IndependentContinuant x))) // axiom label in BFO2 CLIF: [019-002] " ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/019-002>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000040> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000602> ;
   owl:annotatedTarget "(forall (x) (if (and (Entity x) (exists (y t) (and (MaterialEntity y) (continuantPartOfAt x y t)))) (MaterialEntity x))) // axiom label in BFO2 CLIF: [021-002] " ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/021-002>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000040> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000602> ;
   owl:annotatedTarget "(forall (x) (if (and (Entity x) (exists (y t) (and (MaterialEntity y) (continuantPartOfAt y x t)))) (MaterialEntity x))) // axiom label in BFO2 CLIF: [020-002] " ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/020-002>
 ] .


###  http://purl.obolibrary.org/obo/BFO_0000140
<http://purl.obolibrary.org/obo/BFO_0000140> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000141> ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000124> ;
                                                               owl:allValuesFrom <http://purl.obolibrary.org/obo/BFO_0000140>
                                                             ] ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000178> ;
                                                               owl:allValuesFrom <http://purl.obolibrary.org/obo/BFO_0000140>
                                                             ] ;
                                             <http://purl.obolibrary.org/obo/BFO_0000179> "cf-boundary" ;
                                             <http://purl.obolibrary.org/obo/BFO_0000180> "ContinuantFiatBoundary" ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "b is a continuant fiat boundary = Def. b is an immaterial entity that is of zero, one or two dimensions and does not include a spatial region as part. (axiom label in BFO2 Reference: [029-001])"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> "BFO 2 Reference: In BFO 1.1 the assumption was made that the external surface of a material entity such as a cell could be treated as if it were a boundary in the mathematical sense. The new document propounds the view that when we talk about external surfaces of material objects in this way then we are talking about something fiat. To be dealt with in a future version: fiat boundaries at different levels of granularity.More generally, the focus in discussion of boundaries in BFO 2.0 is now on fiat boundaries, which means: boundaries for which there is no assumption that they coincide with physical discontinuities. The ontology of boundaries becomes more closely allied with the ontology of regions."@en ,
                                                                                          "BFO 2 Reference: a continuant fiat boundary is a boundary of some material entity (for example: the plane separating the Northern and Southern hemispheres; the North Pole), or it is a boundary of some immaterial entity (for example of some portion of airspace). Three basic kinds of continuant fiat boundary can be distinguished (together with various combination kinds [29"@en ,
                                                                                          "Continuant fiat boundary doesn't have a closure axiom because the subclasses don't necessarily exhaust all possibilites. An example would be the mereological sum of two-dimensional continuant fiat boundary and a one dimensional continuant fiat boundary that doesn't overlap it. The situation is analogous to temporal and spatial regions."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000601> "Every continuant fiat boundary is located at some spatial region at every time at which it exists"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000602> "(iff (ContinuantFiatBoundary a) (and (ImmaterialEntity a) (exists (b) (and (or (ZeroDimensionalSpatialRegion b) (OneDimensionalSpatialRegion b) (TwoDimensionalSpatialRegion b)) (forall (t) (locatedInAt a b t)))) (not (exists (c t) (and (SpatialRegion c) (continuantPartOfAt c a t)))))) // axiom label in BFO2 CLIF: [029-001] " ;
                                             <http://purl.org/dc/elements/1.1/identifier> "029-BFO" ;
                                             rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
                                             rdfs:label "continuant fiat boundary"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) A continuant fiat boundary b is an immaterial entity that is of zero, one or two dimensions & such that there is no time t when b has a spatial region as continuant part & whose location is determined in relation to some material entity"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "As for fiat point, fiat line, fiat surface"@en .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000140> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000115> ;
   owl:annotatedTarget "b is a continuant fiat boundary = Def. b is an immaterial entity that is of zero, one or two dimensions and does not include a spatial region as part. (axiom label in BFO2 Reference: [029-001])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/029-001>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000140> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000116> ;
   owl:annotatedTarget "Continuant fiat boundary doesn't have a closure axiom because the subclasses don't necessarily exhaust all possibilites. An example would be the mereological sum of two-dimensional continuant fiat boundary and a one dimensional continuant fiat boundary that doesn't overlap it. The situation is analogous to temporal and spatial regions."@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/0000008>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000140> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000602> ;
   owl:annotatedTarget "(iff (ContinuantFiatBoundary a) (and (ImmaterialEntity a) (exists (b) (and (or (ZeroDimensionalSpatialRegion b) (OneDimensionalSpatialRegion b) (TwoDimensionalSpatialRegion b)) (forall (t) (locatedInAt a b t)))) (not (exists (c t) (and (SpatialRegion c) (continuantPartOfAt c a t)))))) // axiom label in BFO2 CLIF: [029-001] " ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/029-001>
 ] .


###  http://purl.obolibrary.org/obo/BFO_0000141
<http://purl.obolibrary.org/obo/BFO_0000141> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000004> ;
                                             <http://purl.obolibrary.org/obo/BFO_0000179> "immaterial" ;
                                             <http://purl.obolibrary.org/obo/BFO_0000180> "ImmaterialEntity" ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> "BFO 2 Reference: Immaterial entities are divided into two subgroups:boundaries and sites, which bound, or are demarcated in relation, to material entities, and which can thus change location, shape and size and as their material hosts move or change shape or size (for example: your nasal passage; the hold of a ship; the boundary of Wales (which moves with the rotation of the Earth) [38, 7, 10"@en ;
                                             <http://purl.org/dc/elements/1.1/identifier> "028-BFO" ;
                                             rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
                                             rdfs:label "immaterial entity"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "b is an immaterial entity =Def b is an independent continuant which is such that there is no time t when it has a material entity as continuant part"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "As for fiat point, fiat line, fiat surface, site"@en .


###  http://purl.obolibrary.org/obo/BFO_0000142
<http://purl.obolibrary.org/obo/BFO_0000142> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000140> ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000178> ;
                                                               owl:allValuesFrom [ rdf:type owl:Class ;
                                                                                   owl:unionOf ( <http://purl.obolibrary.org/obo/BFO_0000142>
                                                                                                 <http://purl.obolibrary.org/obo/BFO_0000147>
                                                                                               )
                                                                                 ]
                                                             ] ;
                                             owl:disjointWith <http://purl.obolibrary.org/obo/BFO_0000146> ,
                                                              <http://purl.obolibrary.org/obo/BFO_0000147> ;
                                             <http://purl.obolibrary.org/obo/BFO_0000179> "1d-cf-boundary" ;
                                             <http://purl.obolibrary.org/obo/BFO_0000180> "OneDimensionalContinuantFiatBoundary" ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "The Equator"@en ,
                                                                                          "all geopolitical boundaries"@en ,
                                                                                          "all lines of latitude and longitude"@en ,
                                                                                          "the line separating the outer surface of the mucosa of the lower lip from the outer surface of the skin of the chin."@en ,
                                                                                          "the median sulcus of your tongue"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000600> "a one-dimensional continuant fiat boundary is a continuous fiat line whose location is defined in relation to some material entity. (axiom label in BFO2 Reference: [032-001])"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000602> "(iff (OneDimensionalContinuantFiatBoundary a) (and (ContinuantFiatBoundary a) (exists (b) (and (OneDimensionalSpatialRegion b) (forall (t) (locatedInAt a b t)))))) // axiom label in BFO2 CLIF: [032-001] " ;
                                             <http://purl.org/dc/elements/1.1/identifier> "032-BFO" ;
                                             rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
                                             rdfs:label "fiat line"@en ,
                                                        "one-dimensional continuant fiat boundary"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) A fiat line is a one-dimensional continuant fiat boundary that is continuous"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "The Equator; all geopolitical boundaries; all lines of latitude and longitude; the median sulcus of your tongue; the line separating the outer surface of the mucosa of the lower lip from the outer surface of the skin of the chin"@en .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000142> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000600> ;
   owl:annotatedTarget "a one-dimensional continuant fiat boundary is a continuous fiat line whose location is defined in relation to some material entity. (axiom label in BFO2 Reference: [032-001])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/032-001>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000142> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000602> ;
   owl:annotatedTarget "(iff (OneDimensionalContinuantFiatBoundary a) (and (ContinuantFiatBoundary a) (exists (b) (and (OneDimensionalSpatialRegion b) (forall (t) (locatedInAt a b t)))))) // axiom label in BFO2 CLIF: [032-001] " ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/032-001>
 ] .


###  http://purl.obolibrary.org/obo/BFO_0000144
<http://purl.obolibrary.org/obo/BFO_0000144> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000015> ;
                                             owl:disjointWith <http://purl.obolibrary.org/obo/BFO_0000182> ;
                                             <http://purl.obolibrary.org/obo/BFO_0000179> "process-profile" ;
                                             <http://purl.obolibrary.org/obo/BFO_0000180> "ProcessProfile" ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "On a somewhat higher level of complexity are what we shall call rate process profiles, which are the targets of selective abstraction focused not on determinate quality magnitudes plotted over time, but rather on certain ratios between these magnitudes and elapsed times. A speed process profile, for example, is represented by a graph plotting against time the ratio of distance covered per unit of time. Since rates may change, and since such changes, too, may have rates of change, we have to deal here with a hierarchy of process profile universals at successive levels"@en ,
                                                                                          "One important sub-family of rate process profiles is illustrated by the beat or frequency profiles of cyclical processes, illustrated by the 60 beats per minute beating process of John’s heart, or the 120 beats per minute drumming process involved in one of John’s performances in a rock band, and so on. Each such process includes what we shall call a beat process profile instance as part, a subtype of rate process profile in which the salient ratio is not distance covered but rather number of beat cycles per unit of time. Each beat process profile instance instantiates the determinable universal beat process profile. But it also instantiates multiple more specialized universals at lower levels of generality, selected from   rate process profilebeat process profileregular beat process profile3 bpm beat process profile4 bpm beat process profileirregular beat process profileincreasing beat process profileand so on.In the case of a regular beat process profile, a rate can be assigned in the simplest possible fashion by dividing the number of cycles by the length of the temporal region occupied by the beating process profile as a whole. Irregular process profiles of this sort, for example as identified in the clinic, or in the readings on an aircraft instrument panel, are often of diagnostic significance."@en ,
                                                                                          "The simplest type of process profiles are what we shall call ‘quality process profiles’, which are the process profiles which serve as the foci of the sort of selective abstraction that is involved when measurements are made of changes in single qualities, as illustrated, for example, by process profiles of mass, temperature, aortic pressure, and so on."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "b is a process_profile =Def. there is some process c such that b process_profile_of c (axiom label in BFO2 Reference: [093-002])"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000600> "b process_profile_of c holds when b proper_occurrent_part_of c& there is some proper_occurrent_part d of c which has no parts in common with b & is mutually dependent on b& is such that b, c and d occupy the same temporal region (axiom label in BFO2 Reference: [094-005])"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000602> "(forall (x y) (if (processProfileOf x y) (and (properContinuantPartOf x y) (exists (z t) (and (properOccurrentPartOf z y) (TemporalRegion t) (occupiesSpatioTemporalRegion x t) (occupiesSpatioTemporalRegion y t) (occupiesSpatioTemporalRegion z t) (not (exists (w) (and (occurrentPartOf w x) (occurrentPartOf w z))))))))) // axiom label in BFO2 CLIF: [094-005] " ,
                                                                                          "(iff (ProcessProfile a) (exists (b) (and (Process b) (processProfileOf a b)))) // axiom label in BFO2 CLIF: [093-002] " ;
                                             rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
                                             rdfs:label "process profile"@en .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000144> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000115> ;
   owl:annotatedTarget "b is a process_profile =Def. there is some process c such that b process_profile_of c (axiom label in BFO2 Reference: [093-002])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/093-002>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000144> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000600> ;
   owl:annotatedTarget "b process_profile_of c holds when b proper_occurrent_part_of c& there is some proper_occurrent_part d of c which has no parts in common with b & is mutually dependent on b& is such that b, c and d occupy the same temporal region (axiom label in BFO2 Reference: [094-005])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/094-005>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000144> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000602> ;
   owl:annotatedTarget "(forall (x y) (if (processProfileOf x y) (and (properContinuantPartOf x y) (exists (z t) (and (properOccurrentPartOf z y) (TemporalRegion t) (occupiesSpatioTemporalRegion x t) (occupiesSpatioTemporalRegion y t) (occupiesSpatioTemporalRegion z t) (not (exists (w) (and (occurrentPartOf w x) (occurrentPartOf w z))))))))) // axiom label in BFO2 CLIF: [094-005] " ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/094-005>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000144> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000602> ;
   owl:annotatedTarget "(iff (ProcessProfile a) (exists (b) (and (Process b) (processProfileOf a b)))) // axiom label in BFO2 CLIF: [093-002] " ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/093-002>
 ] .


###  http://purl.obolibrary.org/obo/BFO_0000145
<http://purl.obolibrary.org/obo/BFO_0000145> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000019> ;
                                             <http://purl.obolibrary.org/obo/BFO_0000179> "r-quality" ;
                                             <http://purl.obolibrary.org/obo/BFO_0000180> "RelationalQuality" ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "John’s role of husband to Mary is dependent on Mary’s role of wife to John, and both are dependent on the object aggregate comprising John and Mary as member parts joined together through the relational quality of being married."@en ,
                                                                                          "a marriage bond, an instance of love, an obligation between one person and another."@en ,
                                                                                          "a marriage bond, an instance of requited love, an obligation between one person and another."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "b is a relational quality = Def. for some independent continuants c, d and for some time t: b quality_of c at t & b quality_of d at t. (axiom label in BFO2 Reference: [057-001])"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000602> "(iff (RelationalQuality a) (exists (b c t) (and (IndependentContinuant b) (IndependentContinuant c) (qualityOfAt a b t) (qualityOfAt a c t)))) // axiom label in BFO2 CLIF: [057-001] " ;
                                             <http://purl.org/dc/elements/1.1/identifier> "057-BFO" ;
                                             rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
                                             rdfs:label "relational quality"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "b is a relational quality =Def b is a quality & there exists c and d such that c and d are not identical & b specifically depends on c & b specifically depends on d"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "A marriage bond; an instance of love; an obligation between one person and another"@en .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000145> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000115> ;
   owl:annotatedTarget "b is a relational quality = Def. for some independent continuants c, d and for some time t: b quality_of c at t & b quality_of d at t. (axiom label in BFO2 Reference: [057-001])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/057-001>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000145> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000602> ;
   owl:annotatedTarget "(iff (RelationalQuality a) (exists (b c t) (and (IndependentContinuant b) (IndependentContinuant c) (qualityOfAt a b t) (qualityOfAt a c t)))) // axiom label in BFO2 CLIF: [057-001] " ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/057-001>
 ] .


###  http://purl.obolibrary.org/obo/BFO_0000146
<http://purl.obolibrary.org/obo/BFO_0000146> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000140> ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000178> ;
                                                               owl:allValuesFrom <http://purl.obolibrary.org/obo/BFO_0000140>
                                                             ] ;
                                             <http://purl.obolibrary.org/obo/BFO_0000179> "2d-cf-boundary" ;
                                             <http://purl.obolibrary.org/obo/BFO_0000180> "TwoDimensionalContinuantFiatBoundary" ;
                                             <http://purl.obolibrary.org/obo/IAO_0000600> "a two-dimensional continuant fiat boundary (surface) is a self-connected fiat surface whose location is defined in relation to some material entity. (axiom label in BFO2 Reference: [033-001])"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000602> "(iff (TwoDimensionalContinuantFiatBoundary a) (and (ContinuantFiatBoundary a) (exists (b) (and (TwoDimensionalSpatialRegion b) (forall (t) (locatedInAt a b t)))))) // axiom label in BFO2 CLIF: [033-001] " ;
                                             <http://purl.org/dc/elements/1.1/identifier> "033-BFO" ;
                                             rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
                                             rdfs:label "fiat surface"@en ,
                                                        "two-dimensional continuant fiat boundary"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) A fiat surface is a two-dimensional continuant fiat boundary that is self-connected"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "The surface of the Earth; the plane separating the smoking from the non-smoking zone in a restaurant"@en .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000146> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000600> ;
   owl:annotatedTarget "a two-dimensional continuant fiat boundary (surface) is a self-connected fiat surface whose location is defined in relation to some material entity. (axiom label in BFO2 Reference: [033-001])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/033-001>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000146> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000602> ;
   owl:annotatedTarget "(iff (TwoDimensionalContinuantFiatBoundary a) (and (ContinuantFiatBoundary a) (exists (b) (and (TwoDimensionalSpatialRegion b) (forall (t) (locatedInAt a b t)))))) // axiom label in BFO2 CLIF: [033-001] " ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/033-001>
 ] .


###  http://purl.obolibrary.org/obo/BFO_0000147
<http://purl.obolibrary.org/obo/BFO_0000147> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000140> ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000178> ;
                                                               owl:allValuesFrom <http://purl.obolibrary.org/obo/BFO_0000147>
                                                             ] ;
                                             <http://purl.obolibrary.org/obo/BFO_0000179> "0d-cf-boundary" ;
                                             <http://purl.obolibrary.org/obo/BFO_0000180> "ZeroDimensionalContinuantFiatBoundary" ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "the geographic North Pole"@en ,
                                                                                          "the point of origin of some spatial coordinate system."@en ,
                                                                                          "the quadripoint where the boundaries of Colorado, Utah, New Mexico, and Arizona meet"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> "zero dimension continuant fiat boundaries are not spatial points. Considering the example 'the quadripoint where the boundaries of Colorado, Utah, New Mexico, and Arizona meet' : There are many frames in which that point is zooming through many points in space. Whereas, no matter what the frame, the quadripoint is always in the same relation to the boundaries of Colorado, Utah, New Mexico, and Arizona."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000600> "a zero-dimensional continuant fiat boundary is a fiat point whose location is defined in relation to some material entity. (axiom label in BFO2 Reference: [031-001])"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000602> "(iff (ZeroDimensionalContinuantFiatBoundary a) (and (ContinuantFiatBoundary a) (exists (b) (and (ZeroDimensionalSpatialRegion b) (forall (t) (locatedInAt a b t)))))) // axiom label in BFO2 CLIF: [031-001] " ;
                                             <http://purl.org/dc/elements/1.1/identifier> "031-BFO" ;
                                             rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
                                             rdfs:label "fiat point"@en ,
                                                        "zero-dimensional continuant fiat boundary"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) A fiat point is a zero-dimensional continuant fiat boundary that consists of a single point"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "The geographic North Pole; the quadripoint where the boundaries of Colorado, Utah, New Mexico and Arizona meet; the point of origin of some spatial coordinate system"@en .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000147> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000116> ;
   owl:annotatedTarget "zero dimension continuant fiat boundaries are not spatial points. Considering the example 'the quadripoint where the boundaries of Colorado, Utah, New Mexico, and Arizona meet' : There are many frames in which that point is zooming through many points in space. Whereas, no matter what the frame, the quadripoint is always in the same relation to the boundaries of Colorado, Utah, New Mexico, and Arizona."@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/0000001> ;
   rdfs:comment "requested by Melanie Courtot" ;
   rdfs:seeAlso <https://groups.google.com/d/msg/bfo-owl-devel/s9Uug5QmAws/ZDRnpiIi_TUJ>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000147> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000600> ;
   owl:annotatedTarget "a zero-dimensional continuant fiat boundary is a fiat point whose location is defined in relation to some material entity. (axiom label in BFO2 Reference: [031-001])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/031-001>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000147> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000602> ;
   owl:annotatedTarget "(iff (ZeroDimensionalContinuantFiatBoundary a) (and (ContinuantFiatBoundary a) (exists (b) (and (ZeroDimensionalSpatialRegion b) (forall (t) (locatedInAt a b t)))))) // axiom label in BFO2 CLIF: [031-001] " ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/031-001>
 ] .


###  http://purl.obolibrary.org/obo/BFO_0000148
<http://purl.obolibrary.org/obo/BFO_0000148> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000008> ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000121> ;
                                                               owl:allValuesFrom <http://purl.obolibrary.org/obo/BFO_0000148>
                                                             ] ;
                                             <http://purl.obolibrary.org/obo/BFO_0000179> "0d-t-region" ;
                                             <http://purl.obolibrary.org/obo/BFO_0000180> "ZeroDimensionalTemporalRegion" ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "a temporal region that is occupied by a process boundary"@en ,
                                                                                          "right now"@en ,
                                                                                          "the moment at which a child is born"@en ,
                                                                                          "the moment at which a finger is detached in an industrial accident"@en ,
                                                                                          "the moment of death."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000118> "temporal instant."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000600> "A zero-dimensional temporal region is a temporal region that is without extent. (axiom label in BFO2 Reference: [102-001])"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000602> "(forall (x) (if (ZeroDimensionalTemporalRegion x) (TemporalRegion x))) // axiom label in BFO2 CLIF: [102-001] " ;
                                             <http://purl.org/dc/elements/1.1/identifier> "102-BFO" ;
                                             rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
                                             rdfs:label "zero-dimensional temporal region"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) A zero-dimensional temporal region is a temporal region that is a whole consisting of one or more separated temporal instants as parts"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "A temporal region that is occupied by a process boundary; the moment at which a finger is detached in an industrial accident"@en .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000148> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000600> ;
   owl:annotatedTarget "A zero-dimensional temporal region is a temporal region that is without extent. (axiom label in BFO2 Reference: [102-001])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/102-001>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000148> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000602> ;
   owl:annotatedTarget "(forall (x) (if (ZeroDimensionalTemporalRegion x) (TemporalRegion x))) // axiom label in BFO2 CLIF: [102-001] " ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/102-001>
 ] .


###  http://purl.obolibrary.org/obo/BFO_0000182
<http://purl.obolibrary.org/obo/BFO_0000182> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000015> ;
                                             <http://purl.obolibrary.org/obo/BFO_0000179> "history" ;
                                             <http://purl.obolibrary.org/obo/BFO_0000180> "History" ;
                                             <http://purl.obolibrary.org/obo/IAO_0000600> "A history is a process that is the sum of the totality of processes taking place in the spatiotemporal region occupied by a material entity or site, including processes on the surface of the entity or within the cavities to which it serves as host. (axiom label in BFO2 Reference: [138-001])"@en ;
                                             <http://purl.org/dc/elements/1.1/identifier> "138-BFO" ;
                                             rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
                                             rdfs:label "history"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) A history is a process that is the sum of the totality of processes taking place in the spatiotemporal region occupied by the material part of a material entity"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "The life of an organism from the beginning to the end of its existence"@en .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000182> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000600> ;
   owl:annotatedTarget "A history is a process that is the sum of the totality of processes taking place in the spatiotemporal region occupied by a material entity or site, including processes on the surface of the entity or within the cavities to which it serves as host. (axiom label in BFO2 Reference: [138-001])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/138-001>
 ] .


###  http://purl.obolibrary.org/obo/BFO_0000202
<http://purl.obolibrary.org/obo/BFO_0000202> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000038> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "155-BFO" ;
                                             rdfs:label "temporal interval"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) A temporal interval is a one-dimensional temporal region that is continuous, thus without gaps or breaks"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "The year 2018."@en ;
                                             <http://www.w3.org/2004/02/skos/core#scopeNote> "A one-dimensional temporal region can include as parts not only temporal intervals but also temporal instants separated from other parts by gaps."@en .


###  http://purl.obolibrary.org/obo/BFO_0000203
<http://purl.obolibrary.org/obo/BFO_0000203> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000148> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "209-BFO" ;
                                             rdfs:label "temporal instant"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) A temporal instant is a zero-dimensional temporal region that has no proper temporal part"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "The millennium"@en .


###  https://w3id.org/oto/OTO_00020000
:OTO_00020000 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000019> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "Temperature is a quality representing the driving force for the flow of heat energy and is a measure of the heat content of a material entity."@en ;
              rdfs:label "temperature"@en ;
              <http://www.w3.org/2004/02/skos/core#exactMatch> <https://openenergyplatform.org/ontology/oeo/OEO_00010453> .


###  https://w3id.org/oto/OTO_00020001
:OTO_00020001 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000019> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "height"@en .


###  https://w3id.org/oto/OTO_00020003
:OTO_00020003 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000019> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "granularity"@en .


###  https://w3id.org/oto/OTO_00020004
:OTO_00020004 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000019> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "A quantity is a quality of a material entity where the magnitude  of the quality can be quantified via a quantity value, which means that it can be expressed as a number and a unit."@en ;
              rdfs:label "quantity"@en ;
              <http://www.w3.org/2004/02/skos/core#exactMatch> <https://openenergyplatform.org/ontology/oeo/OEO_00340062> .


###  https://w3id.org/oto/OTO_00020005
:OTO_00020005 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020004 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "Size is a quantity of an entity that quantifies its spatial extend."@en ;
              rdfs:label "size"@en ;
              <http://www.w3.org/2004/02/skos/core#exactMatch> "IAO:0000233" .


###  https://w3id.org/oto/OTO_00020006
:OTO_00020006 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000019> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "width"@en .


###  https://w3id.org/oto/OTO_00020007
:OTO_00020007 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000019> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "loudness"@en .


###  https://w3id.org/oto/OTO_00020008
:OTO_00020008 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000019> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "" ;
              rdfs:label "conductivity"@en .


###  https://w3id.org/oto/OTO_00020009
:OTO_00020009 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000019> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              <http://purl.obolibrary.org/obo/IAO_0000118> "distance"@en ;
              rdfs:label "length"@en .


###  https://w3id.org/oto/OTO_00020010
:OTO_00020010 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000019> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "speed"@en .


###  https://w3id.org/oto/OTO_00020011
:OTO_00020011 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000019> ;
              rdfs:label "thermal comfort"@en .


###  https://w3id.org/oto/OTO_00020012
:OTO_00020012 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000019> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "availability of water"@en .


###  https://w3id.org/oto/OTO_00020013
:OTO_00020013 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020010 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "air speed"@en .


###  https://w3id.org/oto/OTO_00020014
:OTO_00020014 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000019> ;
              rdfs:label "registration of cars"@en .


###  https://w3id.org/oto/OTO_00020015
:OTO_00020015 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020016 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "greenhous gas emissions"@en .


###  https://w3id.org/oto/OTO_00020016
:OTO_00020016 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000019> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "emission"@en .


###  https://w3id.org/oto/OTO_00020017
:OTO_00020017 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000019> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "immission"@en .


###  https://w3id.org/oto/OTO_00020018
:OTO_00020018 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000019> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "traffic flow"@en .


###  https://w3id.org/oto/OTO_00020019
:OTO_00020019 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000019> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "person kilometers traveled"@en .


###  https://w3id.org/oto/OTO_00020020
:OTO_00020020 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000019> ;
              rdfs:label "national kilometer traveled"@en .


###  https://w3id.org/oto/OTO_00020021
:OTO_00020021 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020016 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "" ;
              rdfs:label "exhaust emissions"@en .


###  https://w3id.org/oto/OTO_00020022
:OTO_00020022 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020016 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "particle emissions"@en .


###  https://w3id.org/oto/OTO_00020023
:OTO_00020023 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000019> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "availability"@en .


###  https://w3id.org/oto/OTO_00020024
:OTO_00020024 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000019> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "building type"@en .


###  https://w3id.org/oto/OTO_00020025
:OTO_00020025 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000019> ;
              rdfs:label "land use"@en .


###  https://w3id.org/oto/OTO_00020026
:OTO_00020026 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000019> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "pulse"@en .


###  https://w3id.org/oto/OTO_00020027
:OTO_00020027 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000019> ;
              rdfs:label "trip attributes"@en .


###  https://w3id.org/oto/OTO_00020028
:OTO_00020028 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000019> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "size classes"@en .


###  https://w3id.org/oto/OTO_00020029
:OTO_00020029 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000019> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "trip purpose"@en .


###  https://w3id.org/oto/OTO_00020030
:OTO_00020030 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000019> ;
              <http://purl.obolibrary.org/obo/IAO_0000118> "Einstellungen zu"@de ;
              rdfs:label "attitudes to"@en .


###  https://w3id.org/oto/OTO_00020031
:OTO_00020031 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000019> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "impact"@en .


###  https://w3id.org/oto/OTO_00020032
:OTO_00020032 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000019> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              <http://purl.obolibrary.org/obo/IAO_0000118> "Maut"@de ;
              rdfs:label "toll"@en .


###  https://w3id.org/oto/OTO_00020033
:OTO_00020033 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000019> ;
              <http://purl.obolibrary.org/obo/IAO_0000118> "Trassenentgelte"@de ;
              rdfs:label "Track charges"@en .


###  https://w3id.org/oto/OTO_00020034
:OTO_00020034 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000019> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "weigthed average cost of capital"@en .


###  https://w3id.org/oto/OTO_00020035
:OTO_00020035 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000019> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "equipment cost"@en .


###  https://w3id.org/oto/OTO_00020036
:OTO_00020036 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020038 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              <http://purl.obolibrary.org/obo/IAO_0000118> "Funktionsträger"@de ;
              rdfs:label "Officials (?)"@en .


###  https://w3id.org/oto/OTO_00020037
:OTO_00020037 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020038 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "A passenger is an agent who travels in a vehicle."@en ;
              rdfs:label "passenger"@en ;
              <http://www.w3.org/2004/02/skos/core#exactMatch> "https://openenergyplatform.org/ontology/oeo/OEO_00010264" .


###  https://w3id.org/oto/OTO_00020038
:OTO_00020038 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000023> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "Agent is a role of a person or organisation that directs its activity towards achieving goals."@en ;
              rdfs:label "agent"@en ;
              <http://www.w3.org/2004/02/skos/core#exactMatch> "https://openenergyplatform.org/ontology/oeo/OEO_00000051" .


###  https://w3id.org/oto/OTO_00020039
:OTO_00020039 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020038 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "Verkehrsteilnehmer (VT) im straßenverkehrsrechtlichen Sinne ist, wer öffentliche Wege, Straßen und Plätze im Rahmen des Gemeingebrauchs benutzt."@de ;
              <http://purl.obolibrary.org/obo/IAO_0000118> "Verkehrsteilnehmer"@de ;
              <http://purl.obolibrary.org/obo/IAO_0000119> "https://de.wikipedia.org/wiki/Verkehrsteilnehmer"@de ;
              rdfs:label "road user (?)"@en .


###  https://w3id.org/oto/OTO_00020040
:OTO_00020040 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020038 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "Decision Makers"@en .


###  https://w3id.org/oto/OTO_00020041
:OTO_00020041 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000023> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "" ;
              rdfs:label "Transported Good"@en .


###  https://w3id.org/oto/OTO_00020042
:OTO_00020042 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000017> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "sound"@en .


###  https://w3id.org/oto/OTO_00020043
:OTO_00020043 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000017> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "transport demand"@en .


###  https://w3id.org/oto/OTO_00020044
:OTO_00020044 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000017> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              <http://purl.obolibrary.org/obo/IAO_0000118> "Geräusch"@de ;
              rdfs:label "noise"@en .


###  https://w3id.org/oto/OTO_00020045
:OTO_00020045 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020044 ;
              <http://purl.obolibrary.org/obo/IAO_0000118> "Lärm"@de ;
              rdfs:label "exessive noise"@en .


###  https://w3id.org/oto/OTO_00020046
:OTO_00020046 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000017> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "A demand is a realizable entity that is characterised by a person, organisation or object needing it for a specific purpose."@en ;
              rdfs:label "demand"@en ;
              <http://www.w3.org/2004/02/skos/core#exactMatch> "https://openenergyplatform.org/ontology/oeo/OEO_00140040" .


###  https://w3id.org/oto/OTO_00020047
:OTO_00020047 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020046 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "" ;
              rdfs:label "charging demand"@en .


###  https://w3id.org/oto/OTO_00020048
:OTO_00020048 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000016> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "" ;
              <http://purl.obolibrary.org/obo/IAO_0000118> "Belästigung"@de ;
              rdfs:label "disturbance"@en .


###  https://w3id.org/oto/OTO_00020049
:OTO_00020049 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020138 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              <http://purl.obolibrary.org/obo/IAO_0000118> "Achslagerbeschleunigungsdaten"@de .


###  https://w3id.org/oto/OTO_00020050
:OTO_00020050 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020138 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "roadside weather"@en .


###  https://w3id.org/oto/OTO_00020051
:OTO_00020051 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020054 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "multispectral image"@en .


###  https://w3id.org/oto/OTO_00020052
:OTO_00020052 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020138 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "origin-destination matrix"@en .


###  https://w3id.org/oto/OTO_00020053
:OTO_00020053 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020138 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              <http://purl.obolibrary.org/obo/IAO_0000118> "Tankbuch"@de ;
              rdfs:label "Fuel logbook"@en .


###  https://w3id.org/oto/OTO_00020054
:OTO_00020054 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020138 ;
              rdfs:label "image"@en .


###  https://w3id.org/oto/OTO_00020055
:OTO_00020055 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020054 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "radar image"@en .


###  https://w3id.org/oto/OTO_00020056
:OTO_00020056 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020054 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "ortho photo"@en .


###  https://w3id.org/oto/OTO_00020057
:OTO_00020057 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020138 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "demographic data"@en .


###  https://w3id.org/oto/OTO_00020058
:OTO_00020058 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020138 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              <http://purl.obolibrary.org/obo/IAO_0000118> "weather data"@en ;
              rdfs:label "meterological data"@en .


###  https://w3id.org/oto/OTO_00020059
:OTO_00020059 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020138 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              <http://purl.obolibrary.org/obo/IAO_0000118> "Raumstrukturdaten"@de ;
              rdfs:label "spatial structure data"@en .


###  https://w3id.org/oto/OTO_00020060
:OTO_00020060 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000031> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              <http://purl.obolibrary.org/obo/IAO_0000118> "Analysezertifikate"@de ;
              rdfs:label "Axle bearing acceleration data"@en ,
                         "analysis certificates"@en .


###  https://w3id.org/oto/OTO_00020061
:OTO_00020061 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000031> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              <http://purl.obolibrary.org/obo/IAO_0000118> "Belüftungskonzepte"@de ;
              rdfs:label "ventilation concept"@en .


###  https://w3id.org/oto/OTO_00020062
:OTO_00020062 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020066 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "DLR Mast without LSA component"@en .


###  https://w3id.org/oto/OTO_00020063
:OTO_00020063 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020211 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "A vehicle is a means of transport which is built to transport participants in a journey."@en ;
              rdfs:label "vehicle"@en ;
              <http://www.w3.org/2004/02/skos/core#closeMatch> "http://schema.org/Vehicle" ,
                                                               "http://www.ontologyrepository.com/CommonCoreOntologies/Vehicle" ,
                                                               "https://openenergyplatform.org/ontology/oeo/OEO_00010023" ;
              <https://openenergyplatform.org/ontology/oeo/OEO_00020426> "https://github.com/OpenEnergyPlatform/open-transport-ontology/issues/42" .


###  https://w3id.org/oto/OTO_00020064
:OTO_00020064 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000030> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "An artificial object is an object that was deliberately manufactured by humans to address a particular purpose."@en ;
              rdfs:label "artificial object"@en ;
              <http://www.w3.org/2004/02/skos/core#exactMatch> "https://openenergyplatform.org/ontology/oeo/OEO_00000061" .


###  https://w3id.org/oto/OTO_00020065
:OTO_00020065 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020063 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "An electric vehicle (abbreviated as EV) is a vehicle that uses one or more electric traction motors."@en ;
              rdfs:label "electric vehicle"@en ;
              <http://www.w3.org/2004/02/skos/core#exactMatch> "https://openenergyplatform.org/ontology/oeo/OEO_00000146" .


###  https://w3id.org/oto/OTO_00020066
:OTO_00020066 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020147 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "Mast"@en .


###  https://w3id.org/oto/OTO_00020067
:OTO_00020067 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020065 ;
              rdfs:label "Small electric vehicle"@en .


###  https://w3id.org/oto/OTO_00020068
:OTO_00020068 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020077 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "road sign"@en .


###  https://w3id.org/oto/OTO_00020069
:OTO_00020069 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020063 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              <http://purl.obolibrary.org/obo/IAO_0000118> "Schienenfahrzeug"@de ;
              rdfs:label "train"@en .


###  https://w3id.org/oto/OTO_00020070
:OTO_00020070 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020066 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "Standmast"@de .


###  https://w3id.org/oto/OTO_00020071
:OTO_00020071 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020069 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "Tram"@en .


###  https://w3id.org/oto/OTO_00020072
:OTO_00020072 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020082 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "Anzeigequerschnitt"@de .


###  https://w3id.org/oto/OTO_00020073
:OTO_00020073 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020082 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "Messquerschnitt"@de .


###  https://w3id.org/oto/OTO_00020074
:OTO_00020074 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020090 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "A truck is a road vehicle designed to transport freight, carry specialized payloads of perform other utilitarian work."@en ;
              <http://purl.obolibrary.org/obo/IAO_0000118> "lorry"@en ;
              rdfs:label "truck"@en ;
              <http://www.w3.org/2004/02/skos/core#closeMatch> "http://purl.obolibrary.org/obo/ENVO_01000602" ,
                                                               "https://openenergyplatform.org/ontology/oeo/OEO_00010278" ;
              <https://openenergyplatform.org/ontology/oeo/OEO_00020426> "https://github.com/OpenEnergyPlatform/open-transport-ontology/issues/42" .


###  https://w3id.org/oto/OTO_00020075
:OTO_00020075 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020074 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "A trailer truck is a truck that as an additional trailer."@en ;
              rdfs:label "trailer truck"@en ;
              <https://openenergyplatform.org/ontology/oeo/OEO_00020426> "https://github.com/OpenEnergyPlatform/open-transport-ontology/issues/42" .


###  https://w3id.org/oto/OTO_00020076
:OTO_00020076 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020147 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              <http://purl.obolibrary.org/obo/IAO_0000118> "Fahrgastunterstand"@de ;
              rdfs:label "passenger shelter"@en .


###  https://w3id.org/oto/OTO_00020077
:OTO_00020077 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020147 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "Sinage"@en .


###  https://w3id.org/oto/OTO_00020078
:OTO_00020078 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020063 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "An air vehicle is a vehicle that is able to fly by gaining support from the air."@en ;
              rdfs:label "air vehicle"@en ;
              <http://www.w3.org/2004/02/skos/core#closeMatch> "http://purl.obolibrary.org/obo/ENVO_01001488" ,
                                                               "http://www.ontologyrepository.com/CommonCoreOntologies/Aircraft" ,
                                                               "https://openenergyplatform.org/ontology/oeo/OEO_00010292" ;
              <https://openenergyplatform.org/ontology/oeo/OEO_00020426> "https://github.com/OpenEnergyPlatform/open-transport-ontology/issues/42" .


###  https://w3id.org/oto/OTO_00020079
:OTO_00020079 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020078 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "A helicopter is a type of air vehicle in which lift and thrust are supplied by spinning rotors."@en ;
              rdfs:label "helicopter"@en ;
              <http://www.w3.org/2004/02/skos/core#closeMatch> "https://openenergyplatform.org/ontology/oeo/OEO_00010294" ;
              <https://openenergyplatform.org/ontology/oeo/OEO_00020426> "https://github.com/OpenEnergyPlatform/open-transport-ontology/issues/42" .


###  https://w3id.org/oto/OTO_00020080
:OTO_00020080 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020078 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "An airplane is a fixed wing air vehicle that flies through the air."@en ;
              rdfs:label "airplane"@en ;
              <http://www.w3.org/2004/02/skos/core#closeMatch> "https://openenergyplatform.org/ontology/oeo/OEO_00010293" ;
              <https://openenergyplatform.org/ontology/oeo/OEO_00020426> "https://github.com/OpenEnergyPlatform/open-transport-ontology/issues/42" .


###  https://w3id.org/oto/OTO_00020081
:OTO_00020081 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020090 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "An Automobile is a road vehicle with a motor and wheels which drives on roads. They primarily transport passengers."@en ;
              <http://purl.obolibrary.org/obo/IAO_0000118> "car"@en ;
              rdfs:label "automobile"@en ;
              <http://www.w3.org/2004/02/skos/core#closeMatch> "http://www.ontologyrepository.com/CommonCoreOntologies/Automobile" ,
                                                               "https://openenergyplatform.org/ontology/oeo/OEO_00010276" ;
              <https://openenergyplatform.org/ontology/oeo/OEO_00020426> "https://github.com/OpenEnergyPlatform/open-transport-ontology/issues/42" .


###  https://w3id.org/oto/OTO_00020082
:OTO_00020082 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020077 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "traffic management device"@en .


###  https://w3id.org/oto/OTO_00020083
:OTO_00020083 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000030> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "natural object"@en .


###  https://w3id.org/oto/OTO_00020084
:OTO_00020084 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020083 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "tree"@en .


###  https://w3id.org/oto/OTO_00020085
:OTO_00020085 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020064 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              <http://purl.obolibrary.org/obo/IAO_0000118> "Nachladeeinrichtung"@de ;
              rdfs:label "relaoding mechanism"@en .


###  https://w3id.org/oto/OTO_00020086
:OTO_00020086 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020069 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "Underground"@en .


###  https://w3id.org/oto/OTO_00020087
:OTO_00020087 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020064 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "Building"@en .


###  https://w3id.org/oto/OTO_00020088
:OTO_00020088 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020063 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "A water vehicle is a vehicle that traveling on or in water."@en ;
              rdfs:label "water vehicle"@en ;
              <https://openenergyplatform.org/ontology/oeo/OEO_00020426> "https://github.com/OpenEnergyPlatform/open-transport-ontology/issues/42" .


###  https://w3id.org/oto/OTO_00020090
:OTO_00020090 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020063 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "A road vehicle is a vehicle that travels on roads."@en ;
              rdfs:label "road vehicle"@en ;
              <https://openenergyplatform.org/ontology/oeo/OEO_00020426> "https://github.com/OpenEnergyPlatform/open-transport-ontology/issues/42" .


###  https://w3id.org/oto/OTO_00020091
:OTO_00020091 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020090 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "A motorcycle is a two or three-wheeled motor vehicle."@en ;
              <http://purl.obolibrary.org/obo/IAO_0000118> "bike"@en ,
                                                           "motorbike"@en ,
                                                           "trike"@en ;
              rdfs:label "motorcycle"@en ;
              <http://www.w3.org/2004/02/skos/core#closeMatch> "http://purl.obolibrary.org/obo/ENVO_01000615" ,
                                                               "http://www.ontologyrepository.com/CommonCoreOntologies/Motorcycle" ,
                                                               "https://openenergyplatform.org/ontology/oeo/OEO_00010284" ;
              <https://openenergyplatform.org/ontology/oeo/OEO_00020426> "https://github.com/OpenEnergyPlatform/open-transport-ontology/issues/42" .


###  https://w3id.org/oto/OTO_00020092
:OTO_00020092 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020090 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "A bicycle is a human powered pedal driven single track road vehicle with two wheels attached to a frame, one behind the other."@en ;
              <http://purl.obolibrary.org/obo/IAO_0000118> "Bike"@en ;
              rdfs:label "bicycle"@en ;
              <http://www.w3.org/2004/02/skos/core#closeMatch> "http://purl.obolibrary.org/obo/ENVO_01000614" ,
                                                               "http://www.ontologyrepository.com/CommonCoreOntologies/Bicycle" ,
                                                               "https://openenergyplatform.org/ontology/oeo/OEO_00010279" ;
              <https://openenergyplatform.org/ontology/oeo/OEO_00020426> "https://github.com/OpenEnergyPlatform/open-transport-ontology/issues/42" .


###  https://w3id.org/oto/OTO_00020093
:OTO_00020093 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020092 ;
              rdfs:label "e-bike"@en .


###  https://w3id.org/oto/OTO_00020094
:OTO_00020094 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020090 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "A bus is a road vehicle that transports significantly more passengers than an average automobile."@en ;
              <http://purl.obolibrary.org/obo/IAO_0000118> "autobus"@en ,
                                                           "omnibus"@en ;
              rdfs:label "bus"@en ;
              <http://www.w3.org/2004/02/skos/core#closeMatch> "http://purl.obolibrary.org/obo/ENVO_01000611" ,
                                                               "https://openenergyplatform.org/ontology/oeo/OEO_00010277" ;
              <https://openenergyplatform.org/ontology/oeo/OEO_00020426> "https://github.com/OpenEnergyPlatform/open-transport-ontology/issues/42" .


###  https://w3id.org/oto/OTO_00020095
:OTO_00020095 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020082 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "traffic signal"@en .


###  https://w3id.org/oto/OTO_00020096
:OTO_00020096 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020095 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "traffic light"@en .


###  https://w3id.org/oto/OTO_00020097
:OTO_00020097 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020082 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              <http://purl.obolibrary.org/obo/IAO_0000118> "Zählstelle"@de ;
              rdfs:label "metering point"@en .


###  https://w3id.org/oto/OTO_00020098
:OTO_00020098 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020082 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "Barrier"@en .


###  https://w3id.org/oto/OTO_00020099
:OTO_00020099 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020064 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              <http://purl.obolibrary.org/obo/IAO_0000118> "Boardstein"@de ;
              rdfs:label "curb"@en .


###  https://w3id.org/oto/OTO_00020100
:OTO_00020100 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020066 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "Auslegemast"@de .


###  https://w3id.org/oto/OTO_00020101
:OTO_00020101 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000027> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "A population is an aggregate of people in a spatial region."@en ;
              rdfs:label "population"@en ;
              <http://www.w3.org/2004/02/skos/core#exactMatch> "https://openenergyplatform.org/ontology/oeo/OEO_00230013" .


###  https://w3id.org/oto/OTO_00020102
:OTO_00020102 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020101 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "synthetic population"@en .


###  https://w3id.org/oto/OTO_00020103
:OTO_00020103 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020101 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "The labour force is the population of people ages 15 and older who supply labour to the production of goods and services.  It includes people who are currently employed and people who are unemployed but seeking work as well as first-time job-seekers"@en ;
              rdfs:label "labour force"@en ;
              <http://www.w3.org/2004/02/skos/core#exactMatch> "https://openenergyplatform.org/ontology/oeo/OEO_00230016" .


###  https://w3id.org/oto/OTO_00020104
:OTO_00020104 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020101 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "A rural population is a population living in rural areas, as defined by national statistical offices."@en ;
              rdfs:label "rural population"@en ;
              <http://www.w3.org/2004/02/skos/core#exactMatch> "https://openenergyplatform.org/ontology/oeo/OEO_00230015" .


###  https://w3id.org/oto/OTO_00020105
:OTO_00020105 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020101 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "An urban population is a population living in urban areas, as defined by national statistical offices."@en ;
              rdfs:label "urban population"@en ;
              <http://www.w3.org/2004/02/skos/core#exactMatch> "https://openenergyplatform.org/ontology/oeo/OEO_00230014" .


###  https://w3id.org/oto/OTO_00020106
:OTO_00020106 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020101 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "The working age population is the population of people aged 15 to 65."@en ;
              rdfs:label "working age population"@en ;
              <http://www.w3.org/2004/02/skos/core#exactMatch> "https://openenergyplatform.org/ontology/oeo/OEO_00230017" .


###  https://w3id.org/oto/OTO_00020107
:OTO_00020107 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000027> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              <http://purl.obolibrary.org/obo/IAO_0000118> "vehicle stock"@en ;
              rdfs:label "vehicle fleet"@en .


###  https://w3id.org/oto/OTO_00020108
:OTO_00020108 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000027> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "charging infrastructure"@en .


###  https://w3id.org/oto/OTO_00020109
:OTO_00020109 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000027> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "railway system"@en .


###  https://w3id.org/oto/OTO_00020110
:OTO_00020110 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020112 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "road transport"@en .


###  https://w3id.org/oto/OTO_00020111
:OTO_00020111 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020122 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "Settlement"@en .


###  https://w3id.org/oto/OTO_00020112
:OTO_00020112 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000027> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              <http://purl.obolibrary.org/obo/IAO_0000118> "Verkehrsnetz"@de ;
              rdfs:label "Transportation network"@en .


###  https://w3id.org/oto/OTO_00020113
:OTO_00020113 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020112 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "rail transport"@en .


###  https://w3id.org/oto/OTO_00020114
:OTO_00020114 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020109 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              <http://purl.obolibrary.org/obo/IAO_0000118> "Gleisinfrastruktur"@de ;
              rdfs:label "Railway infrastructure"@en .


###  https://w3id.org/oto/OTO_00020115
:OTO_00020115 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000027> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              <http://purl.obolibrary.org/obo/IAO_0000118> "Verkehrsinfrastruktur"@de ;
              rdfs:label "Transportation infrastructure"@en .


###  https://w3id.org/oto/OTO_00020116
:OTO_00020116 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020117 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "recreational traffic"@en .


###  https://w3id.org/oto/OTO_00020117
:OTO_00020117 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000027> ;
              rdfs:label "traffic"@en .


###  https://w3id.org/oto/OTO_00020118
:OTO_00020118 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020117 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "passenger traffic"@en .


###  https://w3id.org/oto/OTO_00020119
:OTO_00020119 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000027> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "transport"@en .


###  https://w3id.org/oto/OTO_00020120
:OTO_00020120 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020119 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "transport of good"@en .


###  https://w3id.org/oto/OTO_00020121
:OTO_00020121 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020119 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "long-distrance transport"@en .


###  https://w3id.org/oto/OTO_00020122
:OTO_00020122 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000027> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              <http://purl.obolibrary.org/obo/IAO_0000118> "Bebauung"@de ;
              rdfs:label "Built-up land"@en .


###  https://w3id.org/oto/OTO_00020123
:OTO_00020123 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000027> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "drivetrain"@en .


###  https://w3id.org/oto/OTO_00020124
:OTO_00020124 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000027> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "A portion of matter is an aggregate of material entities that have a state of matter."@en ;
              rdfs:label "portion of matter"@en ;
              <http://www.w3.org/2004/02/skos/core#exactMatch> "https://openenergyplatform.org/ontology/oeo/OEO_00000331" .


###  https://w3id.org/oto/OTO_00020125
:OTO_00020125 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020124 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "A fuel is a portion of matter that has the disposition to be an energy carrier and that has a fuel role."@en ;
              rdfs:label "fuel"@en ;
              <http://www.w3.org/2004/02/skos/core#exactMatch> "https://openenergyplatform.org/ontology/oeo/OEO_00000173" .


###  https://w3id.org/oto/OTO_00020126
:OTO_00020126 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000027> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "aerosol"@en .


###  https://w3id.org/oto/OTO_00020127
:OTO_00020127 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020138 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "A model is a continuant to represent a system and its behaviours in a simplified or idealised way."@en ;
              rdfs:label "model"@de ;
              <http://www.w3.org/2004/02/skos/core#exactMatch> "https://openenergyplatform.org/ontology/oeo/OEO_00020352" .


###  https://w3id.org/oto/OTO_00020128
:OTO_00020128 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020141 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "company"@en .


###  https://w3id.org/oto/OTO_00020129
:OTO_00020129 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020141 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "Verein"@de .


###  https://w3id.org/oto/OTO_00020130
:OTO_00020130 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020141 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "public transport association"@en .


###  https://w3id.org/oto/OTO_00020131
:OTO_00020131 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020127 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "digital elevation model"@en .


###  https://w3id.org/oto/OTO_00020132
:OTO_00020132 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020127 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              <http://purl.obolibrary.org/obo/IAO_0000118> "Stadtmodell"@de ;
              rdfs:label "urban model"@en .


###  https://w3id.org/oto/OTO_00020133
:OTO_00020133 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020127 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "street topography"@en .


###  https://w3id.org/oto/OTO_00020134
:OTO_00020134 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020136 ;
              rdfs:label "digital terrain model"@en .


###  https://w3id.org/oto/OTO_00020135
:OTO_00020135 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020127 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "surface model"@en .


###  https://w3id.org/oto/OTO_00020136
:OTO_00020136 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020127 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "terrain model"@en .


###  https://w3id.org/oto/OTO_00020137
:OTO_00020137 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020139 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "traffic scenario"@en .


###  https://w3id.org/oto/OTO_00020138
:OTO_00020138 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000031> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "A generically dependent continuant that is about some thing."@en ;
              rdfs:label "information content entity"@de ;
              <http://www.w3.org/2004/02/skos/core#exactMatch> "http://purl.obolibrary.org/obo/IAO_0000030" .


###  https://w3id.org/oto/OTO_00020139
:OTO_00020139 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020138 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "A scenario is an information content entity that contains statements about a possible future development based on a coherent and internally consistent set of assumptions and their motivation."@en ;
              rdfs:label "scenario"@en ;
              <http://www.w3.org/2004/02/skos/core#exactMatch> "https://openenergyplatform.org/ontology/oeo/OEO_00000364" .


###  https://w3id.org/oto/OTO_00020140
:OTO_00020140 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020127 ;
              rdfs:label "surface model behaviour"@en .


###  https://w3id.org/oto/OTO_00020141
:OTO_00020141 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000141> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "An organisation is an immaterial entity that has the organisation role and there exists some sort of legal framework that recognises the entity and its continued existence."@en ;
              rdfs:label "organisation"@en ;
              <http://www.w3.org/2004/02/skos/core#exactMatch> "https://openenergyplatform.org/ontology/oeo/OEO_00030022" .


###  https://w3id.org/oto/OTO_00020142
:OTO_00020142 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020141 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "Bundesamt für Straßenverkehr"@de ;
              rdfs:label "BAST"@de .


###  https://w3id.org/oto/OTO_00020143
:OTO_00020143 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020138 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              <http://purl.obolibrary.org/obo/IAO_0000118> "Gleisgeometrie"@de ;
              rdfs:label "track geometry"@en .


###  https://w3id.org/oto/OTO_00020144
:OTO_00020144 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020138 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              <http://purl.obolibrary.org/obo/IAO_0000118> "Schienenlängsprofil"@de ;
              rdfs:label "Longitudinal rail profile"@en .


###  https://w3id.org/oto/OTO_00020147
:OTO_00020147 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020064 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "A transport network component is an artificial object that is part of a transport network."@en ;
              rdfs:label "transport network component"@en ;
              <http://www.w3.org/2004/02/skos/core#exactMatch> "https://openenergyplatform.org/ontology/oeo/OEO_00320021" .


###  https://w3id.org/oto/OTO_00020148
:OTO_00020148 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020147 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "A bridge is a transport network component that spans a physical obstacle without blocking the way underneath."@en ;
              rdfs:label "bridge"@en ;
              <http://www.w3.org/2004/02/skos/core#exactMatch> "https://openenergyplatform.org/ontology/oeo/OEO_00320023" .


###  https://w3id.org/oto/OTO_00020149
:OTO_00020149 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020147 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "A canal is a transport network component that is an artificially created waterway."@en ;
              rdfs:label "canal"@en ;
              <http://www.w3.org/2004/02/skos/core#exactMatch> "https://openenergyplatform.org/ontology/oeo/OEO_00320026" .


###  https://w3id.org/oto/OTO_00020150
:OTO_00020150 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020147 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "A railway is a transport network component that can only be used by trains"@en ;
              rdfs:label "railway"@en ;
              <http://www.w3.org/2004/02/skos/core#exactMatch> "https://openenergyplatform.org/ontology/oeo/OEO_00320025" .


###  https://w3id.org/oto/OTO_00020151
:OTO_00020151 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020147 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "A road is a transport network component with an artificial surface that allows transport for road vehicles."@en ;
              rdfs:label "road"@en ;
              <http://www.w3.org/2004/02/skos/core#exactMatch> "https://openenergyplatform.org/ontology/oeo/OEO_00320022" .


###  https://w3id.org/oto/OTO_00020152
:OTO_00020152 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020147 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "A transport hub is a transport network component that allows the exchange of people and/or goods."@en ;
              rdfs:label "transport hub"@en ;
              <http://www.w3.org/2004/02/skos/core#exactMatch> "https://openenergyplatform.org/ontology/oeo/OEO_00320027" .


###  https://w3id.org/oto/OTO_00020153
:OTO_00020153 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020152 ;
              rdfs:label "airport"@en ;
              <http://www.w3.org/2004/02/skos/core#exactMatch> "An airport is a transport hub for airplanes."@en ,
                                                               "https://openenergyplatform.org/ontology/oeo/OEO_00320035" .


###  https://w3id.org/oto/OTO_00020154
:OTO_00020154 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020152 ;
              rdfs:label "bus station"@en ;
              <http://www.w3.org/2004/02/skos/core#exactMatch> "A bus station is a transport hub for busses." ,
                                                               "https://openenergyplatform.org/ontology/oeo/OEO_00320031" .


###  https://w3id.org/oto/OTO_00020155
:OTO_00020155 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020152 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "A port is a transport hub for ships."@en ;
              rdfs:label "port"@en ;
              <http://www.w3.org/2004/02/skos/core#exactMatch> "https://openenergyplatform.org/ontology/oeo/OEO_00320032" .


###  https://w3id.org/oto/OTO_00020156
:OTO_00020156 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020152 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "A train station is a transport hub for trains."@en ;
              rdfs:label "train station"@en ;
              <http://www.w3.org/2004/02/skos/core#exactMatch> "https://openenergyplatform.org/ontology/oeo/OEO_00320028" .


###  https://w3id.org/oto/OTO_00020157
:OTO_00020157 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020138 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              <http://purl.obolibrary.org/obo/IAO_0000118> "Gleisachse"@de ;
              rdfs:label "track centerline"@en .


###  https://w3id.org/oto/OTO_00020158
:OTO_00020158 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000009> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "mobile cell"@en .


###  https://w3id.org/oto/OTO_00020159
:OTO_00020159 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000026> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              <http://purl.obolibrary.org/obo/IAO_0000118> "Bewegungspfad"@de ;
              rdfs:label "object track"@en .


###  https://w3id.org/oto/OTO_00020160
:OTO_00020160 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000026> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              <http://purl.obolibrary.org/obo/IAO_0000118> "Trajektoriendaten"@de ;
              rdfs:label "trajectory data"@en .


###  https://w3id.org/oto/OTO_00020161
:OTO_00020161 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000026> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              <http://purl.obolibrary.org/obo/IAO_0000118> "Arbeitsweg"@de ;
              rdfs:label "Commute"@en .


###  https://w3id.org/oto/OTO_00020162
:OTO_00020162 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000018> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "position"@en .


###  https://w3id.org/oto/OTO_00020163
:OTO_00020163 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000009> ;
              rdfs:label "protected areas"@en .


###  https://w3id.org/oto/OTO_00020164
:OTO_00020164 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000006> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "A region of relevance is a spatial region that is used in a study or analysis, or is part of spatial planning."@en ;
              rdfs:label "region of relevance"@en ;
              <http://www.w3.org/2004/02/skos/core#exactMatch> "https://openenergyplatform.org/ontology/oeo/OEO_00360020" .


###  https://w3id.org/oto/OTO_00020165
:OTO_00020165 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020164 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "A protected area is a region of relevance that has the protected area role."@en ;
              rdfs:label "protected area"@en ;
              <http://www.w3.org/2004/02/skos/core#exactMatch> "https://openenergyplatform.org/ontology/oeo/OEO_00240022"@en .


###  https://w3id.org/oto/OTO_00020166
:OTO_00020166 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020164 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "A suitable region is a region of relevance that has the suitable region role."@en ;
              rdfs:label "suitable area"@en ;
              <http://www.w3.org/2004/02/skos/core#exactMatch> "https://openenergyplatform.org/ontology/oeo/OEO_00360031" .


###  https://w3id.org/oto/OTO_00020167
:OTO_00020167 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020164 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              <http://purl.obolibrary.org/obo/IAO_0000118> "räumlicher interpretations- und Gültigkeitsbereich"@de ;
              rdfs:label "spatial scope of interpretation and validity"@en .


###  https://w3id.org/oto/OTO_00020168
:OTO_00020168 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000146> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "Cycling path"@en .


###  https://w3id.org/oto/OTO_00020169
:OTO_00020169 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000146> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "street"@en .


###  https://w3id.org/oto/OTO_00020170
:OTO_00020170 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000146> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "sidewalk"@en .


###  https://w3id.org/oto/OTO_00020171
:OTO_00020171 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000146> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "railway track"@en .


###  https://w3id.org/oto/OTO_00020172
:OTO_00020172 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000146> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "water way"@en .


###  https://w3id.org/oto/OTO_00020173
:OTO_00020173 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020169 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "highway"@en .


###  https://w3id.org/oto/OTO_00020174
:OTO_00020174 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020173 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "federal highway"@en .


###  https://w3id.org/oto/OTO_00020175
:OTO_00020175 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000038> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              <http://purl.obolibrary.org/obo/IAO_0000118> "business hours"@en ;
              rdfs:label "opening hours"@en .


###  https://w3id.org/oto/OTO_00020176
:OTO_00020176 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000038> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "visiting hours"@en .


###  https://w3id.org/oto/OTO_00020177
:OTO_00020177 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000035> ;
              rdfs:label "departures"@en .


###  https://w3id.org/oto/OTO_00020178
:OTO_00020178 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000035> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "arrivals"@en .


###  https://w3id.org/oto/OTO_00020179
:OTO_00020179 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000035> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "stop"@en .


###  https://w3id.org/oto/OTO_00020180
:OTO_00020180 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000144> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "wear"@en .


###  https://w3id.org/oto/OTO_00020181
:OTO_00020181 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000144> ;
              rdfs:comment "Handlungen/Vorgänge bei Luftfahrt, Flughafenwesen"@de ;
              rdfs:label "procedures at airports"@de .


###  https://w3id.org/oto/OTO_00020182
:OTO_00020182 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000144> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "A mode of transport is a method or way of traveling or of transporting participants in a journey."@en ;
              rdfs:label "mode of transport"@en ;
              <https://openenergyplatform.org/ontology/oeo/OEO_00020426> "https://github.com/OpenEnergyPlatform/open-transport-ontology/issues/41"@en .


###  https://w3id.org/oto/OTO_00020184
:OTO_00020184 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020182 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "Air transport is a mode of transport which uses air vehicles."@en ;
              <http://purl.obolibrary.org/obo/IAO_0000118> "aviation"@en ;
              rdfs:label "air transport"@en ;
              <https://openenergyplatform.org/ontology/oeo/OEO_00020426> "https://github.com/OpenEnergyPlatform/open-transport-ontology/issues/41"@en .


###  https://w3id.org/oto/OTO_00020185
:OTO_00020185 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020182 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "Water transport is a mode of transport which occurs on or in water."@en ;
              <http://purl.obolibrary.org/obo/IAO_0000118> "sea transport"@en ,
                                                           "ship transport"@en ;
              rdfs:label "water transport"@en ;
              <https://openenergyplatform.org/ontology/oeo/OEO_00020426> "https://github.com/OpenEnergyPlatform/open-transport-ontology/issues/41"@en .


###  https://w3id.org/oto/OTO_00020186
:OTO_00020186 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020182 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "Ground transport is a mode of transport which occurs on a solid surface.."@en ;
              rdfs:label "ground transport"@en ;
              <https://openenergyplatform.org/ontology/oeo/OEO_00020426> "https://github.com/OpenEnergyPlatform/open-transport-ontology/issues/41"@en .


###  https://w3id.org/oto/OTO_00020187
:OTO_00020187 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000144> ;
              rdfs:label "non-motorised transport"@en .


###  https://w3id.org/oto/OTO_00020188
:OTO_00020188 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020187 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "walk"@en .


###  https://w3id.org/oto/OTO_00020189
:OTO_00020189 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020190 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "regional public transport"@en .


###  https://w3id.org/oto/OTO_00020190
:OTO_00020190 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000144> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "regional transport"@en .


###  https://w3id.org/oto/OTO_00020191
:OTO_00020191 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000144> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "public transport"@en .


###  https://w3id.org/oto/OTO_00020192
:OTO_00020192 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020193 ;
              rdfs:label "simulation"@en .


###  https://w3id.org/oto/OTO_00020193
:OTO_00020193 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000015> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "A model calculation is a process of solving mathematical equations of a model."@en ;
              rdfs:label "model calculation"@en ;
              <http://www.w3.org/2004/02/skos/core#exactMatch> "https://openenergyplatform.org/ontology/oeo/OEO_00000275" .


###  https://w3id.org/oto/OTO_00020194
:OTO_00020194 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000015> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "data collection"@en .


###  https://w3id.org/oto/OTO_00020195
:OTO_00020195 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020194 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "recording"@en .


###  https://w3id.org/oto/OTO_00020196
:OTO_00020196 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020195 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "road side accident"@en .


###  https://w3id.org/oto/OTO_00020197
:OTO_00020197 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020195 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              <http://purl.obolibrary.org/obo/IAO_0000118> "Mauterhebung"@de ;
              rdfs:label "toll collection"@en .


###  https://w3id.org/oto/OTO_00020198
:OTO_00020198 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020195 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "tracking"@en .


###  https://w3id.org/oto/OTO_00020199
:OTO_00020199 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020195 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "measurement"@en .


###  https://w3id.org/oto/OTO_00020200
:OTO_00020200 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020194 ;
              rdfs:label "observation"@en .


###  https://w3id.org/oto/OTO_00020201
:OTO_00020201 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020200 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "surveillance of conditions"@en .


###  https://w3id.org/oto/OTO_00020202
:OTO_00020202 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020194 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "survey"@en .


###  https://w3id.org/oto/OTO_00020203
:OTO_00020203 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020202 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "vehicle owner survey"@en .


###  https://w3id.org/oto/OTO_00020204
:OTO_00020204 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000015> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "maintenance"@en .


###  https://w3id.org/oto/OTO_00020205
:OTO_00020205 rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000015> ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "development"@en .


###  https://w3id.org/oto/OTO_00020206
:OTO_00020206 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020205 ;
              rdfs:label "infrastructure development"@en .


###  https://w3id.org/oto/OTO_00020207
:OTO_00020207 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020205 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "population development"@en .


###  https://w3id.org/oto/OTO_00020208
:OTO_00020208 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020205 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> ""@en ;
              rdfs:label "transport development"@en .


###  https://w3id.org/oto/OTO_00020209
:OTO_00020209 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020182 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "Rail transport is a mode of transport which uses wheeled vehicles on rail tracks."@en ;
              rdfs:label "rail transport"@en ;
              <https://openenergyplatform.org/ontology/oeo/OEO_00020426> "https://github.com/OpenEnergyPlatform/open-transport-ontology/issues/41"@en .


###  https://w3id.org/oto/OTO_00020210
:OTO_00020210 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020182 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "Road transport is a mode of transport which occurs on roads."@en ;
              rdfs:label "road transport"@en ;
              <https://openenergyplatform.org/ontology/oeo/OEO_00020426> "https://github.com/OpenEnergyPlatform/open-transport-ontology/issues/41" .


###  https://w3id.org/oto/OTO_00020211
:OTO_00020211 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020064 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "Means of transport are transport facilities used to transport participants in a journey."@en ;
              rdfs:label "Means of Transport"@en ;
              <https://openenergyplatform.org/ontology/oeo/OEO_00020426> "https://github.com/OpenEnergyPlatform/open-transport-ontology/issues/42" .


###  https://w3id.org/oto/OTO_00020212
:OTO_00020212 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020063 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "A space vehicle is a vehicle that is designed to travel and operate in outer space." ;
              rdfs:label "space vehicle"@en ;
              <http://www.w3.org/2004/02/skos/core#closeMatch> "http://purl.obolibrary.org/obo/ENVO_01003000" ,
                                                               "http://www.ontologyrepository.com/CommonCoreOntologies/Spacecraft" ;
              <https://openenergyplatform.org/ontology/oeo/OEO_00020426> "https://github.com/OpenEnergyPlatform/open-transport-ontology/issues/42" .


###  https://w3id.org/oto/OTO_00020213
:OTO_00020213 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020063 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "A drone is an vehicle with no human pilot, crew, or passengers on board, but rather is controlled remotely or is autonomous." ;
              rdfs:label "drone"@en ;
              <https://openenergyplatform.org/ontology/oeo/OEO_00020426> "https://github.com/OpenEnergyPlatform/open-transport-ontology/issues/42" .


###  https://w3id.org/oto/OTO_00020214
:OTO_00020214 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020213 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "An air drone is a drone which flies in the air." ;
              <http://purl.obolibrary.org/obo/IAO_0000118> "unmanned aircraft system"@en ;
              rdfs:label "air drone"@en ;
              <https://openenergyplatform.org/ontology/oeo/OEO_00020426> "https://github.com/OpenEnergyPlatform/open-transport-ontology/issues/42" .


###  https://w3id.org/oto/OTO_00020215
:OTO_00020215 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020213 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "A ground drone is a drone which moves along the ground."@en ;
              <http://purl.obolibrary.org/obo/IAO_0000118> "unmanned areal vehicle"@en ;
              rdfs:label "ground drone"@en ;
              <https://openenergyplatform.org/ontology/oeo/OEO_00020426> "https://github.com/OpenEnergyPlatform/open-transport-ontology/issues/42" .


###  https://w3id.org/oto/OTO_00020216
:OTO_00020216 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020213 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "A water drone is a drone which moves in or on water."@en ;
              rdfs:label "water drone"@en ;
              <https://openenergyplatform.org/ontology/oeo/OEO_00020426> "https://github.com/OpenEnergyPlatform/open-transport-ontology/issues/42" .


###  https://w3id.org/oto/OTO_00020217
:OTO_00020217 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020213 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "A space drone is a drone which moves in outer space."@en ;
              rdfs:label "space drone"@en ;
              <https://openenergyplatform.org/ontology/oeo/OEO_00020426> "https://github.com/OpenEnergyPlatform/open-transport-ontology/issues/42" .


###  https://w3id.org/oto/OTO_00020218
:OTO_00020218 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020088 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "A ship is a water vehicle designed for travel across the surface of a body of water."@en ;
              <http://purl.obolibrary.org/obo/IAO_0000118> "boat"@en ,
                                                           "waterborn vehicle"@en ;
              rdfs:label "ship"@en ;
              <http://www.w3.org/2004/02/skos/core#closeMatch> "https://openenergyplatform.org/ontology/oeo/OEO_00010286" ;
              <https://openenergyplatform.org/ontology/oeo/OEO_00020426> "https://github.com/OpenEnergyPlatform/open-transport-ontology/issues/42" .


###  https://w3id.org/oto/OTO_00020219
:OTO_00020219 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020063 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "A motorised vehicle is a vehicle that uses a motor for propulsion."@en ;
              rdfs:label "motorised vehicle"@en ;
              <http://www.w3.org/2004/02/skos/core#closeMatch> "https://openenergyplatform.org/ontology/oeo/OEO_00010291/" ;
              <https://openenergyplatform.org/ontology/oeo/OEO_00020426> "https://github.com/OpenEnergyPlatform/open-transport-ontology/issues/42" .


###  https://w3id.org/oto/OTO_00020220
:OTO_00020220 rdf:type owl:Class ;
              rdfs:subClassOf :OTO_00020090 ;
              <http://purl.obolibrary.org/obo/IAO_0000115> "A trailer is a non-self propelled vehicle that is designed and constructed to be towed by a power driven vehicle."@en ;
              rdfs:label "trailer"@en ;
              <https://openenergyplatform.org/ontology/oeo/OEO_00020426> "https://github.com/OpenEnergyPlatform/open-transport-ontology/issues/42" .


#################################################################
#    Annotations
#################################################################

<http://example.com/bfo-spec-label> <http://purl.obolibrary.org/obo/IAO_0000119> "Person:Alan Ruttenberg" .


<http://purl.obolibrary.org/obo/BFO_0000134> <http://purl.obolibrary.org/obo/IAO_0000600> "To say that each spatiotemporal region s temporally_projects_onto some temporal region t is to say that t is the temporal extension of s. (axiom label in BFO2 Reference: [080-003])"@en ,
                                                                                          "To say that spatiotemporal region s spatially_projects_onto spatial region r at t is to say that r is the spatial extent of s at t. (axiom label in BFO2 Reference: [081-003])"@en .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000134> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000600> ;
   owl:annotatedTarget "To say that each spatiotemporal region s temporally_projects_onto some temporal region t is to say that t is the temporal extension of s. (axiom label in BFO2 Reference: [080-003])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/080-003>
 ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <http://purl.obolibrary.org/obo/BFO_0000134> ;
   owl:annotatedProperty <http://purl.obolibrary.org/obo/IAO_0000600> ;
   owl:annotatedTarget "To say that spatiotemporal region s spatially_projects_onto spatial region r at t is to say that r is the spatial extent of s at t. (axiom label in BFO2 Reference: [081-003])"@en ;
   <http://purl.obolibrary.org/obo/IAO_0010000> <http://purl.obolibrary.org/obo/bfo/axiom/081-003>
 ] .


#################################################################
#    General axioms
#################################################################

[ rdf:type owl:AllDisjointClasses ;
  owl:members ( <http://purl.obolibrary.org/obo/BFO_0000004>
                <http://purl.obolibrary.org/obo/BFO_0000020>
                <http://purl.obolibrary.org/obo/BFO_0000031>
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( <http://purl.obolibrary.org/obo/BFO_0000006>
                <http://purl.obolibrary.org/obo/BFO_0000029>
                <http://purl.obolibrary.org/obo/BFO_0000140>
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( <http://purl.obolibrary.org/obo/BFO_0000008>
                <http://purl.obolibrary.org/obo/BFO_0000011>
                <http://purl.obolibrary.org/obo/BFO_0000015>
                <http://purl.obolibrary.org/obo/BFO_0000035>
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( <http://purl.obolibrary.org/obo/BFO_0000009>
                <http://purl.obolibrary.org/obo/BFO_0000018>
                <http://purl.obolibrary.org/obo/BFO_0000026>
                <http://purl.obolibrary.org/obo/BFO_0000028>
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( <http://purl.obolibrary.org/obo/BFO_0000142>
                <http://purl.obolibrary.org/obo/BFO_0000146>
                <http://purl.obolibrary.org/obo/BFO_0000147>
              )
] .


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