diff --git a/.gitignore b/.gitignore index 849969d..a8898ee 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ catalog-v001.xml \results -\mro +\build +*.py diff --git a/AgentOntology.ttl b/AgentOntology.ttl index 64d98fe..554b92b 100644 --- a/AgentOntology.ttl +++ b/AgentOntology.ttl @@ -1,24 +1,24 @@ @prefix : . -@prefix dc: . @prefix cco: . @prefix obo: . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . -@prefix foaf: . @prefix rdfs: . @base . rdf:type owl:Ontology ; + owl:versionIRI ; owl:imports ; cco:code_license "The 3-Clause BSD License: https://opensource.org/licenses/BSD-3-Clause"^^xsd:string ; cco:content_license "The Creative Commons BY 3.0 License: https://creativecommons.org/licenses/by/3.0/"^^xsd:string ; cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string ; rdfs:comment "This ontology is designed to represent agents, especially persons and organizations, and their roles."^^xsd:string ; rdfs:label "Agent Ontology"^^xsd:string ; - owl:versionInfo "April 4, 2019"^^xsd:string , + owl:versionInfo "May 2, 2019"^^xsd:string , "Version 1.1.2"^^xsd:string . + ################################################################# # Object Properties ################################################################# @@ -1842,4 +1842,4 @@ cco:UnalliedPerson rdf:type owl:Class ; rdfs:label "Neutral"^^xsd:string . -### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi +### Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi diff --git a/AllCoreOntology.ttl b/AllCoreOntology.ttl index f4d0c77..b8f760c 100644 --- a/AllCoreOntology.ttl +++ b/AllCoreOntology.ttl @@ -1,5 +1,6 @@ @prefix : . @prefix cco: . +@prefix obo: . @prefix owl: . @prefix rdf: . @prefix xml: . @@ -8,6 +9,7 @@ @base . rdf:type owl:Ontology ; + owl:versionIRI ; owl:imports , , , @@ -16,7 +18,7 @@ cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string ; rdfs:comment "An import of all the Common Core mid-level ontologies into a single file so that content is easy to view. The All Core Ontology is not an ontology in the sense it contains no unique content. As such it should not be added to, but can be extended from."^^xsd:string ; rdfs:label "All Core Ontology"^^xsd:string ; - owl:versionInfo "April 4, 2019"^^xsd:string , + owl:versionInfo "May 2, 2019"^^xsd:string , "Version 1.1.2"^^xsd:string . -### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi \ No newline at end of file +### Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi diff --git a/ArtifactOntology.ttl b/ArtifactOntology.ttl index 2698202..85c8e7e 100644 --- a/ArtifactOntology.ttl +++ b/ArtifactOntology.ttl @@ -1,24 +1,22 @@ @prefix : . -@prefix dc: . -@prefix bfo: . @prefix cco: . @prefix obo: . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . -@prefix foaf: . @prefix rdfs: . @base . rdf:type owl:Ontology ; + owl:versionIRI ; owl:imports ; cco:code_license "The 3-Clause BSD License: https://opensource.org/licenses/BSD-3-Clause"^^xsd:string ; cco:content_license "The Creative Commons BY 3.0 License: https://creativecommons.org/licenses/by/3.0/"^^xsd:string ; cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string ; rdfs:comment "This ontology is designed to represent artifacts that are common to multiple domains along with their models, specifications, and functions."^^xsd:string ; rdfs:label "Artifact Ontology"^^xsd:string ; - owl:versionInfo "April 4, 2019"^^xsd:string , + owl:versionInfo "May 2, 2019"^^xsd:string , "Version 1.1.1"^^xsd:string . ################################################################# @@ -5823,4 +5821,4 @@ cco:XRayTelescope rdf:type owl:Class ; rdfs:label "X-ray Telescope"^^xsd:string . -### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi +### Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi diff --git a/CurrencyUnitOntology.ttl b/CurrencyUnitOntology.ttl index 3dfc0aa..55e5137 100644 --- a/CurrencyUnitOntology.ttl +++ b/CurrencyUnitOntology.ttl @@ -1,24 +1,23 @@ @prefix : . -@prefix dc: . @prefix cco: . @prefix obo: . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . -@prefix foaf: . @prefix rdfs: . @base . rdf:type owl:Ontology ; + owl:versionIRI ; owl:imports ; - rdfs:comment "This ontology is designed to represent currencies that are issued and used by countries."^^xsd:string ; cco:code_license "The 3-Clause BSD License: https://opensource.org/licenses/BSD-3-Clause"^^xsd:string ; cco:content_license "The Creative Commons BY 3.0 License: https://creativecommons.org/licenses/by/3.0/"^^xsd:string ; - owl:versionInfo "April 4, 2019"^^xsd:string , - "Version 1.1.1"^^xsd:string ; cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string ; - rdfs:label "Currency Unit Ontology"^^xsd:string . + rdfs:comment "This ontology is designed to represent currencies that are issued and used by countries."^^xsd:string ; + rdfs:label "Currency Unit Ontology"^^xsd:string ; + owl:versionInfo "May 2, 2019"^^xsd:string , + "Version 1.1.1"^^xsd:string . ################################################################# # Classes @@ -933,4 +932,4 @@ cco:ZambiaKwacha rdf:type owl:NamedIndividual , rdfs:label "Zambia Kwacha"^^xsd:string . -### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi +### Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi diff --git a/EventOntology.ttl b/EventOntology.ttl index 2e565fd..cc7c39a 100644 --- a/EventOntology.ttl +++ b/EventOntology.ttl @@ -1,23 +1,22 @@ @prefix : . -@prefix dc: . @prefix cco: . @prefix obo: . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . -@prefix foaf: . @prefix rdfs: . @base . rdf:type owl:Ontology ; + owl:versionIRI ; owl:imports ; cco:code_license "The 3-Clause BSD License: https://opensource.org/licenses/BSD-3-Clause"^^xsd:string ; cco:content_license "The Creative Commons BY 3.0 License: https://creativecommons.org/licenses/by/3.0/"^^xsd:string ; cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string ; rdfs:comment "This ontology is designed to represent processual entities, especially those performed by agents, that occur within multiple domains."^^xsd:string ; rdfs:label "Event Ontology"^^xsd:string ; - owl:versionInfo "April 4, 2019"^^xsd:string , + owl:versionInfo "May 2, 2019"^^xsd:string , "Version 1.1.1"^^xsd:string . ################################################################# @@ -3056,4 +3055,4 @@ cco:XrayFrequency rdf:type owl:Class ; rdfs:label "X-ray Frequency"^^xsd:string . -### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi +### Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi diff --git a/ExtendedRelationOntology.ttl b/ExtendedRelationOntology.ttl index d605594..5ae7da8 100644 --- a/ExtendedRelationOntology.ttl +++ b/ExtendedRelationOntology.ttl @@ -1,25 +1,24 @@ @prefix : . -@prefix dc: . @prefix cco: . @prefix obo: . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . -@prefix foaf: . @prefix rdfs: . @base . rdf:type owl:Ontology ; + owl:versionIRI ; owl:imports obo:bfo.owl , - cco:cco-ro-import.owl ; + ; cco:code_license "The 3-Clause BSD License: https://opensource.org/licenses/BSD-3-Clause"^^xsd:string ; cco:content_license "The Creative Commons BY 3.0 License: https://creativecommons.org/licenses/by/3.0/"^^xsd:string ; cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string ; rdfs:comment "This ontology is designed to represent many of the relations (i.e. object properties) that hold between entities at the level of the mid-level Common Core Ontologies."^^xsd:string ; rdfs:label "Extended Relation Ontology"^^xsd:string ; - owl:versionInfo "April 4, 2019"^^xsd:string , - "Version 1.1.1"^^xsd:string . + owl:versionInfo "May 2, 2019"^^xsd:string , + "Version 1.1.1"^^xsd:string . ################################################################# # Annotation properties @@ -394,13 +393,6 @@ cco:has_process_part rdf:type owl:ObjectProperty ; rdfs:label "has process part"^^xsd:string . -### http://www.ontologyrepository.com/CommonCoreOntologies/has_proper_part -cco:has_proper_part rdf:type owl:ObjectProperty ; - cco:definition "TO DO"^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ; - rdfs:label "has proper part"^^xsd:string . - - ### http://www.ontologyrepository.com/CommonCoreOntologies/inheres_in_aggregate cco:inheres_in_aggregate rdf:type owl:ObjectProperty ; rdfs:domain [ rdf:type owl:Class ; @@ -503,6 +495,7 @@ cco:is_predecessor_of rdf:type owl:ObjectProperty ; ### http://www.ontologyrepository.com/CommonCoreOntologies/is_site_of cco:is_site_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000067 ; owl:inverseOf cco:occurs_at ; rdfs:domain [ rdf:type owl:Class ; owl:unionOf ( obo:BFO_0000006 @@ -536,6 +529,7 @@ cco:is_temporal_region_of rdf:type owl:ObjectProperty ; ### http://www.ontologyrepository.com/CommonCoreOntologies/occurs_at cco:occurs_at rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000066 ; rdfs:domain obo:BFO_0000015 ; rdfs:range [ rdf:type owl:Class ; owl:unionOf ( obo:BFO_0000006 @@ -556,13 +550,6 @@ cco:occurs_on rdf:type owl:ObjectProperty ; rdfs:label "occurs on"^^xsd:string . -### http://www.ontologyrepository.com/CommonCoreOntologies/proper_part_of -cco:proper_part_of rdf:type owl:ObjectProperty ; - cco:definition "TO DO"^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ; - rdfs:label "proper part of"^^xsd:string . - - ### http://www.ontologyrepository.com/CommonCoreOntologies/quality_of_aggregate cco:quality_of_aggregate rdf:type owl:ObjectProperty ; rdfs:subPropertyOf cco:inheres_in_aggregate ; @@ -583,4 +570,4 @@ cco:role_of_aggregate rdf:type owl:ObjectProperty ; rdfs:label "role of aggregate"^^xsd:string . -### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi +### Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi diff --git a/GeospatialOntology.ttl b/GeospatialOntology.ttl index 2695027..205d835 100644 --- a/GeospatialOntology.ttl +++ b/GeospatialOntology.ttl @@ -1,31 +1,28 @@ @prefix : . -@prefix dc: . @prefix cco: . @prefix obo: . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . -@prefix foaf: . @prefix rdfs: . @base . rdf:type owl:Ontology ; + owl:versionIRI ; owl:imports ; cco:code_license "The 3-Clause BSD License: https://opensource.org/licenses/BSD-3-Clause"^^xsd:string ; cco:content_license "The Creative Commons BY 3.0 License: https://creativecommons.org/licenses/by/3.0/"^^xsd:string ; cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string ; rdfs:comment "This ontology is designed to represent sites, spatial regions, and other entities, especially those that are located near the surface of Earth, as well as the relations that hold between them."^^xsd:string ; rdfs:label "Geospatial Ontology"^^xsd:string ; - owl:versionInfo "April 4, 2019"^^xsd:string , - "Version 1.1.1"^^xsd:string . - + owl:versionInfo "May 2, 2019"^^xsd:string , + "Version 1.1.1"^^xsd:string . ################################################################# -# Object Properties +# Object Properties ################################################################# - ### http://www.ontologyrepository.com/CommonCoreOntologies/coincides_with cco:coincides_with rdf:type owl:ObjectProperty ; rdfs:domain obo:BFO_0000141 ; @@ -62,16 +59,16 @@ cco:externally_connects_with rdf:type owl:ObjectProperty ; rdfs:label "externally connects with"^^xsd:string . -### http://www.ontologyrepository.com/CommonCoreOntologies/has_nontangential_proper_part -cco:has_nontangential_proper_part rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:has_spatial_proper_part ; - owl:inverseOf cco:nontangential_proper_part_of ; - rdf:type owl:TransitiveProperty ; - rdfs:domain obo:BFO_0000141 ; - rdfs:range obo:BFO_0000141 ; - cco:definition "Inverse of nontangential proper part of"^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ; - rdfs:label "has nontangential proper part"^^xsd:string . +### http://www.ontologyrepository.com/CommonCoreOntologies/has_nontangential_part +cco:has_nontangential_part rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:has_spatial_part ; + owl:inverseOf cco:nontangential_part_of ; + rdf:type owl:TransitiveProperty ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + cco:definition "Inverse of nontangential part of"^^xsd:string ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ; + rdfs:label "has nontangential part"^^xsd:string . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_spatial_part @@ -86,39 +83,27 @@ cco:has_spatial_part rdf:type owl:ObjectProperty ; rdfs:label "has spatial part"^^xsd:string . -### http://www.ontologyrepository.com/CommonCoreOntologies/has_spatial_proper_part -cco:has_spatial_proper_part rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:has_proper_part ; - owl:inverseOf cco:spatial_proper_part_of ; - rdf:type owl:TransitiveProperty ; - rdfs:domain obo:BFO_0000141 ; - rdfs:range obo:BFO_0000141 ; - cco:definition "Inverse of spatial proper part of"^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ; - rdfs:label "has spatial proper part"^^xsd:string . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/has_tangential_proper_part -cco:has_tangential_proper_part rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:has_spatial_proper_part ; - owl:inverseOf cco:tangential_proper_part_of ; - rdf:type owl:TransitiveProperty ; - rdfs:domain obo:BFO_0000141 ; - rdfs:range obo:BFO_0000141 ; - cco:definition "Inverse of tangential proper part of"^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ; - rdfs:label "has tangential proper part"^^xsd:string . +### http://www.ontologyrepository.com/CommonCoreOntologies/has_tangential_part +cco:has_tangential_part rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:has_spatial_part ; + owl:inverseOf cco:tangential_part_of ; + rdf:type owl:TransitiveProperty ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + cco:definition "Inverse of tangential part of"^^xsd:string ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ; + rdfs:label "has tangential part"^^xsd:string . -### http://www.ontologyrepository.com/CommonCoreOntologies/nontangential_proper_part_of -cco:nontangential_proper_part_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:spatial_proper_part_of ; - rdf:type owl:TransitiveProperty ; - rdfs:domain obo:BFO_0000141 ; - rdfs:range obo:BFO_0000141 ; - cco:definition "An immaterial entity im1 is a nontangential proper part of some immaterial entity im2 iff im1 is a spatial proper part of im2 and there does not exist an immaterial entity im such that im externally connects with im1 and im externally connects with im2."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ; - rdfs:label "nontangential proper part of"^^xsd:string . +### http://www.ontologyrepository.com/CommonCoreOntologies/nontangential_part_of +cco:nontangential_part_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:spatial_part_of ; + rdf:type owl:TransitiveProperty ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + cco:definition "An immaterial entity im1 is a nontangential part of some immaterial entity im2 iff im1 is a spatial part of im2 and there does not exist an immaterial entity im3 such that im3 externally connects with im1 and im3 externally connects with im2."^^xsd:string ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ; + rdfs:label "nontangential part of"^^xsd:string . ### http://www.ontologyrepository.com/CommonCoreOntologies/overlaps_with @@ -145,37 +130,26 @@ cco:spatial_part_of rdf:type owl:ObjectProperty ; rdf:type owl:TransitiveProperty ; rdfs:domain obo:BFO_0000141 ; rdfs:range obo:BFO_0000141 ; - cco:definition "An immaterial entity im1 is a spatial part of some immaterial entity im2 iff for every immaterial entity im if im is connected with im1, then im is connected with im2."^^xsd:string ; + cco:definition "An immaterial entity im1 is a spatial part of some immaterial entity im2 iff for every immaterial entity im3 if im3 is connected with im1, then im3 is connected with im2."^^xsd:string ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ; rdfs:label "spatial part of"^^xsd:string . -### http://www.ontologyrepository.com/CommonCoreOntologies/spatial_proper_part_of -cco:spatial_proper_part_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:proper_part_of ; - rdf:type owl:TransitiveProperty ; - rdfs:domain obo:BFO_0000141 ; - rdfs:range obo:BFO_0000141 ; - cco:definition "An immaterial entity im1 is a spatial proper part of some immaterial entity im2 iff im1 is a spatial part of im2 and im2 is not a spatial part of im1."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ; - rdfs:label "spatial proper part of"^^xsd:string . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/tangential_proper_part_of -cco:tangential_proper_part_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:spatial_proper_part_of ; - rdf:type owl:TransitiveProperty ; - rdfs:domain obo:BFO_0000141 ; - rdfs:range obo:BFO_0000141 ; - cco:definition "An immaterial entity im1 is a tangential proper part of some immaterial entity im2 iff im1 is a proper part of im2 and there exists some immaterial entity im such that im externally connects with im1 and im externally connects with im2."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ; - rdfs:label "tangential proper part of"^^xsd:string . +### http://www.ontologyrepository.com/CommonCoreOntologies/tangential_part_of +cco:tangential_part_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:spatial_part_of ; + rdf:type owl:TransitiveProperty ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + cco:definition "An immaterial entity im1 is a tangential part of some immaterial entity im2 iff im1 is a spatial part of im2 and there exists some immaterial entity im3 such that im3 externally connects with im1 and im3 externally connects with im2."^^xsd:string ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ; + rdfs:label "tangential part of"^^xsd:string . ################################################################# -# Data properties +# Data properties ################################################################# - + ### http://www.ontologyrepository.com/CommonCoreOntologies/has_altitude_value cco:has_altitude_value rdf:type owl:DatatypeProperty ; cco:elucidation "This data property can be used along with has_latitude_value and has_longitude_value to connect three-dimensional spatial data to a single Information Bearing Entity to specify the location of an entity in a Geospatial Region."^^xsd:string ; @@ -203,16 +177,16 @@ cco:has_longitude_value rdf:type owl:DatatypeProperty ; ### http://www.opengis.net/ont/geosparql#asWKT rdf:type owl:DatatypeProperty ; cco:definition "A Data Property that has as its range a string formated according to the Well-known text standardization for geometric objects."^^xsd:string ; - cco:example_of_usage "Polygon ((10 10, 10 20, 20 20, 20 15, 10 10)) , Point ZM (1 2 5 40)"^^xsd:string ; + cco:example_of_usage "Polygon ((10 10, 10 20, 20 20, 20 15, 10 10))"^^xsd:string ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ; rdfs:comment "ISO 19162:2015"^^xsd:string ; rdfs:label "as WKT"^^xsd:string . ################################################################# -# Classes +# Classes ################################################################# - + ### http://www.ontologyrepository.com/CommonCoreOntologies/AnthropogenicFeature cco:AnthropogenicFeature rdf:type owl:Class ; rdfs:subClassOf cco:EnvironmentalFeature ; @@ -243,7 +217,7 @@ cco:AxisOfRotation rdf:type owl:Class ; cco:BoundingBoxPoint rdf:type owl:Class ; owl:equivalentClass [ owl:intersectionOf ( cco:GeospatialPosition [ rdf:type owl:Restriction ; - owl:onProperty cco:proper_part_of ; + owl:onProperty obo:BFO_0000050 ; owl:someValuesFrom cco:GeospatialRegionBoundingBox ] ) ; @@ -266,8 +240,8 @@ cco:CenterOfMass rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/City cco:City rdf:type owl:Class ; - rdfs:subClassOf cco:GeopoliticalEntity ; - cco:definition "A Geopolitical Entity in which a relatively large human population permanently resides; is designated as a city based on a particular administrative, legal, or historical status; and which delimits a local Government that typically oversees the provision of systems for sanitation, utilities, land usage, housing, and transportation."^^xsd:string ; + rdfs:subClassOf cco:LocalAdministrativeRegion ; + cco:definition "A Local Administrative Region in which a relatively large human population permanently resides; is designated as a city based on a particular administrative, legal, or historical status; and which delimits a local Government that typically oversees the provision of systems for sanitation, utilities, land usage, housing, and transportation."^^xsd:string ; cco:definition_source "http://en.wikipedia.org/wiki/City"^^xsd:string ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ; rdfs:label "City"^^xsd:string . @@ -337,6 +311,15 @@ cco:CountryPart rdf:type owl:Class ; rdfs:label "Country Part"^^xsd:string . +### http://www.ontologyrepository.com/CommonCoreOntologies/County +cco:County rdf:type owl:Class ; + rdfs:subClassOf cco:GeopoliticalEntity ; + cco:definition "A Geopolitical Entity that is part of either a First-Order or Second-Order Administrative Region."^^xsd:string ; + cco:definition_source "https://en.wikipedia.org/wiki/County"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "County"^^xsd:string . + + ### http://www.ontologyrepository.com/CommonCoreOntologies/EnvironmentalFeature cco:EnvironmentalFeature rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000040 ; @@ -349,7 +332,7 @@ cco:EnvironmentalFeature rdf:type owl:Class ; cco:FirstOrderAdministrativeRegion rdf:type owl:Class ; rdfs:subClassOf cco:GeopoliticalEntity , [ rdf:type owl:Restriction ; - owl:onProperty cco:proper_part_of ; + owl:onProperty obo:BFO_0000050 ; owl:someValuesFrom cco:Country ] ; cco:definition "A Geopolitical Entity that is a primary administrative division of a Country."^^xsd:string ; @@ -363,7 +346,7 @@ cco:FirstOrderAdministrativeRegion rdf:type owl:Class ; cco:FourthOrderAdministrativeRegion rdf:type owl:Class ; rdfs:subClassOf cco:GeopoliticalEntity , [ rdf:type owl:Restriction ; - owl:onProperty cco:proper_part_of ; + owl:onProperty obo:BFO_0000050 ; owl:someValuesFrom cco:ThirdOrderAdministrativeRegion ] ; cco:definition "A Geopolitical Entity that is a subdivision of a Third-Order Administrative Region."^^xsd:string ; @@ -489,7 +472,7 @@ cco:GeospatialRegion rdf:type owl:Class ; cco:GeospatialRegionBoundingBox rdf:type owl:Class ; rdfs:subClassOf cco:GeospatialPolygon , [ rdf:type owl:Restriction ; - owl:onProperty cco:has_nontangential_proper_part ; + owl:onProperty cco:has_nontangential_part ; owl:someValuesFrom cco:GeospatialRegion ] ; cco:definition "A Geospatial Polygon that has some Geospatial Region as a non-tangential proper part."^^xsd:string ; @@ -533,6 +516,15 @@ cco:HydrographicFeature rdf:type owl:Class ; rdfs:label "Hydrographic Feature"^^xsd:string . +### http://www.ontologyrepository.com/CommonCoreOntologies/LocalAdministrativeRegion +cco:LocalAdministrativeRegion rdf:type owl:Class ; + rdfs:subClassOf cco:GeopoliticalEntity ; + cco:alternative_label "Locality"^^xsd:string ; + cco:definition "A Geopolitical Entity that delimits a local Government."^^xsd:string ; + cco:definition_source "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Local Administrative Region"^^xsd:string . + + ### http://www.ontologyrepository.com/CommonCoreOntologies/LowDensityResidentialArea cco:LowDensityResidentialArea rdf:type owl:Class ; rdfs:subClassOf cco:PopulatedPlace ; @@ -674,12 +666,12 @@ cco:SeaLevel rdf:type owl:Class ; cco:SecondOrderAdministrativeRegion rdf:type owl:Class ; rdfs:subClassOf cco:GeopoliticalEntity , [ rdf:type owl:Restriction ; - owl:onProperty cco:proper_part_of ; + owl:onProperty obo:BFO_0000050 ; owl:someValuesFrom cco:FirstOrderAdministrativeRegion ] ; cco:definition "A Geopolitical Entity that is a subdivision of a First-Order Administrative Region."^^xsd:string ; cco:definition_source "http://www.geonames.org/export/codes.html"^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Second-Order Administrative Region"^^xsd:string . @@ -737,7 +729,7 @@ cco:Subcontinent rdf:type owl:Class ; cco:ThirdOrderAdministrativeRegion rdf:type owl:Class ; rdfs:subClassOf cco:GeopoliticalEntity , [ rdf:type owl:Restriction ; - owl:onProperty cco:proper_part_of ; + owl:onProperty obo:BFO_0000050 ; owl:someValuesFrom cco:SecondOrderAdministrativeRegion ] ; cco:definition "A Geopolitical Entity that is a subdivision of a Second-Order Administrative Region."^^xsd:string ; @@ -769,8 +761,8 @@ cco:ThreeDimensionalPosition rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Town cco:Town rdf:type owl:Class ; - rdfs:subClassOf cco:GeopoliticalEntity ; - cco:definition "A Geopolitical Entity in which a human population permanently resides that is typically larger than the population of a Village but smaller than that of a City; is designated as a town based on a particular administrative, legal, or historical status; and which delimits a local Government that typically exercises less power than that of a City Government."^^xsd:string ; + rdfs:subClassOf cco:LocalAdministrativeRegion ; + cco:definition "A Local Administrative Region in which a human population permanently resides that is typically larger than the population of a Village but smaller than that of a City; is designated as a town based on a particular administrative, legal, or historical status; and which delimits a local Government that typically exercises less power than that of a City Government."^^xsd:string ; cco:definition_source "http://www.dictionary.com/browse/town"^^xsd:string ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ; rdfs:label "Town"^^xsd:string . @@ -778,8 +770,8 @@ cco:Town rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Village cco:Village rdf:type owl:Class ; - rdfs:subClassOf cco:GeopoliticalEntity ; - cco:definition "A Geopolitical Entity in which a human population permanently resides that is typically larger than the population of a hamlet but smaller than that of a Town."^^xsd:string ; + rdfs:subClassOf cco:LocalAdministrativeRegion ; + cco:definition "A Local Administrative Region in which a human population permanently resides that is typically larger than the population of a hamlet but smaller than that of a Town."^^xsd:string ; cco:definition_source "http://www.merriam-webster.com/dictionary/village"^^xsd:string ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ; rdfs:label "Village"^^xsd:string . @@ -827,4 +819,4 @@ cco:zAxis rdf:type owl:Class ; rdfs:label "z-Axis"^^xsd:string . -### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi +### Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi diff --git a/InformationEntityOntology.ttl b/InformationEntityOntology.ttl index 36f23e5..db35a9a 100644 --- a/InformationEntityOntology.ttl +++ b/InformationEntityOntology.ttl @@ -1,18 +1,15 @@ @prefix : . -@prefix dc: . -@prefix ro: . -@prefix bfo: . @prefix cco: . @prefix obo: . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . -@prefix foaf: . @prefix rdfs: . @base . rdf:type owl:Ontology ; + owl:versionIRI ; owl:imports , ; cco:code_license "The 3-Clause BSD License: https://opensource.org/licenses/BSD-3-Clause"^^xsd:string ; @@ -20,8 +17,8 @@ cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string ; rdfs:comment "This ontology is designed to represent generic types of information as well as the relationships between information and other entities."^^xsd:string ; rdfs:label "Information Entity Ontology"^^xsd:string ; - owl:versionInfo "April 4, 2019"^^xsd:string , - "Version 1.1.1"^^xsd:string . + owl:versionInfo "May 2, 2019"^^xsd:string , + "Version 1.1.1"^^xsd:string . ################################################################# # Object Properties @@ -764,6 +761,18 @@ cco:CountryPartIdentifier rdf:type owl:Class ; rdfs:label "Country Part Identifier"^^xsd:string . +### http://www.ontologyrepository.com/CommonCoreOntologies/CountyIdentifier +cco:CountyIdentifier rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Restriction ; + owl:onProperty cco:designates ; + owl:someValuesFrom cco:County + ] ; + rdfs:subClassOf cco:SubNationalEntityIdentifier ; + cco:definition "A Sub-National Entity Identifier that designates some County."^^xsd:string ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "County Identifier"^^xsd:string . + + ### http://www.ontologyrepository.com/CommonCoreOntologies/DataRangeIntervalEstimateInformationContentEntity cco:DataRangeIntervalEstimateInformationContentEntity rdf:type owl:Class ; rdfs:subClassOf cco:IntervalEstimateInformationContentEntity ; @@ -1777,10 +1786,6 @@ cco:StatePartIdentifier rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SubNationalEntityIdentifier cco:SubNationalEntityIdentifier rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty cco:designates ; - owl:someValuesFrom cco:FirstOrderAdministrativeRegion - ] ; rdfs:subClassOf cco:GeopoliticalEntityIdentifier ; cco:definition "A Geopolitical Entity Identifier that designates some Sub-National Entity."^^xsd:string ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ; @@ -2677,4 +2682,4 @@ cco:ZuluTimeZone rdf:type owl:NamedIndividual , rdfs:label "Zulu Time Zone"^^xsd:string . -### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi +### Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi diff --git a/ModalRelationOntology.ttl b/ModalRelationOntology.ttl index 7953777..890e478 100644 --- a/ModalRelationOntology.ttl +++ b/ModalRelationOntology.ttl @@ -1,4 +1,4 @@ -@prefix : . +@prefix : . @prefix cco: . @prefix mro: . @prefix obo: . @@ -10,66 +10,598 @@ @base . rdf:type owl:Ontology ; + owl:versionIRI ; + rdfs:comment "The modal counterparts to relations contained in the Common Core Ontologies (CCO), including those CCO imports from the OBO Relation Ontology (RO)."^^xsd:string ; rdfs:label "Modal Relation Ontology"^^xsd:string ; - cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string ; - cco:code_license "The 3-Clause BSD License: https://opensource.org/licenses/BSD-3-Clause"^^xsd:string ; - cco:content_license "The Creative Commons BY 3.0 License: https://creativecommons.org/licenses/by/3.0/"^^xsd:string ; - owl:versionInfo "January 4, 2019"^^xsd:string , - "Version 1.1"^^xsd:string ; - rdfs:comment "The modal counterparts to relations contained in the Common Core mid- and upper-level ontologies, including those imported from the OBO Relation Ontology."^^xsd:string . + owl:versionInfo "May 2, 2019"^^xsd:string , + "COPYRIGHT © 2015-2019 CUBRC Inc."^^xsd:string , + "Version 1.1.2"^^xsd:string . + +################################################################# +# Annotation properties +################################################################# + +### http://purl.obolibrary.org/obo/IAO_0000111 +obo:IAO_0000111 rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/IAO_0000112 +obo:IAO_0000112 rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/IAO_0000114 +obo:IAO_0000114 rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/IAO_0000115 +obo:IAO_0000115 rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/IAO_0000116 +obo:IAO_0000116 rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/IAO_0000117 +obo:IAO_0000117 rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/IAO_0000118 +obo:IAO_0000118 rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/IAO_0000119 +obo:IAO_0000119 rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/IAO_0000232 +obo:IAO_0000232 rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/IAO_0000600 +obo:IAO_0000600 rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/RO_0001900 +obo:RO_0001900 rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/RO_0040042 +obo:RO_0040042 rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/elements/1.1/source + rdf:type owl:AnnotationProperty . + + +### http://www.geneontology.org/formats/oboInOwl#hasExactSynonym + rdf:type owl:AnnotationProperty . + + +### http://www.geneontology.org/formats/oboInOwl#inSubset + rdf:type owl:AnnotationProperty . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/definition +cco:definition rdf:type owl:AnnotationProperty . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/definition_source +cco:definition_source rdf:type owl:AnnotationProperty . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/elucidation +cco:elucidation rdf:type owl:AnnotationProperty . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/example_of_usage +cco:example_of_usage rdf:type owl:AnnotationProperty . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/is_curated_in_ontology +cco:is_curated_in_ontology rdf:type owl:AnnotationProperty . ################################################################# -# Object Properties +# Object Properties ################################################################# - + +### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/BFO_0000050 +mro:BFO_0000050 rdf:type owl:ObjectProperty ; + owl:inverseOf mro:BFO_0000051 ; + rdf:type owl:TransitiveProperty ; + obo:IAO_0000111 "is part of"@en ; + obo:IAO_0000112 "my brain is part of my body (continuant parthood, two material entities)"@en , + "my stomach cavity is part of my stomach (continuant parthood, immaterial entity is part of material entity)"@en , + "this day is part of this year (occurrent parthood)"@en ; + obo:IAO_0000115 "a core relation that holds between a part and its whole"@en ; + obo:IAO_0000116 "Everything is part of itself. Any part of any part of a thing is itself part of that thing. Two distinct things cannot be part of each other."@en , + "Occurrents are not subject to change and so parthood between occurrents holds for all the times that the part exists. Many continuants are subject to change, so parthood between continuants will only hold at certain times, but this is difficult to specify in OWL. See https://code.google.com/p/obo-relations/wiki/ROAndTime"@en , + """Parthood requires the part and the whole to have compatible classes: only an occurrent can be part of an occurrent; only a process can be part of a process; only a continuant can be part of a continuant; only an independent continuant can be part of an independent continuant; only an immaterial entity can be part of an immaterial entity; only a specifically dependent continuant can be part of a specifically dependent continuant; only a generically dependent continuant can be part of a generically dependent continuant. (This list is not exhaustive.) + +A continuant cannot be part of an occurrent: use 'participates in'. An occurrent cannot be part of a continuant: use 'has participant'. A material entity cannot be part of an immaterial entity: use 'has location'. A specifically dependent continuant cannot be part of an independent continuant: use 'inheres in'. An independent continuant cannot be part of a specifically dependent continuant: use 'bearer of'."""@en ; + obo:IAO_0000118 "part_of"@en ; + obo:RO_0001900 obo:RO_0001901 ; + obo:RO_0040042 obo:BFO_0000002 , + obo:BFO_0000003 , + obo:BFO_0000004 , + obo:BFO_0000017 , + obo:BFO_0000019 , + obo:BFO_0000020 , + obo:BFO_0000031 ; + rdfs:label "part of"@en ; + rdfs:seeAlso , + , + "http://www.obofoundry.org/ro/#OBO_REL:part_of" . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/BFO_0000051 +mro:BFO_0000051 rdf:type owl:ObjectProperty , + owl:TransitiveProperty ; + obo:IAO_0000111 "has part"@en ; + obo:IAO_0000112 "my body has part my brain (continuant parthood, two material entities)"@en , + "my stomach has part my stomach cavity (continuant parthood, material entity has part immaterial entity)"@en , + "this year has part this day (occurrent parthood)"@en ; + obo:IAO_0000115 "a core relation that holds between a whole and its part"@en ; + obo:IAO_0000116 "Everything has itself as a part. Any part of any part of a thing is itself part of that thing. Two distinct things cannot have each other as a part."@en , + "Occurrents are not subject to change and so parthood between occurrents holds for all the times that the part exists. Many continuants are subject to change, so parthood between continuants will only hold at certain times, but this is difficult to specify in OWL. See https://code.google.com/p/obo-relations/wiki/ROAndTime"@en , + """Parthood requires the part and the whole to have compatible classes: only an occurrent have an occurrent as part; only a process can have a process as part; only a continuant can have a continuant as part; only an independent continuant can have an independent continuant as part; only a specifically dependent continuant can have a specifically dependent continuant as part; only a generically dependent continuant can have a generically dependent continuant as part. (This list is not exhaustive.) + +A continuant cannot have an occurrent as part: use 'participates in'. An occurrent cannot have a continuant as part: use 'has participant'. An immaterial entity cannot have a material entity as part: use 'location of'. An independent continuant cannot have a specifically dependent continuant as part: use 'bearer of'. A specifically dependent continuant cannot have an independent continuant as part: use 'inheres in'."""@en ; + obo:IAO_0000118 "has_part"@en ; + obo:RO_0001900 obo:RO_0001901 ; + rdfs:label "has part"@en . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/BFO_0000054 +mro:BFO_0000054 rdf:type owl:ObjectProperty ; + owl:inverseOf mro:BFO_0000055 ; + rdfs:domain obo:BFO_0000017 ; + rdfs:range obo:BFO_0000015 ; + obo:IAO_0000111 "realized in"@en ; + obo:IAO_0000112 "this disease is realized in this disease course"@en , + "this fragility is realized in this shattering"@en , + "this investigator role is realized in this investigation"@en ; + obo:IAO_0000118 "is realized by"@en , + "realized_in"@en ; + obo:IAO_0000600 "[copied from inverse property 'realizes'] to say that b realizes c at t is to assert that there is some material entity d & b is a process which has participant d at t & c is a disposition or role of which d is bearer_of at t& the type instantiated by b is correlated with the type instantiated by c. (axiom label in BFO2 Reference: [059-003])"@en ; + rdfs:comment "Paraphrase of elucidation: a relation between a realizable entity and a process, where there is some material entity that is bearer of the realizable entity and participates in the process, and the realizable entity comes to be realized in the course of the process" ; + rdfs:isDefinedBy obo:bfo.owl ; + rdfs:label "realized in"@en . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/BFO_0000055 +mro:BFO_0000055 rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000017 ; + obo:IAO_0000111 "realizes"@en ; + obo:IAO_0000112 "this disease course realizes this disease"@en , + "this investigation realizes this investigator role"@en , + "this shattering realizes this fragility"@en ; + obo:IAO_0000600 "to say that b realizes c at t is to assert that there is some material entity d & b is a process which has participant d at t & c is a disposition or role of which d is bearer_of at t& the type instantiated by b is correlated with the type instantiated by c. (axiom label in BFO2 Reference: [059-003])"@en ; + rdfs:comment "Paraphrase of elucidation: a relation between a process and a realizable entity, where there is some material entity that is bearer of the realizable entity and participates in the process, and the realizable entity comes to be realized in the course of the process" ; + rdfs:isDefinedBy obo:iao.owl ; + rdfs:label "realizes"@en . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/BFO_0000066 +mro:BFO_0000066 rdf:type owl:ObjectProperty ; + owl:inverseOf mro:BFO_0000067 ; + rdfs:domain obo:BFO_0000003 ; + rdfs:range obo:BFO_0000004 ; + owl:propertyChainAxiom ( mro:BFO_0000050 + mro:BFO_0000066 + ) , + ( mro:BFO_0000066 + mro:BFO_0000050 + ) ; + obo:IAO_0000111 "occurs in"@en ; + obo:IAO_0000115 "b occurs_in c =def b is a process and c is a material entity or immaterial entity& there exists a spatiotemporal region r and b occupies_spatiotemporal_region r.& forall(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 is occupies_spatial_region s’ at t& s is a proper_continuant_part_of s’ at t"@en ; + obo:IAO_0000118 "occurs_in"@en , + "unfolds in"@en , + "unfolds_in"@en ; + rdfs:comment "Paraphrase of definition: a relation between a process and an independent continuant, in which the process takes place entirely within the independent continuant" ; + rdfs:isDefinedBy obo:bfo.owl ; + rdfs:label "occurs in"@en . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/BFO_0000067 +mro:BFO_0000067 rdf:type owl:ObjectProperty ; + obo:IAO_0000111 "site of"@en ; + obo:IAO_0000115 "[copied from inverse property 'occurs in'] b occurs_in c =def b is a process and c is a material entity or immaterial entity& there exists a spatiotemporal region r and b occupies_spatiotemporal_region r.& forall(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 is occupies_spatial_region s’ at t& s is a proper_continuant_part_of s’ at t"@en ; + rdfs:comment "Paraphrase of definition: a relation between an independent continuant and a process, in which the process takes place entirely within the independent continuant" ; + rdfs:isDefinedBy obo:bfo.owl ; + rdfs:label "contains process"@en . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/RO_0000052 +mro:RO_0000052 rdf:type owl:ObjectProperty ; + owl:inverseOf mro:RO_0000053 ; + obo:IAO_0000111 "inheres in"@en ; + obo:IAO_0000112 "this fragility inheres in this vase"@en , + "this red color inheres in this apple"@en ; + obo:IAO_0000115 "a relation between a specifically dependent continuant (the dependent) and an independent continuant (the bearer), in which the dependent specifically depends on the bearer for its existence"@en ; + obo:IAO_0000116 "A dependent inheres in its bearer at all times for which the dependent exists."@en ; + obo:IAO_0000118 "inheres_in"@en ; + obo:RO_0001900 obo:RO_0001901 ; + rdfs:label "inheres in"@en . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/RO_0000053 +mro:RO_0000053 rdf:type owl:ObjectProperty ; + rdfs:range obo:BFO_0000020 ; + obo:IAO_0000111 "bearer of"@en ; + obo:IAO_0000112 "this apple is bearer of this red color"@en , + "this vase is bearer of this fragility"@en ; + obo:IAO_0000115 "a relation between an independent continuant (the bearer) and a specifically dependent continuant (the dependent), in which the dependent specifically depends on the bearer for its existence"@en ; + obo:IAO_0000116 "A bearer can have many dependents, and its dependents can exist for different periods of time, but none of its dependents can exist when the bearer does not exist."@en ; + obo:IAO_0000118 "bearer_of"@en , + "is bearer of"@en ; + obo:RO_0001900 obo:RO_0001901 ; + rdfs:label "bearer of"@en . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/RO_0000056 +mro:RO_0000056 rdf:type owl:ObjectProperty ; + owl:inverseOf mro:RO_0000057 ; + rdfs:domain obo:BFO_0000002 ; + rdfs:range obo:BFO_0000003 ; + obo:IAO_0000111 "participates in"@en ; + obo:IAO_0000112 "this blood clot participates in this blood coagulation"@en , + "this input material (or this output material) participates in this process"@en , + "this investigator participates in this investigation"@en ; + obo:IAO_0000115 "a relation between a continuant and a process, in which the continuant is somehow involved in the process"@en ; + obo:IAO_0000118 "participates_in"@en ; + rdfs:label "participates in"@en . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/RO_0000057 +mro:RO_0000057 rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000003 ; + rdfs:range obo:BFO_0000002 ; + owl:propertyChainAxiom ( mro:BFO_0000051 + mro:BFO_0000055 + mro:RO_0000052 + ) , + ( mro:BFO_0000051 + mro:RO_0000057 + ) ; + obo:IAO_0000111 "has participant"@en ; + obo:IAO_0000112 "this blood coagulation has participant this blood clot"@en , + "this investigation has participant this investigator"@en , + "this process has participant this input material (or this output material)"@en ; + obo:IAO_0000115 "a relation between a process and a continuant, in which the continuant is somehow involved in the process"@en ; + obo:IAO_0000116 "Has_participant is a primitive instance-level relation between a process, a continuant, and a time at which the continuant participates in some way in the process. The relation obtains, for example, when this particular process of oxygen exchange across this particular alveolar membrane has_participant this particular sample of hemoglobin at this particular time."@en ; + obo:IAO_0000118 "has_participant"@en ; + "http://www.obofoundry.org/ro/#OBO_REL:has_participant" ; + rdfs:label "has participant"@en . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/RO_0000058 +mro:RO_0000058 rdf:type owl:ObjectProperty ; + owl:inverseOf mro:RO_0000059 ; + rdfs:domain obo:BFO_0000031 ; + rdfs:range obo:BFO_0000020 ; + obo:IAO_0000112 "A journal article is an information artifact that inheres in some number of printed journals. For each copy of the printed journal there is some quality that carries the journal article, such as a pattern of ink. The journal article (a generically dependent continuant) is concretized as the quality (a specifically dependent continuant), and both depend on that copy of the printed journal (an independent continuant)."@en , + "An investigator reads a protocol and forms a plan to carry out an assay. The plan is a realizable entity (a specifically dependent continuant) that concretizes the protocol (a generically dependent continuant), and both depend on the investigator (an independent continuant). The plan is then realized by the assay (a process)."@en ; + obo:IAO_0000115 "A relationship between a generically dependent continuant and a specifically dependent continuant, in which the generically dependent continuant depends on some independent continuant in virtue of the fact that the specifically dependent continuant also depends on that same independent continuant. A generically dependent continuant may be concretized as multiple specifically dependent continuants."@en ; + rdfs:label "is concretized as"@en . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/RO_0000059 +mro:RO_0000059 rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000020 ; + rdfs:range obo:BFO_0000031 ; + obo:IAO_0000112 "A journal article is an information artifact that inheres in some number of printed journals. For each copy of the printed journal there is some quality that carries the journal article, such as a pattern of ink. The quality (a specifically dependent continuant) concretizes the journal article (a generically dependent continuant), and both depend on that copy of the printed journal (an independent continuant)."@en , + "An investigator reads a protocol and forms a plan to carry out an assay. The plan is a realizable entity (a specifically dependent continuant) that concretizes the protocol (a generically dependent continuant), and both depend on the investigator (an independent continuant). The plan is then realized by the assay (a process)."@en ; + obo:IAO_0000115 "A relationship between a specifically dependent continuant and a generically dependent continuant, in which the generically dependent continuant depends on some independent continuant in virtue of the fact that the specifically dependent continuant also depends on that same independent continuant. Multiple specifically dependent continuants can concretize the same generically dependent continuant."@en ; + rdfs:label "concretizes"@en . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/RO_0000079 +mro:RO_0000079 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf mro:RO_0000052 ; + owl:inverseOf mro:RO_0000085 ; + rdfs:domain obo:BFO_0000034 ; + obo:IAO_0000112 "this catalysis function is a function of this enzyme"@en ; + obo:IAO_0000115 "a relation between a function and an independent continuant (the bearer), in which the function specifically depends on the bearer for its existence"@en ; + obo:IAO_0000116 "A function inheres in its bearer at all times for which the function exists, however the function need not be realized at all the times that the function exists."@en ; + obo:IAO_0000118 "function_of"@en , + "is function of"@en ; + rdfs:label "function of"@en . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/RO_0000080 +mro:RO_0000080 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf mro:RO_0000052 ; + owl:inverseOf mro:RO_0000086 ; + obo:IAO_0000112 "this red color is a quality of this apple"@en ; + obo:IAO_0000115 "a relation between a quality and an independent continuant (the bearer), in which the quality specifically depends on the bearer for its existence"@en ; + obo:IAO_0000116 "A quality inheres in its bearer at all times for which the quality exists."@en ; + obo:IAO_0000118 "is quality of"@en , + "quality_of"@en ; + rdfs:label "quality of"@en . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/RO_0000081 +mro:RO_0000081 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf mro:RO_0000052 ; + owl:inverseOf mro:RO_0000087 ; + obo:IAO_0000112 "this investigator role is a role of this person"@en ; + obo:IAO_0000115 "a relation between a role and an independent continuant (the bearer), in which the role specifically depends on the bearer for its existence"@en ; + obo:IAO_0000116 "A role inheres in its bearer at all times for which the role exists, however the role need not be realized at all the times that the role exists."@en ; + obo:IAO_0000118 "is role of"@en , + "role_of"@en ; + rdfs:label "role of"@en . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/RO_0000085 +mro:RO_0000085 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf mro:RO_0000053 ; + rdfs:domain obo:BFO_0000004 ; + rdfs:range obo:BFO_0000034 ; + obo:IAO_0000112 "this enzyme has function this catalysis function (more colloquially: this enzyme has this catalysis function)"@en ; + obo:IAO_0000115 "a relation between an independent continuant (the bearer) and a function, in which the function specifically depends on the bearer for its existence"@en ; + obo:IAO_0000116 "A bearer can have many functions, and its functions can exist for different periods of time, but none of its functions can exist when the bearer does not exist. A function need not be realized at all the times that the function exists."@en ; + obo:IAO_0000118 "has_function"@en ; + rdfs:label "has function"@en . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/RO_0000086 +mro:RO_0000086 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf mro:RO_0000053 ; + rdfs:range obo:BFO_0000019 ; + obo:IAO_0000112 "this apple has quality this red color"@en ; + obo:IAO_0000115 "a relation between an independent continuant (the bearer) and a quality, in which the quality specifically depends on the bearer for its existence"@en ; + obo:IAO_0000116 "A bearer can have many qualities, and its qualities can exist for different periods of time, but none of its qualities can exist when the bearer does not exist."@en ; + obo:IAO_0000118 "has_quality"@en ; + rdfs:label "has quality"@en . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/RO_0000087 +mro:RO_0000087 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf mro:RO_0000053 ; + rdfs:domain obo:BFO_0000004 ; + rdfs:range obo:BFO_0000023 ; + obo:IAO_0000112 "this person has role this investigator role (more colloquially: this person has this role of investigator)"@en ; + obo:IAO_0000115 "a relation between an independent continuant (the bearer) and a role, in which the role specifically depends on the bearer for its existence"@en ; + obo:IAO_0000116 "A bearer can have many roles, and its roles can exist for different periods of time, but none of its roles can exist when the bearer does not exist. A role need not be realized at all the times that the role exists."@en ; + obo:IAO_0000118 "has_role"@en ; + rdfs:label "has role"@en . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/RO_0000091 +mro:RO_0000091 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf mro:RO_0000053 ; + owl:inverseOf mro:RO_0000092 ; + rdfs:domain obo:BFO_0000004 ; + rdfs:range obo:BFO_0000016 ; + obo:IAO_0000115 "a relation between an independent continuant (the bearer) and a disposition, in which the disposition specifically depends on the bearer for its existence"@en ; + rdfs:label "has disposition"@en . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/RO_0000092 +mro:RO_0000092 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf mro:RO_0000052 ; + obo:IAO_0000115 "inverse of has disposition" ; + obo:RO_0002259 ; + rdfs:label "disposition of"@en . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/RO_0001000 +mro:RO_0001000 rdf:type owl:ObjectProperty ; + owl:inverseOf mro:RO_0001001 ; + obo:IAO_0000112 "this cell derives from this parent cell (cell division)"@en , + "this nucleus derives from this parent nucleus (nuclear division)"@en ; + obo:IAO_0000114 obo:IAO_0000125 ; + obo:IAO_0000115 "a relation between two distinct material entities, the new entity and the old entity, in which the new entity begins to exist when the old entity ceases to exist, and the new entity inherits the significant portion of the matter of the old entity"@en ; + obo:IAO_0000116 "This is a very general relation. More specific relations are preferred when applicable, such as 'directly develops from'."@en ; + obo:IAO_0000118 "derives_from"@en ; + obo:IAO_0000232 "This relation is taken from the RO2005 version of RO. It may be obsoleted and replaced by relations with different definitions. See also the 'develops from' family of relations." ; + ; + rdfs:label "derives from"@en . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/RO_0001001 +mro:RO_0001001 rdf:type owl:ObjectProperty ; + obo:IAO_0000112 "this parent cell derives into this cell (cell division)"@en , + "this parent nucleus derives into this nucleus (nuclear division)"@en ; + obo:IAO_0000114 obo:IAO_0000125 ; + obo:IAO_0000115 "a relation between two distinct material entities, the old entity and the new entity, in which the new entity begins to exist when the old entity ceases to exist, and the new entity inherits the significant portion of the matter of the old entity"@en ; + obo:IAO_0000116 "This is a very general relation. More specific relations are preferred when applicable, such as 'directly develops into'. To avoid making statements about a future that may not come to pass, it is often better to use the backward-looking 'derives from' rather than the forward-looking 'derives into'."@en ; + obo:IAO_0000118 "derives_into"@en ; + ; + rdfs:label "derives into"@en . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/RO_0001015 +mro:RO_0001015 rdf:type owl:ObjectProperty ; + owl:inverseOf mro:RO_0001025 ; + rdf:type owl:TransitiveProperty ; + obo:IAO_0000111 "is location of"@en ; + obo:IAO_0000112 "my head is the location of my brain"@en , + "this cage is the location of this rat"@en ; + obo:IAO_0000115 "a relation between two independent continuants, the location and the target, in which the target is entirely within the location"@en ; + obo:IAO_0000116 "Most location relations will only hold at certain times, but this is difficult to specify in OWL. See https://code.google.com/p/obo-relations/wiki/ROAndTime"@en ; + obo:IAO_0000118 "location_of"@en ; + obo:RO_0001900 obo:RO_0001901 ; + rdfs:label "location of"@en . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/RO_0001018 +mro:RO_0001018 rdf:type owl:ObjectProperty ; + owl:inverseOf mro:RO_0001019 ; + rdfs:domain obo:BFO_0000040 ; + rdfs:range obo:BFO_0000004 ; + owl:propertyChainAxiom ( mro:RO_0001025 + mro:BFO_0000050 + ) ; + obo:IAO_0000111 "contained in"@en ; + obo:IAO_0000116 "Containment is location not involving parthood, and arises only where some immaterial continuant is involved." , + "Containment obtains in each case between material and immaterial continuants, for instance: lung contained_in thoracic cavity; bladder contained_in pelvic cavity. Hence containment is not a transitive relation. If c part_of c1 at t then we have also, by our definition and by the axioms of mereology applied to spatial regions, c located_in c1 at t. Thus, many examples of instance-level location relations for continuants are in fact cases of instance-level parthood. For material continuants location and parthood coincide. Containment is location not involving parthood, and arises only where some immaterial continuant is involved. To understand this relation, we first define overlap for continuants as follows: c1 overlap c2 at t =def for some c, c part_of c1 at t and c part_of c2 at t. The containment relation on the instance level can then be defined (see definition):"@en , + """Intended meaning: +domain: material entity +range: spatial region or site (immaterial continuant) + """@en ; + obo:IAO_0000118 "contained_in"@en ; + obo:RO_0001900 obo:RO_0001901 ; + ; + rdfs:label "contained in"@en . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/RO_0001019 +mro:RO_0001019 rdf:type owl:ObjectProperty ; + obo:IAO_0000111 "contains"@en ; + obo:RO_0001900 obo:RO_0001901 ; + ; + rdfs:label "contains"@en . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/RO_0001025 +mro:RO_0001025 rdf:type owl:ObjectProperty , + owl:TransitiveProperty ; + rdfs:domain obo:BFO_0000004 ; + rdfs:range obo:BFO_0000004 ; + obo:IAO_0000111 "located in"@en ; + obo:IAO_0000112 "my brain is located in my head"@en , + "this rat is located in this cage"@en ; + obo:IAO_0000115 "a relation between two independent continuants, the target and the location, in which the target is entirely within the location"@en ; + obo:IAO_0000116 "Location as a relation between instances: The primitive instance-level relation c located_in r at t reflects the fact that each continuant is at any given time associated with exactly one spatial region, namely its exact location. Following we can use this relation to define a further instance-level location relation - not between a continuant and the region which it exactly occupies, but rather between one continuant and another. c is located in c1, in this sense, whenever the spatial region occupied by c is part_of the spatial region occupied by c1. Note that this relation comprehends both the relation of exact location between one continuant and another which obtains when r and r1 are identical (for example, when a portion of fluid exactly fills a cavity), as well as those sorts of inexact location relations which obtain, for example, between brain and head or between ovum and uterus"@en , + "Most location relations will only hold at certain times, but this is difficult to specify in OWL. See https://code.google.com/p/obo-relations/wiki/ROAndTime"@en ; + obo:IAO_0000118 "located_in"@en ; + obo:RO_0001900 obo:RO_0001901 ; + "http://www.obofoundry.org/ro/#OBO_REL:located_in" ; + rdfs:label "located in"@en . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/RO_0002000 +mro:RO_0002000 rdf:type owl:ObjectProperty ; + owl:inverseOf mro:RO_0002002 ; + obo:IAO_0000112 "the surface of my skin is a 2D boundary of my body"@en ; + obo:IAO_0000115 "a relation between a 2D immaterial entity (the boundary) and a material entity, in which the boundary delimits the material entity"@en ; + obo:IAO_0000116 "A 2D boundary may have holes and gaps, but it must be a single connected entity, not an aggregate of several disconnected parts."@en , + "Although the boundary is two-dimensional, it exists in three-dimensional space and thus has a 3D shape."@en ; + obo:IAO_0000118 "2D_boundary_of"@en , + "boundary of"@en , + "is 2D boundary of"@en , + "is boundary of"@en ; + obo:RO_0001900 obo:RO_0001901 ; + rdfs:label "2D boundary of"@en . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/RO_0002002 +mro:RO_0002002 rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000040 ; + rdfs:range obo:BFO_0000141 ; + obo:IAO_0000112 "my body has 2D boundary the surface of my skin"@en ; + obo:IAO_0000115 "a relation between a material entity and a 2D immaterial entity (the boundary), in which the boundary delimits the material entity"@en ; + obo:IAO_0000116 "A 2D boundary may have holes and gaps, but it must be a single connected entity, not an aggregate of several disconnected parts."@en , + "Although the boundary is two-dimensional, it exists in three-dimensional space and thus has a 3D shape."@en ; + obo:IAO_0000117 "David Osumi-Sutherland" ; + obo:IAO_0000118 "has boundary"@en , + "has_2D_boundary"@en ; + obo:RO_0001900 obo:RO_0001901 ; + rdfs:label "has 2D boundary"@en . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/RO_0002350 +mro:RO_0002350 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf mro:BFO_0000050 ; + owl:inverseOf mro:RO_0002351 ; + obo:IAO_0000112 "An organism that is a member of a population of organisms" ; + obo:IAO_0000115 "is member of is a mereological relation between a item and a collection." ; + obo:IAO_0000118 "is member of" , + "member part of" ; + obo:IAO_0000119 "SIO" ; + obo:RO_0001900 obo:RO_0001901 ; + rdfs:label "member of"@en . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/RO_0002351 +mro:RO_0002351 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf mro:BFO_0000051 ; + rdf:type owl:IrreflexiveProperty ; + obo:IAO_0000115 "has member is a mereological relation between a collection and an item." ; + obo:IAO_0000119 "SIO" ; + obo:RO_0001900 obo:RO_0001901 ; + rdfs:label "has member"@en . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/RO_0010001 +mro:RO_0010001 rdf:type owl:ObjectProperty ; + owl:inverseOf mro:RO_0010002 ; + rdfs:domain obo:BFO_0000031 ; + rdfs:range obo:BFO_0000004 ; + owl:propertyChainAxiom ( mro:RO_0000052 + mro:RO_0000058 + ) ; + obo:IAO_0000112 "Genetic information generically depend on molecules of DNA." , + "The novel *War and Peace* generically depends on this copy of the novel." , + "The pattern shared by chess boards generically depends on any chess board." , + "The score of a symphony g-depends on a copy of the score." , + "This pdf file generically depends on this server." ; + obo:IAO_0000115 "A generically dependent continuant *b* generically depends on an independent continuant *c* at time *t* means: there inheres in *c* a specifically deendent continuant which concretizes *b* at *t*." ; + obo:IAO_0000119 "[072-ISO]" ; + "g-depends on" ; + rdfs:label "generically depends on" . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/RO_0010002 +mro:RO_0010002 rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000004 ; + rdfs:range obo:BFO_0000031 ; + owl:propertyChainAxiom ( mro:RO_0000059 + mro:RO_0000053 + ) ; + obo:IAO_0000112 "Molecules of DNA are carriers of genetic information." , + "This copy of *War and Peace* is carrier of the novel written by Tolstoy." , + "This hard drive is carrier of these data items." ; + obo:IAO_0000115 "*b* is carrier of *c* at time *t* if and only if *c* *g-depends on* *b* at *t*" ; + obo:IAO_0000119 "[072-ISO]" ; + rdfs:label "is carrier of"@en . + + ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/accessory_in mro:accessory_in rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf mro:participates_in ; + rdfs:subPropertyOf mro:RO_0000056 ; owl:inverseOf mro:has_accessory ; rdfs:domain obo:BFO_0000040 ; rdfs:range obo:BFO_0000015 ; - cco:definition "An agent a1 is accessory_in some Processual Entity p1 iff a1 assists in the commission of p1, is not located_at the location of p1, and is not agent_in p1. "^^xsd:string ; - cco:definition_source "http://en.wikipedia.org/wiki/Accessory_(legal_term)"^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "accessory in"^^xsd:string . + cco:definition "An agent a1 is accessory_in some Processual Entity p1 iff a1 assists in the commission of p1, is not located_at the location of p1, and is not agent_in p1. " ; + cco:definition_source "http://en.wikipedia.org/wiki/Accessory_(legal_term)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "accessory in" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/accomplice_in mro:accomplice_in rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf mro:participates_in ; + rdfs:subPropertyOf mro:RO_0000056 ; owl:inverseOf mro:has_accomplice ; rdfs:domain obo:BFO_0000040 ; rdfs:range obo:BFO_0000015 ; - cco: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."^^xsd:string ; - cco:definition_source "http://en.wikipedia.org/wiki/Accomplice"^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "accomplice in"^^xsd:string . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/adjacent_to -mro:adjacent_to rdf:type owl:ObjectProperty ; - rdfs:comment "C adjacent to C' if and only if: given any instance c that instantiates C at a time t, there is some c' such that: c' instantiates C' at time t and c and c' are in spatial proximity"@en , - "Note that adjacent_to as thus defined is not a symmetric relation, in contrast to its instance-level counterpart. For it can be the case that Cs are in general such as to be adjacent to instances of C1 while no analogous statement holds for C1s in general in relation to instances of C. Examples are: nuclear membrane adjacent_to cytoplasm; seminal vesicle adjacent_to urinary bladder; ovary adjacent_to parietal pelvic peritoneum"^^xsd:string ; - rdfs:label "adjacent_to"@en . + cco: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." ; + cco:definition_source "http://en.wikipedia.org/wiki/Accomplice" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "accomplice in" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/affects mro:affects rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf mro:has_participant ; + rdfs:subPropertyOf mro:RO_0000057 ; owl:inverseOf mro:is_affected_by ; rdfs:domain obo:BFO_0000015 ; rdfs:range obo:BFO_0000002 ; - cco:definition "If p is a process and c is a continuant, then p affects c if and only if p influences c in some manner, most often by producing a change in c."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "affects"^^xsd:string . + cco:definition "If p is a process and c is a continuant, then p affects c if and only if p influences c in some manner, most often by producing a change in c." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "affects" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/agent_in mro:agent_in rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf mro:participates_in ; + rdfs:subPropertyOf mro:RO_0000056 ; owl:inverseOf mro:has_agent ; - rdfs:label "agent_in"@en . + cco:definition "TO DO" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "agent in" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/aggregate_has_capability @@ -78,8 +610,8 @@ mro:aggregate_has_capability rdf:type owl:ObjectProperty ; owl:inverseOf mro:capability_of_aggregate ; rdfs:domain cco:GroupOfAgents ; rdfs:range cco:AgentCapability ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "aggregate has capability"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "aggregate has capability" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/aggregate_has_disposition @@ -87,9 +619,9 @@ mro:aggregate_has_disposition rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:aggregrate_bearer_of ; rdfs:domain obo:BFO_0000027 ; rdfs:range obo:BFO_0000016 ; - cco:definition "An instance of an Object Aggregate (or any of its subtypes) is aggregate_has_disposition of some instance of a Disposition if and only if every member of the Object Aggregate instance has_disposition some instance of the Disposition."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "aggregate has disposition"^^xsd:string . + cco:definition "An instance of an Object Aggregate (or any of its subtypes) is aggregate_has_disposition of some instance of a Disposition if and only if every member of the Object Aggregate instance has_disposition some instance of the Disposition." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "aggregate has disposition" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/aggregate_has_quality @@ -97,9 +629,9 @@ mro:aggregate_has_quality rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:aggregrate_bearer_of ; rdfs:domain obo:BFO_0000027 ; rdfs:range obo:BFO_0000019 ; - cco:definition "An instance of an Object Aggregate (or any of its subtypes) is aggregate_has_quality of some instance of a Quality if and only if every member of the Object Aggregate instance has_quality some instance of the Quality."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "aggregate has quality"^^xsd:string . + cco:definition "An instance of an Object Aggregate (or any of its subtypes) is aggregate_has_quality of some instance of a Quality if and only if every member of the Object Aggregate instance has_quality some instance of the Quality." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "aggregate has quality" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/aggregate_has_role @@ -107,9 +639,9 @@ mro:aggregate_has_role rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:aggregrate_bearer_of ; rdfs:domain obo:BFO_0000027 ; rdfs:range obo:BFO_0000023 ; - cco:definition "An instance of an Object Aggregate (or any of its subtypes) is aggregate_has_role of some instance of a Role if and only if every member of the Object Aggregate instance has_role some instance of the Role."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "aggregate has role"^^xsd:string . + cco:definition "An instance of an Object Aggregate (or any of its subtypes) is aggregate_has_role of some instance of a Role if and only if every member of the Object Aggregate instance has_role some instance of the Role." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "aggregate has role" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/aggregrate_bearer_of @@ -120,33 +652,19 @@ mro:aggregrate_bearer_of rdf:type owl:ObjectProperty ; obo:BFO_0000031 ) ] ; - cco:definition "An instance of an Object Aggregate (or any of its subtypes) is aggregate_bearer_of some instance of a Dependent Continuant (or any of its subtypes) if and only if every member of the Object Aggregate instance is bearer_of some instance of the Dependent Continuant"^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "aggregate bearer of"^^xsd:string . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/bearer_of -mro:bearer_of rdf:type owl:ObjectProperty ; - owl:inverseOf mro:inheres_in ; - rdfs:domain obo:BFO_0000004 ; - rdfs:range [ rdf:type owl:Class ; - owl:unionOf ( obo:BFO_0000020 - obo:BFO_0000031 - ) - ] ; - cco:definition "Inverse of inheres in."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "bearer of"^^xsd:string . + cco:definition "An instance of an Object Aggregate (or any of its subtypes) is aggregate_bearer_of some instance of a Dependent Continuant (or any of its subtypes) if and only if every member of the Object Aggregate instance is bearer_of some instance of the Dependent Continuant" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "aggregate bearer of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/capability_of mro:capability_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf mro:realizable_entity_of ; + rdfs:subPropertyOf mro:RO_0000052 ; owl:inverseOf mro:has_capability ; rdfs:domain cco:AgentCapability ; rdfs:range cco:Agent ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "capability of"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "capability of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/capability_of_aggregate @@ -154,8 +672,8 @@ mro:capability_of_aggregate rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:inheres_in_aggregate ; rdfs:domain cco:AgentCapability ; rdfs:range cco:GroupOfAgents ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "capability of aggregate"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "capability of aggregate" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/caused_by @@ -163,51 +681,38 @@ mro:caused_by rdf:type owl:ObjectProperty ; owl:inverseOf mro:is_cause_of ; rdfs:domain obo:BFO_0000003 ; rdfs:range obo:BFO_0000001 ; - cco:definition "For types of Processual Entities P1 and P2, P1 caused by P2 if and only if for all instances p1 of P1 there is some instance p2 of P2 such that p1 is the consequence of p2. Inverse of is_cause_of."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "caused by"^^xsd:string . + cco:definition "For types of Processual Entities P1 and P2, P1 caused by P2 if and only if for all instances p1 of P1 there is some instance p2 of P2 such that p1 is the consequence of p2. Inverse of is_cause_of." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "caused by" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/coincides_with mro:coincides_with rdf:type owl:ObjectProperty ; rdfs:domain obo:BFO_0000141 ; rdfs:range obo:BFO_0000141 ; - cco:definition "An immaterial entity im1 coincides with some immaterial entity im2 iff im1 is a spatial part of im2 and im2 is a spatial part of im1."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "coincides with"^^xsd:string . + cco:definition "An immaterial entity im1 coincides with some immaterial entity im2 iff im1 is a spatial part of im2 and im2 is a spatial part of im1." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "coincides with" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/condition_described_by mro:condition_described_by rdf:type owl:ObjectProperty ; owl:inverseOf mro:describes_condition ; owl:propertyChainAxiom ( mro:described_by - mro:part_of + mro:BFO_0000050 ) ; - cco:definition "c condition_described_by p iff p is an instance of a Performance Specification, and p has part d, and d is an instance of a Descriptive Information Content Entity, and p prescribes an entity s, and c is an entity that is causally relevant to s existing as prescribed by p."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "condition described by"^^xsd:string . + cco:definition "c condition_described_by p iff p is an instance of a Performance Specification, and p has part d, and d is an instance of a Descriptive Information Content Entity, and p prescribes an entity s, and c is an entity that is causally relevant to s existing as prescribed by p." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "condition described by" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/connected_with mro:connected_with rdf:type owl:ObjectProperty ; rdfs:domain obo:BFO_0000141 ; rdfs:range obo:BFO_0000141 ; - cco:definition "An immaterial entity im1 is connected with some immaterial entity im2 iff there exists some immaterial entity im3 that is common to both im1 and im2."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "connected with"^^xsd:string . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/contained_in -mro:contained_in rdf:type owl:ObjectProperty ; - owl:inverseOf mro:contains ; - rdfs:comment "C contained_in C' if and only if: given any instance c that instantiates C at a time t, there is some c' such that: c' instantiates C' at time t and c located_in c' at t, and it is not the case that c *overlaps* c' at t. (c' is a conduit or cavity.)"@en , - "Containment obtains in each case between material and immaterial continuants, for instance: lung contained_in thoracic cavity; bladder contained_in pelvic cavity. Hence containment is not a transitive relation. If c part_of c1 at t then we have also, by our definition and by the axioms of mereology applied to spatial regions, c located_in c1 at t. Thus, many examples of instance-level location relations for continuants are in fact cases of instance-level parthood. For material continuants location and parthood coincide. Containment is location not involving parthood, and arises only where some immaterial continuant is involved. To understand this relation, we first define overlap for continuants as follows: c1 overlap c2 at t =def for some c, c part_of c1 at t and c part_of c2 at t. The containment relation on the instance level can then be defined (see definition):"^^xsd:string ; - rdfs:label "contained_in"@en . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/contains -mro:contains rdf:type owl:ObjectProperty ; - rdfs:label "contains"@en . + cco:definition "An immaterial entity im1 is connected with some immaterial entity im2 iff there exists some immaterial entity im3 that is common to both im1 and im2." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "connected with" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/delimits @@ -217,25 +722,10 @@ mro:delimits rdf:type owl:ObjectProperty ; owl:InverseFunctionalProperty ; rdfs:domain cco:GeopoliticalEntity ; rdfs:range cco:Organization ; - cco:definition "An instance of Geopolitical Entity gpe1 delimits some Government g1 iff gpe1 is the area within which g1 can legally exercies its authority."^^xsd:string ; - cco:definition_source "http://en.wikipedia.org/wiki/Delimitation"^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "delimits"^^xsd:string . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/derived_into -mro:derived_into rdf:type owl:ObjectProperty ; - owl:inverseOf mro:derives_from ; - rdf:type owl:TransitiveProperty ; - rdfs:label "derived_into"@en . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/derives_from -mro:derives_from rdf:type owl:ObjectProperty , - owl:TransitiveProperty ; - rdfs:comment "Derivation as a relation between instances. The temporal relation of derivation is more complex. Transformation, on the instance level, is just the relation of identity: each adult is identical to some child existing at some earlier time. Derivation on the instance-level is a relation holding between non-identicals. More precisely, it holds between distinct material continuants when one succeeds the other across a temporal divide in such a way that at least a biologically significant portion of the matter of the earlier continuant is inherited by the later. Thus we will have axioms to the effect that from c derives_from c1 we can infer that c and c1 are not identical and that there is some instant of time t such that c1 exists only prior to and c only subsequent to t. We will also be able to infer that the spatial region occupied by c as it begins to exist at t overlaps with the spatial region occupied by c1 as it ceases to exist in the same instant."^^xsd:string , - "Derivation on the instance level (*derives_from*) holds between distinct material continuants when one succeeds the other across a temporal divide in such a way that at least a biologically significant portion of the matter of the earlier continuant is inherited by the later. We say that one class C derives_from class C' if instances of C are connected to instances of C' via some chain of instance-level derivation relations. Example: osteocyte derives_from osteoblast. Formally: C derives_immediately_from C' if and only if: given any c and any t, if c instantiates C at time t, then there is some c' and some t', such that c' instantiates C' at t' and t' earlier-than t and c *derives_from* c'. C derives_from C' if and only if: there is an chain of immediate derivation relations connecting C to C'."@en ; - rdfs:label "derives_from"@en . + cco:definition "An instance of Geopolitical Entity gpe1 delimits some Government g1 iff gpe1 is the area within which g1 can legally exercies its authority." ; + cco:definition_source "http://en.wikipedia.org/wiki/Delimitation" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "delimits" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/described_by @@ -243,32 +733,32 @@ mro:described_by rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_subject_of ; owl:inverseOf mro:describes ; rdfs:range cco:DescriptiveInformationContentEntity ; - cco:definition "The inverse of describes, which relates an Entity to some Descriptive Information Content Entity."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "described by"^^xsd:string . + cco:definition "The inverse of describes, which relates an Entity to some Descriptive Information Content Entity." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "described by" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/describes mro:describes rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_about ; rdfs:domain cco:DescriptiveInformationContentEntity ; - cco:definition "For all Types T1 and T2, if T1 describes T2 then there is some instance of T1, t1 that presents the characteristics by which some instance of T2, t2 can be recognized or visualized."^^xsd:string ; - cco:example_of_usage "a newspaper article describes some current event"^^xsd:string , - "a visitor's log describes some facility visit"^^xsd:string , - "an accident report describes some accident"^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:comment "It is possible that this relation should be a functional property, that is for all x, y, z if x describes y and x describes z then y = z. For example, if a financial report x describes the quarterly results of a company y and that same financial report describes the quarterly results of a company z, then it should be inferred that companies y and z are the same. We refrained from classifying the relation as a functional property on the concern that descriptions are multifaceted and so consequently it may be that the same report would contain descriptions of multiple entities."^^xsd:string ; - rdfs:label "describes"^^xsd:string . + cco:definition "For all Types T1 and T2, if T1 describes T2 then there is some instance of T1, t1 that presents the characteristics by which some instance of T2, t2 can be recognized or visualized." ; + cco:example_of_usage "a newspaper article describes some current event" , + "a visitor's log describes some facility visit" , + "an accident report describes some accident" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:comment "It is possible that this relation should be a functional property, that is for all x, y, z if x describes y and x describes z then y = z. For example, if a financial report x describes the quarterly results of a company y and that same financial report describes the quarterly results of a company z, then it should be inferred that companies y and z are the same. We refrained from classifying the relation as a functional property on the concern that descriptions are multifaceted and so consequently it may be that the same report would contain descriptions of multiple entities." ; + rdfs:label "describes" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/describes_condition mro:describes_condition rdf:type owl:ObjectProperty ; - owl:propertyChainAxiom ( mro:has_part + owl:propertyChainAxiom ( mro:BFO_0000051 mro:describes ) ; - cco:definition "p describes_condition c iff p is an instance of a Performance Specification, and p has part d, and d is an instance of a Descriptive Information Content Entity, and p prescribes an entity s, and c is an entity that is causally relevant to s existing as prescribed by p."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "describes condition"^^xsd:string . + cco:definition "p describes_condition c iff p is an instance of a Performance Specification, and p has part d, and d is an instance of a Descriptive Information Content Entity, and p prescribes an entity s, and c is an entity that is causally relevant to s existing as prescribed by p." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "describes condition" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/describes_set_with @@ -277,9 +767,9 @@ mro:describes_set_with rdf:type owl:ObjectProperty ; owl:inverseOf mro:set_described_by ; rdfs:domain cco:NominalMeasurementInformationContentEntity ; rdfs:range cco:MeasurementInformationContentEntity ; - cco:definition "For all Types T1 and T2, if T1 describes set with T2, then there is some instance of T1, t1 such that t1 nominally describes a set of like entities where some instance of T2, t2 further describes some entity described by t1 when compared to all the entities described by t1."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "describes set with"^^xsd:string . + cco:definition "For all Types T1 and T2, if T1 describes set with T2, then there is some instance of T1, t1 such that t1 nominally describes a set of like entities where some instance of T2, t2 further describes some entity described by t1 when compared to all the entities described by t1." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "describes set with" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/describes_set_with_expected_element @@ -287,9 +777,9 @@ mro:describes_set_with_expected_element rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:describes_set_with ; owl:inverseOf mro:set_described_by_expected_element ; rdfs:domain cco:NominalMeasurementInformationContentEntity ; - cco:definition "For all Types T1 and T2, if T1 describes set with expected element T2, then there is some instance of T1, t1 such that t1 nominally describes a set of like entities where some instance of T2, t2 indicates that an entity described by t1 is the most likely element to occur relative to the set of entities described by t1."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "describes set with expected element"^^xsd:string . + cco:definition "For all Types T1 and T2, if T1 describes set with expected element T2, then there is some instance of T1, t1 such that t1 nominally describes a set of like entities where some instance of T2, t2 indicates that an entity described by t1 is the most likely element to occur relative to the set of entities described by t1." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "describes set with expected element" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/describes_set_with_ordinality @@ -298,9 +788,9 @@ mro:describes_set_with_ordinality rdf:type owl:ObjectProperty ; owl:inverseOf mro:set_described_by_ordinality ; rdfs:domain cco:NominalMeasurementInformationContentEntity ; rdfs:range cco:OrdinalMeasurementInformationContentEntity ; - cco:definition "For all Types T1 and T2, if T1 describes set with ordinailty T2, then there is some instance of T1, t1 such that t1 nominally describes a set of like entities where some instance of T2, t2 indicates the rank order of an entity described by t1 with respect to the set of entities described by t1."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "describes set with ordinality"^^xsd:string . + cco:definition "For all Types T1 and T2, if T1 describes set with ordinailty T2, then there is some instance of T1, t1 such that t1 nominally describes a set of like entities where some instance of T2, t2 indicates the rank order of an entity described by t1 with respect to the set of entities described by t1." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "describes set with ordinality" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/describes_set_with_proportion @@ -309,9 +799,9 @@ mro:describes_set_with_proportion rdf:type owl:ObjectProperty ; owl:inverseOf mro:set_described_by_proportion ; rdfs:domain cco:NominalMeasurementInformationContentEntity ; rdfs:range cco:ProportionalRatioMeasurementInformationContentEntity ; - cco:definition "For all Types T1 and T2, if T1 describes set with proportion T2, then there is some instance of T1, t1 such that t1 nominally describes a set of like entities where some instance of T2, t2 is a proportional measurement of a subset of entities described by t1 when compared to all the entities described by t1."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "describes set with proportion"^^xsd:string . + cco:definition "For all Types T1 and T2, if T1 describes set with proportion T2, then there is some instance of T1, t1 such that t1 nominally describes a set of like entities where some instance of T2, t2 is a proportional measurement of a subset of entities described by t1 when compared to all the entities described by t1." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "describes set with proportion" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/designated_by @@ -320,9 +810,9 @@ mro:designated_by rdf:type owl:ObjectProperty ; owl:inverseOf mro:designates ; rdf:type owl:InverseFunctionalProperty ; rdfs:range cco:DesignativeInformationContentEntity ; - cco:definition "The inverse of designates, which relates an Entity to some Designative Information Content Entity."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "designated by"^^xsd:string . + cco:definition "The inverse of designates, which relates an Entity to some Designative Information Content Entity." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "designated by" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/designates @@ -330,33 +820,21 @@ mro:designates rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_about ; rdf:type owl:FunctionalProperty ; rdfs:domain cco:DesignativeInformationContentEntity ; - cco:definition "For all types T1 and T2, if T1 designates T2, then there is some instance of T1, t1, by which some instance of T2, t2, is called, or classified, distinguished from others."^^xsd:string ; - cco:example_of_usage "a URL identifies the location of a Web Page on the internet"^^xsd:string , - "a person's name designates that person"^^xsd:string , - "a vehicle identification number designates some vehicle"^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "designates"^^xsd:string . + cco:definition "For all types T1 and T2, if T1 designates T2, then there is some instance of T1, t1, by which some instance of T2, t2, is called, or classified, distinguished from others." ; + cco:example_of_usage "a URL identifies the location of a Web Page on the internet" , + "a person's name designates that person" , + "a vehicle identification number designates some vehicle" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "designates" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/disconnected_with mro:disconnected_with rdf:type owl:ObjectProperty ; rdfs:domain obo:BFO_0000141 ; rdfs:range obo:BFO_0000141 ; - cco:definition "An immaterial entity im1 is disconnected with some immaterial entity im2 iff there does not exist some immaterial entity im3 that is common to both im1 and im2."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "disconnected with"^^xsd:string . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/disposition_of -mro:disposition_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf mro:realizable_entity_of ; - owl:inverseOf mro:has_disposition ; - rdfs:domain obo:BFO_0000016 ; - rdfs:range obo:BFO_0000004 ; - cco:definition "For types D and E where D is a type of Disposition and E is a type of Entity, D disposition of E if and only if for every instance d of D, there is some instance e of E such that d \"disposition of\" e. Here \"disposition of\" denotes the primitive instance level relation."^^xsd:string ; - cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro_proposed/ro_proposed.owl"^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "disposition of"^^xsd:string . + cco:definition "An immaterial entity im1 is disconnected with some immaterial entity im2 iff there does not exist some immaterial entity im3 that is common to both im1 and im2." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "disconnected with" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/disposition_of_aggregate @@ -364,52 +842,40 @@ mro:disposition_of_aggregate rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:inheres_in_aggregate ; rdfs:domain obo:BFO_0000016 ; rdfs:range obo:BFO_0000027 ; - cco:definition "An instance of a Disposition is disposition_of_aggregate some instance of a Object Aggregate if and only if there are distinct instances of the Disposition that is disposition_of each and every member of the Object Aggregate instance."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "disposition of aggregate"^^xsd:string . + cco:definition "An instance of a Disposition is disposition_of_aggregate some instance of a Object Aggregate if and only if there are distinct instances of the Disposition that is disposition_of each and every member of the Object Aggregate instance." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "disposition of aggregate" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/externally_connects_with mro:externally_connects_with rdf:type owl:ObjectProperty ; rdfs:domain obo:BFO_0000141 ; rdfs:range obo:BFO_0000141 ; - cco:definition "An immaterial entity im1 externally connects with some immaterial entity im2 iff im1 connects with im2 and im1 does not overlap with im2."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "externally connects with"^^xsd:string . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/function_of -mro:function_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf mro:disposition_of ; - owl:inverseOf mro:has_function ; - rdfs:domain obo:BFO_0000034 ; - rdfs:range obo:BFO_0000004 ; - cco:definition "A relation between a function F and an entity E. F function_of E iff: F inheres_in E and F is a function"^^xsd:string ; - cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro_proposed/ro_proposed.owl"^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "function of"^^xsd:string . + cco:definition "An immaterial entity im1 externally connects with some immaterial entity im2 iff im1 connects with im2 and im1 does not overlap with im2." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "externally connects with" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_accessory mro:has_accessory rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf mro:has_participant ; + rdfs:subPropertyOf mro:RO_0000057 ; rdfs:domain obo:BFO_0000015 ; rdfs:range obo:BFO_0000040 ; - cco:definition "A Processual Entity p1 has_accessory some Agent a1 iff a1 assists in the commission of p1, is not located at the location of p1, and is not agent_in p1."^^xsd:string ; - cco:definition_source "http://en.wikipedia.org/wiki/Accessory_(legal_term)"^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has accessory"^^xsd:string . + cco:definition "A Processual Entity p1 has_accessory some Agent a1 iff a1 assists in the commission of p1, is not located at the location of p1, and is not agent_in p1." ; + cco:definition_source "http://en.wikipedia.org/wiki/Accessory_(legal_term)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has accessory" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_accomplice mro:has_accomplice rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf mro:has_participant ; + rdfs:subPropertyOf mro:RO_0000057 ; rdfs:domain obo:BFO_0000015 ; rdfs:range obo:BFO_0000040 ; - cco:definition "An 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."^^xsd:string ; - cco:definition_source "http://en.wikipedia.org/wiki/Accomplice"^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has accomplice"^^xsd:string . + cco:definition "An 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." ; + cco:definition_source "http://en.wikipedia.org/wiki/Accomplice" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has accomplice" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_affiliate @@ -427,64 +893,65 @@ mro:has_affiliate rdf:type owl:ObjectProperty ; cco:Person ) ] ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has affiliate"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has affiliate" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_agent mro:has_agent rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf mro:has_participant ; - rdfs:comment "As for has_participant, but with the additional condition that the component instance is causally active in the relevant process"@en ; - rdfs:label "has_agent"@en . + rdfs:subPropertyOf mro:RO_0000057 ; + cco:definition "As for has_participant, but with the additional condition that the component instance is causally active in the relevant process." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has agent" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_aunt mro:has_aunt rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:has_familial_relationship_to ; owl:inverseOf mro:is_aunt_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has aunt"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has aunt" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_brother mro:has_brother rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_sibling_of ; owl:inverseOf mro:is_brother_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has brother"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has brother" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_brother_in_law mro:has_brother_in_law rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_in_law_of ; owl:inverseOf mro:is_brother_in_law_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has brother in law"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has brother in law" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_capability mro:has_capability rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf mro:has_realizable_entity ; + rdfs:subPropertyOf mro:RO_0000053 ; rdfs:domain cco:Agent ; rdfs:range cco:AgentCapability ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has capability"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has capability" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_daughter mro:has_daughter rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_parent_of ; owl:inverseOf mro:is_daughter_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has daughter"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has daughter" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_daughter_in_law mro:has_daughter_in_law rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_in_law_of ; owl:inverseOf mro:is_daughter_in_law_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has daughter in law"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has daughter in law" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_denominator_measurement_of @@ -492,20 +959,9 @@ mro:has_denominator_measurement_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:describes ; rdfs:domain cco:ProportionalRatioMeasurementInformationContentEntity ; rdfs:range obo:BFO_0000001 ; - cco:definition "For all Types T1 and T2, if T1 has denominator measurement of T2, then there is some instance of T1, t1 that is a proportional measurement of some instance of T2, t2 such that t2 is the whole being compared to by some portion."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has denominator measurement of"^^xsd:string . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_disposition -mro:has_disposition rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf mro:has_realizable_entity ; - rdfs:domain obo:BFO_0000004 ; - rdfs:range obo:BFO_0000016 ; - cco:definition "For types E and D where E is a type of Entity and D is a type of Disposition, E has disposition D if and only if for all instances e of E there is some instance d of D such that e \"has disposition\" d. Here \"has disposition\" denotes the primitive instance level relation. Inverse of disposition_of."^^xsd:string ; - cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro-proposed/ro_proposed.owl"^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has disposition"^^xsd:string . + cco:definition "For all Types T1 and T2, if T1 has denominator measurement of T2, then there is some instance of T1, t1 that is a proportional measurement of some instance of T2, t2 such that t2 is the whole being compared to by some portion." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has denominator measurement of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_ending_instant @@ -514,111 +970,101 @@ mro:has_ending_instant rdf:type owl:ObjectProperty ; rdf:type owl:FunctionalProperty ; rdfs:domain obo:BFO_0000038 ; rdfs:range obo:BFO_0000148 ; - cco:definition "For Temporal Interval t1 and Temporal Instant t2, t1 has ending instant t2 if and only if no Temporal Instant t3 that is part of t1 is after t2."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has ending instant"^^xsd:string . + cco:definition "For Temporal Interval t1 and Temporal Instant t2, t1 has ending instant t2 if and only if no Temporal Instant t3 that is part of t1 is after t2." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has ending instant" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_familial_relationship_to mro:has_familial_relationship_to rdf:type owl:ObjectProperty ; rdfs:domain cco:Person ; rdfs:range cco:Person ; - cco:definition "A relationship between persons by virtue of ancestry or legal union."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has familial relationship to"^^xsd:string . + cco:definition "A relationship between persons by virtue of ancestry or legal union." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has familial relationship to" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_father mro:has_father rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_child_of ; owl:inverseOf mro:is_father_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has father"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has father" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_father_in_law mro:has_father_in_law rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_in_law_of ; owl:inverseOf mro:is_father_in_law_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has father in law"^^xsd:string . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_function -mro:has_function rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf mro:has_disposition ; - rdfs:domain obo:BFO_0000004 ; - rdfs:range obo:BFO_0000034 ; - cco:definition "Inverse of is function of"^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has function"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has father in law" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_granddaughter mro:has_granddaughter rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_grandparent_of ; owl:inverseOf mro:is_granddaughter_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has granddaughter"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has granddaughter" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_grandfather mro:has_grandfather rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_grandchild_of ; owl:inverseOf mro:is_grandfather_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has grandfather"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has grandfather" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_grandmother mro:has_grandmother rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_grandchild_of ; owl:inverseOf mro:is_grandmother_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has grandmother"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has grandmother" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_grandson mro:has_grandson rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_grandparent_of ; owl:inverseOf mro:is_grandson_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has grandson"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has grandson" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_half_brother mro:has_half_brother rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_half_sibling_of ; owl:inverseOf mro:is_half_brother_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has half brother"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has half brother" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_half_sister mro:has_half_sister rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_half_sibling_of ; owl:inverseOf mro:is_half_sister_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has half sister"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has half sister" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_husband mro:has_husband rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_spouse_of ; owl:inverseOf mro:is_husband_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has husband"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has husband" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_input mro:has_input rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf mro:has_participant ; + rdfs:subPropertyOf mro:RO_0000057 ; owl:inverseOf mro:is_input_of ; rdfs:domain obo:BFO_0000015 ; rdfs:range obo:BFO_0000002 ; - cco:definition "Inverse of is_input_of, a relation between a Processual Entity and a Continuant such that the presence of the Continuant at the beginning of the Processual Entity is a necessary condition for the start of the Processual Entity."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has input"^^xsd:string . + cco:definition "Inverse of is_input_of, a relation between a Processual Entity and a Continuant such that the presence of the Continuant at the beginning of the Processual Entity is a necessary condition for the start of the Processual Entity." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has input" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_inside_instant @@ -626,9 +1072,9 @@ mro:has_inside_instant rdf:type owl:ObjectProperty ; owl:inverseOf mro:is_inside_instant_of ; rdfs:domain obo:BFO_0000038 ; rdfs:range obo:BFO_0000148 ; - cco:definition "For Temporal Interval t1 and Temporal Instant t2, t1 has inside instant t2 if and only if there exists Temporal Instants t3 and t4 that are part of t1 and non-identical with t2, such that t3 is before t2 and t4 is after t2."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has inside instant"^^xsd:string . + cco:definition "For Temporal Interval t1 and Temporal Instant t2, t1 has inside instant t2 if and only if there exists Temporal Instants t3 and t4 that are part of t1 and non-identical with t2, such that t3 is before t2 and t4 is after t2." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has inside instant" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_inside_interval @@ -637,117 +1083,102 @@ mro:has_inside_interval rdf:type owl:ObjectProperty ; owl:inverseOf mro:interval_during ; rdfs:domain obo:BFO_0000038 ; rdfs:range obo:BFO_0000038 ; - cco:definition "A Temporal Interval INT2 has inside interval some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before inst1, and inst2 is before inst4."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has inside interval"^^xsd:string . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_integral_part -mro:has_integral_part rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf mro:has_part ; - owl:inverseOf mro:integral_part_of ; - rdfs:label "has_integral_part"@en . + cco:definition "A Temporal Interval INT2 has inside interval some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before inst1, and inst2 is before inst4." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has inside interval" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_maternal_aunt mro:has_maternal_aunt rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:has_aunt ; owl:inverseOf mro:is_maternal_aunt_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has maternal aunt"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has maternal aunt" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_maternal_first_cousin mro:has_maternal_first_cousin rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_first_cousin_of ; owl:inverseOf mro:is_maternal_first_cousin_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has maternal first cousin"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has maternal first cousin" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_maternal_grandfather mro:has_maternal_grandfather rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:has_grandfather ; owl:inverseOf mro:is_maternal_grandfather_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has maternal grandfather"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has maternal grandfather" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_maternal_grandmother mro:has_maternal_grandmother rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:has_grandmother ; owl:inverseOf mro:is_maternal_grandmother_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has maternal grandmother"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has maternal grandmother" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_maternal_uncle mro:has_maternal_uncle rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:has_uncle ; owl:inverseOf mro:is_maternal_uncle_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has maternal uncle"^^xsd:string . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_member -mro:has_member rdf:type owl:ObjectProperty ; - owl:inverseOf mro:member_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:comment "Inverse of member_of."^^xsd:string ; - rdfs:label "has member"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has maternal uncle" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_member_of_located_in mro:has_member_of_located_in rdf:type owl:ObjectProperty ; rdfs:domain obo:BFO_0000027 ; rdfs:range obo:BFO_0000040 ; - cco:definition "An instance of an Object Aggregate 'has member of located in' an instance of some material entity if and only if every member of that Aggregate is located in the same instance of that material entity."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has member of located in"^^xsd:string . + cco:definition "An instance of an Object Aggregate 'has member of located in' an instance of some material entity if and only if every member of that Aggregate is located in the same instance of that material entity." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has member of located in" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_mother mro:has_mother rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_child_of ; owl:inverseOf mro:is_mother_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has mother"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has mother" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_mother_in_law mro:has_mother_in_law rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_in_law_of ; owl:inverseOf mro:is_mother_in_law_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has mother in law"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has mother in law" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_nephew mro:has_nephew rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:has_familial_relationship_to ; owl:inverseOf mro:is_nephew_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has nephew"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has nephew" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_niece mro:has_niece rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:has_familial_relationship_to ; owl:inverseOf mro:is_niece_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has niece"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has niece" . -### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_nontangential_proper_part -mro:has_nontangential_proper_part rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf mro:has_spatial_proper_part ; - owl:inverseOf mro:nontangential_proper_part_of ; - rdf:type owl:TransitiveProperty ; - rdfs:domain obo:BFO_0000141 ; - rdfs:range obo:BFO_0000141 ; - cco:definition "Inverse of nontangential proper part of"^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has nontangential proper part"^^xsd:string . +### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_nontangential_part +mro:has_nontangential_part rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf mro:has_spatial_part ; + owl:inverseOf mro:nontangential_part_of ; + rdf:type owl:TransitiveProperty ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + cco:definition "Inverse of nontangential part of" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has nontangential part" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_numerator_measurement_of @@ -755,18 +1186,18 @@ mro:has_numerator_measurement_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:describes ; rdfs:domain cco:ProportionalRatioMeasurementInformationContentEntity ; rdfs:range obo:BFO_0000001 ; - cco:definition "For all Types T1 and T2, if T1 has numerator measurement of T2, then there is some instance of T1, t1 that is a proportional measurement of some instance of T2, t2 such that t2 is the portion being compared to some whole."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has numerator measurement of"^^xsd:string . + cco:definition "For all Types T1 and T2, if T1 has numerator measurement of T2, then there is some instance of T1, t1 that is a proportional measurement of some instance of T2, t2 such that t2 is the portion being compared to some whole." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has numerator measurement of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_object mro:has_object rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf mro:has_participant ; + rdfs:subPropertyOf mro:RO_0000057 ; owl:inverseOf mro:is_object_of ; - cco:definition "If p is a process and c is a continuant, then p has object c if and only if the c is part of the projected state that the agent intends to achieve by performing p."^^xsd:string ; + cco:definition "If p is a process and c is a continuant, then p has object c if and only if the c is part of the projected state that the agent intends to achieve by performing p." ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; - rdfs:label "has object"^^xsd:string . + rdfs:label "has object" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_organizational_context @@ -774,82 +1205,68 @@ mro:has_organizational_context rdf:type owl:ObjectProperty ; owl:inverseOf mro:is_organizational_context_of ; rdfs:domain obo:BFO_0000023 ; rdfs:range cco:Organization ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has organizational context"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has organizational context" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_output mro:has_output rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf mro:has_participant ; + rdfs:subPropertyOf mro:RO_0000057 ; owl:inverseOf mro:is_output_of ; rdfs:domain obo:BFO_0000015 ; rdfs:range obo:BFO_0000002 ; - cco:definition "Inverse of is_output_of, a relation between a Processual Entity and a Continuant such that the presence of the Continuant at the end of the Processual Entity is a necessary condition for the completion of the Processual Entity"^^xsd:string ; - cco:definition_source "https://en.wikipedia.org/wiki/IPO_model"^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has output"^^xsd:string . + cco:definition "Inverse of is_output_of, a relation between a Processual Entity and a Continuant such that the presence of the Continuant at the end of the Processual Entity is a necessary condition for the completion of the Processual Entity" ; + cco:definition_source "https://en.wikipedia.org/wiki/IPO_model" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has output" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_parent mro:has_parent rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:has_familial_relationship_to ; owl:inverseOf mro:is_parent_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has parent"^^xsd:string . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_part -mro:has_part rdf:type owl:ObjectProperty ; - owl:inverseOf mro:part_of ; - rdfs:label "has_part"@en . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_participant -mro:has_participant rdf:type owl:ObjectProperty ; - owl:inverseOf mro:participates_in ; - rdfs:comment "Has_participant is a primitive instance-level relation between a process, a continuant, and a time at which the continuant participates in some way in the process. The relation obtains, for example, when this particular process of oxygen exchange across this particular alveolar membrane has_participant this particular sample of hemoglobin at this particular time."^^xsd:string , - "P has_participant C if and only if: given any process p that instantiates P there is some continuant c, and some time t, such that: c instantiates C at t and c participates in p at t"@en ; - rdfs:label "has_participant"@en . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has parent" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_paternal_aunt mro:has_paternal_aunt rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:has_aunt ; owl:inverseOf mro:is_paternal_aunt_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has paternal aunt"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has paternal aunt" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_paternal_first_cousin mro:has_paternal_first_cousin rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_first_cousin_of ; owl:inverseOf mro:is_paternal_first_cousin_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has paternal first cousin"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has paternal first cousin" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_paternal_grandfather mro:has_paternal_grandfather rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:has_grandfather ; owl:inverseOf mro:is_paternal_grandfather_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has paternal grandfather"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has paternal grandfather" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_paternal_grandmother mro:has_paternal_grandmother rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:has_grandmother ; owl:inverseOf mro:is_paternal_grandmother_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has paternal grandmother"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has paternal grandmother" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_paternal_uncle mro:has_paternal_uncle rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:has_uncle ; owl:inverseOf mro:is_paternal_uncle_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has paternal uncle"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has paternal uncle" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_process_part @@ -857,126 +1274,73 @@ mro:has_process_part rdf:type owl:ObjectProperty ; owl:inverseOf mro:is_part_of_process ; rdfs:domain obo:BFO_0000015 ; rdfs:range obo:BFO_0000015 ; - cco:definition "For processes P1 and P2, P1 has process part P2 if and only if P2 occurs on a temporal interval that is during the temporal interval of P1 and P2 either provides an input to P1, recieves an output of P1 or both."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has process part"^^xsd:string . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_proper_part -mro:has_proper_part rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf mro:has_part ; - owl:inverseOf mro:proper_part_of ; - rdfs:label "has_proper_part"@en . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_quality -mro:has_quality rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf mro:bearer_of ; - owl:inverseOf mro:quality_of ; - rdfs:domain obo:BFO_0000004 ; - rdfs:range obo:BFO_0000019 ; - cco:definition "For types E and Q where E is a type of Entity and Q is a type of Quality, E has quality Q if and only if for every instance e of E there is some instance q of Q such that e \"has quality\" q. Here \"has quality\" denotes the primitive instance level relation. Inverse of quality_of."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has quality"^^xsd:string . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_realizable_entity -mro:has_realizable_entity rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf mro:bearer_of ; - owl:inverseOf mro:realizable_entity_of ; - rdfs:domain obo:BFO_0000004 ; - rdfs:range obo:BFO_0000017 ; - cco:definition "For types E and R where E is a type of Entity and R is a type of Realizable Entity, E has realizable entity R if and only if for all instances e of E there is some instance r of R such that e \"has realizable entity\" r. Here \"has realizable entity\" denotes the primitive instance level relation. Inverse of realizable_entity_of."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has realizable entity"^^xsd:string . + cco:definition "For processes P1 and P2, P1 has process part P2 if and only if P2 occurs on a temporal interval that is during the temporal interval of P1 and P2 either provides an input to P1, recieves an output of P1 or both." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has process part" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_recipient mro:has_recipient rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf mro:has_participant ; + rdfs:subPropertyOf mro:RO_0000057 ; owl:inverseOf mro:receives ; rdfs:range cco:Agent ; - cco:definition "has_recipient is a relationship between an Act Of Communication c1 and an Agent a1 such that c1 has_recipient a1 iff a1 is the receiver and decoder of the InformationContentEntity participating in c1."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has recipient"^^xsd:string . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_role -mro:has_role rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf mro:has_realizable_entity ; - owl:inverseOf mro:role_of ; - rdfs:domain obo:BFO_0000004 ; - rdfs:range obo:BFO_0000023 ; - cco:definition "For types E and R where E is a type of Entity and R is a type of Role, E has role R if and only if for all instances e of E there is some instance r of R such that e \"has role\" r. Here \"has role\" denotes the primitive instance level relation. Inverse of role_of."^^xsd:string ; - cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro-proposed/ro_proposed.owl"^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has role"^^xsd:string . + cco:definition "has_recipient is a relationship between an Act Of Communication c1 and an Agent a1 such that c1 has_recipient a1 iff a1 is the receiver and decoder of the InformationContentEntity participating in c1." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has recipient" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_sender mro:has_sender rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf mro:has_participant ; + rdfs:subPropertyOf mro:RO_0000057 ; owl:inverseOf mro:sends ; rdfs:range cco:Agent ; - cco:definition "has_sender is a relationship between an Act Of Communication c1 and an Agent a1 such that c1 has_sender a1 iff a1 is the initiator and encoder of the InformationContentEntity participating in c1."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has sender"^^xsd:string . + cco:definition "has_sender is a relationship between an Act Of Communication c1 and an Agent a1 such that c1 has_sender a1 iff a1 is the initiator and encoder of the InformationContentEntity participating in c1." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has sender" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_sister mro:has_sister rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_sibling_of ; owl:inverseOf mro:is_sister_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has sister"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has sister" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_sister_in_law mro:has_sister_in_law rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_in_law_of ; owl:inverseOf mro:is_sister_in_law_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has sister in law"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has sister in law" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_son mro:has_son rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_parent_of ; owl:inverseOf mro:is_son_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has son"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has son" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_son_in_law mro:has_son_in_law rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_in_law_of ; owl:inverseOf mro:is_son_in_law_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has son in law"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has son in law" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_spatial_part mro:has_spatial_part rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf mro:has_part ; + rdfs:subPropertyOf mro:BFO_0000051 ; owl:inverseOf mro:spatial_part_of ; rdf:type owl:TransitiveProperty ; rdfs:domain obo:BFO_0000141 ; rdfs:range obo:BFO_0000141 ; - cco:definition "Inverse of spatial part of"^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has spatial part"^^xsd:string . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_spatial_proper_part -mro:has_spatial_proper_part rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf mro:has_proper_part ; - owl:inverseOf mro:spatial_proper_part_of ; - rdf:type owl:TransitiveProperty ; - rdfs:domain obo:BFO_0000141 ; - rdfs:range obo:BFO_0000141 ; - cco:definition "Inverse of spatial proper part of"^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has spatial proper part"^^xsd:string . + cco:definition "Inverse of spatial part of" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has spatial part" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_starting_instant @@ -985,25 +1349,25 @@ mro:has_starting_instant rdf:type owl:ObjectProperty ; rdf:type owl:FunctionalProperty ; rdfs:domain obo:BFO_0000038 ; rdfs:range obo:BFO_0000148 ; - cco:definition "For Temporal Interval t1 and Temporal Instant t2, t1 has starting instant t2 if and only if no temporal instant t3 that is part of t1 is before t2."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has starting instant"^^xsd:string . + cco:definition "For Temporal Interval t1 and Temporal Instant t2, t1 has starting instant t2 if and only if no temporal instant t3 that is part of t1 is before t2." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has starting instant" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_step_brother mro:has_step_brother rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_step_sibling_of ; owl:inverseOf mro:is_step_brother_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has step brother"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has step brother" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_step_sister mro:has_step_sister rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_step_sibling_of ; owl:inverseOf mro:is_step_sister_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has step sister"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has step sister" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_subordinate_role @@ -1011,9 +1375,9 @@ mro:has_subordinate_role rdf:type owl:ObjectProperty ; owl:inverseOf mro:is_subordinate_role_to ; rdfs:domain obo:BFO_0000023 ; rdfs:range obo:BFO_0000023 ; - cco:definition "For all x,y,t: x has subordinate role y at t iff: x is an instance of bfo:BFO_0000023 (Role) at time t, and y is an instance of bfo:BFO_0000023 (Role) at time t, and there is some z such that x is realized by z and z is an instance of Act which creates, modifies, transfers, or eliminates some u such that u is an Action Regulation at time t, and u is addressed to the bearer of y."^^xsd:string ; + cco:definition "For all x,y,t: x has subordinate role y at t iff: x is an instance of bfo:BFO_0000023 (Role) at time t, and y is an instance of bfo:BFO_0000023 (Role) at time t, and there is some z such that x is realized by z and z is an instance of Act which creates, modifies, transfers, or eliminates some u such that u is an Action Regulation at time t, and u is addressed to the bearer of y." ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; - rdfs:label "has subordinate role"^^xsd:string . + rdfs:label "has subordinate role" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_subsidiary @@ -1022,52 +1386,38 @@ mro:has_subsidiary rdf:type owl:ObjectProperty ; owl:inverseOf mro:is_subsidiary_of ; rdfs:domain cco:Organization ; rdfs:range cco:Organization ; - cco:definition "An Organization o1 has_subsidiary Organization o2 iff o1 controls o2 by having the capacity to determine the outcome of decisions about o2's financial and operating policies."^^xsd:string ; - cco:definition_source "http://www.austlii.edu.au/legis/cth/consol_act/ca2001172/s50aa.html"^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has subsidiary"^^xsd:string . + cco:definition "An Organization o1 has_subsidiary Organization o2 iff o1 controls o2 by having the capacity to determine the outcome of decisions about o2's financial and operating policies." ; + cco:definition_source "http://www.austlii.edu.au/legis/cth/consol_act/ca2001172/s50aa.html" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has subsidiary" . -### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_tangential_proper_part -mro:has_tangential_proper_part rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf mro:has_spatial_proper_part ; - owl:inverseOf mro:tangential_proper_part_of ; - rdf:type owl:TransitiveProperty ; - rdfs:domain obo:BFO_0000141 ; - rdfs:range obo:BFO_0000141 ; - cco:definition "Inverse of tangential proper part of"^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has tangential proper part"^^xsd:string . +### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_tangential_part +mro:has_tangential_part rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf mro:has_spatial_part ; + owl:inverseOf mro:tangential_part_of ; + rdf:type owl:TransitiveProperty ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + cco:definition "Inverse of tangential part of" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has tangential part" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_uncle mro:has_uncle rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:has_familial_relationship_to ; owl:inverseOf mro:is_uncle_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has uncle"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has uncle" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_wife mro:has_wife rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_spouse_of ; owl:inverseOf mro:is_wife_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has wife"^^xsd:string . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/inheres_in -mro:inheres_in rdf:type owl:ObjectProperty ; - rdfs:domain [ rdf:type owl:Class ; - owl:unionOf ( obo:BFO_0000020 - obo:BFO_0000031 - ) - ] ; - rdfs:range obo:BFO_0000004 ; - cco:definition "For types T1 and T2, if T1 inheres in T2, then for all instances of T1, t1, there is some instance of T2, t2, such that t1 \"inheres in\" t2. Here, \"inheres in\" denotes the primitive instance level relation."^^xsd:string ; - cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro_proposed/ro_proposed.owl "^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "inheres in"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has wife" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/inheres_in_aggregate @@ -1078,9 +1428,9 @@ mro:inheres_in_aggregate rdf:type owl:ObjectProperty ; ) ] ; rdfs:range obo:BFO_0000027 ; - cco:definition "An instance of a Dependent Continuant inheres_in_aggregate some instance of a Object Aggregate if and only if there are distinct instances of the Dependent Continuant that inhere_in each and every member of the Object Aggregate instance."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "inheres in aggregate"^^xsd:string . + cco:definition "An instance of a Dependent Continuant inheres_in_aggregate some instance of a Object Aggregate if and only if there are distinct instances of the Dependent Continuant that inhere_in each and every member of the Object Aggregate instance." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "inheres in aggregate" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/instant_is_after @@ -1089,9 +1439,9 @@ mro:instant_is_after rdf:type owl:ObjectProperty ; rdf:type owl:TransitiveProperty ; rdfs:domain obo:BFO_0000148 ; rdfs:range obo:BFO_0000148 ; - cco:elucidation "'instant is after' is a primitive relationship. Informally, a temporal instant t2 is after some temporal instant t1 if and only if t1 precedes t2."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "instant is after"^^xsd:string . + cco:elucidation "'instant is after' is a primitive relationship. Informally, a temporal instant t2 is after some temporal instant t1 if and only if t1 precedes t2." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "instant is after" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/instant_is_before @@ -1099,16 +1449,9 @@ mro:instant_is_before rdf:type owl:ObjectProperty , owl:TransitiveProperty ; rdfs:domain obo:BFO_0000148 ; rdfs:range obo:BFO_0000148 ; - cco:elucidation "'instant is before' is a primitive relationship. Informally, a temporal instant t1 is before some temporal instant t2 if and only if t1 precedes t2."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "instant is before"^^xsd:string . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/integral_part_of -mro:integral_part_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf mro:part_of ; - rdfs:comment "C integral_part_of C' if and only if: C part_of C' AND C' has_part C"@en ; - rdfs:label "integral_part_of"@en . + cco:elucidation "'instant is before' is a primitive relationship. Informally, a temporal instant t1 is before some temporal instant t2 if and only if t1 precedes t2." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "instant is before" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/interval_contained_by @@ -1116,27 +1459,32 @@ mro:interval_contained_by rdf:type owl:ObjectProperty ; owl:inverseOf mro:interval_contains ; rdfs:domain obo:BFO_0000038 ; rdfs:range obo:BFO_0000038 ; - cco:definition "A Temporal Interval INT1 is contained by some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before or identical to inst1, inst2 is before or identical to inst4, and it is not the case that both inst3 is identical to inst1 and inst2 is identical to inst4."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "interval contained by"^^xsd:string . + owl:propertyDisjointWith mro:interval_disjoint ; + cco:definition "A Temporal Interval INT1 is contained by some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before or identical to inst1, inst2 is before or identical to inst4, and it is not the case that both inst3 is identical to inst1 and inst2 is identical to inst4." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "interval contained by" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/interval_contains mro:interval_contains rdf:type owl:ObjectProperty ; rdfs:domain obo:BFO_0000038 ; rdfs:range obo:BFO_0000038 ; - cco:definition "A Temporal Interval INT2 contains some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before or identical to inst1, and inst2 is before or identical to inst4, but it is not the case that both inst3 is identical to inst1 and inst2 is identical to inst4."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "interval contains"^^xsd:string . + owl:propertyDisjointWith mro:interval_disjoint ; + cco:definition "A Temporal Interval INT2 contains some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before or identical to inst1, and inst2 is before or identical to inst4, but it is not the case that both inst3 is identical to inst1 and inst2 is identical to inst4." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "interval contains" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/interval_disjoint mro:interval_disjoint rdf:type owl:ObjectProperty ; rdfs:domain obo:BFO_0000038 ; rdfs:range obo:BFO_0000038 ; - cco:definition "A Temporal Interval INT1 is disjoint with a Temporal Interval INT2 iff INT1 is before or meets INT2 OR INT2 is before or meets INT1. In other words, INT1 and INT2 are disjoint iff INT1 and INT2 do not overlap, contain, or equal one another."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "interval disjoint"^^xsd:string . + owl:propertyDisjointWith mro:interval_equals , + mro:interval_overlapped_by , + mro:interval_overlaps ; + cco:definition "A Temporal Interval INT1 is disjoint with a Temporal Interval INT2 iff INT1 is before or meets INT2 OR INT2 is before or meets INT1. In other words, INT1 and INT2 are disjoint iff INT1 and INT2 do not overlap, contain, or equal one another." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "interval disjoint" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/interval_during @@ -1144,9 +1492,9 @@ mro:interval_during rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:interval_contained_by ; rdfs:domain obo:BFO_0000038 ; rdfs:range obo:BFO_0000038 ; - cco:definition "A Temporal Interval INT1 is during some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before inst1, and inst2 is before inst4."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "interval during"^^xsd:string . + cco:definition "A Temporal Interval INT1 is during some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before inst1, and inst2 is before inst4." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "interval during" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/interval_equals @@ -1154,9 +1502,9 @@ mro:interval_equals rdf:type owl:ObjectProperty , owl:SymmetricProperty ; rdfs:domain obo:BFO_0000038 ; rdfs:range obo:BFO_0000038 ; - cco:definition "A Temporal Interval INT1 is equal to some Temporal Interval INT2 iff there exists Temporal Instants inst1 and inst2 such that inst1 is the starting instant of both INT1 and INT2 and inst2 is the ending instant of both INT1 and INT2."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "interval equals"^^xsd:string . + cco:definition "A Temporal Interval INT1 is equal to some Temporal Interval INT2 iff there exists Temporal Instants inst1 and inst2 such that inst1 is the starting instant of both INT1 and INT2 and inst2 is the ending instant of both INT1 and INT2." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "interval equals" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/interval_finished_by @@ -1165,9 +1513,9 @@ mro:interval_finished_by rdf:type owl:ObjectProperty ; owl:inverseOf mro:interval_finishes ; rdfs:domain obo:BFO_0000038 ; rdfs:range obo:BFO_0000038 ; - cco:definition "A Temporal Interval INT2 is finished by some Temporal Interval INT1 iff there exists Temporal Instants inst1, inst2, and inst3 such that inst 1 is the starting instant of INT1, inst2 is the ending instant of both INT1 and INT2, inst3 is the starting instant of INT2, and inst3 is before inst1."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "interval finished by"^^xsd:string . + cco:definition "A Temporal Interval INT2 is finished by some Temporal Interval INT1 iff there exists Temporal Instants inst1, inst2, and inst3 such that inst 1 is the starting instant of INT1, inst2 is the ending instant of both INT1 and INT2, inst3 is the starting instant of INT2, and inst3 is before inst1." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "interval finished by" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/interval_finishes @@ -1175,9 +1523,9 @@ mro:interval_finishes rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:interval_contained_by ; rdfs:domain obo:BFO_0000038 ; rdfs:range obo:BFO_0000038 ; - cco:definition "A Temporal Interval INT1 finishes some Temporal Interval INT2 iff there exists Temporal Instants inst1, inst2, and inst3 such that inst 1 is the starting instant of INT1, inst2 is the ending instant of both INT1 and INT2, inst3 is the starting instant of INT2, and inst3 is before inst1."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "interval finishes"^^xsd:string . + cco:definition "A Temporal Interval INT1 finishes some Temporal Interval INT2 iff there exists Temporal Instants inst1, inst2, and inst3 such that inst 1 is the starting instant of INT1, inst2 is the ending instant of both INT1 and INT2, inst3 is the starting instant of INT2, and inst3 is before inst1." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "interval finishes" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/interval_is_after @@ -1186,9 +1534,9 @@ mro:interval_is_after rdf:type owl:ObjectProperty ; owl:inverseOf mro:interval_is_before ; rdfs:domain obo:BFO_0000038 ; rdfs:range obo:BFO_0000038 ; - cco:definition "A TemporalInterval INT2 is after some TemporalInterval INT1 iff there exists TemporalInstants inst2, inst1 such that inst2 is the starting instant of INT2 and inst1 is the ending instant of INT1 and inst2 is after inst1."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "interval is after"^^xsd:string . + cco:definition "A TemporalInterval INT2 is after some TemporalInterval INT1 iff there exists TemporalInstants inst2, inst1 such that inst2 is the starting instant of INT2 and inst1 is the ending instant of INT1 and inst2 is after inst1." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "interval is after" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/interval_is_before @@ -1196,9 +1544,9 @@ mro:interval_is_before rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:interval_disjoint ; rdfs:domain obo:BFO_0000038 ; rdfs:range obo:BFO_0000038 ; - cco:definition "A TemporalInterval INT1 is before some TemporalInterval INT2 iff there exists TemporalInstants inst1, inst2 such that inst1 is the ending instant of INT1 and inst2 is the starting instant of INT2 and inst1 is before inst2."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "interval is before"^^xsd:string . + cco:definition "A TemporalInterval INT1 is before some TemporalInterval INT2 iff there exists TemporalInstants inst1, inst2 such that inst1 is the ending instant of INT1 and inst2 is the starting instant of INT2 and inst1 is before inst2." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "interval is before" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/interval_meets @@ -1208,9 +1556,9 @@ mro:interval_meets rdf:type owl:ObjectProperty ; rdf:type owl:IrreflexiveProperty ; rdfs:domain obo:BFO_0000038 ; rdfs:range obo:BFO_0000038 ; - cco:definition "A Temporal Interval INT1 meets some Temporal Interval INT2 iff there exists some Temporal Instant inst1 such that inst1 is the ending instant of INT1 and inst1 is the starting instant of INT2."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "interval meets"^^xsd:string . + cco:definition "A Temporal Interval INT1 meets some Temporal Interval INT2 iff there exists some Temporal Instant inst1 such that inst1 is the ending instant of INT1 and inst1 is the starting instant of INT2." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "interval meets" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/interval_met_by @@ -1219,9 +1567,9 @@ mro:interval_met_by rdf:type owl:ObjectProperty ; rdf:type owl:IrreflexiveProperty ; rdfs:domain obo:BFO_0000038 ; rdfs:range obo:BFO_0000038 ; - cco:definition "A Temporal Interval INT2 is met by some Temporal Interval INT1 iff there exists some Temporal Instant inst1 such that inst1 is the starting instant of INT2 and inst1 is the ending instant of INT1."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "interval met by"^^xsd:string . + cco:definition "A Temporal Interval INT2 is met by some Temporal Interval INT1 iff there exists some Temporal Instant inst1 such that inst1 is the starting instant of INT2 and inst1 is the ending instant of INT1." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "interval met by" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/interval_overlapped_by @@ -1229,18 +1577,18 @@ mro:interval_overlapped_by rdf:type owl:ObjectProperty ; owl:inverseOf mro:interval_overlaps ; rdfs:domain obo:BFO_0000038 ; rdfs:range obo:BFO_0000038 ; - cco:definition "A Temporal Interval INT2 is overlapped by some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, inst3, inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst1 is before inst3, inst3 is before inst2, and inst2 is before inst4."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "interval overlapped by"^^xsd:string . + cco:definition "A Temporal Interval INT2 is overlapped by some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, inst3, inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst1 is before inst3, inst3 is before inst2, and inst2 is before inst4." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "interval overlapped by" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/interval_overlaps mro:interval_overlaps rdf:type owl:ObjectProperty ; rdfs:domain obo:BFO_0000038 ; rdfs:range obo:BFO_0000038 ; - cco:definition "A Temporal Interval INT1 overlaps some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, inst3, inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst1 is before inst3, inst3 is before inst2, and inst2 is before inst4."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "interval overlaps"^^xsd:string . + cco:definition "A Temporal Interval INT1 overlaps some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, inst3, inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst1 is before inst3, inst3 is before inst2, and inst2 is before inst4." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "interval overlaps" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/interval_started_by @@ -1249,9 +1597,9 @@ mro:interval_started_by rdf:type owl:ObjectProperty ; owl:inverseOf mro:interval_starts ; rdfs:domain obo:BFO_0000038 ; rdfs:range obo:BFO_0000038 ; - cco:definition "A Temporal Interval INT2 is started by some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, and inst3 such that inst1 is the starting instant of both INT1 and INT2, inst2 is the ending instant of INT1, inst3 is the ending instant of INT2 and inst2 is before inst3."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "interval started by"^^xsd:string . + cco:definition "A Temporal Interval INT2 is started by some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, and inst3 such that inst1 is the starting instant of both INT1 and INT2, inst2 is the ending instant of INT1, inst3 is the ending instant of INT2 and inst2 is before inst3." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "interval started by" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/interval_starts @@ -1259,9 +1607,9 @@ mro:interval_starts rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:interval_contained_by ; rdfs:domain obo:BFO_0000038 ; rdfs:range obo:BFO_0000038 ; - cco:definition "A Temporal Interval INT1 starts some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, and inst3 such that inst1 is the starting instant of both INT1 and INT2, inst2 is the ending instant of INT1, inst3 is the ending instant of INT2 and inst2 is before inst3."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "interval starts"^^xsd:string . + cco:definition "A Temporal Interval INT1 starts some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, and inst3 such that inst1 is the starting instant of both INT1 and INT2, inst2 is the ending instant of INT1, inst3 is the ending instant of INT2 and inst2 is before inst3." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "interval starts" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_a_interval_measurement_of @@ -1270,10 +1618,10 @@ mro:is_a_interval_measurement_of rdf:type owl:ObjectProperty ; owl:inverseOf mro:is_measured_by_interval ; rdf:type owl:FunctionalProperty ; rdfs:domain cco:IntervalMeasurementInformationContentEntity ; - cco:definition "For all Types T1 and T2, if T1 is a interval measurement of T2 then there is some instance of T1, t1, that places some instance of T2, t2, onto a scale which has uniform intervals but has a zero value that does not correspond to an absence of the quality being measured."^^xsd:string ; - cco:example_of_usage "a measurement of air temperature on the Celsius scale."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is a interval measurement of"^^xsd:string . + cco:definition "For all Types T1 and T2, if T1 is a interval measurement of T2 then there is some instance of T1, t1, that places some instance of T2, t2, onto a scale which has uniform intervals but has a zero value that does not correspond to an absence of the quality being measured." ; + cco:example_of_usage "a measurement of air temperature on the Celsius scale." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is a interval measurement of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_a_measurement_of @@ -1282,10 +1630,10 @@ mro:is_a_measurement_of rdf:type owl:ObjectProperty ; owl:inverseOf mro:is_measured_by ; rdf:type owl:FunctionalProperty ; rdfs:domain cco:MeasurementInformationContentEntity ; - cco:definition "For all Types T1 and T2, if T1 is a measurement of T2 then there is some instance of T1, t1, that describes some characteristic of some instance of T2, t2, relative to some scale or classification scheme."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:comment "This object property, as well as all of its children are typified as functional properties. This means that for instances x, y, and z if x is a measurement of y and x is a measurement of z, then y = z."^^xsd:string ; - rdfs:label "is a measurement of"^^xsd:string . + cco:definition "For all Types T1 and T2, if T1 is a measurement of T2 then there is some instance of T1, t1, that describes some characteristic of some instance of T2, t2, relative to some scale or classification scheme." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:comment "This object property, as well as all of its children are typified as functional properties. This means that for instances x, y, and z if x is a measurement of y and x is a measurement of z, then y = z." ; + rdfs:label "is a measurement of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_a_nominal_measurement_of @@ -1294,12 +1642,12 @@ mro:is_a_nominal_measurement_of rdf:type owl:ObjectProperty ; owl:inverseOf mro:is_measured_by_nominal ; rdf:type owl:FunctionalProperty ; rdfs:domain cco:NominalMeasurementInformationContentEntity ; - cco:definition "For all Types T1 and T2, if T1 is a nominal measurement of T2 then there is some instance of T1, t1, that classifies some instance of T2, t2, relative to some set of shared, possibly arbitrary, characteristics."^^xsd:string ; - cco:example_of_usage "classifying automobiles as sedans, coupes, hatchbacks, or convertibles"^^xsd:string , - "classifying military intelligence as strategic, operational, or tactical"^^xsd:string , - "classifying rocks as igneous, sedimentary, or metamorphic"^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is a nominal measurement of"^^xsd:string . + cco:definition "For all Types T1 and T2, if T1 is a nominal measurement of T2 then there is some instance of T1, t1, that classifies some instance of T2, t2, relative to some set of shared, possibly arbitrary, characteristics." ; + cco:example_of_usage "classifying automobiles as sedans, coupes, hatchbacks, or convertibles" , + "classifying military intelligence as strategic, operational, or tactical" , + "classifying rocks as igneous, sedimentary, or metamorphic" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is a nominal measurement of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_a_ordinal_measurement_of @@ -1308,11 +1656,11 @@ mro:is_a_ordinal_measurement_of rdf:type owl:ObjectProperty ; owl:inverseOf mro:is_measured_by_ordinal ; rdf:type owl:FunctionalProperty ; rdfs:domain cco:OrdinalMeasurementInformationContentEntity ; - cco:definition "For all Types T1 and T2, if T1 is an ordinal measurement of T2 then there is some instance of T1, t1, that places some instance of T2, t2, onto a rank order."^^xsd:string ; - cco:example_of_usage "placing Geospatial Regions into a rank order of small, medium, large"^^xsd:string , - "placing military units onto a readiness rank order of red, yellow, green"^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is a ordinal measurement of"^^xsd:string . + cco:definition "For all Types T1 and T2, if T1 is an ordinal measurement of T2 then there is some instance of T1, t1, that places some instance of T2, t2, onto a rank order." ; + cco:example_of_usage "placing Geospatial Regions into a rank order of small, medium, large" , + "placing military units onto a readiness rank order of red, yellow, green" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is a ordinal measurement of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_a_ratio_measurement_of @@ -1321,12 +1669,12 @@ mro:is_a_ratio_measurement_of rdf:type owl:ObjectProperty ; owl:inverseOf mro:is_measured_by_ratio ; rdf:type owl:FunctionalProperty ; rdfs:domain cco:RatioMeasurementInformationContentEntity ; - cco:definition "For all Types T1 and T2, if T1 is a ratio measurement of T2 then there is some instance of T1, t1, that places some instance of T2, t2, onto a scale having equal unit values and a zero value that corresponds to the absence of the quality being measured."^^xsd:string ; - cco:example_of_usage "the barometric pressure at 1,000 feet above sea level"^^xsd:string , - "the measure of air temperature on the Kelvin scale"^^xsd:string , - "the number of members in an Organization"^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is a ratio measurement of"^^xsd:string . + cco:definition "For all Types T1 and T2, if T1 is a ratio measurement of T2 then there is some instance of T1, t1, that places some instance of T2, t2, onto a scale having equal unit values and a zero value that corresponds to the absence of the quality being measured." ; + cco:example_of_usage "the barometric pressure at 1,000 feet above sea level" , + "the measure of air temperature on the Kelvin scale" , + "the number of members in an Organization" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is a ratio measurement of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_about @@ -1334,20 +1682,20 @@ mro:is_about rdf:type owl:ObjectProperty ; owl:inverseOf mro:is_subject_of ; rdfs:domain cco:InformationContentEntity ; rdfs:range obo:BFO_0000001 ; - cco:definition "A primitive relationship between an Information Content Entity and some Entity."^^xsd:string ; - cco:definition_source "http://purl.obolibrary.org/obo/IAO_0000136"^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is about"^^xsd:string . + cco:definition "A primitive relationship between an Information Content Entity and some Entity." ; + cco:definition_source "http://purl.obolibrary.org/obo/IAO_0000136" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is about" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_affected_by mro:is_affected_by rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf mro:participates_in ; + rdfs:subPropertyOf mro:RO_0000056 ; rdfs:domain obo:BFO_0000002 ; rdfs:range obo:BFO_0000015 ; - cco:definition "If c is a continuant and p is a process, the c is affected by p if and only if c undergoes some change as a result of the occurrence of p."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is affected by"^^xsd:string . + cco:definition "If c is a continuant and p is a process, the c is affected by p if and only if c undergoes some change as a result of the occurrence of p." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is affected by" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_affiliated_with @@ -1364,69 +1712,69 @@ mro:is_affiliated_with rdf:type owl:ObjectProperty ; cco:Person ) ] ; - cco:definition "An Agent a1 is affiliated with some Agent a2 by virtue of their having any social or business relationship."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is affiliated with"^^xsd:string . + cco:definition "An Agent a1 is affiliated with some Agent a2 by virtue of their having any social or business relationship." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is affiliated with" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_ancestor_of mro:is_ancestor_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:has_familial_relationship_to ; owl:inverseOf mro:is_descendent_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is ancestor of"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is ancestor of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_aunt_of mro:is_aunt_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:has_familial_relationship_to ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is aunt of"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is aunt of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_brother_in_law_of mro:is_brother_in_law_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_in_law_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is brother-in-law of"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is brother-in-law of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_brother_of mro:is_brother_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_sibling_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is brother of"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is brother of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_cause_of mro:is_cause_of rdf:type owl:ObjectProperty ; rdfs:domain obo:BFO_0000001 ; rdfs:range obo:BFO_0000003 ; - cco:definition "For types of Processual Entities P1 and P2, P1 is cause of P2 if and only if for all instances p1 of P1 there is some instance p2 of P2 such that p1 is a causal factor in p2."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is cause of"^^xsd:string . + cco:definition "For types of Processual Entities P1 and P2, P1 is cause of P2 if and only if for all instances p1 of P1 there is some instance p2 of P2 such that p1 is a causal factor in p2." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is cause of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_child_of mro:is_child_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:has_familial_relationship_to ; owl:inverseOf mro:is_parent_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is child of"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is child of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_daughter_in_law_of mro:is_daughter_in_law_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_in_law_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is daughter in-law of"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is daughter in-law of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_daughter_of mro:is_daughter_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_child_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is daughter of"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is daughter of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_delimited_by @@ -1435,17 +1783,17 @@ mro:is_delimited_by rdf:type owl:ObjectProperty , owl:InverseFunctionalProperty ; rdfs:domain cco:Organization ; rdfs:range cco:GeopoliticalEntity ; - cco:definition "An instance of Government g1 is_delimited_by some Geopolitical Entity gpe1 iff gpe1 is the area with which g1 can legally exercies its authority"^^xsd:string ; - cco:definition_source "http://en.wikipedia.org/wiki/Delimitation"^^xsd:string ; + cco:definition "An instance of Government g1 is_delimited_by some Geopolitical Entity gpe1 iff gpe1 is the area with which g1 can legally exercies its authority" ; + cco:definition_source "http://en.wikipedia.org/wiki/Delimitation" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; - rdfs:label "is delimited by"^^xsd:string . + rdfs:label "is delimited by" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_descendent_of mro:is_descendent_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:has_familial_relationship_to ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is descendent of"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is descendent of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_ending_instant_of @@ -1453,32 +1801,32 @@ mro:is_ending_instant_of rdf:type owl:ObjectProperty , owl:InverseFunctionalProperty ; rdfs:domain obo:BFO_0000148 ; rdfs:range obo:BFO_0000038 ; - cco:definition "For Temporal Instant t1 and Temporal Interval t2, t1 is ending instant of t2 if and only if no Temporal Instant t3 that is part of t2 is after t1."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is ending instant of"^^xsd:string . + cco:definition "For Temporal Instant t1 and Temporal Interval t2, t1 is ending instant of t2 if and only if no Temporal Instant t3 that is part of t2 is after t1." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is ending instant of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_excerpted_from mro:is_excerpted_from rdf:type owl:ObjectProperty ; rdfs:domain cco:InformationBearingEntity ; rdfs:range cco:InformationBearingEntity ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is excerpted from"^^xsd:string ; - cco:definition "An Information Bearing Entity b1 is excerpted from another Information Bearing Entity B2 iff b1 is part of some Information Bearing Entity B1 that is the bearer of some Information Content Entity C1, B2 is the bearer of some Information Content Entity C2, C1 is not identical with C2, b1 is the bearer of some Information Content Entity c1, b2 is an Information Bearing Entity that is part of B2 and b2 is the bearer of c1 (i.e. the same Information Content Entity as borne by b1)."^^xsd:string . + cco:definition "An Information Bearing Entity b1 is excerpted from another Information Bearing Entity B2 iff b1 is part of some Information Bearing Entity B1 that is the bearer of some Information Content Entity C1, B2 is the bearer of some Information Content Entity C2, C1 is not identical with C2, b1 is the bearer of some Information Content Entity c1, b2 is an Information Bearing Entity that is part of B2 and b2 is the bearer of c1 (i.e. the same Information Content Entity as borne by b1)." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is excerpted from" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_father_in_law_of mro:is_father_in_law_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_in_law_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is father in-law of"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is father in-law of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_father_of mro:is_father_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_parent_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is father of"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is father of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_first_cousin_of @@ -1486,8 +1834,8 @@ mro:is_first_cousin_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:has_familial_relationship_to ; owl:inverseOf mro:is_first_cousin_of ; rdf:type owl:SymmetricProperty ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is first cousin of"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is first cousin of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_geospatial_coordinate_reference_system_of @@ -1496,58 +1844,58 @@ mro:is_geospatial_coordinate_reference_system_of rdf:type owl:ObjectProperty ; owl:inverseOf mro:uses_geospatial_coordinate_reference_system ; rdfs:domain cco:GeospatialCoordinateReferenceSystem ; rdfs:range cco:InformationBearingEntity ; - rdfs:label "is geospatial coordinate reference system of"^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is geospatial coordinate reference system of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_grandchild_of mro:is_grandchild_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:has_familial_relationship_to ; owl:inverseOf mro:is_grandparent_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is grandchild of"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is grandchild of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_granddaughter_of mro:is_granddaughter_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_grandchild_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is granddaughter of"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is granddaughter of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_grandfather_of mro:is_grandfather_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_grandparent_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is grandfather of"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is grandfather of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_grandmother_of mro:is_grandmother_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_grandparent_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is grandmother of"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is grandmother of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_grandparent_of mro:is_grandparent_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:has_familial_relationship_to ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is grandparent of"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is grandparent of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_grandson_of mro:is_grandson_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_grandchild_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is grandson of"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is grandson of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_half_brother_of mro:is_half_brother_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_half_sibling_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is half-brother of"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is half-brother of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_half_sibling_of @@ -1555,22 +1903,22 @@ mro:is_half_sibling_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:has_familial_relationship_to ; owl:inverseOf mro:is_half_sibling_of ; rdf:type owl:SymmetricProperty ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is half-sibling of"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is half-sibling of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_half_sister_of mro:is_half_sister_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_half_sibling_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is half sister of"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is half sister of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_husband_of mro:is_husband_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_spouse_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is husband of"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is husband of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_in_law_of @@ -1578,27 +1926,27 @@ mro:is_in_law_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:has_familial_relationship_to ; owl:inverseOf mro:is_in_law_of ; rdf:type owl:SymmetricProperty ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is in-law of"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is in-law of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_input_of mro:is_input_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf mro:participates_in ; + rdfs:subPropertyOf mro:RO_0000056 ; rdfs:domain obo:BFO_0000002 ; rdfs:range obo:BFO_0000015 ; - cco:definition "A relation between a Continuant and a Processual Entity in which the Continuant participates. The presence of the Continuant at the begining of the Processual Entity is a necessary condition for the start of the Processual Entity."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is input of"^^xsd:string . + cco:definition "A relation between a Continuant and a Processual Entity in which the Continuant participates. The presence of the Continuant at the begining of the Processual Entity is a necessary condition for the start of the Processual Entity." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is input of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_inside_instant_of mro:is_inside_instant_of rdf:type owl:ObjectProperty ; rdfs:domain obo:BFO_0000148 ; rdfs:range obo:BFO_0000038 ; - cco:definition "For Temporal Instant t1 and Temporal Interval t2, t1 is inside instant of t2 if and only if there are Temporal Instants t3 and t4 non-identical to t1 and part of t2 such that t3 is before t1 and t4 is after t1."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is inside instant of"^^xsd:string . + cco:definition "For Temporal Instant t1 and Temporal Interval t2, t1 is inside instant of t2 if and only if there are Temporal Instants t3 and t4 non-identical to t1 and part of t2 such that t3 is before t1 and t4 is after t1." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is inside instant of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_made_of @@ -1607,55 +1955,55 @@ mro:is_made_of rdf:type owl:ObjectProperty ; owl:inverseOf mro:is_material_of ; rdfs:domain obo:BFO_0000030 ; rdfs:range obo:BFO_0000030 ; - cco: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"^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is made of"^^xsd:string . + cco: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" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is made of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_material_of mro:is_material_of rdf:type owl:ObjectProperty ; rdfs:domain obo:BFO_0000030 ; rdfs:range obo:BFO_0000030 ; - cco: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"^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is material of"^^xsd:string . + cco: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" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is material of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_maternal_aunt_of mro:is_maternal_aunt_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_aunt_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is maternal aunt of"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is maternal aunt of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_maternal_first_cousin_of mro:is_maternal_first_cousin_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_first_cousin_of ; - cco:definition "Person A is maternal first cousin of Person B iff Person B has mother M and M has sibling P and P is parent of Person A."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:comment "Comment is_maternal_first_cousin_of is not a symmetric relationship as is is_first_cousin_of"^^xsd:string ; - rdfs:label "is maternal first cousin of"^^xsd:string . + cco:definition "Person A is maternal first cousin of Person B iff Person B has mother M and M has sibling P and P is parent of Person A." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:comment "Comment is_maternal_first_cousin_of is not a symmetric relationship as is is_first_cousin_of" ; + rdfs:label "is maternal first cousin of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_maternal_grandfather_of mro:is_maternal_grandfather_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_grandfather_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is maternal grandfather of"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is maternal grandfather of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_maternal_grandmother_of mro:is_maternal_grandmother_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_grandmother_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is maternal grandmother of"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is maternal grandmother of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_maternal_uncle_of mro:is_maternal_uncle_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_uncle_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is maternal uncle of"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is maternal uncle of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_measured_by @@ -1663,9 +2011,9 @@ mro:is_measured_by rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:described_by ; rdf:type owl:InverseFunctionalProperty ; rdfs:range cco:MeasurementInformationContentEntity ; - cco:definition "The inverse of is a measurement of, which relates an Entity to some Measurement Information Content Entity."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is measured by"^^xsd:string . + cco:definition "The inverse of is a measurement of, which relates an Entity to some Measurement Information Content Entity." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is measured by" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_measured_by_interval @@ -1673,9 +2021,9 @@ mro:is_measured_by_interval rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_measured_by ; rdf:type owl:InverseFunctionalProperty ; rdfs:range cco:IntervalMeasurementInformationContentEntity ; - cco:definition "The inverse of is a interval measurement of, which relates an Entity to some Interval Measurement Information Content Entity."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is measured by interval"^^xsd:string . + cco:definition "The inverse of is a interval measurement of, which relates an Entity to some Interval Measurement Information Content Entity." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is measured by interval" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_measured_by_nominal @@ -1683,9 +2031,9 @@ mro:is_measured_by_nominal rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_measured_by ; rdf:type owl:InverseFunctionalProperty ; rdfs:range cco:NominalMeasurementInformationContentEntity ; - cco:definition "The inverse of is a nominal measurement of, which relates an Entity to some Nominal Measurement Information Content Entity."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is measured by nominal"^^xsd:string . + cco:definition "The inverse of is a nominal measurement of, which relates an Entity to some Nominal Measurement Information Content Entity." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is measured by nominal" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_measured_by_ordinal @@ -1693,9 +2041,9 @@ mro:is_measured_by_ordinal rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_measured_by ; rdf:type owl:InverseFunctionalProperty ; rdfs:range cco:OrdinalMeasurementInformationContentEntity ; - cco:definition "The inverse of is a ordinal measurement of, which relates an Entity to some Ordinal Measurement Information Content Entity."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is measured by ordinal"^^xsd:string . + cco:definition "The inverse of is a ordinal measurement of, which relates an Entity to some Ordinal Measurement Information Content Entity." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is measured by ordinal" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_measured_by_ratio @@ -1703,89 +2051,90 @@ mro:is_measured_by_ratio rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_measured_by ; rdf:type owl:InverseFunctionalProperty ; rdfs:range cco:RatioMeasurementInformationContentEntity ; - cco:definition "The inverse of is a ratio measurement of, which relates an Entity to some Ratio Measurement Information Content Entity."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is measured by ratio"^^xsd:string . + cco:definition "The inverse of is a ratio measurement of, which relates an Entity to some Ratio Measurement Information Content Entity." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is measured by ratio" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_measurement_unit_of mro:is_measurement_unit_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf mro:inheres_in ; + rdfs:subPropertyOf mro:RO_0010001 ; owl:inverseOf mro:uses_measurement_unit ; rdfs:domain cco:MeasurementUnit ; rdfs:range cco:InformationBearingEntity ; - rdfs:label "is measurement unit of"^^xsd:string ; - cco:elucidation "An Information Bearing Entity carries the content of some corresponding Information Content Entity. In some cases of measurements, this content is composed of both some amount and the scale according to which the measurement was made."^^xsd:string . + cco:elucidation "An Information Bearing Entity carries the content of some corresponding Information Content Entity. In some cases of measurements, this content is composed of both some amount and the scale according to which the measurement was made." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is measurement unit of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_mention_of mro:is_mention_of rdf:type owl:ObjectProperty ; owl:inverseOf mro:is_mentioned_by ; - cco:definition "An instance b1 of a Information Bearing Entity is mention of some instance c1 of some Entity or Event iff b1 is used as a reference to c1."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is mention of"^^xsd:string . + cco:definition "An instance b1 of a Information Bearing Entity is mention of some instance c1 of some Entity or Event iff b1 is used as a reference to c1." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is mention of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_mentioned_by mro:is_mentioned_by rdf:type owl:ObjectProperty ; - cco:definition "An instance c1 of a Entity or Event is mentioned by an instance b1 of some Information Bearing Entity iff b1 is used as a reference to c1."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is mentioned by"^^xsd:string . + cco:definition "An instance c1 of a Entity or Event is mentioned by an instance b1 of some Information Bearing Entity iff b1 is used as a reference to c1." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is mentioned by" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_mother_in_law_of mro:is_mother_in_law_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_in_law_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is mother in-law of"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is mother in-law of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_mother_of mro:is_mother_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_parent_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is mother of"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is mother of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_nephew_of mro:is_nephew_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:has_familial_relationship_to ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is nephew of"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is nephew of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_niece_of mro:is_niece_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:has_familial_relationship_to ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is niece of"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is niece of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_object_of mro:is_object_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf mro:participates_in ; - cco: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."^^xsd:string ; + rdfs:subPropertyOf mro:RO_0000056 ; + cco: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." ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; - rdfs:label "is object of"^^xsd:string . + rdfs:label "is object of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_organizational_context_of mro:is_organizational_context_of rdf:type owl:ObjectProperty ; rdfs:domain cco:Organization ; rdfs:range obo:BFO_0000023 ; - cco:definition "An Organization is a organizational context of a role if a person's affiliation with the organization is a prerequisite for being a bearer of the role or if the organization ascribes the role to some entity."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is organizational context of"^^xsd:string . + cco:definition "An Organization is a organizational context of a role if a person's affiliation with the organization is a prerequisite for being a bearer of the role or if the organization ascribes the role to some entity." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is organizational context of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_output_of mro:is_output_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf mro:participates_in ; + rdfs:subPropertyOf mro:RO_0000056 ; rdfs:domain obo:BFO_0000002 ; rdfs:range obo:BFO_0000015 ; - cco:definition "A relation between a Continuant and a Processual Entity in which the Continuant participates. The presence of the Continuant at the end of the Processual Entity is a necessary condition for the completion of the Processual Entity."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is output of"^^xsd:string . + cco:definition "A relation between a Continuant and a Processual Entity in which the Continuant participates. The presence of the Continuant at the end of the Processual Entity is a necessary condition for the completion of the Processual Entity." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is output of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_parent_of @@ -1793,54 +2142,54 @@ mro:is_parent_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:has_familial_relationship_to ; rdfs:domain cco:Person ; rdfs:range cco:Person ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is parent of"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is parent of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_part_of_process mro:is_part_of_process rdf:type owl:ObjectProperty ; rdfs:domain obo:BFO_0000015 ; rdfs:range obo:BFO_0000015 ; - cco:definition "Inverse of has process part"^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is part of process"^^xsd:string . + cco:definition "Inverse of has process part" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is part of process" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_paternal_aunt_of mro:is_paternal_aunt_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_aunt_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is paternal aunt of"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is paternal aunt of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_paternal_first_cousin_of mro:is_paternal_first_cousin_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_first_cousin_of ; - cco:definition "Person A is paternal first cousin of Person B iff Person B has father F and F has sibling P and P is parent of Person A."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:comment "Comment is_paternal_first_cousin_of is not a symmetric relationship as is is_first_cousin_of"^^xsd:string ; - rdfs:label "is paternal first cousin of"^^xsd:string . + cco:definition "Person A is paternal first cousin of Person B iff Person B has father F and F has sibling P and P is parent of Person A." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:comment "Comment is_paternal_first_cousin_of is not a symmetric relationship as is is_first_cousin_of" ; + rdfs:label "is paternal first cousin of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_paternal_grandfather_of mro:is_paternal_grandfather_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_grandfather_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is paternal grandfather of"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is paternal grandfather of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_paternal_grandmother_of mro:is_paternal_grandmother_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_grandmother_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is paternal grandmother of"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is paternal grandmother of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_paternal_uncle_of mro:is_paternal_uncle_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_uncle_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is paternal uncle of"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is paternal uncle of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_permitted_by @@ -1852,7 +2201,7 @@ mro:is_permitted_by rdf:type owl:ObjectProperty ; rdfs:domain obo:BFO_0000015 ; rdfs:range cco:ActionRegulation ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; - rdfs:label "is permitted by"^^xsd:string . + rdfs:label "is permitted by" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_predecessor_of @@ -1860,10 +2209,10 @@ mro:is_predecessor_of rdf:type owl:ObjectProperty ; owl:inverseOf mro:is_successor_of ; rdfs:domain obo:BFO_0000004 ; rdfs:range obo:BFO_0000004 ; - cco: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."^^xsd:string ; - cco:elucidation "More informally, c1 is a predecessor of c2 iff c1 has been followed or replaced by c2."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is predecessor of"^^xsd:string . + cco: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." ; + cco:elucidation "More informally, c1 is a predecessor of c2 iff c1 has been followed or replaced by c2." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is predecessor of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_prohibited_by @@ -1875,17 +2224,17 @@ mro:is_prohibited_by rdf:type owl:ObjectProperty ; rdfs:domain obo:BFO_0000015 ; rdfs:range cco:ActionRegulation ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; - rdfs:label "is prohibited by"^^xsd:string . + rdfs:label "is prohibited by" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_reference_system_of mro:is_reference_system_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf mro:inheres_in ; + rdfs:subPropertyOf mro:RO_0010001 ; owl:inverseOf mro:uses_reference_system ; rdfs:domain cco:ReferenceSystem ; rdfs:range cco:InformationBearingEntity ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is reference system of"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is reference system of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_required_by @@ -1897,7 +2246,7 @@ mro:is_required_by rdf:type owl:ObjectProperty ; rdfs:domain obo:BFO_0000015 ; rdfs:range cco:ActionRegulation ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; - rdfs:label "is required by"^^xsd:string . + rdfs:label "is required by" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_second_cousin_of @@ -1905,8 +2254,8 @@ mro:is_second_cousin_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:has_familial_relationship_to ; owl:inverseOf mro:is_second_cousin_of ; rdf:type owl:SymmetricProperty ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is second cousin of"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is second cousin of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_sibling_of @@ -1914,26 +2263,27 @@ mro:is_sibling_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:has_familial_relationship_to ; owl:inverseOf mro:is_sibling_of ; rdf:type owl:SymmetricProperty ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is sibling of"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is sibling of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_sister_in_law_of mro:is_sister_in_law_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_in_law_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is sister-in-law of"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is sister-in-law of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_sister_of mro:is_sister_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_sibling_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is sister of"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is sister of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_site_of mro:is_site_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf mro:BFO_0000067 ; owl:inverseOf mro:occurs_at ; rdfs:domain [ rdf:type owl:Class ; owl:unionOf ( obo:BFO_0000006 @@ -1941,23 +2291,23 @@ mro:is_site_of rdf:type owl:ObjectProperty ; ) ] ; rdfs:range obo:BFO_0000015 ; - cco:definition "A relation between some Spatial Region and some Processual Entity which holds whenever the Processual Entity occurs at that Spatial Region"^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is site of"^^xsd:string . + cco:definition "A relation between some Spatial Region and some Processual Entity which holds whenever the Processual Entity occurs at that Spatial Region" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is site of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_son_in_law_of mro:is_son_in_law_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_in_law_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is son in-law of"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is son in-law of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_son_of mro:is_son_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_child_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is son of"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is son of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_spouse_of @@ -1965,8 +2315,8 @@ mro:is_spouse_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:has_familial_relationship_to ; owl:inverseOf mro:is_spouse_of ; rdf:type owl:SymmetricProperty ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is spouse of"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is spouse of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_starting_instant_of @@ -1974,16 +2324,16 @@ mro:is_starting_instant_of rdf:type owl:ObjectProperty , owl:InverseFunctionalProperty ; rdfs:domain obo:BFO_0000148 ; rdfs:range obo:BFO_0000038 ; - cco:definition "For Temporal Instant t1 and Temporal Interval t2, t1 is starting instant of t2 if and only if no Temporal Instant t3 that is part of t2 is before t1."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is starting instant of"^^xsd:string . + cco:definition "For Temporal Instant t1 and Temporal Interval t2, t1 is starting instant of t2 if and only if no Temporal Instant t3 that is part of t2 is before t1." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is starting instant of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_step_brother_of mro:is_step_brother_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_step_sibling_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is step-brother of"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is step-brother of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_step_sibling_of @@ -1991,23 +2341,23 @@ mro:is_step_sibling_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:has_familial_relationship_to ; owl:inverseOf mro:is_step_sibling_of ; rdf:type owl:SymmetricProperty ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is step-sibling of"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is step-sibling of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_step_sister_of mro:is_step_sister_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_step_sibling_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is step-sister of"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is step-sister of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_subject_of mro:is_subject_of rdf:type owl:ObjectProperty ; rdfs:range cco:InformationContentEntity ; - cco:definition "The inverse of is about, which relates an Entity to some Information Content Entity."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is subject of"^^xsd:string . + cco:definition "The inverse of is about, which relates an Entity to some Information Content Entity." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is subject of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_subordinate_role_to @@ -2015,7 +2365,7 @@ mro:is_subordinate_role_to rdf:type owl:ObjectProperty ; rdfs:domain obo:BFO_0000023 ; rdfs:range obo:BFO_0000023 ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; - rdfs:label "is subordinate role to"^^xsd:string . + rdfs:label "is subordinate role to" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_subsidiary_of @@ -2023,19 +2373,19 @@ mro:is_subsidiary_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_affiliated_with ; rdfs:domain cco:Organization ; rdfs:range cco:Organization ; - cco:definition "An Organization o2 is_subsidiary_of Organization o1 iff o1 controls o2 by having the capacity to determine the outcome of decisions about o2's financial and operating policies. "^^xsd:string ; - cco:definition_source "http://www.austlii.edu.au/legis/cth/consol_act/ca2001172/s50aa.html)"^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is subsidiary of"^^xsd:string . + cco:definition "An Organization o2 is_subsidiary_of Organization o1 iff o1 controls o2 by having the capacity to determine the outcome of decisions about o2's financial and operating policies. " ; + cco:definition_source "http://www.austlii.edu.au/legis/cth/consol_act/ca2001172/s50aa.html)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is subsidiary of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_successor_of mro:is_successor_of rdf:type owl:ObjectProperty ; rdfs:domain obo:BFO_0000004 ; rdfs:range obo:BFO_0000004 ; - cco: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. "^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is successor of"^^xsd:string . + cco: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. " ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is successor of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_supervised_by @@ -2044,10 +2394,10 @@ mro:is_supervised_by rdf:type owl:ObjectProperty ; owl:inverseOf mro:supervises ; rdfs:domain cco:Person ; rdfs:range cco:Person ; - cco:definition "A person p1 is supervised by a person p2 by virtue of p1 being directed, managed, or overseen by p2."^^xsd:string ; - cco:definition_source "http://en.wiktionary.org/wiki/supervise)"^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is supervised by"^^xsd:string . + cco:definition "A person p1 is supervised by a person p2 by virtue of p1 being directed, managed, or overseen by p2." ; + cco:definition_source "http://en.wiktionary.org/wiki/supervise)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is supervised by" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_temporal_region_of @@ -2055,9 +2405,9 @@ mro:is_temporal_region_of rdf:type owl:ObjectProperty ; owl:inverseOf mro:occurs_on ; rdfs:domain obo:BFO_0000008 ; rdfs:range obo:BFO_0000015 ; - cco:definition "Inverse of occurs on."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is temporal region of"^^xsd:string . + cco:definition "Inverse of occurs on." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is temporal region of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_third_cousin_of @@ -2065,29 +2415,29 @@ mro:is_third_cousin_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:has_familial_relationship_to ; owl:inverseOf mro:is_third_cousin_of ; rdf:type owl:SymmetricProperty ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is third cousin of"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is third cousin of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_uncle_of mro:is_uncle_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:has_familial_relationship_to ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is uncle of"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is uncle of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_used_by mro:is_used_by rdf:type owl:ObjectProperty ; owl:inverseOf mro:uses ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is used by"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is used by" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_wife_of mro:is_wife_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_spouse_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "is wife of"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "is wife of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/language_used_in @@ -2096,95 +2446,61 @@ mro:language_used_in rdf:type owl:ObjectProperty ; owl:inverseOf mro:uses_language ; rdfs:domain cco:Language ; rdfs:range cco:InformationBearingEntity ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - cco:elucidation "A Language L is used in an Information Bearing Entity iff the literal value of that Information Bearing Entity is a string that is encoded according to the syntax of L."^^xsd:string ; - rdfs:label "language used in"^^xsd:string . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/located_in -mro:located_in rdf:type owl:ObjectProperty ; - owl:inverseOf mro:location_of ; - rdf:type owl:TransitiveProperty ; - rdfs:comment "C located_in C' if and only if: given any c that instantiates C at a time t, there is some c' such that: c' instantiates C' at time t and c *located_in* c'. (Here *located_in* is the instance-level location relation.)"@en , - "Location as a relation between instances: The primitive instance-level relation c located_in r at t reflects the fact that each continuant is at any given time associated with exactly one spatial region, namely its exact location. Following we can use this relation to define a further instance-level location relation - not between a continuant and the region which it exactly occupies, but rather between one continuant and another. c is located in c1, in this sense, whenever the spatial region occupied by c is part_of the spatial region occupied by c1. Note that this relation comprehends both the relation of exact location between one continuant and another which obtains when r and r1 are identical (for example, when a portion of fluid exactly fills a cavity), as well as those sorts of inexact location relations which obtain, for example, between brain and head or between ovum and uterus"^^xsd:string ; - rdfs:label "located_in"@en . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/location_of -mro:location_of rdf:type owl:ObjectProperty , - owl:TransitiveProperty ; - rdfs:label "location_of"@en . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/member_of -mro:member_of rdf:type owl:ObjectProperty ; - cco:definition "An entity E1 is member_of some aggregate A1 iff E1 is of type T, A1 is a collection of individuals of type T, and E1 is one of the individuals in that collection."^^xsd:string ; - cco:definition_source "http://purl.obolibrary.org/obo/RO_0002351"^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "member of"^^xsd:string . + cco:elucidation "A Language L is used in an Information Bearing Entity iff the literal value of that Information Bearing Entity is a string that is encoded according to the syntax of L." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "language used in" . -### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/nontangential_proper_part_of -mro:nontangential_proper_part_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf mro:spatial_proper_part_of ; - rdf:type owl:TransitiveProperty ; - rdfs:domain obo:BFO_0000141 ; - rdfs:range obo:BFO_0000141 ; - cco:definition "An immaterial entity im1 is a nontangential proper part of some immaterial entity im2 iff im1 is a spatial proper part of im2 and there does not exist an immaterial entity im such that im externally connects with im1 and im externally connects with im2."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "nontangential proper part of"^^xsd:string . +### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/nontangential_part_of +mro:nontangential_part_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf mro:spatial_part_of ; + rdf:type owl:TransitiveProperty ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + cco:definition "An immaterial entity im1 is a nontangential part of some immaterial entity im2 iff im1 is a spatial part of im2 and there does not exist an immaterial entity im3 such that im3 externally connects with im1 and im3 externally connects with im2." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "nontangential part of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/occurs_at mro:occurs_at rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf mro:BFO_0000066 ; rdfs:domain obo:BFO_0000015 ; rdfs:range [ rdf:type owl:Class ; owl:unionOf ( obo:BFO_0000006 obo:BFO_0000029 ) ] ; - cco:definition "An instance level relation that holds between instances of Processual Entities and Spatial Regions whevever some spatial region is the site of some processual entity."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "occurs at"^^xsd:string . + cco:definition "An instance level relation that holds between instances of Processual Entities and Spatial Regions whevever some spatial region is the site of some processual entity." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "occurs at" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/occurs_on mro:occurs_on rdf:type owl:ObjectProperty ; rdfs:domain obo:BFO_0000015 ; rdfs:range obo:BFO_0000008 ; - cco:definition "An instance level relation which holds between some Processual Entity and some Temporal Region whenever the duration of the Processual Entity is contained by the Temporal Region"^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "occurs on"^^xsd:string . + cco:definition "An instance level relation which holds between some Processual Entity and some Temporal Region whenever the duration of the Processual Entity is contained by the Temporal Region" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "occurs on" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/overlaps_with mro:overlaps_with rdf:type owl:ObjectProperty ; rdfs:domain obo:BFO_0000141 ; rdfs:range obo:BFO_0000141 ; - cco:definition "An immaterial entity im1 overlaps with some immaterial entity im2 iff there exists some immaterial entity im such that im is a spatial part of im1 and im is a spatial part of im2."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "overlaps with"^^xsd:string . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/part_of -mro:part_of rdf:type owl:ObjectProperty ; - rdfs:comment "For continuants: C part_of C' if and only if: given any c that instantiates C at a time t, there is some c' such that c' instantiates C' at time t, and c *part_of* c' at t. For processes: P part_of P' if and only if: given any p that instantiates P at a time t, there is some p' such that p' instantiates P' at time t, and p *part_of* p' at t. (Here *part_of* is the instance-level part-relation.)"@en , - "Parthood as a relation between instances: The primitive instance-level relation p part_of p1 is illustrated in assertions such as: this instance of rhodopsin mediated phototransduction part_of this instance of visual perception. This relation satisfies at least the following standard axioms of mereology: reflexivity (for all p, p part_of p); anti-symmetry (for all p, p1, if p part_of p1 and p1 part_of p then p and p1 are identical); and transitivity (for all p, p1, p2, if p part_of p1 and p1 part_of p2, then p part_of p2). Analogous axioms hold also for parthood as a relation between spatial regions. For parthood as a relation between continuants, these axioms need to be modified to take account of the incorporation of a temporal argument. Thus for example the axiom of transitivity for continuants will assert that if c part_of c1 at t and c1 part_of c2 at t, then also c part_of c2 at t. Parthood as a relation between classes: To define part_of as a relation between classes we again need to distinguish the two cases of continuants and processes, even though the explicit reference to instants of time now falls away. For continuants, we have C part_of C1 if and only if any instance of C at any time is an instance-level part of some instance of C1 at that time, as for example in: cell nucleus part_ of cell."^^xsd:string ; - rdfs:label "part_of"@en . + cco:definition "An immaterial entity im1 overlaps with some immaterial entity im2 iff there exists some immaterial entity im such that im is a spatial part of im1 and im is a spatial part of im2." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "overlaps with" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/partially_overlaps_with mro:partially_overlaps_with rdf:type owl:ObjectProperty ; rdfs:domain obo:BFO_0000141 ; rdfs:range obo:BFO_0000141 ; - cco:definition "An immaterial entity im1 partially overlaps with some immaterial entity im2 iff im1 overlaps with im2 and im1 is not a spatial part of im2 and im2 is not a spatial part of im1."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "partially overlaps with"^^xsd:string . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/participates_in -mro:participates_in rdf:type owl:ObjectProperty ; - rdfs:label "participates_in"@en . + cco:definition "An immaterial entity im1 partially overlaps with some immaterial entity im2 iff im1 overlaps with im2 and im1 is not a spatial part of im2 and im2 is not a spatial part of im1." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "partially overlaps with" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/permits @@ -2194,22 +2510,9 @@ mro:permits rdf:type owl:ObjectProperty ; owl:IrreflexiveProperty ; rdfs:domain cco:ActionRegulation ; rdfs:range obo:BFO_0000015 ; - cco:definition "For all x,y,t: x permits y at t iff: x is an instance of Action Regulation at time t, and y is an instance of Act at time t, and x prescribes that some agent may be agent in y."^^xsd:string ; + cco:definition "For all x,y,t: x permits y at t iff: x is an instance of Action Regulation at time t, and y is an instance of Act at time t, and x prescribes that some agent may be agent in y." ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; - rdfs:label "permits"^^xsd:string . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/preceded_by -mro:preceded_by rdf:type owl:ObjectProperty ; - owl:inverseOf mro:precedes ; - rdfs:comment "An example is: translation preceded_by transcription; aging preceded_by development (not however death preceded_by aging). Where derives_from links classes of continuants, preceded_by links classes of processes. Clearly, however, these two relations are not independent of each other. Thus if cells of type C1 derive_from cells of type C, then any cell division involving an instance of C1 in a given lineage is preceded_by cellular processes involving an instance of C. The assertion P preceded_by P1 tells us something about Ps in general: that is, it tells us something about what happened earlier, given what we know about what happened later. Thus it does not provide information pointing in the opposite direction, concerning instances of P1 in general; that is, that each is such as to be succeeded by some instance of P. Note that an assertion to the effect that P preceded_by P1 is rather weak; it tells us little about the relations between the underlying instances in virtue of which the preceded_by relation obtains. Typically we will be interested in stronger relations, for example in the relation immediately_preceded_by, or in relations which combine preceded_by with a condition to the effect that the corresponding instances of P and P1 share participants, or that their participants are connected by relations of derivation, or (as a first step along the road to a treatment of causality) that the one process in some way affects (for example, initiates or regulates) the other."^^xsd:string , - "P preceded_by P' if and only if: given any process p that instantiates P at a time t, there is some process p' such that p' instantiates P' at time t', and t' is earlier than t. "@en ; - rdfs:label "preceded_by"@en . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/precedes -mro:precedes rdf:type owl:ObjectProperty ; - rdfs:label "precedes"@en . + rdfs:label "permits" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/prescribed_by @@ -2217,21 +2520,40 @@ mro:prescribed_by rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_subject_of ; owl:inverseOf mro:prescribes ; rdfs:range cco:DirectiveInformationContentEntity ; - cco:definition "The inverse of prescribes, which relates an Entity to some Directive Information Content Entity."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "prescribed by"^^xsd:string . + cco:definition "The inverse of prescribes, which relates an Entity to some Directive Information Content Entity." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "prescribed by" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/prescribes mro:prescribes rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_about ; rdfs:domain cco:DirectiveInformationContentEntity ; - cco:definition "For all types T1 and T2, if T1 prescribes T2, then there is some instance of T1, t1, that serves as a rule or guide to some instance of T2, t2 (if T2 is a type of bfo:Occurrent) or that serves as a model for some instance of T2, t2 (if T2 is a type of bfo:Continuant)."^^xsd:string ; - cco:example_of_usage "a blueprint serves as a model of some Artifact or Facility"^^xsd:string , - "a professional code of conduct serves as a set of rules to be followed while acting in a role within that profession"^^xsd:string , - "an Operations Plan serves as a guide for the tasks that need to be performed to achieve the Objectives of the Operation"^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "prescribes"^^xsd:string . + cco:definition "For all types T1 and T2, if T1 prescribes T2, then there is some instance of T1, t1, that serves as a rule or guide to some instance of T2, t2 (if T2 is a type of bfo:Occurrent) or that serves as a model for some instance of T2, t2 (if T2 is a type of bfo:Continuant)." ; + cco:example_of_usage "a blueprint serves as a model of some Artifact or Facility" , + "a professional code of conduct serves as a set of rules to be followed while acting in a role within that profession" , + "an Operations Plan serves as a guide for the tasks that need to be performed to achieve the Objectives of the Operation" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "prescribes" . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/process_preceded_by +mro:process_preceded_by rdf:type owl:ObjectProperty ; + owl:inverseOf mro:process_precedes ; + cco:definition "P preceded_by P' if and only if: given any process p that instantiates P at a time t, there is some process p' such that p' instantiates P' at time t', and t' is earlier than t." ; + cco:definition_source "Derived from the deprecated http://www.obofoundry.org/ro/ro.owl#preceded_by" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "process preceded by" ; + rdfs:seeAlso "http://purl.obolibrary.org/obo/BFO_0000062" . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/process_precedes +mro:process_precedes rdf:type owl:ObjectProperty ; + cco:definition "Inverse of process preceded by." ; + cco:definition_source "Derived from the deprecated http://www.obofoundry.org/ro/ro.owl#precedes" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "process precedes" ; + rdfs:seeAlso "http://purl.obolibrary.org/obo/BFO_0000063" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/prohibits @@ -2241,27 +2563,9 @@ mro:prohibits rdf:type owl:ObjectProperty ; owl:IrreflexiveProperty ; rdfs:domain cco:ActionRegulation ; rdfs:range obo:BFO_0000015 ; - cco:definition "For all x,y,t: x prohibits y at t iff: x is an instance of Action Regulation at time t, and y is an instance of Act at time t, and x prescribes that some agent must not be agent in y."^^xsd:string ; + cco:definition "For all x,y,t: x prohibits y at t iff: x is an instance of Action Regulation at time t, and y is an instance of Act at time t, and x prescribes that some agent must not be agent in y." ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; - rdfs:label "prohibits"^^xsd:string . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/proper_part_of -mro:proper_part_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf mro:part_of ; - rdfs:comment "As for part_of, with the additional constraint that subject and object are distinct"@en ; - rdfs:label "proper_part_of"@en . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/quality_of -mro:quality_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf mro:inheres_in ; - rdfs:domain obo:BFO_0000019 ; - rdfs:range obo:BFO_0000004 ; - cco:definition "For types Q and E where Q is a type of Quality and E is a type of Entity, if Q is a quality of E, then for all instances q of Q there is some instance e of E such that q \"quality of\" e. Here, \"quality of\" denotes the primitive instance level relation."^^xsd:string ; - cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro_proposed/ro_proposed.owl)"^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "quality of"^^xsd:string . + rdfs:label "prohibits" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/quality_of_aggregate @@ -2269,48 +2573,18 @@ mro:quality_of_aggregate rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:inheres_in_aggregate ; rdfs:domain obo:BFO_0000019 ; rdfs:range obo:BFO_0000027 ; - cco:definition "An instance of a Quality is quality_of_aggregate some instance of a Object Aggregate if and only if there are distinct instances of the Quality that is quality_of each and every member of the Object Aggregate instance."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "quality of aggregate"^^xsd:string . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/realizable_entity_of -mro:realizable_entity_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf mro:inheres_in ; - rdfs:domain obo:BFO_0000017 ; - rdfs:range obo:BFO_0000004 ; - cco:definition "For types R and E where R is a type of Realizable Entity and E is a type of Entity, R realizable entity of E if and only if for every instance r of R, there is some instance e of E such that r \"realizable entity of\" e. Here \"realizable entity of\" denotes the primitive instance level relation."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "realizable entity of"^^xsd:string . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/realized_by -mro:realized_by rdf:type owl:ObjectProperty ; - owl:inverseOf mro:realizes ; - rdfs:domain obo:BFO_0000017 ; - rdfs:range obo:BFO_0000015 ; - cco:definition "A relation between a Realizable Entity and a Processual Entity, inverse of realizes."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "realized by"^^xsd:string . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/realizes -mro:realizes rdf:type owl:ObjectProperty ; - rdfs:domain obo:BFO_0000015 ; - rdfs:range obo:BFO_0000017 ; - cco:definition "A Relation between a Process and a Function, where the unfolding of the process requires the execution of the function. Class level: P realizes F iff: given any p that instantiates P, there exists some f, t such that f instantiates F at t and p *realizes* f. Here, *realizes* is the primitive instance level relation"^^xsd:string ; - cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro_proposed/ro_proposed.owl"^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "realizes"^^xsd:string . + cco:definition "An instance of a Quality is quality_of_aggregate some instance of a Object Aggregate if and only if there are distinct instances of the Quality that is quality_of each and every member of the Object Aggregate instance." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "quality of aggregate" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/receives mro:receives rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf mro:participates_in ; + rdfs:subPropertyOf mro:RO_0000056 ; rdfs:domain cco:Agent ; - cco:definition "receives is a relationship between an Agent a1 and an Act Of Communication c1 such that a1 receives c1 iff a1 is the recipient and decoder of the InformationContentEntity participating in c1."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "receives"^^xsd:string . + cco:definition "receives is a relationship between an Agent a1 and an Act Of Communication c1 such that a1 receives c1 iff a1 is the recipient and decoder of the InformationContentEntity participating in c1." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "receives" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/represented_by @@ -2319,9 +2593,9 @@ mro:represented_by rdf:type owl:ObjectProperty ; owl:inverseOf mro:represents ; rdf:type owl:InverseFunctionalProperty ; rdfs:range cco:RepresentationalInformationContentEntity ; - cco:definition "The inverse of designates, which relates an Entity to some Representational Information Content Entity."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "represented by"^^xsd:string . + cco:definition "The inverse of designates, which relates an Entity to some Representational Information Content Entity." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "represented by" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/represents @@ -2329,13 +2603,13 @@ mro:represents rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:describes ; rdf:type owl:FunctionalProperty ; rdfs:domain cco:RepresentationalInformationContentEntity ; - cco:definition "For all Types T1 and T2, if T1 represents T2 then there is some instance of T1, t1, that presents the characteristics by which some instance of T2, t2, can be recognized or visualized and moreover, there is a one-to-one correspondence between the components of t1 and t2."^^xsd:string ; - cco:elucidation "The relationship that is being defined here is that between a photographic image and its object, or between a written transcript and the verbal event that it transcribes."^^xsd:string ; - cco:example_of_usage "a court transcript represents a courtroom proceeding"^^xsd:string , - "a photograph of the Statue of Liberty represents the Statue of Liberty"^^xsd:string , - "a video of a sporting event represents that sporting event"^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "represents"^^xsd:string . + cco:definition "For all Types T1 and T2, if T1 represents T2 then there is some instance of T1, t1, that presents the characteristics by which some instance of T2, t2, can be recognized or visualized and moreover, there is a one-to-one correspondence between the components of t1 and t2." ; + cco:elucidation "The relationship that is being defined here is that between a photographic image and its object, or between a written transcript and the verbal event that it transcribes." ; + cco:example_of_usage "a court transcript represents a courtroom proceeding" , + "a photograph of the Statue of Liberty represents the Statue of Liberty" , + "a video of a sporting event represents that sporting event" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "represents" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/requires @@ -2345,39 +2619,28 @@ mro:requires rdf:type owl:ObjectProperty ; owl:IrreflexiveProperty ; rdfs:domain cco:ActionRegulation ; rdfs:range obo:BFO_0000015 ; - cco:definition "For all x,y,t: x requires y at t iff: x is an instance of Action Regulation at time t, and y is an instance of Act at time t, and x prescribes that some agent must be agent in y."^^xsd:string ; + cco:definition "For all x,y,t: x requires y at t iff: x is an instance of Action Regulation at time t, and y is an instance of Act at time t, and x prescribes that some agent must be agent in y." ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; rdfs:label "requires" . -### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/role_of -mro:role_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf mro:realizable_entity_of ; - rdfs:domain obo:BFO_0000023 ; - rdfs:range obo:BFO_0000004 ; - cco:definition "For types R and E where R is a type of Role and E is a type of Entity, if R role of E, then for all instances r of R there is some instance e of E such that r \"role of\" e. Here, \"role of\" denotes the primitive instance level relation."^^xsd:string ; - cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro_proposed/ro_proposed.owl"^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "role of"^^xsd:string . - - ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/role_of_aggregate mro:role_of_aggregate rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:inheres_in_aggregate ; rdfs:domain obo:BFO_0000023 ; rdfs:range obo:BFO_0000027 ; - cco:definition "An instance of a Role is role_of_aggregate some instance of a Object Aggregate if and only if there are distinct instances of the Role that is role_of each and every member of the Object Aggregate instance."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "role of aggregate"^^xsd:string . + cco:definition "An instance of a Role is role_of_aggregate some instance of a Object Aggregate if and only if there are distinct instances of the Role that is role_of each and every member of the Object Aggregate instance." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "role of aggregate" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/sends mro:sends rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf mro:participates_in ; + rdfs:subPropertyOf mro:RO_0000056 ; rdfs:domain cco:Agent ; - cco:definition "sends is a relationship between an Agent a1 and an Act Of Communication c1 and such that a1 sends c1 iff a1 is the initiator and encoder of the InformationContentEntity participating in c1."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "sends"^^xsd:string . + cco:definition "sends is a relationship between an Agent a1 and an Act Of Communication c1 and such that a1 sends c1 iff a1 is the initiator and encoder of the InformationContentEntity participating in c1." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "sends" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/set_described_by @@ -2385,16 +2648,16 @@ mro:set_described_by rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:described_by ; rdfs:domain cco:MeasurementInformationContentEntity ; rdfs:range cco:NominalMeasurementInformationContentEntity ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "set described by"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "set described by" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/set_described_by_expected_element mro:set_described_by_expected_element rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:set_described_by ; rdfs:range cco:NominalMeasurementInformationContentEntity ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "set described by expected element"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "set described by expected element" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/set_described_by_ordinality @@ -2402,8 +2665,8 @@ mro:set_described_by_ordinality rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:set_described_by ; rdfs:domain cco:OrdinalMeasurementInformationContentEntity ; rdfs:range cco:NominalMeasurementInformationContentEntity ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "set described by ordinality"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "set described by ordinality" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/set_described_by_proportion @@ -2411,30 +2674,19 @@ mro:set_described_by_proportion rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:set_described_by ; rdfs:domain cco:ProportionalRatioMeasurementInformationContentEntity ; rdfs:range cco:NominalMeasurementInformationContentEntity ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "set described by proportion"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "set described by proportion" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/spatial_part_of mro:spatial_part_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf mro:part_of ; + rdfs:subPropertyOf mro:BFO_0000050 ; rdf:type owl:TransitiveProperty ; rdfs:domain obo:BFO_0000141 ; rdfs:range obo:BFO_0000141 ; - cco:definition "An immaterial entity im1 is a spatial part of some immaterial entity im2 iff for every immaterial entity im if im is connected with im1, then im is connected with im2."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "spatial part of"^^xsd:string . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/spatial_proper_part_of -mro:spatial_proper_part_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf mro:proper_part_of ; - rdf:type owl:TransitiveProperty ; - rdfs:domain obo:BFO_0000141 ; - rdfs:range obo:BFO_0000141 ; - cco:definition "An immaterial entity im1 is a spatial proper part of some immaterial entity im2 iff im1 is a spatial part of im2 and im2 is not a spatial part of im1."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "spatial proper part of"^^xsd:string . + cco:definition "An immaterial entity im1 is a spatial part of some immaterial entity im2 iff for every immaterial entity im3 if im3 is connected with im1, then im3 is connected with im2." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "spatial part of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/supervises @@ -2442,44 +2694,37 @@ mro:supervises rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:has_affiliate ; rdfs:domain cco:Person ; rdfs:range cco:Person ; - cco:definition "A person p1 supervises a person p2 by virtue of p1 directing, managing, or overseeing p2."^^xsd:string ; - cco:definition_source "http://en.wiktionary.org/wiki/supervise"^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "supervises"^^xsd:string . + cco:definition "A person p1 supervises a person p2 by virtue of p1 directing, managing, or overseeing p2." ; + cco:definition_source "http://en.wiktionary.org/wiki/supervise" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "supervises" . -### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/tangential_proper_part_of -mro:tangential_proper_part_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf mro:spatial_proper_part_of ; - rdf:type owl:TransitiveProperty ; - rdfs:domain obo:BFO_0000141 ; - rdfs:range obo:BFO_0000141 ; - cco:definition "An immaterial entity im1 is a tangential proper part of some immaterial entity im2 iff im1 is a proper part of im2 and there exists some immaterial entity im such that im externally connects with im1 and im externally connects with im2."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "tangential proper part of"^^xsd:string . +### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/tangential_part_of +mro:tangential_part_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf mro:spatial_part_of ; + rdf:type owl:TransitiveProperty ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + cco:definition "An immaterial entity im1 is a tangential part of some immaterial entity im2 iff im1 is a spatial part of im2 and there exists some immaterial entity im3 such that im3 externally connects with im1 and im3 externally connects with im2." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "tangential part of" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/time_zone_identifier_used_by mro:time_zone_identifier_used_by rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf mro:RO_0010001 ; owl:inverseOf mro:uses_time_zone_identifier ; rdfs:domain cco:TimeZoneIdentifier ; rdfs:range cco:InformationBearingEntity ; - rdfs:label "time zone identifier used by"^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/transformation_of -mro:transformation_of rdf:type owl:ObjectProperty , - owl:TransitiveProperty ; - rdfs:comment "Relation between two classes, in which instances retain their identity yet change their classification by virtue of some kind of transformation. Formally: C transformation_of C' if and only if given any c and any t, if c instantiates C at time t, then for some t', c instantiates C' at t' and t' earlier t, and there is no t2 such that c instantiates C at t2 and c instantiates C' at t2."@en , - "When an embryonic oenocyte (a type of insect cell) is transformed into a larval oenocyte, one and the same continuant entity preserves its identity while instantiating distinct classes at distinct times. The class-level relation transformation_of obtains between continuant classes C and C1 wherever each instance of the class C is such as to have existed at some earlier time as an instance of the distinct class C1 (see Figure 2 in paper). This relation is illustrated first of all at the molecular level of granularity by the relation between mature RNA and the pre-RNA from which it is processed, or between (UV-induced) thymine-dimer and thymine dinucleotide. At coarser levels of granularity it is illustrated by the transformations involved in the creation of red blood cells, for example, from reticulocyte to erythrocyte, and by processes of development, for example, from larva to pupa, or from (post-gastrular) embryo to fetus or from child to adult. It is also manifest in pathological transformations, for example, of normal colon into carcinomatous colon. In each such case, one and the same continuant entity instantiates distinct classes at different times in virtue of phenotypic changes."^^xsd:string ; - rdfs:label "transformation_of"@en . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "time zone identifier used by" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/uses mro:uses rdf:type owl:ObjectProperty ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "uses"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "uses" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/uses_geospatial_coordinate_reference_system @@ -2487,8 +2732,8 @@ mro:uses_geospatial_coordinate_reference_system rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:uses_reference_system ; rdfs:domain cco:InformationBearingEntity ; rdfs:range cco:GeospatialCoordinateReferenceSystem ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "uses geospatial coordinate reference system"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "uses geospatial coordinate reference system" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/uses_language @@ -2496,158 +2741,323 @@ mro:uses_language rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:prescribed_by ; rdfs:domain cco:InformationBearingEntity ; rdfs:range cco:Language ; - cco:elucidation "An Information Bearing Entity uses language L iff the literal value of that Information Bearing Entity is a string that is encoded according to the syntax of L."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "uses language"^^xsd:string . + cco:elucidation "An Information Bearing Entity uses language L iff the literal value of that Information Bearing Entity is a string that is encoded according to the syntax of L." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "uses language" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/uses_measurement_unit mro:uses_measurement_unit rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf mro:bearer_of ; + rdfs:subPropertyOf mro:RO_0010002 ; rdfs:domain cco:InformationBearingEntity ; rdfs:range cco:MeasurementUnit ; - cco:elucidation "An Information Bearing Entity carries the content of some corresponding Information Content Entity. In some cases of measurements, this content is composed of both some amount and the scale according to which the measurement was made."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "uses measurement unit"^^xsd:string . + cco:elucidation "An Information Bearing Entity carries the content of some corresponding Information Content Entity. In some cases of measurements, this content is composed of both some amount and the scale according to which the measurement was made." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "uses measurement unit" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/uses_reference_system mro:uses_reference_system rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf mro:bearer_of ; + rdfs:subPropertyOf mro:RO_0010002 ; rdfs:domain cco:InformationBearingEntity ; rdfs:range cco:ReferenceSystem ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "uses reference system"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "uses reference system" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/uses_time_zone_identifier mro:uses_time_zone_identifier rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf mro:RO_0010002 ; rdfs:domain cco:InformationBearingEntity ; rdfs:range cco:TimeZoneIdentifier ; - cco:definition "An object property holding between an Information Bearing Entity and a Time Zone Identifier which designates which time zone is being referred to in the date time string attached to the Information Bearing Entity."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "uses time zone identifier"^^xsd:string . + cco:definition "An object property holding between an Information Bearing Entity and a Time Zone Identifier which designates which time zone is being referred to in the date time string attached to the Information Bearing Entity." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "uses time zone identifier" . ################################################################# -# Data properties +# Data properties ################################################################# - + ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/asWKT mro:asWKT rdf:type owl:DatatypeProperty ; - cco:definition "A Data Property that has as its range a string formated according to the Well-known text standardization for geometric objects."^^xsd:string ; - cco:example_of_usage "Polygon ((10 10, 10 20, 20 20, 20 15, 10 10)) , Point ZM (1 2 5 40)"^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:comment "ISO 19162:2015"^^xsd:string ; - rdfs:label "as WKT"^^xsd:string . + cco:definition "A Data Property that has as its range a string formated according to the Well-known text standardization for geometric objects." ; + cco:example_of_usage "Polygon ((10 10, 10 20, 20 20, 20 15, 10 10))" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:comment "ISO 19162:2015" ; + rdfs:label "as WKT" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_URI_value mro:has_URI_value rdf:type owl:DatatypeProperty ; rdfs:domain cco:InformationBearingEntity ; rdfs:range xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has URI value"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has URI value" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_altitude_value mro:has_altitude_value rdf:type owl:DatatypeProperty ; - cco:elucidation "This data property can be used along with has_latitude_value and has_longitude_value to connect three-dimensional spatial data to a single Information Bearing Entity to specify the location of an entity in a Geospatial Region."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:comment "Altitude values typically use kilometers as the Unit of Measurement."^^xsd:string ; - rdfs:label "has altitude value"^^xsd:string . + cco:elucidation "This data property can be used along with has_latitude_value and has_longitude_value to connect three-dimensional spatial data to a single Information Bearing Entity to specify the location of an entity in a Geospatial Region." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:comment "Altitude values typically use kilometers as the Unit of Measurement." ; + rdfs:label "has altitude value" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_boolean_value mro:has_boolean_value rdf:type owl:DatatypeProperty ; rdfs:domain cco:InformationBearingEntity ; rdfs:range xsd:boolean ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has boolean value"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has boolean value" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_date_value mro:has_date_value rdf:type owl:DatatypeProperty ; rdfs:domain cco:InformationBearingEntity ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has date value"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has date value" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_datetime_value mro:has_datetime_value rdf:type owl:DatatypeProperty ; rdfs:domain cco:InformationBearingEntity ; rdfs:range xsd:dateTime ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has datetime value"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has datetime value" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_decimal_value mro:has_decimal_value rdf:type owl:DatatypeProperty ; rdfs:domain cco:InformationBearingEntity ; rdfs:range xsd:decimal ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has decimal value"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has decimal value" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_double_value mro:has_double_value rdf:type owl:DatatypeProperty ; rdfs:domain cco:InformationBearingEntity ; rdfs:range xsd:double ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has double value"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has double value" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_integer_value mro:has_integer_value rdf:type owl:DatatypeProperty ; rdfs:domain cco:InformationBearingEntity ; rdfs:range xsd:integer ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has integer value"^^xsd:string . + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has integer value" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_latitude_value mro:has_latitude_value rdf:type owl:DatatypeProperty ; rdfs:range xsd:decimal ; - cco:definition "A Data Property that has as its range the latitude value from some Geospatial Location coordinates set expressed in decimal degrees."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has latitude value"^^xsd:string . + cco:definition "A Data Property that has as its range the latitude value from some Geospatial Location coordinates set expressed in decimal degrees." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has latitude value" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_longitude_value mro:has_longitude_value rdf:type owl:DatatypeProperty ; rdfs:range xsd:decimal ; - cco:definition "A Data Property that has as its range the longitude value from some Geospatial Location coordinates set expressed in decimal degrees."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has longitude value"^^xsd:string . + cco:definition "A Data Property that has as its range the longitude value from some Geospatial Location coordinates set expressed in decimal degrees." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has longitude value" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_text_value mro:has_text_value rdf:type owl:DatatypeProperty ; rdfs:domain cco:InformationBearingEntity ; rdfs:range xsd:string ; - cco:definition "A relationship between an Information Bearing Entity and a string representation."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ; - rdfs:label "has text value"^^xsd:string . - + cco:definition "A relationship between an Information Bearing Entity and a string representation." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; + rdfs:label "has text value" . + ################################################################# -# Declaration Stub to address Protege quirks +# Classes ################################################################# +### http://purl.obolibrary.org/obo/BFO_0000001 +obo:BFO_0000001 rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000002 +obo:BFO_0000002 rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000003 +obo:BFO_0000003 rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000004 +obo:BFO_0000004 rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000006 +obo:BFO_0000006 rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000008 +obo:BFO_0000008 rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000015 +obo:BFO_0000015 rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000016 +obo:BFO_0000016 rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000017 +obo:BFO_0000017 rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000019 +obo:BFO_0000019 rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000020 +obo:BFO_0000020 rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000023 +obo:BFO_0000023 rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000027 +obo:BFO_0000027 rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000029 +obo:BFO_0000029 rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000030 +obo:BFO_0000030 rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000031 +obo:BFO_0000031 rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000034 +obo:BFO_0000034 rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000038 +obo:BFO_0000038 rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000040 +obo:BFO_0000040 rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000141 +obo:BFO_0000141 rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000148 +obo:BFO_0000148 rdf:type owl:Class . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/ActionRegulation +cco:ActionRegulation rdf:type owl:Class . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/Agent +cco:Agent rdf:type owl:Class . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/AgentCapability +cco:AgentCapability rdf:type owl:Class . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/DescriptiveInformationContentEntity +cco:DescriptiveInformationContentEntity rdf:type owl:Class . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/DesignativeInformationContentEntity +cco:DesignativeInformationContentEntity rdf:type owl:Class . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/DirectiveInformationContentEntity +cco:DirectiveInformationContentEntity rdf:type owl:Class . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/GeopoliticalEntity +cco:GeopoliticalEntity rdf:type owl:Class . + + ### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialCoordinateReferenceSystem cco:GeospatialCoordinateReferenceSystem rdf:type owl:Class . +### http://www.ontologyrepository.com/CommonCoreOntologies/GroupOfAgents +cco:GroupOfAgents rdf:type owl:Class . + + ### http://www.ontologyrepository.com/CommonCoreOntologies/InformationBearingEntity cco:InformationBearingEntity rdf:type owl:Class . +### http://www.ontologyrepository.com/CommonCoreOntologies/InformationContentEntity +cco:InformationContentEntity rdf:type owl:Class . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/IntervalMeasurementInformationContentEntity +cco:IntervalMeasurementInformationContentEntity rdf:type owl:Class . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/Language +cco:Language rdf:type owl:Class . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementInformationContentEntity +cco:MeasurementInformationContentEntity rdf:type owl:Class . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnit +cco:MeasurementUnit rdf:type owl:Class . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/NominalMeasurementInformationContentEntity +cco:NominalMeasurementInformationContentEntity rdf:type owl:Class . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/OrdinalMeasurementInformationContentEntity +cco:OrdinalMeasurementInformationContentEntity rdf:type owl:Class . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/Organization +cco:Organization rdf:type owl:Class . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/Person +cco:Person rdf:type owl:Class . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/ProportionalRatioMeasurementInformationContentEntity +cco:ProportionalRatioMeasurementInformationContentEntity rdf:type owl:Class . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/RatioMeasurementInformationContentEntity +cco:RatioMeasurementInformationContentEntity rdf:type owl:Class . + + ### http://www.ontologyrepository.com/CommonCoreOntologies/ReferenceSystem cco:ReferenceSystem rdf:type owl:Class . +### http://www.ontologyrepository.com/CommonCoreOntologies/RepresentationalInformationContentEntity +cco:RepresentationalInformationContentEntity rdf:type owl:Class . + + ### http://www.ontologyrepository.com/CommonCoreOntologies/TimeZoneIdentifier cco:TimeZoneIdentifier rdf:type owl:Class . -### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi +### Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi diff --git a/ObsoleteTermsOntology.ttl b/ObsoleteTerms.ttl similarity index 66% rename from ObsoleteTermsOntology.ttl rename to ObsoleteTerms.ttl index 54c82fd..ed0824b 100644 --- a/ObsoleteTermsOntology.ttl +++ b/ObsoleteTerms.ttl @@ -1,29 +1,436 @@ -@prefix : . -@prefix dc: . +@prefix : . @prefix ro: . @prefix cco: . -@prefix iao: . @prefix obo: . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . -@prefix foaf: . @prefix rdfs: . -@base . +@base . + + rdf:type owl:Ontology ; + rdfs:comment "This file contains terms that have been deleted from the CCO." ; + rdfs:label "Obsolete Terms" ; + owl:versionInfo "COPYRIGHT © 2015-2019 CUBRC Inc." , + "May 2, 2019" , + "Version 1.1" . + + +################################################################# +# Object Properties +################################################################# + +### http://www.obofoundry.org/ro/ro.owl#adjacent_to +ro:adjacent_to rdf:type owl:ObjectProperty ; + rdfs:comment "C adjacent to C' if and only if: given any instance c that instantiates C at a time t, there is some c' such that: c' instantiates C' at time t and c and c' are in spatial proximity"@en , + "Note that adjacent_to as thus defined is not a symmetric relation, in contrast to its instance-level counterpart. For it can be the case that Cs are in general such as to be adjacent to instances of C1 while no analogous statement holds for C1s in general in relation to instances of C. Examples are: nuclear membrane adjacent_to cytoplasm; seminal vesicle adjacent_to urinary bladder; ovary adjacent_to parietal pelvic peritoneum"^^xsd:string ; + rdfs:label "adjacent_to"@en . + + +### http://www.obofoundry.org/ro/ro.owl#agent_in +ro:agent_in rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ro:participates_in ; + owl:inverseOf ro:has_agent ; + rdfs:label "agent_in"@en . + + +### http://www.obofoundry.org/ro/ro.owl#contained_in +ro:contained_in rdf:type owl:ObjectProperty ; + owl:inverseOf ro:contains ; + rdfs:comment "C contained_in C' if and only if: given any instance c that instantiates C at a time t, there is some c' such that: c' instantiates C' at time t and c located_in c' at t, and it is not the case that c *overlaps* c' at t. (c' is a conduit or cavity.)"@en , + "Containment obtains in each case between material and immaterial continuants, for instance: lung contained_in thoracic cavity; bladder contained_in pelvic cavity. Hence containment is not a transitive relation. If c part_of c1 at t then we have also, by our definition and by the axioms of mereology applied to spatial regions, c located_in c1 at t. Thus, many examples of instance-level location relations for continuants are in fact cases of instance-level parthood. For material continuants location and parthood coincide. Containment is location not involving parthood, and arises only where some immaterial continuant is involved. To understand this relation, we first define overlap for continuants as follows: c1 overlap c2 at t =def for some c, c part_of c1 at t and c part_of c2 at t. The containment relation on the instance level can then be defined (see definition):"^^xsd:string ; + rdfs:label "contained_in"@en . + + +### http://www.obofoundry.org/ro/ro.owl#contains +ro:contains rdf:type owl:ObjectProperty ; + rdfs:label "contains"@en . + + +### http://www.obofoundry.org/ro/ro.owl#derived_into +ro:derived_into rdf:type owl:ObjectProperty ; + owl:inverseOf ro:derives_from ; + rdf:type owl:TransitiveProperty ; + rdfs:label "derived_into"@en . + + +### http://www.obofoundry.org/ro/ro.owl#derives_from +ro:derives_from rdf:type owl:ObjectProperty , + owl:TransitiveProperty ; + rdfs:comment "Derivation as a relation between instances. The temporal relation of derivation is more complex. Transformation, on the instance level, is just the relation of identity: each adult is identical to some child existing at some earlier time. Derivation on the instance-level is a relation holding between non-identicals. More precisely, it holds between distinct material continuants when one succeeds the other across a temporal divide in such a way that at least a biologically significant portion of the matter of the earlier continuant is inherited by the later. Thus we will have axioms to the effect that from c derives_from c1 we can infer that c and c1 are not identical and that there is some instant of time t such that c1 exists only prior to and c only subsequent to t. We will also be able to infer that the spatial region occupied by c as it begins to exist at t overlaps with the spatial region occupied by c1 as it ceases to exist in the same instant."^^xsd:string , + "Derivation on the instance level (*derives_from*) holds between distinct material continuants when one succeeds the other across a temporal divide in such a way that at least a biologically significant portion of the matter of the earlier continuant is inherited by the later. We say that one class C derives_from class C' if instances of C are connected to instances of C' via some chain of instance-level derivation relations. Example: osteocyte derives_from osteoblast. Formally: C derives_immediately_from C' if and only if: given any c and any t, if c instantiates C at time t, then there is some c' and some t', such that c' instantiates C' at t' and t' earlier-than t and c *derives_from* c'. C derives_from C' if and only if: there is an chain of immediate derivation relations connecting C to C'."@en ; + rdfs:label "derives_from"@en . + + +### http://www.obofoundry.org/ro/ro.owl#has_agent +ro:has_agent rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ro:has_participant ; + rdfs:comment "As for has_participant, but with the additional condition that the component instance is causally active in the relevant process"@en ; + rdfs:label "has_agent"@en . + + +### http://www.obofoundry.org/ro/ro.owl#has_integral_part +ro:has_integral_part rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ro:has_part ; + owl:inverseOf ro:integral_part_of ; + rdfs:label "has_integral_part"@en . + + +### http://www.obofoundry.org/ro/ro.owl#has_part +ro:has_part rdf:type owl:ObjectProperty ; + owl:inverseOf ro:part_of ; + rdfs:label "has_part"@en . + + +### http://www.obofoundry.org/ro/ro.owl#has_participant +ro:has_participant rdf:type owl:ObjectProperty ; + owl:inverseOf ro:participates_in ; + rdfs:comment "Has_participant is a primitive instance-level relation between a process, a continuant, and a time at which the continuant participates in some way in the process. The relation obtains, for example, when this particular process of oxygen exchange across this particular alveolar membrane has_participant this particular sample of hemoglobin at this particular time."^^xsd:string , + "P has_participant C if and only if: given any process p that instantiates P there is some continuant c, and some time t, such that: c instantiates C at t and c participates in p at t"@en ; + rdfs:label "has_participant"@en . + + +### http://www.obofoundry.org/ro/ro.owl#has_proper_part +ro:has_proper_part rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ro:has_part ; + owl:inverseOf ro:proper_part_of ; + rdfs:label "has_proper_part"@en . + + +### http://www.obofoundry.org/ro/ro.owl#integral_part_of +ro:integral_part_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ro:part_of ; + rdfs:comment "C integral_part_of C' if and only if: C part_of C' AND C' has_part C"@en ; + rdfs:label "integral_part_of"@en . + + +### http://www.obofoundry.org/ro/ro.owl#located_in +ro:located_in rdf:type owl:ObjectProperty ; + owl:inverseOf ro:location_of ; + rdf:type owl:TransitiveProperty ; + rdfs:comment "C located_in C' if and only if: given any c that instantiates C at a time t, there is some c' such that: c' instantiates C' at time t and c *located_in* c'. (Here *located_in* is the instance-level location relation.)"@en , + "Location as a relation between instances: The primitive instance-level relation c located_in r at t reflects the fact that each continuant is at any given time associated with exactly one spatial region, namely its exact location. Following we can use this relation to define a further instance-level location relation - not between a continuant and the region which it exactly occupies, but rather between one continuant and another. c is located in c1, in this sense, whenever the spatial region occupied by c is part_of the spatial region occupied by c1. Note that this relation comprehends both the relation of exact location between one continuant and another which obtains when r and r1 are identical (for example, when a portion of fluid exactly fills a cavity), as well as those sorts of inexact location relations which obtain, for example, between brain and head or between ovum and uterus"^^xsd:string ; + rdfs:label "located_in"@en . + + +### http://www.obofoundry.org/ro/ro.owl#location_of +ro:location_of rdf:type owl:ObjectProperty , + owl:TransitiveProperty ; + rdfs:label "location_of"@en . + + +### http://www.obofoundry.org/ro/ro.owl#part_of +ro:part_of rdf:type owl:ObjectProperty ; + rdfs:comment "For continuants: C part_of C' if and only if: given any c that instantiates C at a time t, there is some c' such that c' instantiates C' at time t, and c *part_of* c' at t. For processes: P part_of P' if and only if: given any p that instantiates P at a time t, there is some p' such that p' instantiates P' at time t, and p *part_of* p' at t. (Here *part_of* is the instance-level part-relation.)"@en , + "Parthood as a relation between instances: The primitive instance-level relation p part_of p1 is illustrated in assertions such as: this instance of rhodopsin mediated phototransduction part_of this instance of visual perception. This relation satisfies at least the following standard axioms of mereology: reflexivity (for all p, p part_of p); anti-symmetry (for all p, p1, if p part_of p1 and p1 part_of p then p and p1 are identical); and transitivity (for all p, p1, p2, if p part_of p1 and p1 part_of p2, then p part_of p2). Analogous axioms hold also for parthood as a relation between spatial regions. For parthood as a relation between continuants, these axioms need to be modified to take account of the incorporation of a temporal argument. Thus for example the axiom of transitivity for continuants will assert that if c part_of c1 at t and c1 part_of c2 at t, then also c part_of c2 at t. Parthood as a relation between classes: To define part_of as a relation between classes we again need to distinguish the two cases of continuants and processes, even though the explicit reference to instants of time now falls away. For continuants, we have C part_of C1 if and only if any instance of C at any time is an instance-level part of some instance of C1 at that time, as for example in: cell nucleus part_ of cell."^^xsd:string ; + rdfs:label "part_of"@en . + + +### http://www.obofoundry.org/ro/ro.owl#participates_in +ro:participates_in rdf:type owl:ObjectProperty ; + rdfs:label "participates_in"@en . + + +### http://www.obofoundry.org/ro/ro.owl#preceded_by +ro:preceded_by rdf:type owl:ObjectProperty ; + owl:inverseOf ro:precedes ; + rdfs:comment "An example is: translation preceded_by transcription; aging preceded_by development (not however death preceded_by aging). Where derives_from links classes of continuants, preceded_by links classes of processes. Clearly, however, these two relations are not independent of each other. Thus if cells of type C1 derive_from cells of type C, then any cell division involving an instance of C1 in a given lineage is preceded_by cellular processes involving an instance of C. The assertion P preceded_by P1 tells us something about Ps in general: that is, it tells us something about what happened earlier, given what we know about what happened later. Thus it does not provide information pointing in the opposite direction, concerning instances of P1 in general; that is, that each is such as to be succeeded by some instance of P. Note that an assertion to the effect that P preceded_by P1 is rather weak; it tells us little about the relations between the underlying instances in virtue of which the preceded_by relation obtains. Typically we will be interested in stronger relations, for example in the relation immediately_preceded_by, or in relations which combine preceded_by with a condition to the effect that the corresponding instances of P and P1 share participants, or that their participants are connected by relations of derivation, or (as a first step along the road to a treatment of causality) that the one process in some way affects (for example, initiates or regulates) the other."^^xsd:string , + "P preceded_by P' if and only if: given any process p that instantiates P at a time t, there is some process p' such that p' instantiates P' at time t', and t' is earlier than t. "@en ; + rdfs:label "preceded_by"@en . + + +### http://www.obofoundry.org/ro/ro.owl#precedes +ro:precedes rdf:type owl:ObjectProperty ; + rdfs:label "precedes"@en . + + +### http://www.obofoundry.org/ro/ro.owl#proper_part_of +ro:proper_part_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ro:part_of ; + rdfs:comment "As for part_of, with the additional constraint that subject and object are distinct"@en ; + rdfs:label "proper_part_of"@en . + + +### http://www.obofoundry.org/ro/ro.owl#transformation_of +ro:transformation_of rdf:type owl:ObjectProperty , + owl:TransitiveProperty ; + rdfs:comment "Relation between two classes, in which instances retain their identity yet change their classification by virtue of some kind of transformation. Formally: C transformation_of C' if and only if given any c and any t, if c instantiates C at time t, then for some t', c instantiates C' at t' and t' earlier t, and there is no t2 such that c instantiates C at t2 and c instantiates C' at t2."@en , + "When an embryonic oenocyte (a type of insect cell) is transformed into a larval oenocyte, one and the same continuant entity preserves its identity while instantiating distinct classes at distinct times. The class-level relation transformation_of obtains between continuant classes C and C1 wherever each instance of the class C is such as to have existed at some earlier time as an instance of the distinct class C1 (see Figure 2 in paper). This relation is illustrated first of all at the molecular level of granularity by the relation between mature RNA and the pre-RNA from which it is processed, or between (UV-induced) thymine-dimer and thymine dinucleotide. At coarser levels of granularity it is illustrated by the transformations involved in the creation of red blood cells, for example, from reticulocyte to erythrocyte, and by processes of development, for example, from larva to pupa, or from (post-gastrular) embryo to fetus or from child to adult. It is also manifest in pathological transformations, for example, of normal colon into carcinomatous colon. In each such case, one and the same continuant entity instantiates distinct classes at different times in virtue of phenotypic changes."^^xsd:string ; + rdfs:label "transformation_of"@en . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/bearer_of +cco:bearer_of rdf:type owl:ObjectProperty ; + owl:inverseOf cco:inheres_in ; + rdfs:domain obo:BFO_0000004 ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000020 + obo:BFO_0000031 + ) + ] ; + cco:definition "Inverse of inheres in."^^xsd:string ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ; + rdfs:label "bearer of"^^xsd:string . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/disposition_of +cco:disposition_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:realizable_entity_of ; + owl:inverseOf cco:has_disposition ; + rdfs:domain obo:BFO_0000016 ; + rdfs:range obo:BFO_0000004 ; + cco:definition "For types D and E where D is a type of Disposition and E is a type of Entity, D disposition of E if and only if for every instance d of D, there is some instance e of E such that d \"disposition of\" e. Here \"disposition of\" denotes the primitive instance level relation."^^xsd:string ; + cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro_proposed/ro_proposed.owl"^^xsd:string ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ; + rdfs:label "disposition of"^^xsd:string . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/function_of +cco:function_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:disposition_of ; + owl:inverseOf cco:has_function ; + rdfs:domain obo:BFO_0000034 ; + rdfs:range obo:BFO_0000004 ; + cco:definition "A relation between a function F and an entity E. F function_of E iff: F inheres_in E and F is a function"^^xsd:string ; + cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro_proposed/ro_proposed.owl"^^xsd:string ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ; + rdfs:label "function of"^^xsd:string . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/has_disposition +cco:has_disposition rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:has_realizable_entity ; + rdfs:domain obo:BFO_0000004 ; + rdfs:range obo:BFO_0000016 ; + cco:definition "For types E and D where E is a type of Entity and D is a type of Disposition, E has disposition D if and only if for all instances e of E there is some instance d of D such that e \"has disposition\" d. Here \"has disposition\" denotes the primitive instance level relation. Inverse of disposition_of."^^xsd:string ; + cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro-proposed/ro_proposed.owl"^^xsd:string ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ; + rdfs:label "has disposition"^^xsd:string . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/has_function +cco:has_function rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:has_disposition ; + rdfs:domain obo:BFO_0000004 ; + rdfs:range obo:BFO_0000034 ; + cco:definition "Inverse of is function of"^^xsd:string ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ; + rdfs:label "has function"^^xsd:string . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/has_member +cco:has_member rdf:type owl:ObjectProperty ; + owl:inverseOf cco:member_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ; + rdfs:comment "Inverse of member_of."^^xsd:string ; + rdfs:label "has member"^^xsd:string . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/has_nontangential_proper_part +cco:has_nontangential_proper_part rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:has_spatial_proper_part ; + owl:inverseOf cco:nontangential_proper_part_of ; + rdf:type owl:TransitiveProperty ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + cco:definition "Inverse of nontangential proper part of"^^xsd:string ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ; + rdfs:label "has nontangential proper part"^^xsd:string . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/has_proper_part +cco:has_proper_part rdf:type owl:ObjectProperty ; + cco:definition "TO DO"^^xsd:string ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ; + rdfs:label "has proper part"^^xsd:string . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/has_quality +cco:has_quality rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:bearer_of ; + owl:inverseOf cco:quality_of ; + rdfs:domain obo:BFO_0000004 ; + rdfs:range obo:BFO_0000019 ; + cco:definition "For types E and Q where E is a type of Entity and Q is a type of Quality, E has quality Q if and only if for every instance e of E there is some instance q of Q such that e \"has quality\" q. Here \"has quality\" denotes the primitive instance level relation. Inverse of quality_of."^^xsd:string ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ; + rdfs:label "has quality"^^xsd:string . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/has_realizable_entity +cco:has_realizable_entity rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:bearer_of ; + owl:inverseOf cco:realizable_entity_of ; + rdfs:domain obo:BFO_0000004 ; + rdfs:range obo:BFO_0000017 ; + cco:definition "For types E and R where E is a type of Entity and R is a type of Realizable Entity, E has realizable entity R if and only if for all instances e of E there is some instance r of R such that e \"has realizable entity\" r. Here \"has realizable entity\" denotes the primitive instance level relation. Inverse of realizable_entity_of."^^xsd:string ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ; + rdfs:label "has realizable entity"^^xsd:string . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/has_role +cco:has_role rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:has_realizable_entity ; + owl:inverseOf cco:role_of ; + rdfs:domain obo:BFO_0000004 ; + rdfs:range obo:BFO_0000023 ; + cco:definition "For types E and R where E is a type of Entity and R is a type of Role, E has role R if and only if for all instances e of E there is some instance r of R such that e \"has role\" r. Here \"has role\" denotes the primitive instance level relation. Inverse of role_of."^^xsd:string ; + cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro-proposed/ro_proposed.owl"^^xsd:string ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ; + rdfs:label "has role"^^xsd:string . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/has_spatial_proper_part +cco:has_spatial_proper_part rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:has_proper_part ; + owl:inverseOf cco:spatial_proper_part_of ; + rdf:type owl:TransitiveProperty ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + cco:definition "Inverse of spatial proper part of"^^xsd:string ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ; + rdfs:label "has spatial proper part"^^xsd:string . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/has_tangential_proper_part +cco:has_tangential_proper_part rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:has_spatial_proper_part ; + owl:inverseOf cco:tangential_proper_part_of ; + rdf:type owl:TransitiveProperty ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + cco:definition "Inverse of tangential proper part of"^^xsd:string ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ; + rdfs:label "has tangential proper part"^^xsd:string . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/inheres_in +cco:inheres_in rdf:type owl:ObjectProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000020 + obo:BFO_0000031 + ) + ] ; + rdfs:range obo:BFO_0000004 ; + cco:definition "For types T1 and T2, if T1 inheres in T2, then for all instances of T1, t1, there is some instance of T2, t2, such that t1 \"inheres in\" t2. Here, \"inheres in\" denotes the primitive instance level relation."^^xsd:string ; + cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro_proposed/ro_proposed.owl "^^xsd:string ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ; + rdfs:label "inheres in"^^xsd:string . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/member_of +cco:member_of rdf:type owl:ObjectProperty ; + cco:definition "An entity E1 is member_of some aggregate A1 iff E1 is of type T, A1 is a collection of individuals of type T, and E1 is one of the individuals in that collection."^^xsd:string ; + cco:definition_source "http://purl.obolibrary.org/obo/RO_0002351"^^xsd:string ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ; + rdfs:label "member of"^^xsd:string . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/nontangential_proper_part_of +cco:nontangential_proper_part_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:spatial_proper_part_of ; + rdf:type owl:TransitiveProperty ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + cco:definition "An immaterial entity im1 is a nontangential proper part of some immaterial entity im2 iff im1 is a spatial proper part of im2 and there does not exist an immaterial entity im such that im externally connects with im1 and im externally connects with im2."^^xsd:string ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ; + rdfs:label "nontangential proper part of"^^xsd:string . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/proper_part_of +cco:proper_part_of rdf:type owl:ObjectProperty ; + cco:definition "TO DO"^^xsd:string ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ; + rdfs:label "proper part of"^^xsd:string . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/quality_of +cco:quality_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:inheres_in ; + rdfs:domain obo:BFO_0000019 ; + rdfs:range obo:BFO_0000004 ; + cco:definition "For types Q and E where Q is a type of Quality and E is a type of Entity, if Q is a quality of E, then for all instances q of Q there is some instance e of E such that q \"quality of\" e. Here, \"quality of\" denotes the primitive instance level relation."^^xsd:string ; + cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro_proposed/ro_proposed.owl)"^^xsd:string ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ; + rdfs:label "quality of"^^xsd:string . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/realizable_entity_of +cco:realizable_entity_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:inheres_in ; + rdfs:domain obo:BFO_0000017 ; + rdfs:range obo:BFO_0000004 ; + cco:definition "For types R and E where R is a type of Realizable Entity and E is a type of Entity, R realizable entity of E if and only if for every instance r of R, there is some instance e of E such that r \"realizable entity of\" e. Here \"realizable entity of\" denotes the primitive instance level relation."^^xsd:string ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ; + rdfs:label "realizable entity of"^^xsd:string . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/realized_by +cco:realized_by rdf:type owl:ObjectProperty ; + owl:inverseOf cco:realizes ; + rdfs:domain obo:BFO_0000017 ; + rdfs:range obo:BFO_0000015 ; + cco:definition "A relation between a Realizable Entity and a Processual Entity, inverse of realizes."^^xsd:string ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ; + rdfs:label "realized by"^^xsd:string . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/realizes +cco:realizes rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000017 ; + cco:definition "A Relation between a Process and a Function, where the unfolding of the process requires the execution of the function. Class level: P realizes F iff: given any p that instantiates P, there exists some f, t such that f instantiates F at t and p *realizes* f. Here, *realizes* is the primitive instance level relation"^^xsd:string ; + cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro_proposed/ro_proposed.owl"^^xsd:string ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ; + rdfs:label "realizes"^^xsd:string . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/role_of +cco:role_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:realizable_entity_of ; + rdfs:domain obo:BFO_0000023 ; + rdfs:range obo:BFO_0000004 ; + cco:definition "For types R and E where R is a type of Role and E is a type of Entity, if R role of E, then for all instances r of R there is some instance e of E such that r \"role of\" e. Here, \"role of\" denotes the primitive instance level relation."^^xsd:string ; + cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro_proposed/ro_proposed.owl"^^xsd:string ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ; + rdfs:label "role of"^^xsd:string . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/spatial_proper_part_of +cco:spatial_proper_part_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:proper_part_of ; + rdf:type owl:TransitiveProperty ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + cco:definition "An immaterial entity im1 is a spatial proper part of some immaterial entity im2 iff im1 is a spatial part of im2 and im2 is not a spatial part of im1."^^xsd:string ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ; + rdfs:label "spatial proper part of"^^xsd:string . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/tangential_proper_part_of +cco:tangential_proper_part_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:spatial_proper_part_of ; + rdf:type owl:TransitiveProperty ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + cco:definition "An immaterial entity im1 is a tangential proper part of some immaterial entity im2 iff im1 is a proper part of im2 and there exists some immaterial entity im such that im externally connects with im1 and im externally connects with im2."^^xsd:string ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ; + rdfs:label "tangential proper part of"^^xsd:string . - rdf:type owl:Ontology ; - owl:versionInfo "Version 1.1"^^xsd:string ; - rdfs:label "Obsolete Terms"^^xsd:string ; - rdfs:comment "This file contains terms that have been deleted from the CCO."^^xsd:string ; - owl:versionInfo "January 4, 2019"^^xsd:string , - "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string . ################################################################# # Classes ################################################################# +### http://www.ontologyrepository.com/CommonCoreOntologies/CatalystArtifactFunctionSpecification +cco:CatalystArtifactFunctionSpecification rdf:type owl:Class ; + rdfs:subClassOf cco:ChemicalReactionArtifactFunctionSpecification ; + cco:definition "A Chemical Reaction Function Specification that prescribes some Catalyst Artifact Function."^^xsd:string ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ; + rdfs:label "Catalyst Artifact Function Specification"^^xsd:string . + + ### http://www.ontologyrepository.com/CommonCoreOntologies/ChemicalReactionArtifactFunctionSpecification cco:ChemicalReactionArtifactFunctionSpecification rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Restriction ; @@ -60,6 +467,18 @@ cco:ContainingArtifactFunctionSpecification rdf:type owl:Class ; rdfs:label "Containing Artifact Function Specification"^^xsd:string . +### http://www.ontologyrepository.com/CommonCoreOntologies/ConveyanceArtifactFunctionSpecification +cco:ConveyanceArtifactFunctionSpecification rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Restriction ; + owl:onProperty cco:prescribes ; + owl:someValuesFrom cco:ConveyanceArtifactFunction + ] ; + rdfs:subClassOf cco:MotionArtifactFunctionSpecification ; + cco:definition "A Motion Artifact Function Specification that prescribes some Conveyance Artifact Function."^^xsd:string ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ; + rdfs:label "Conveyance Artifact Function Specification"^^xsd:string . + + ### http://www.ontologyrepository.com/CommonCoreOntologies/CoolingArtifactFunctionSpecification cco:CoolingArtifactFunctionSpecification rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Restriction ; @@ -84,242 +503,6 @@ cco:CoveringArtifactFunctionSpecification rdf:type owl:Class ; rdfs:label "Covering Artifact Function Specification"^^xsd:string . -### http://www.ontologyrepository.com/CommonCoreOntologies/DamagingArtifactFunctionSpecification -cco:DamagingArtifactFunctionSpecification rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty cco:prescribes ; - owl:someValuesFrom cco:DamagingArtifactFunction - ] ; - rdfs:subClassOf cco:ArtifactFunctionSpecification ; - cco:definition "An Artifact Function Specification that prescribes some Damaging Artifact Function."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ; - rdfs:label "Damaging Artifact Function Specification"^^xsd:string . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/DeceptionArtifactFunctionSpecification -cco:DeceptionArtifactFunctionSpecification rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty cco:prescribes ; - owl:someValuesFrom cco:DeceptionArtifactFunction - ] ; - rdfs:subClassOf cco:ArtifactFunctionSpecification ; - cco:definition "An Artifact Function Specification that prescribes some Deception Artifact Function."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ; - rdfs:label "Deception Artifact Function Specification"^^xsd:string . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/DetonatingArtifactFunctionSpecification -cco:DetonatingArtifactFunctionSpecification rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty cco:prescribes ; - owl:someValuesFrom cco:DetonatingArtifactFunction - ] ; - rdfs:subClassOf cco:ArtifactFunctionSpecification ; - cco:definition "An Artifact Function Specification that prescribes some Detonating Artifact Function."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ; - rdfs:label "Detonating Artifact Function Specification"^^xsd:string . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/ElectromagneticShieldingArtifactFunctionSpecification -cco:ElectromagneticShieldingArtifactFunctionSpecification rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty cco:prescribes ; - owl:someValuesFrom cco:ElectromagneticShieldingArtifactFunction - ] ; - rdfs:subClassOf cco:ArtifactFunctionSpecification ; - cco:definition "An Artifact Function Specification that prescribes some Electromagnetic Shielding Artifact Function."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ; - rdfs:label "Electromagnetic Shielding Artifact Function Specification"^^xsd:string . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/EnhancingArtifactFunctionSpecification -cco:EnhancingArtifactFunctionSpecification rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty cco:prescribes ; - owl:someValuesFrom cco:EnhancingArtifactFunction - ] ; - rdfs:subClassOf cco:ArtifactFunctionSpecification ; - cco:definition "An Artifact Function Specification that prescribes some Enhancing Artifact Function."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ; - rdfs:label "Enhancing Artifact Function Specification"^^xsd:string . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/FiltrationArtifactFunctionSpecification -cco:FiltrationArtifactFunctionSpecification rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty cco:prescribes ; - owl:someValuesFrom cco:FiltrationArtifactFunction - ] ; - rdfs:subClassOf cco:ArtifactFunctionSpecification ; - cco:definition "An Artifact Function Specification that prescribes some Filtration Artifact Function."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ; - rdfs:label "Filtration Artifact Function Specification"^^xsd:string . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/FragranceArtifactFunctionSpecification -cco:FragranceArtifactFunctionSpecification rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty cco:prescribes ; - owl:someValuesFrom cco:FragranceArtifactFunction - ] ; - rdfs:subClassOf cco:ArtifactFunctionSpecification ; - cco:definition "An Artifact Function Specification that prescribes some Fragrance Artifact Function."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ; - rdfs:label "Fragrance Artifact Function Specification"^^xsd:string . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/FuelArtifactFunctionSpecification -cco:FuelArtifactFunctionSpecification rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty cco:prescribes ; - owl:someValuesFrom cco:FuelArtifactFunction - ] ; - rdfs:subClassOf cco:ArtifactFunctionSpecification ; - cco:definition "An Artifact Function Specification that prescribes some Fuel Artifact Function."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ; - rdfs:label "Fuel Artifact Function Specification"^^xsd:string . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/HealingArtifactFunctionSpecification -cco:HealingArtifactFunctionSpecification rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty cco:prescribes ; - owl:someValuesFrom cco:HealingArtifactFunction - ] ; - rdfs:subClassOf cco:ArtifactFunctionSpecification ; - cco:definition "An Artifact Function Specification that prescribes some Healing Artifact Function."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ; - rdfs:label "Healing Artifact Function Specification"^^xsd:string . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/HeatingArtifactFunctionSpecification -cco:HeatingArtifactFunctionSpecification rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty cco:prescribes ; - owl:someValuesFrom cco:HeatingArtifactFunction - ] ; - rdfs:subClassOf cco:ArtifactFunctionSpecification ; - cco:definition "An Artifact Function Specification that prescribes some Heating Artifact Function."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ; - rdfs:label "Heating Artifact Function Specification"^^xsd:string . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/MotionArtifactFunctionSpecification -cco:MotionArtifactFunctionSpecification rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty cco:prescribes ; - owl:someValuesFrom cco:MotionArtifactFunction - ] ; - rdfs:subClassOf cco:ArtifactFunctionSpecification ; - cco:definition "An Artifact Function Specification that prescribes some Motion Artifact Function."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ; - rdfs:label "Motion Artifact Function Specification"^^xsd:string . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/ObservationArtifactFunctionSpecification -cco:ObservationArtifactFunctionSpecification rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunctionSpecification , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom cco:ArtifactModel - ] , - [ rdf:type owl:Restriction ; - owl:onProperty cco:prescribes ; - owl:someValuesFrom cco:ObservationArtifactFunction - ] ; - cco:definition "An Artifact Function Specification that prescribes an Observation Artifact Function and is part of some Artifact Model."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ; - rdfs:label "Observation Artifact Function Specification"^^xsd:string . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/PayloadCapacitySpecification -cco:PayloadCapacitySpecification rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunctionSpecification , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom cco:ArtifactModel - ] , - [ rdf:type owl:Restriction ; - owl:onProperty cco:prescribes ; - owl:someValuesFrom cco:PayloadCapacity - ] ; - cco:definition "An Artifact Function Specification that prescribes a Payload Capacity and is part of some Artifact Model."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ; - rdfs:label "Payload Capacity Specification"^^xsd:string . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/ResearchArtifactFunctionSpecification -cco:ResearchArtifactFunctionSpecification rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunctionSpecification , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom cco:ArtifactModel - ] , - [ rdf:type owl:Restriction ; - owl:onProperty cco:prescribes ; - owl:someValuesFrom cco:ResearchArtifactFunction - ] ; - cco:definition "An Artifact Function Specification that prescribes a Research Artifact Function and is part of some Artifact Model."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ; - rdfs:label "Research Artifact Function Specification"^^xsd:string . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/ServiceArtifactFunctionSpecification -cco:ServiceArtifactFunctionSpecification rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty cco:prescribes ; - owl:someValuesFrom cco:ServiceArtifactFunction - ] ; - rdfs:subClassOf cco:ArtifactFunctionSpecification ; - cco:definition "An Artifact Function Specification that prescribes some Service Artifact Function."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ; - rdfs:label "Service Artifact Function Specification"^^xsd:string . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/SubmersibleArtifactFunctionSpecification -cco:SubmersibleArtifactFunctionSpecification rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty cco:prescribes ; - owl:someValuesFrom cco:SubmersibleArtifactFunction - ] ; - rdfs:subClassOf cco:ArtifactFunctionSpecification ; - cco:definition "An Artifact Function Specification that prescribes some Submersible Artifact Function."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ; - rdfs:label "Submersible Artifact Function Specification"^^xsd:string . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/SwitchArtifactFunctionSpecification -cco:SwitchArtifactFunctionSpecification rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty cco:prescribes ; - owl:someValuesFrom cco:SwitchArtifactFunction - ] ; - rdfs:subClassOf cco:ArtifactFunctionSpecification ; - cco:definition "An Artifact Function Specification that prescribes some Switch Artifact Function."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ; - rdfs:label "Switch Artifact Function Specification"^^xsd:string . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/CatalystArtifactFunctionSpecification -cco:CatalystArtifactFunctionSpecification rdf:type owl:Class ; - rdfs:subClassOf cco:ChemicalReactionArtifactFunctionSpecification ; - cco:definition "A Chemical Reaction Function Specification that prescribes some Catalyst Artifact Function."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ; - rdfs:label "Catalyst Artifact Function Specification"^^xsd:string . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/ConveyanceArtifactFunctionSpecification -cco:ConveyanceArtifactFunctionSpecification rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty cco:prescribes ; - owl:someValuesFrom cco:ConveyanceArtifactFunction - ] ; - rdfs:subClassOf cco:MotionArtifactFunctionSpecification ; - cco:definition "A Motion Artifact Function Specification that prescribes some Conveyance Artifact Function."^^xsd:string ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ; - rdfs:label "Conveyance Artifact Function Specification"^^xsd:string . - - ### http://www.ontologyrepository.com/CommonCoreOntologies/CrushingArtifactFunctionSpecification cco:CrushingArtifactFunctionSpecification rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Restriction ; @@ -344,6 +527,30 @@ cco:CuttingArtifactFunctionSpecification rdf:type owl:Class ; rdfs:label "Cutting Artifact Function Specification"^^xsd:string . +### http://www.ontologyrepository.com/CommonCoreOntologies/DamagingArtifactFunctionSpecification +cco:DamagingArtifactFunctionSpecification rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Restriction ; + owl:onProperty cco:prescribes ; + owl:someValuesFrom cco:DamagingArtifactFunction + ] ; + rdfs:subClassOf cco:ArtifactFunctionSpecification ; + cco:definition "An Artifact Function Specification that prescribes some Damaging Artifact Function."^^xsd:string ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ; + rdfs:label "Damaging Artifact Function Specification"^^xsd:string . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/DeceptionArtifactFunctionSpecification +cco:DeceptionArtifactFunctionSpecification rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Restriction ; + owl:onProperty cco:prescribes ; + owl:someValuesFrom cco:DeceptionArtifactFunction + ] ; + rdfs:subClassOf cco:ArtifactFunctionSpecification ; + cco:definition "An Artifact Function Specification that prescribes some Deception Artifact Function."^^xsd:string ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ; + rdfs:label "Deception Artifact Function Specification"^^xsd:string . + + ### http://www.ontologyrepository.com/CommonCoreOntologies/DetergentArtifactFunctionSpecification cco:DetergentArtifactFunctionSpecification rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Restriction ; @@ -356,6 +563,17 @@ cco:DetergentArtifactFunctionSpecification rdf:type owl:Class ; rdfs:label "Detergent Artifact Function Specification"^^xsd:string . +### http://www.ontologyrepository.com/CommonCoreOntologies/DetonatingArtifactFunctionSpecification +cco:DetonatingArtifactFunctionSpecification rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Restriction ; + owl:onProperty cco:prescribes ; + owl:someValuesFrom cco:DetonatingArtifactFunction + ] ; + rdfs:subClassOf cco:ArtifactFunctionSpecification ; + cco:definition "An Artifact Function Specification that prescribes some Detonating Artifact Function."^^xsd:string ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ; + rdfs:label "Detonating Artifact Function Specification"^^xsd:string . + ### http://www.ontologyrepository.com/CommonCoreOntologies/EducationArtifactFunctionSpecification cco:EducationArtifactFunctionSpecification rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Restriction ; @@ -380,6 +598,18 @@ cco:ElectromagneticCommunicationArtifactFunctionSpecification rdf:type owl:Class rdfs:label "Electromagnetic Communication Artifact Function Specification"^^xsd:string . +### http://www.ontologyrepository.com/CommonCoreOntologies/ElectromagneticShieldingArtifactFunctionSpecification +cco:ElectromagneticShieldingArtifactFunctionSpecification rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Restriction ; + owl:onProperty cco:prescribes ; + owl:someValuesFrom cco:ElectromagneticShieldingArtifactFunction + ] ; + rdfs:subClassOf cco:ArtifactFunctionSpecification ; + cco:definition "An Artifact Function Specification that prescribes some Electromagnetic Shielding Artifact Function."^^xsd:string ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ; + rdfs:label "Electromagnetic Shielding Artifact Function Specification"^^xsd:string . + + ### http://www.ontologyrepository.com/CommonCoreOntologies/EmulsifierArtifactFunctionSpecification cco:EmulsifierArtifactFunctionSpecification rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Restriction ; @@ -392,6 +622,18 @@ cco:EmulsifierArtifactFunctionSpecification rdf:type owl:Class ; rdfs:label "Emulsifier Artifact Function Specification"^^xsd:string . +### http://www.ontologyrepository.com/CommonCoreOntologies/EnhancingArtifactFunctionSpecification +cco:EnhancingArtifactFunctionSpecification rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Restriction ; + owl:onProperty cco:prescribes ; + owl:someValuesFrom cco:EnhancingArtifactFunction + ] ; + rdfs:subClassOf cco:ArtifactFunctionSpecification ; + cco:definition "An Artifact Function Specification that prescribes some Enhancing Artifact Function."^^xsd:string ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ; + rdfs:label "Enhancing Artifact Function Specification"^^xsd:string . + + ### http://www.ontologyrepository.com/CommonCoreOntologies/ExplosiveArtifactFunctionSpecification cco:ExplosiveArtifactFunctionSpecification rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Restriction ; @@ -416,6 +658,18 @@ cco:FertilizerArtifactFunctionSpecification rdf:type owl:Class ; rdfs:label "Fertilizer Artifact Function Specification"^^xsd:string . +### http://www.ontologyrepository.com/CommonCoreOntologies/FiltrationArtifactFunctionSpecification +cco:FiltrationArtifactFunctionSpecification rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Restriction ; + owl:onProperty cco:prescribes ; + owl:someValuesFrom cco:FiltrationArtifactFunction + ] ; + rdfs:subClassOf cco:ArtifactFunctionSpecification ; + cco:definition "An Artifact Function Specification that prescribes some Filtration Artifact Function."^^xsd:string ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ; + rdfs:label "Filtration Artifact Function Specification"^^xsd:string . + + ### http://www.ontologyrepository.com/CommonCoreOntologies/FinancialArtifactFunctionSpecification cco:FinancialArtifactFunctionSpecification rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Restriction ; @@ -428,6 +682,30 @@ cco:FinancialArtifactFunctionSpecification rdf:type owl:Class ; rdfs:label "Financial Artifact Function Specification"^^xsd:string . +### http://www.ontologyrepository.com/CommonCoreOntologies/FragranceArtifactFunctionSpecification +cco:FragranceArtifactFunctionSpecification rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Restriction ; + owl:onProperty cco:prescribes ; + owl:someValuesFrom cco:FragranceArtifactFunction + ] ; + rdfs:subClassOf cco:ArtifactFunctionSpecification ; + cco:definition "An Artifact Function Specification that prescribes some Fragrance Artifact Function."^^xsd:string ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ; + rdfs:label "Fragrance Artifact Function Specification"^^xsd:string . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/FuelArtifactFunctionSpecification +cco:FuelArtifactFunctionSpecification rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Restriction ; + owl:onProperty cco:prescribes ; + owl:someValuesFrom cco:FuelArtifactFunction + ] ; + rdfs:subClassOf cco:ArtifactFunctionSpecification ; + cco:definition "An Artifact Function Specification that prescribes some Fuel Artifact Function."^^xsd:string ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ; + rdfs:label "Fuel Artifact Function Specification"^^xsd:string . + + ### http://www.ontologyrepository.com/CommonCoreOntologies/GovernmentArtifactFunctionSpecification cco:GovernmentArtifactFunctionSpecification rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Restriction ; @@ -440,6 +718,18 @@ cco:GovernmentArtifactFunctionSpecification rdf:type owl:Class ; rdfs:label "Government Artifact Function Specification"^^xsd:string . +### http://www.ontologyrepository.com/CommonCoreOntologies/HealingArtifactFunctionSpecification +cco:HealingArtifactFunctionSpecification rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Restriction ; + owl:onProperty cco:prescribes ; + owl:someValuesFrom cco:HealingArtifactFunction + ] ; + rdfs:subClassOf cco:ArtifactFunctionSpecification ; + cco:definition "An Artifact Function Specification that prescribes some Healing Artifact Function."^^xsd:string ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ; + rdfs:label "Healing Artifact Function Specification"^^xsd:string . + + ### http://www.ontologyrepository.com/CommonCoreOntologies/HealthcareArtifactFunctionSpecification cco:HealthcareArtifactFunctionSpecification rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Restriction ; @@ -452,6 +742,18 @@ cco:HealthcareArtifactFunctionSpecification rdf:type owl:Class ; rdfs:label "Healthcare Artifact Function Specification"^^xsd:string . +### http://www.ontologyrepository.com/CommonCoreOntologies/HeatingArtifactFunctionSpecification +cco:HeatingArtifactFunctionSpecification rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Restriction ; + owl:onProperty cco:prescribes ; + owl:someValuesFrom cco:HeatingArtifactFunction + ] ; + rdfs:subClassOf cco:ArtifactFunctionSpecification ; + cco:definition "An Artifact Function Specification that prescribes some Heating Artifact Function."^^xsd:string ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ; + rdfs:label "Heating Artifact Function Specification"^^xsd:string . + + ### http://www.ontologyrepository.com/CommonCoreOntologies/HospitalityArtifactFunctionSpecification cco:HospitalityArtifactFunctionSpecification rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Restriction ; @@ -512,6 +814,18 @@ cco:MinimumSpeedArtifactFunctionSpecification rdf:type owl:Class ; rdfs:label "Minimum Speed Artifact Function Specification"^^xsd:string . +### http://www.ontologyrepository.com/CommonCoreOntologies/MotionArtifactFunctionSpecification +cco:MotionArtifactFunctionSpecification rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Restriction ; + owl:onProperty cco:prescribes ; + owl:someValuesFrom cco:MotionArtifactFunction + ] ; + rdfs:subClassOf cco:ArtifactFunctionSpecification ; + cco:definition "An Artifact Function Specification that prescribes some Motion Artifact Function."^^xsd:string ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ; + rdfs:label "Motion Artifact Function Specification"^^xsd:string . + + ### http://www.ontologyrepository.com/CommonCoreOntologies/NeutralizationArtifactFunctionSpecification cco:NeutralizationArtifactFunctionSpecification rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Restriction ; @@ -536,6 +850,22 @@ cco:NominalSpeedArtifactFunctionSpecification rdf:type owl:Class ; rdfs:label "Nominal Speed Artifact Function Specification"^^xsd:string . +### http://www.ontologyrepository.com/CommonCoreOntologies/ObservationArtifactFunctionSpecification +cco:ObservationArtifactFunctionSpecification rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunctionSpecification , + [ rdf:type owl:Restriction ; + owl:onProperty ro:part_of ; + owl:someValuesFrom cco:ArtifactModel + ] , + [ rdf:type owl:Restriction ; + owl:onProperty cco:prescribes ; + owl:someValuesFrom cco:ObservationArtifactFunction + ] ; + cco:definition "An Artifact Function Specification that prescribes an Observation Artifact Function and is part of some Artifact Model."^^xsd:string ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ; + rdfs:label "Observation Artifact Function Specification"^^xsd:string . + + ### http://www.ontologyrepository.com/CommonCoreOntologies/OpticalCommunicationArtifactFunctionSpecification cco:OpticalCommunicationArtifactFunctionSpecification rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Restriction ; @@ -560,6 +890,22 @@ cco:OxidizerArtifactFunctionSpecification rdf:type owl:Class ; rdfs:label "Oxidizer Artifact Function Specification"^^xsd:string . +### http://www.ontologyrepository.com/CommonCoreOntologies/PayloadCapacitySpecification +cco:PayloadCapacitySpecification rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunctionSpecification , + [ rdf:type owl:Restriction ; + owl:onProperty ro:part_of ; + owl:someValuesFrom cco:ArtifactModel + ] , + [ rdf:type owl:Restriction ; + owl:onProperty cco:prescribes ; + owl:someValuesFrom cco:PayloadCapacity + ] ; + cco:definition "An Artifact Function Specification that prescribes a Payload Capacity and is part of some Artifact Model."^^xsd:string ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ; + rdfs:label "Payload Capacity Specification"^^xsd:string . + + ### http://www.ontologyrepository.com/CommonCoreOntologies/PesticideArtifactFunctionSpecification cco:PesticideArtifactFunctionSpecification rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Restriction ; @@ -594,7 +940,7 @@ cco:PropulsionArtifactFunctionSpecification rdf:type owl:Class ; cco:definition "A Motion Artifact Function Specification that prescribes some Propulsion Artifact Function."^^xsd:string ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ; rdfs:label "Propulsion Artifact Function Specification"^^xsd:string . - + ### http://www.ontologyrepository.com/CommonCoreOntologies/PublicSafetyArtifactFunctionSpecification cco:PublicSafetyArtifactFunctionSpecification rdf:type owl:Class ; @@ -617,7 +963,7 @@ cco:RadioCommunicationArtifactFunctionSpecification rdf:type owl:Class ; rdfs:subClassOf cco:ElectromagneticCommunicationArtifactFunctionSpecification ; cco:definition "An Electromagnetic Communication Artifact Function Specification that prescribes some Radio Communication Artifact Function."^^xsd:string ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ; - rdfs:label "Radio Communication Artifact Function Specification"^^xsd:string . + rdfs:label "Radio Communication Artifact Function Specification"^^xsd:string . ### http://www.ontologyrepository.com/CommonCoreOntologies/ReactantArtifactFunctionSpecification @@ -656,6 +1002,22 @@ cco:ResearchAndDevelopmentArtifactFunctionSpecification rdf:type owl:Class ; rdfs:label "Research and Development Artifact Function Specification"^^xsd:string . +### http://www.ontologyrepository.com/CommonCoreOntologies/ResearchArtifactFunctionSpecification +cco:ResearchArtifactFunctionSpecification rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunctionSpecification , + [ rdf:type owl:Restriction ; + owl:onProperty ro:part_of ; + owl:someValuesFrom cco:ArtifactModel + ] , + [ rdf:type owl:Restriction ; + owl:onProperty cco:prescribes ; + owl:someValuesFrom cco:ResearchArtifactFunction + ] ; + cco:definition "An Artifact Function Specification that prescribes a Research Artifact Function and is part of some Artifact Model."^^xsd:string ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ; + rdfs:label "Research Artifact Function Specification"^^xsd:string . + + ### http://www.ontologyrepository.com/CommonCoreOntologies/ResidentialArtifactFunctionSpecification cco:ResidentialArtifactFunctionSpecification rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Restriction ; @@ -680,6 +1042,18 @@ cco:RetailArtifactFunctionSpecification rdf:type owl:Class ; rdfs:label "Retail Artifact Function Specification"^^xsd:string . +### http://www.ontologyrepository.com/CommonCoreOntologies/ServiceArtifactFunctionSpecification +cco:ServiceArtifactFunctionSpecification rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Restriction ; + owl:onProperty cco:prescribes ; + owl:someValuesFrom cco:ServiceArtifactFunction + ] ; + rdfs:subClassOf cco:ArtifactFunctionSpecification ; + cco:definition "An Artifact Function Specification that prescribes some Service Artifact Function."^^xsd:string ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ; + rdfs:label "Service Artifact Function Specification"^^xsd:string . + + ### http://www.ontologyrepository.com/CommonCoreOntologies/SolventArtifactFunctionSpecification cco:SolventArtifactFunctionSpecification rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Restriction ; @@ -704,6 +1078,18 @@ cco:SpeedArtifactFunctionSpecification rdf:type owl:Class ; rdfs:label "Speed Artifact Function Specification"^^xsd:string . +### http://www.ontologyrepository.com/CommonCoreOntologies/SubmersibleArtifactFunctionSpecification +cco:SubmersibleArtifactFunctionSpecification rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Restriction ; + owl:onProperty cco:prescribes ; + owl:someValuesFrom cco:SubmersibleArtifactFunction + ] ; + rdfs:subClassOf cco:ArtifactFunctionSpecification ; + cco:definition "An Artifact Function Specification that prescribes some Submersible Artifact Function."^^xsd:string ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ; + rdfs:label "Submersible Artifact Function Specification"^^xsd:string . + + ### http://www.ontologyrepository.com/CommonCoreOntologies/SurfactantArtifactFunctionSpecification cco:SurfactantArtifactFunctionSpecification rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Restriction ; @@ -716,6 +1102,18 @@ cco:SurfactantArtifactFunctionSpecification rdf:type owl:Class ; rdfs:label "Surfactant Artifact Function Specification"^^xsd:string . +### http://www.ontologyrepository.com/CommonCoreOntologies/SwitchArtifactFunctionSpecification +cco:SwitchArtifactFunctionSpecification rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Restriction ; + owl:onProperty cco:prescribes ; + owl:someValuesFrom cco:SwitchArtifactFunction + ] ; + rdfs:subClassOf cco:ArtifactFunctionSpecification ; + cco:definition "An Artifact Function Specification that prescribes some Switch Artifact Function."^^xsd:string ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ; + rdfs:label "Switch Artifact Function Specification"^^xsd:string . + + ### http://www.ontologyrepository.com/CommonCoreOntologies/VehicleEnduranceArtifactFunctionSpecification cco:VehicleEnduranceArtifactFunctionSpecification rdf:type owl:Class ; rdfs:subClassOf cco:MotionArtifactFunctionSpecification ; @@ -768,3 +1166,4 @@ cco:WiredCommunicationArtifactFunctionSpecification rdf:type owl:Class ; rdfs:label "Wired Communication Artifact Function Specification"^^xsd:string . +### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/QualityOntology.ttl b/QualityOntology.ttl index b550971..0aa305c 100644 --- a/QualityOntology.ttl +++ b/QualityOntology.ttl @@ -1,23 +1,22 @@ @prefix : . -@prefix dc: . @prefix cco: . @prefix obo: . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . -@prefix foaf: . @prefix rdfs: . @base . rdf:type owl:Ontology ; + owl:versionIRI ; owl:imports ; cco:code_license "The 3-Clause BSD License: https://opensource.org/licenses/BSD-3-Clause"^^xsd:string ; cco:content_license "The Creative Commons BY 3.0 License: https://creativecommons.org/licenses/by/3.0/"^^xsd:string ; cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string ; rdfs:comment "This ontology is designed to represent a range of attributes of entities especially qualities, realizable entities, and process profiles."^^xsd:string ; rdfs:label "Quality Ontology"^^xsd:string ; - owl:versionInfo "April 4, 2019"^^xsd:string , + owl:versionInfo "May 2, 2019"^^xsd:string , "Version 1.1.1"^^xsd:string . ################################################################# @@ -943,4 +942,4 @@ cco:Yellow rdf:type owl:Class ; rdfs:label "Yellow"^^xsd:string . -### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi +### Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi diff --git a/TimeOntology.ttl b/TimeOntology.ttl index 76d49b4..f7470ce 100644 --- a/TimeOntology.ttl +++ b/TimeOntology.ttl @@ -1,25 +1,23 @@ @prefix : . -@prefix dc: . -@prefix bfo: . @prefix cco: . @prefix obo: . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . -@prefix foaf: . @prefix rdfs: . @base . rdf:type owl:Ontology ; + owl:versionIRI ; owl:imports ; cco:code_license "The 3-Clause BSD License: https://opensource.org/licenses/BSD-3-Clause"^^xsd:string ; cco:content_license "The Creative Commons BY 3.0 License: https://creativecommons.org/licenses/by/3.0/"^^xsd:string ; cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string ; rdfs:comment "This ontology is designed to represent temporal regions and the relations that hold between them."^^xsd:string ; rdfs:label "Time Ontology"^^xsd:string ; - owl:versionInfo "April 4, 2019"^^xsd:string , - "Version 1.1.1"^^xsd:string . + owl:versionInfo "May 2, 2019"^^xsd:string , + "Version 1.1.1"^^xsd:string . ################################################################# # Object Properties @@ -644,4 +642,4 @@ cco:Year rdf:type owl:Class ; rdfs:label "Year"^^xsd:string . -### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi +### Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi diff --git a/UnitsOfMeasureOntology.ttl b/UnitsOfMeasureOntology.ttl index eff10a4..0547a9e 100644 --- a/UnitsOfMeasureOntology.ttl +++ b/UnitsOfMeasureOntology.ttl @@ -1,25 +1,23 @@ @prefix : . -@prefix dc: . @prefix cco: . @prefix obo: . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . -@prefix foaf: . @prefix rdfs: . @base . rdf:type owl:Ontology ; + owl:versionIRI ; owl:imports ; cco:code_license "The 3-Clause BSD License: https://opensource.org/licenses/BSD-3-Clause"^^xsd:string ; cco:content_license "The Creative Commons BY 3.0 License: https://creativecommons.org/licenses/by/3.0/"^^xsd:string ; cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string ; rdfs:comment "This ontology is designed to represent standard measurement units that are used when measuring various attributes of entities."^^xsd:string ; rdfs:label "Units of Measure Ontology"^^xsd:string ; - owl:versionInfo "April 4, 2019"^^xsd:string , - "Version 1.1.1"^^xsd:string . - + owl:versionInfo "May 2, 2019"^^xsd:string , + "Version 1.1.1"^^xsd:string . ################################################################# # Annotation properties @@ -1488,4 +1486,4 @@ cco:YearMeasurementUnit rdf:type owl:NamedIndividual , rdfs:label "Year Measurement Unit"^^xsd:string . -### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi +### Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi diff --git a/documentation/RO-Update.xlsx b/documentation/RO-Update.xlsx new file mode 100644 index 0000000..c417099 Binary files /dev/null and b/documentation/RO-Update.xlsx differ diff --git a/imports/bfo.owl b/imports/bfo.owl deleted file mode 100644 index 4bcbed2..0000000 --- a/imports/bfo.owl +++ /dev/null @@ -1,1731 +0,0 @@ - - - - Alan Ruttenberg - Bill Duncan - Stefan Schulz - Melanie Courtot - BFO 2 Reference: BFO does not claim to be a complete coverage of all entities. It seeks only to provide coverage of those entities studied by empirical science together with those entities which affect or are involved in human activities such as data processing and planning – coverage that is sufficiently broad to provide assistance to those engaged in building domain ontologies for purposes of data annotation [17 - Mark Ressler - Fabian Neuhaus - Thomas Bittner - Bjoern Peters - Mauricio Almeida - David Osumi-Sutherland - BFO 2 Reference: For both terms and relational expressions in BFO, we distinguish between primitive and defined. ‘Entity’ is an example of one such primitive term. Primitive terms in a highest-level ontology such as BFO are terms that are so basic to our understanding of reality that there is no way of defining them in a non-circular fashion. For these, therefore, we can provide only elucidations, supplemented by examples and by axioms. - Janna Hastings - Leonard Jacuzzo - Mathias Brochhausen - Randall Dipert - Larry Hunter - Robert Rovetto - Albert Goldfain - Chris Mungall - Jie Zheng - Barry Smith - Ludger Jansen - Yongqun "Oliver" He - Werner Ceusters - Pierre Grenon - James A. Overton - BFO 2 Reference: BFO’s treatment of continuants and occurrents – as also its treatment of regions, rests on a dichotomy between space and time, and on the view that there are two perspectives on reality – earlier called the ‘SNAP’ and ‘SPAN’ perspectives, both of which are essential to the non-reductionist representation of reality as we understand it from the best available science [30 - Jonathan Bona - Ron Rudnicki - The http://purl.obolibary.org/obo/bfo/classes-only.owl variant of BFO ("bfo_classes_only.owl") includes only the class hierarchy and annotations from the full OWL version of BFO 2: http://purl.obolibary.org/obo/bfo.owl ("bfo.owl"). There are no object properties or logical axioms that use the object properties in bfo_classes_only.owl. As the logical axioms in the bfo_classes_only.owl variant are limited to subclass and disjoint assertions they are much weaker than the logical axioms in bfo.owl. - -If you plan to use the relations that define BFO 2, you should import bfo.owl instead of bfo_classes_only.owl. To the extent that the relations are used without importing bfo.owl, be mindful that they should be used in a manner consistent with their use in bfo.owl. Otherwise if your ontology is imported by a another ontology that imports bfo.owl there may be inconsistencies. - -See the BFO 2 release notes for further information about BFO 2. Please note that the current release of bfo.owl uses temporal relations when the subject or object is a continuant, a major change from BFO 1. - This is an early version of BFO version 2 and has not yet been extensively reviewed by the project team members. Please see the project site http://code.google.com/p/bfo/ , the bfo2 owl discussion group http://groups.google.com/group/bfo-owl-devel , the bfo2 discussion group http://groups.google.com/group/bfo-devel, the tracking google doc http://goo.gl/IlrEE, and the current version of the bfo2 reference http://purl.obolibrary.org/obo/bfo/dev/bfo2-reference.docx . This ontology is generated from a specification at http://bfo.googlecode.com/svn/trunk/src/ontology/owl-group/specification/ and with the code that generates the OWL version in http://bfo.googlecode.com/svn/trunk/src/tools/. A very early version of BFO version 2 in CLIF is at http://purl.obolibrary.org/obo/bfo/dev/bfo.clif - - - - - - - - - - - - - - - - - - - - - - - - - - - BFO OWL specification label - Really of interest to developers only - 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. - - - - - - - - - BFO CLIF specification label - Person:Alan Ruttenberg - Really of interest to developers only - Relates an entity in the ontology to the term that is used to represent it in the the CLIF specification of BFO2 - - - - - - - - - editor preferred term - - - - - - - - - example of usage - - - - - - - - - definition - - - - - - - - - editor note - - - - - - - - - term editor - - - - - - - - - alternative term - - - - - - - - - definition source - - - - - - - - - curator note - - - - - - - - - imported from - - - - - - - - - elucidation - - - - - - - - - has associated axiom(nl) - - - - - - - - - has associated axiom(fol) - - - - - - - - - has axiom label - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - entity - Entity - 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 - entity - An entity is anything that exists or has existed or will exist. (axiom label in BFO2 Reference: [001-001]) - 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 - Julius Caesar - Verdi’s Requiem - the Second World War - your body mass index - - - - per discussion with Barry Smith - 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 - - - - - - - An entity is anything that exists or has existed or will exist. (axiom label in BFO2 Reference: [001-001]) - - - - - - - - - - - continuant - - - (forall (x) (if (Material Entity x) (exists (t) (and (TemporalRegion t) (existsAt x t))))) // axiom label in BFO2 CLIF: [011-002] - (forall (x) (if (Continuant x) (Entity x))) // axiom label in BFO2 CLIF: [008-002] - (forall (x y) (if (and (Continuant x) (exists (t) (continuantPartOfAt y x t))) (Continuant y))) // axiom label in BFO2 CLIF: [009-002] - Continuant - continuant - (forall (x y) (if (and (Continuant x) (exists (t) (hasContinuantPartOfAt y x t))) (Continuant y))) // axiom label in BFO2 CLIF: [126-001] - 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]) - 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 - 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 - 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]) - 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]) - 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]) - - - - 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 - - - - - - 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]) - - - - - - (forall (x) (if (Continuant x) (Entity x))) // axiom label in BFO2 CLIF: [008-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 (Material Entity x) (exists (t) (and (TemporalRegion t) (existsAt x t))))) // axiom label in BFO2 CLIF: [011-002] - - - - - - 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]) - - - - - - 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]) - - - - - - (forall (x y) (if (and (Continuant x) (exists (t) (continuantPartOfAt y x t))) (Continuant y))) // axiom label in BFO2 CLIF: [009-002] - - - - - - 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]) - - - - - - - - - - - occurrent - - Occurrent - (forall (x) (iff (Occurrent x) (and (Entity x) (exists (y) (temporalPartOf y x))))) // axiom label in BFO2 CLIF: [079-001] - occurrent - (forall (x) (if (Occurrent x) (exists (r) (and (SpatioTemporalRegion r) (occupiesSpatioTemporalRegion x r))))) // axiom label in BFO2 CLIF: [108-001] - 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]) - 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 - 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. - Every occurrent occupies_spatiotemporal_region some spatiotemporal region. (axiom label in BFO2 Reference: [108-001]) - 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. - 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. - b is an occurrent entity iff b is an entity that has temporal parts. (axiom label in BFO2 Reference: [079-001]) - - - - 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]) - - - - - - (forall (x) (iff (Occurrent x) (and (Entity x) (exists (y) (temporalPartOf y x))))) // axiom label in BFO2 CLIF: [079-001] - - - - - - 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. - - - - - - 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. - per discussion with Barry Smith - - - - - - (forall (x) (if (Occurrent x) (exists (r) (and (SpatioTemporalRegion r) (occupiesSpatioTemporalRegion x r))))) // axiom label in BFO2 CLIF: [108-001] - - - - - - Every occurrent occupies_spatiotemporal_region some spatiotemporal region. (axiom label in BFO2 Reference: [108-001]) - - - - - - b is an occurrent entity iff b is an entity that has temporal parts. (axiom label in BFO2 Reference: [079-001]) - - - - - - - - - - - independent continuant - - - - (forall (x t) (if (IndependentContinuant x) (exists (r) (and (SpatialRegion r) (locatedInAt x r t))))) // axiom label in BFO2 CLIF: [134-001] - (iff (IndependentContinuant a) (and (Continuant a) (not (exists (b t) (specificallyDependsOnAt a b t))))) // axiom label in BFO2 CLIF: [017-002] - 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]) - 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]) - ic - IndependentContinuant - (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] - a chair - a heart - a leg - a molecule - a spatial region - an atom - an orchestra. - an organism - 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]) - the bottom right portion of a human torso - the interior of your mouth - - - - 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]) - - - - - - (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] - - - - - - 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]) - - - - - - (iff (IndependentContinuant a) (and (Continuant a) (not (exists (b t) (specificallyDependsOnAt a b t))))) // axiom label in BFO2 CLIF: [017-002] - - - - - - (forall (x t) (if (IndependentContinuant x) (exists (r) (and (SpatialRegion r) (locatedInAt x r t))))) // axiom label in BFO2 CLIF: [134-001] - - - - - - 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]) - - - - - - - - - - - spatial region - - - - (forall (x y t) (if (and (SpatialRegion x) (continuantPartOfAt y x t)) (SpatialRegion y))) // axiom label in BFO2 CLIF: [036-001] - SpatialRegion - (forall (x) (if (SpatialRegion x) (Continuant x))) // axiom label in BFO2 CLIF: [035-001] - BFO 2 Reference: Spatial regions do not participate in processes. - s-region - 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]) - All continuant parts of spatial regions are spatial regions. (axiom label in BFO2 Reference: [036-001]) - 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. - - - - (forall (x) (if (SpatialRegion x) (Continuant x))) // axiom label in BFO2 CLIF: [035-001] - - - - - - per discussion with Barry Smith - 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. - - - - - - 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]) - - - - - - (forall (x y t) (if (and (SpatialRegion x) (continuantPartOfAt y x t)) (SpatialRegion y))) // axiom label in BFO2 CLIF: [036-001] - - - - - - All continuant parts of spatial regions are spatial regions. (axiom label in BFO2 Reference: [036-001]) - - - - - - - - - - - temporal region - - - - - (forall (x) (if (TemporalRegion x) (Occurrent x))) // axiom label in BFO2 CLIF: [100-001] - t-region - (forall (x y) (if (and (TemporalRegion x) (occurrentPartOf y x)) (TemporalRegion y))) // axiom label in BFO2 CLIF: [101-001] - (forall (r) (if (TemporalRegion r) (occupiesTemporalRegion r r))) // axiom label in BFO2 CLIF: [119-002] - 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]) - All parts of temporal regions are temporal regions. (axiom label in BFO2 Reference: [101-001]) - 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 - TemporalRegion - Every temporal region t is such that t occupies_temporal_region t. (axiom label in BFO2 Reference: [119-002]) - - - - 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 - per discussion with Barry Smith - - - - - - 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]) - - - - - - (forall (x y) (if (and (TemporalRegion x) (occurrentPartOf y x)) (TemporalRegion y))) // axiom label in BFO2 CLIF: [101-001] - - - - - - Every temporal region t is such that t occupies_temporal_region t. (axiom label in BFO2 Reference: [119-002]) - - - - - - (forall (r) (if (TemporalRegion r) (occupiesTemporalRegion r r))) // axiom label in BFO2 CLIF: [119-002] - - - - - - All parts of temporal regions are temporal regions. (axiom label in BFO2 Reference: [101-001]) - - - - - - (forall (x) (if (TemporalRegion x) (Occurrent x))) // axiom label in BFO2 CLIF: [100-001] - - - - - - - - - - - two-dimensional spatial region - - - 2d-s-region - (forall (x) (if (TwoDimensionalSpatialRegion x) (SpatialRegion x))) // axiom label in BFO2 CLIF: [039-001] - TwoDimensionalSpatialRegion - A two-dimensional spatial region is a spatial region that is of two dimensions. (axiom label in BFO2 Reference: [039-001]) - an infinitely thin plane in space. - the surface of a sphere-shaped part of space - - - - A two-dimensional spatial region is a spatial region that is of two dimensions. (axiom label in BFO2 Reference: [039-001]) - - - - - - (forall (x) (if (TwoDimensionalSpatialRegion x) (SpatialRegion x))) // axiom label in BFO2 CLIF: [039-001] - - - - - - - - - - - spatiotemporal region - - (forall (r) (if (SpatioTemporalRegion r) (occupiesSpatioTemporalRegion r r))) // axiom label in BFO2 CLIF: [107-002] - (forall (x y) (if (and (SpatioTemporalRegion x) (occurrentPartOf y x)) (SpatioTemporalRegion y))) // axiom label in BFO2 CLIF: [096-001] - (forall (x t) (if (SpatioTemporalRegion x) (exists (y) (and (SpatialRegion y) (spatiallyProjectsOntoAt x y t))))) // axiom label in BFO2 CLIF: [099-001] - (forall (x) (if (SpatioTemporalRegion x) (Occurrent x))) // axiom label in BFO2 CLIF: [095-001] - SpatiotemporalRegion - st-region - (forall (x) (if (SpatioTemporalRegion x) (exists (y) (and (TemporalRegion y) (temporallyProjectsOnto x y))))) // axiom label in BFO2 CLIF: [098-001] - A spatiotemporal region is an occurrent entity that is part of spacetime. (axiom label in BFO2 Reference: [095-001]) - All parts of spatiotemporal regions are spatiotemporal regions. (axiom label in BFO2 Reference: [096-001]) - Each spatiotemporal region at any time t projects_onto some spatial region at t. (axiom label in BFO2 Reference: [099-001]) - Each spatiotemporal region projects_onto some temporal region. (axiom label in BFO2 Reference: [098-001]) - Every spatiotemporal region occupies_spatiotemporal_region itself. - Every spatiotemporal region s is such that s occupies_spatiotemporal_region s. (axiom label in BFO2 Reference: [107-002]) - the spatiotemporal region occupied by a human life - the spatiotemporal region occupied by a process of cellular meiosis. - the spatiotemporal region occupied by the development of a cancer tumor - - - - (forall (r) (if (SpatioTemporalRegion r) (occupiesSpatioTemporalRegion r r))) // axiom label in BFO2 CLIF: [107-002] - - - - - - All parts of spatiotemporal regions are spatiotemporal regions. (axiom label in BFO2 Reference: [096-001]) - - - - - - Every spatiotemporal region s is such that s occupies_spatiotemporal_region s. (axiom label in BFO2 Reference: [107-002]) - - - - - - (forall (x t) (if (SpatioTemporalRegion x) (exists (y) (and (SpatialRegion y) (spatiallyProjectsOntoAt x y t))))) // axiom label in BFO2 CLIF: [099-001] - - - - - - Each spatiotemporal region at any time t projects_onto some spatial region at t. (axiom label in BFO2 Reference: [099-001]) - - - - - - A spatiotemporal region is an occurrent entity that is part of spacetime. (axiom label in BFO2 Reference: [095-001]) - - - - - - (forall (x) (if (SpatioTemporalRegion x) (exists (y) (and (TemporalRegion y) (temporallyProjectsOnto x y))))) // axiom label in BFO2 CLIF: [098-001] - - - - - - Each spatiotemporal region projects_onto some temporal region. (axiom label in BFO2 Reference: [098-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] - - - - - - - - - - - process - - 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) - a process of cell-division, \ a beating of the heart - process - Process - (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] - a process of meiosis - a process of sleeping - 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]) - the course of a disease - the flight of a bird - the life of an organism - your process of aging. - - - - 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]) - - - - - - (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] - - - - - - - - - - - disposition - - - disposition - (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] - Disposition - (forall (x) (if (Disposition x) (and (RealizableEntity x) (exists (y) (and (MaterialEntity y) (bearerOfAt x y t)))))) // axiom label in BFO2 CLIF: [062-002] - 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. - 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]) - an atom of element X has the disposition to decay to an atom of element Y - 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]) - certain people have a predisposition to colon cancer - children are innately disposed to categorize objects in certain ways. - the cell wall is disposed to filter chemicals in endocytosis and exocytosis - - - - 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]) - - - - - - (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] - - - - - - 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]) - - - - - - - - - - - realizable entity - - - (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] - (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] - RealizableEntity - All realizable dependent continuants have independent continuants that are not spatial regions as their bearers. (axiom label in BFO2 Reference: [060-002]) - 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]) - realizable - the disposition of this piece of metal to conduct electricity. - the disposition of your blood to coagulate - the function of your reproductive organs - the role of being a doctor - the role of this boundary to delineate where Utah and Colorado meet - - - - (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] - - - - - - All realizable dependent continuants have independent continuants that are not spatial regions as their bearers. (axiom label in BFO2 Reference: [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] - - - - - - 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]) - - - - - - - - - - - zero-dimensional spatial region - - - ZeroDimensionalSpatialRegion - (forall (x) (if (ZeroDimensionalSpatialRegion x) (SpatialRegion x))) // axiom label in BFO2 CLIF: [037-001] - 0d-s-region - A zero-dimensional spatial region is a point in space. (axiom label in BFO2 Reference: [037-001]) - - - - (forall (x) (if (ZeroDimensionalSpatialRegion x) (SpatialRegion x))) // axiom label in BFO2 CLIF: [037-001] - - - - - - A zero-dimensional spatial region is a point in space. (axiom label in BFO2 Reference: [037-001]) - - - - - - - - - - - quality - - (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] - Quality - (forall (x) (if (Quality x) (SpecificallyDependentContinuant x))) // axiom label in BFO2 CLIF: [055-001] - 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]) - quality - 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]) - the ambient temperature of this portion of air - the color of a tomato - the length of the circumference of your waist - the mass of this piece of gold. - the shape of your nose - the shape of your nostril - - - - 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]) - - - - - - 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]) - - - - - - (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] - - - - - - (forall (x) (if (Quality x) (SpecificallyDependentContinuant x))) // axiom label in BFO2 CLIF: [055-001] - - - - - - - - - - - specifically dependent continuant - - 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 - 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. - SpecificallyDependentContinuant - (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] - 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]) - of one-sided specifically dependent continuants: the mass of this tomato - 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. - sdc - the disposition of this fish to decay - the function of this heart: to pump blood - the mutual dependence of proton donors and acceptors in chemical reactions [79 - the mutual dependence of the role predator and the role prey as played by two organisms in a given interaction - the pink color of a medium rare piece of grilled filet mignon at its center - the role of being a doctor - the shape of this hole. - the smell of this portion of mozzarella - - - - (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] - - - - - - per discussion with Barry Smith - 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. - - - - - - 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]) - - - - - - - - - - - role - - 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. - role - (forall (x) (if (Role x) (RealizableEntity x))) // axiom label in BFO2 CLIF: [061-001] - 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. - Role - 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]) - the priest role - the role of a boundary to demarcate two neighboring administrative territories - the role of a building in serving as a military target - the role of a stone in marking a property boundary - the role of subject in a clinical trial - the student role - - - - (forall (x) (if (Role x) (RealizableEntity x))) // axiom label in BFO2 CLIF: [061-001] - - - - - - 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]) - - - - - - - - - - - fiat object part - - BFO 2 Reference: Most examples of fiat object parts are associated with theoretically drawn divisions - fiat-object-part - (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] - FiatObjectPart - 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]) - 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 - the FMA:regional parts of an intact human body. - the Western hemisphere of the Earth - the division of the brain into regions - the division of the planet into hemispheres - the dorsal and ventral surfaces of the body - the upper and lower lobes of the left lung - - - - 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]) - - - - - - (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] - - - - - - - - - - - one-dimensional spatial region - - - (forall (x) (if (OneDimensionalSpatialRegion x) (SpatialRegion x))) // axiom label in BFO2 CLIF: [038-001] - OneDimensionalSpatialRegion - 1d-s-region - 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]) - an edge of a cube-shaped portion of space. - - - - (forall (x) (if (OneDimensionalSpatialRegion x) (SpatialRegion x))) // axiom label in BFO2 CLIF: [038-001] - - - - - - 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]) - - - - - - - - - - - object aggregate - - object-aggregate - 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. - (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] - ObjectAggregate - An entity a is an object aggregate if and only if there is a mutually exhaustive and pairwise disjoint partition of a into objects - 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). - a collection of cells in a blood biobank. - a swarm of bees is an aggregate of members who are linked together through natural bonds - a symphony orchestra - 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) - 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]) - defined by fiat: the aggregate of members of an organization - defined through physical attachment: the aggregate of atoms in a lump of granite - defined through physical containment: the aggregate of molecules of carbon dioxide in a sealed container - defined via attributive delimitations such as: the patients in this hospital - the aggregate of bearings in a constant velocity axle joint - the aggregate of blood cells in your body - the nitrogen atoms in the atmosphere - the restaurants in Palo Alto - your collection of Meissen ceramic plates. - - - - An entity a is an object aggregate if and only if there is a mutually exhaustive and pairwise disjoint partition of a into objects - - - - - - 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. - - - - - - An entity a is an object aggregate if and only if there is a mutually exhaustive and pairwise disjoint partition of a into objects - - - - - - (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] - - - - - - 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]) - - - - - - - - - - - three-dimensional spatial region - - (forall (x) (if (ThreeDimensionalSpatialRegion x) (SpatialRegion x))) // axiom label in BFO2 CLIF: [040-001] - 3d-s-region - ThreeDimensionalSpatialRegion - A three-dimensional spatial region is a spatial region that is of three dimensions. (axiom label in BFO2 Reference: [040-001]) - a cube-shaped region of space - a sphere-shaped region of space, - - - - A three-dimensional spatial region is a spatial region that is of three dimensions. (axiom label in BFO2 Reference: [040-001]) - - - - - - (forall (x) (if (ThreeDimensionalSpatialRegion x) (SpatialRegion x))) // axiom label in BFO2 CLIF: [040-001] - - - - - - - - - - - site - - Site - (forall (x) (if (Site x) (ImmaterialEntity x))) // axiom label in BFO2 CLIF: [034-002] - a hole in the interior of a portion of cheese - a rabbit hole - an air traffic control region defined in the airspace above an airport - 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]) - site - Manhattan Canyon) - the Grand Canyon - the Piazza San Marco - the cockpit of an aircraft - the hold of a ship - the interior of a kangaroo pouch - the interior of the trunk of your car - the interior of your bedroom - the interior of your office - the interior of your refrigerator - the lumen of your gut - your left nostril (a fiat part – the opening – of your left nasal cavity) - - - - 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]) - - - - - - (forall (x) (if (Site x) (ImmaterialEntity x))) // axiom label in BFO2 CLIF: [034-002] - - - - - - - - - - - object - - 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 - BFO 2 Reference: ‘objects’ are sometimes referred to as ‘grains’ [74 - Object - object - 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. - 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). - BFO 2 Reference: an object is a maximal causally unified material entity - atom - 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]) - cell - cells and organisms - engineered artifacts - grain of sand - molecule - organelle - organism - planet - solid portions of matter - star - - - - 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]) - - - - - - - - - - - generically dependent continuant - - gdc - GenericallyDependentContinuant - (iff (GenericallyDependentContinuant a) (and (Continuant a) (exists (b t) (genericallyDependsOnAt a b t)))) // axiom label in BFO2 CLIF: [074-001] - 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. - 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]) - 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. - - - - 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]) - - - - - - (iff (GenericallyDependentContinuant a) (and (Continuant a) (exists (b t) (genericallyDependsOnAt a b t)))) // axiom label in BFO2 CLIF: [074-001] - - - - - - - - - - - function - - 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]) - function - (forall (x) (if (Function x) (Disposition x))) // axiom label in BFO2 CLIF: [064-001] - 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. - Function - the function of a hammer to drive in nails - the function of a heart pacemaker to regulate the beating of a heart through electricity - the function of amylase in saliva to break down starch into sugar - - - - (forall (x) (if (Function x) (Disposition x))) // axiom label in BFO2 CLIF: [064-001] - - - - - - 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]) - - - - - - - - - - - process boundary - - ProcessBoundary - p-boundary - (iff (ProcessBoundary a) (exists (p) (and (Process p) (temporalPartOf a p) (not (exists (b) (properTemporalPartOf b a)))))) // axiom label in BFO2 CLIF: [084-001] - (forall (x) (if (ProcessBoundary x) (exists (y) (and (ZeroDimensionalTemporalRegion y) (occupiesTemporalRegion x y))))) // axiom label in BFO2 CLIF: [085-002] - Every process boundary occupies_temporal_region a zero-dimensional temporal region. (axiom label in BFO2 Reference: [085-002]) - 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]) - the boundary between the 2nd and 3rd year of your life. - - - - Every process boundary occupies_temporal_region a zero-dimensional temporal region. (axiom label in BFO2 Reference: [085-002]) - - - - - - 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]) - - - - - - (iff (ProcessBoundary a) (exists (p) (and (Process p) (temporalPartOf a p) (not (exists (b) (properTemporalPartOf b a)))))) // axiom label in BFO2 CLIF: [084-001] - - - - - - (forall (x) (if (ProcessBoundary x) (exists (y) (and (ZeroDimensionalTemporalRegion y) (occupiesTemporalRegion x y))))) // axiom label in BFO2 CLIF: [085-002] - - - - - - - - - - - one-dimensional temporal region - - - (forall (x) (if (OneDimensionalTemporalRegion x) (TemporalRegion x))) // axiom label in BFO2 CLIF: [103-001] - 1d-t-region - A one-dimensional temporal region is a temporal region that is extended. (axiom label in BFO2 Reference: [103-001]) - 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). - OneDimensionalTemporalRegion - the temporal region during which a process occurs. - - - - (forall (x) (if (OneDimensionalTemporalRegion x) (TemporalRegion x))) // axiom label in BFO2 CLIF: [103-001] - - - - - - A one-dimensional temporal region is a temporal region that is extended. (axiom label in BFO2 Reference: [103-001]) - - - - - - - - - - - material entity - - - (forall (x) (if (MaterialEntity x) (IndependentContinuant x))) // axiom label in BFO2 CLIF: [019-002] - material - MaterialEntity - (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] - 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]) - 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 - 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. - 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. - Every entity which has a material entity as continuant part is a material entity. (axiom label in BFO2 Reference: [020-002]) - a flame - a forest fire - a human being - a hurricane - a photon - a puff of smoke - a sea wave - a tornado - an aggregate of human beings. - an energy wave - an epidemic - every entity of which a material entity is continuant part is also a material entity. (axiom label in BFO2 Reference: [021-002]) - the undetached arm of a human being - - - - (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] - - - - - - 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]) - - - - - - every entity of which a material entity is continuant part is also a material entity. (axiom label in BFO2 Reference: [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] - - - - - - Every entity which has a material entity as continuant part is a material entity. (axiom label in BFO2 Reference: [020-002]) - - - - - - (forall (x) (if (MaterialEntity x) (IndependentContinuant x))) // axiom label in BFO2 CLIF: [019-002] - - - - - - - - - - - continuant fiat boundary - - (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] - 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. - 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. - ContinuantFiatBoundary - Every continuant fiat boundary is located at some spatial region at every time at which it exists - cf-boundary - 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 - 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]) - - - - (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] - - - - - - 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. - - - - - - 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]) - - - - - - - - - - - immaterial entity - - immaterial - ImmaterialEntity - 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 - - - - - - - - - one-dimensional continuant fiat boundary - - - - OneDimensionalContinuantFiatBoundary - (iff (OneDimensionalContinuantFiatBoundary a) (and (ContinuantFiatBoundary a) (exists (b) (and (OneDimensionalSpatialRegion b) (forall (t) (locatedInAt a b t)))))) // axiom label in BFO2 CLIF: [032-001] - 1d-cf-boundary - The Equator - 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]) - all geopolitical boundaries - all lines of latitude and longitude - the line separating the outer surface of the mucosa of the lower lip from the outer surface of the skin of the chin. - the median sulcus of your tongue - - - - (iff (OneDimensionalContinuantFiatBoundary a) (and (ContinuantFiatBoundary a) (exists (b) (and (OneDimensionalSpatialRegion b) (forall (t) (locatedInAt a b t)))))) // axiom label in BFO2 CLIF: [032-001] - - - - - - 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]) - - - - - - - - - - - process profile - - - (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] - ProcessProfile - 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. - 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. - process-profile - (iff (ProcessProfile a) (exists (b) (and (Process b) (processProfileOf a b)))) // axiom label in BFO2 CLIF: [093-002] - 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 - 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]) - 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]) - - - - (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] - - - - - - 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]) - - - - - - (iff (ProcessProfile a) (exists (b) (and (Process b) (processProfileOf a b)))) // axiom label in BFO2 CLIF: [093-002] - - - - - - 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]) - - - - - - - - - - - relational quality - - (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] - 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. - RelationalQuality - a marriage bond, an instance of love, an obligation between one person and another. - 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]) - r-quality - - - - (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] - - - - - - 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]) - - - - - - - - - - - two-dimensional continuant fiat boundary - - 2d-cf-boundary - TwoDimensionalContinuantFiatBoundary - (iff (TwoDimensionalContinuantFiatBoundary a) (and (ContinuantFiatBoundary a) (exists (b) (and (TwoDimensionalSpatialRegion b) (forall (t) (locatedInAt a b t)))))) // axiom label in BFO2 CLIF: [033-001] - 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]) - - - - 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]) - - - - - - (iff (TwoDimensionalContinuantFiatBoundary a) (and (ContinuantFiatBoundary a) (exists (b) (and (TwoDimensionalSpatialRegion b) (forall (t) (locatedInAt a b t)))))) // axiom label in BFO2 CLIF: [033-001] - - - - - - - - - - - zero-dimensional continuant fiat boundary - - (iff (ZeroDimensionalContinuantFiatBoundary a) (and (ContinuantFiatBoundary a) (exists (b) (and (ZeroDimensionalSpatialRegion b) (forall (t) (locatedInAt a b t)))))) // axiom label in BFO2 CLIF: [031-001] - 0d-cf-boundary - ZeroDimensionalContinuantFiatBoundary - 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]) - the geographic North Pole - the point of origin of some spatial coordinate system. - the quadripoint where the boundaries of Colorado, Utah, New Mexico, and Arizona meet - 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. - - - - (iff (ZeroDimensionalContinuantFiatBoundary a) (and (ContinuantFiatBoundary a) (exists (b) (and (ZeroDimensionalSpatialRegion b) (forall (t) (locatedInAt a b t)))))) // axiom label in BFO2 CLIF: [031-001] - - - - - - 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]) - - - - - - requested by Melanie Courtot - 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. - - - - - - - - - - - - zero-dimensional temporal region - - 0d-t-region - (forall (x) (if (ZeroDimensionalTemporalRegion x) (TemporalRegion x))) // axiom label in BFO2 CLIF: [102-001] - A zero-dimensional temporal region is a temporal region that is without extent. (axiom label in BFO2 Reference: [102-001]) - ZeroDimensionalTemporalRegion - a temporal region that is occupied by a process boundary - right now - temporal instant. - the moment at which a child is born - the moment at which a finger is detached in an industrial accident - the moment of death. - - - - (forall (x) (if (ZeroDimensionalTemporalRegion x) (TemporalRegion x))) // axiom label in BFO2 CLIF: [102-001] - - - - - - A zero-dimensional temporal region is a temporal region that is without extent. (axiom label in BFO2 Reference: [102-001]) - - - - - - - - - - - history - - 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]) - History - history - - - - 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]) - - - - - - - - - - - Person:Alan Ruttenberg - - - 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]) - 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]) - - - 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]) - - - - - - 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]) - - - - - - - - - diff --git a/imports/bfo.ttl b/imports/bfo.ttl new file mode 100644 index 0000000..a01f6ee --- /dev/null +++ b/imports/bfo.ttl @@ -0,0 +1,1637 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology ; + owl:versionIRI ; + "BFO 2 Reference: BFO does not claim to provide complete coverage of entities of all types. It seeks only to provide coverage of those entities studied by empirical science together with those entities which affect or are involved in human activities such as data processing and planning - coverage that is sufficiently broad to provide assistance to those engaged in building domain ontologies for purposes of data annotation."@en , + "BFO 2 Reference: BFO’s treatment of continuants and occurrents - as also its treatment of regions, rests on a dichotomy between space and time, and on the view that there are two perspectives on reality - earlier called the ‘SNAP’ and ‘SPAN’ perspectives, both of which are essential to the non-reductionist representation of reality as we understand it from the best available science" , + "BFO 2 Reference: For both terms and relational expressions in BFO, we distinguish between primitive and defined. ‘Entity’ is an example of a primitive term. Primitive terms in a highest-level ontology such as BFO are terms that are so basic to our understanding of reality that there is no way of defining them in a non-circular fashion. For these, therefore, we can provide only elucidations, supplemented by examples and by axioms." ; + "Alan Ruttenberg" , + "Albert Goldfain" , + "Barry Smith" , + "Bill Duncan" , + "Bjoern Peters" , + "Chris Mungall" , + "David Osumi-Sutherland" , + "Fabian Neuhaus" , + "Holger Stenzhorn" , + "James A. Overton" , + "Janna Hastings" , + "Jie Zheng" , + "Jonathan Bona" , + "Larry Hunter" , + "Leonard Jacuzzo" , + "Ludger Jansen" , + "Mark Ressler" , + "Mathias Brochhausen" , + "Mauricio Almeida" , + "Melanie Courtot" , + "Pierre Grenon" , + "Randall Dipert" , + "Ron Rudnicki" , + "Selja Seppälä" , + "Stefan Schulz" , + "Thomas Bittner" , + "Werner Ceusters" , + "Yongqun \"Oliver\" He" ; + "http://creativecommons.org/licenses/by/4.0/" ; + rdfs:comment "Please see the project site https://github.com/BFO-ontology/BFO, the bfo2 owl discussion group http://groups.google.com/group/bfo-owl-devel , the bfo2 discussion group http://groups.google.com/group/bfo-devel, the tracking google doc http://goo.gl/IlrEE, and the current version of the bfo2 reference http://purl.obolibrary.org/obo/bfo/dev/bfo2-reference.docx . This ontology is generated from a specification at https://github.com/BFO-ontology/BFO/tree/master/src/ontology/owl-group/specification/ and with the code that generates the OWL version in https://github.com/BFO-ontology/BFO/tree/master/src/tools/. A very early version of BFO version 2 in CLIF is at http://purl.obolibrary.org/obo/bfo/dev/bfo.clif"@en , + "The BSD license on the BFO project site refers to code used to build BFO."@en , + "This BFO 2.0 version represents a major update to BFO and is not strictly backwards compatible with BFO 1.1. The previous OWL version of BFO, version 1.1.1 will remain available at http://ifomis.org/bfo/1.1 and will no longer be updated. The BFO 2.0 OWL is a classes-only specification. The incorporation of core relations has been held over for a later version." ; + rdfs:isDefinedBy , + ; + rdfs:seeAlso , + , + , + , + ; + , + ; + . + +################################################################# +# Annotation properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000179 + rdf:type owl:AnnotationProperty ; + "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 ; + "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 + rdf:type owl:AnnotationProperty ; + "Relates an entity in the ontology to the term that is used to represent it in the the CLIF specification of BFO2"@en ; + "Person:Alan Ruttenberg" ; + "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 + rdf:type owl:AnnotationProperty ; + rdfs:isDefinedBy ; + rdfs:label "editor preferred term"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000112 + rdf:type owl:AnnotationProperty ; + rdfs:isDefinedBy ; + rdfs:label "example of usage"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000115 + rdf:type owl:AnnotationProperty ; + rdfs:isDefinedBy ; + rdfs:label "definition"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000116 + rdf:type owl:AnnotationProperty ; + rdfs:isDefinedBy ; + rdfs:label "editor note"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000117 + rdf:type owl:AnnotationProperty ; + rdfs:isDefinedBy ; + rdfs:label "term editor"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000118 + rdf:type owl:AnnotationProperty ; + rdfs:isDefinedBy ; + rdfs:label "alternative term"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000119 + rdf:type owl:AnnotationProperty ; + rdfs:isDefinedBy ; + rdfs:label "definition source"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000232 + rdf:type owl:AnnotationProperty ; + rdfs:isDefinedBy ; + rdfs:label "curator note"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000412 + rdf:type owl:AnnotationProperty ; + rdfs:isDefinedBy ; + rdfs:label "imported from"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000600 + rdf:type owl:AnnotationProperty ; + rdfs:isDefinedBy ; + rdfs:label "elucidation"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000601 + rdf:type owl:AnnotationProperty ; + rdfs:isDefinedBy ; + rdfs:label "has associated axiom(nl)"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000602 + rdf:type owl:AnnotationProperty ; + rdfs:isDefinedBy ; + rdfs:label "has associated axiom(fol)"@en . + + +### http://purl.obolibrary.org/obo/IAO_0010000 + rdf:type owl:AnnotationProperty ; + rdfs:isDefinedBy ; + rdfs:label "has axiom label"@en . + + +### http://purl.org/dc/elements/1.1/contributor + rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/elements/1.1/member + 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#seeAlso +rdfs:seeAlso rdf:type owl:AnnotationProperty . + + +### http://xmlns.com/foaf/0.1/homepage + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000001 + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing ; + "entity" ; + "Entity" ; + "Julius Caesar"@en , + "Verdi’s Requiem"@en , + "the Second World War"@en , + "your body mass index"@en ; + "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 ; + "An entity is anything that exists or has existed or will exist. (axiom label in BFO2 Reference: [001-001])"@en ; + rdfs:isDefinedBy ; + rdfs:label "entity"@en . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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 ; + ; + rdfs:comment "per discussion with Barry Smith" ; + rdfs:seeAlso + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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/BFO_0000002 + rdf:type owl:Class ; + rdfs:subClassOf ; + owl:disjointWith ; + "continuant" ; + "Continuant" ; + "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 ; + "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 ; + "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 ; + "(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] " ; + rdfs:isDefinedBy ; + rdfs:label "continuant"@en . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "(forall (x) (if (Continuant x) (Entity x))) // axiom label in BFO2 CLIF: [008-002] " ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "(forall (x) (if (Material Entity x) (exists (t) (and (TemporalRegion t) (existsAt x t))))) // axiom label in BFO2 CLIF: [011-002] " ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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 ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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 ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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 ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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 ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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 ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "(forall (x y) (if (and (Continuant x) (exists (t) (continuantPartOfAt y x t))) (Continuant y))) // axiom label in BFO2 CLIF: [009-002] " ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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/BFO_0000003 + rdf:type owl:Class ; + rdfs:subClassOf ; + "occurrent" ; + "Occurrent" ; + "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." ; + "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 ; + "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 ; + "(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] " ; + rdfs:isDefinedBy ; + rdfs:label "occurrent"@en . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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 ; + ; + rdfs:comment "per discussion with Barry Smith" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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." ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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 ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "Every occurrent occupies_spatiotemporal_region some spatiotemporal region. (axiom label in BFO2 Reference: [108-001])"@en ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "b is an occurrent entity iff b is an entity that has temporal parts. (axiom label in BFO2 Reference: [079-001])"@en ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "(forall (x) (if (Occurrent x) (exists (r) (and (SpatioTemporalRegion r) (occupiesSpatioTemporalRegion x r))))) // axiom label in BFO2 CLIF: [108-001] " ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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/BFO_0000004 + rdf:type owl:Class ; + rdfs:subClassOf ; + owl:disjointWith , + ; + "ic" ; + "IndependentContinuant" ; + "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 ; + "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 ; + "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 ; + "(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] " ; + rdfs:isDefinedBy ; + rdfs:label "independent continuant"@en . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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 ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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 ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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 ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "(forall (x t) (if (IndependentContinuant x) (exists (r) (and (SpatialRegion r) (locatedInAt x r t))))) // axiom label in BFO2 CLIF: [134-001] " ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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] " ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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/BFO_0000006 + rdf:type owl:Class ; + rdfs:subClassOf ; + owl:disjointWith , + ; + "s-region" ; + "SpatialRegion" ; + "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 ; + "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 ; + "All continuant parts of spatial regions are spatial regions. (axiom label in BFO2 Reference: [036-001])"@en ; + "(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] " ; + rdfs:isDefinedBy ; + rdfs:label "spatial region"@en . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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 ; + ; + rdfs:comment "per discussion with Barry Smith" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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 ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "All continuant parts of spatial regions are spatial regions. (axiom label in BFO2 Reference: [036-001])"@en ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "(forall (x y t) (if (and (SpatialRegion x) (continuantPartOfAt y x t)) (SpatialRegion y))) // axiom label in BFO2 CLIF: [036-001] " ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "(forall (x) (if (SpatialRegion x) (Continuant x))) // axiom label in BFO2 CLIF: [035-001] " ; + + ] . + + +### http://purl.obolibrary.org/obo/BFO_0000008 + rdf:type owl:Class ; + rdfs:subClassOf ; + owl:disjointWith , + , + ; + "t-region" ; + "TemporalRegion" ; + "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 ; + "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 ; + "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 ; + "(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] " ; + rdfs:isDefinedBy ; + rdfs:label "temporal region"@en . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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 ; + ; + rdfs:comment "per discussion with Barry Smith" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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 ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "All parts of temporal regions are temporal regions. (axiom label in BFO2 Reference: [101-001])"@en ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "Every temporal region t is such that t occupies_temporal_region t. (axiom label in BFO2 Reference: [119-002])"@en ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "(forall (r) (if (TemporalRegion r) (occupiesTemporalRegion r r))) // axiom label in BFO2 CLIF: [119-002] " ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "(forall (x y) (if (and (TemporalRegion x) (occurrentPartOf y x)) (TemporalRegion y))) // axiom label in BFO2 CLIF: [101-001] " ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "(forall (x) (if (TemporalRegion x) (Occurrent x))) // axiom label in BFO2 CLIF: [100-001] " ; + + ] . + + +### http://purl.obolibrary.org/obo/BFO_0000009 + rdf:type owl:Class ; + rdfs:subClassOf ; + owl:disjointWith ; + "2d-s-region" ; + "TwoDimensionalSpatialRegion" ; + "an infinitely thin plane in space."@en , + "the surface of a sphere-shaped part of space"@en ; + "A two-dimensional spatial region is a spatial region that is of two dimensions. (axiom label in BFO2 Reference: [039-001])"@en ; + "(forall (x) (if (TwoDimensionalSpatialRegion x) (SpatialRegion x))) // axiom label in BFO2 CLIF: [039-001] " ; + rdfs:isDefinedBy ; + rdfs:label "two-dimensional spatial region"@en . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "A two-dimensional spatial region is a spatial region that is of two dimensions. (axiom label in BFO2 Reference: [039-001])"@en ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "(forall (x) (if (TwoDimensionalSpatialRegion x) (SpatialRegion x))) // axiom label in BFO2 CLIF: [039-001] " ; + + ] . + + +### http://purl.obolibrary.org/obo/BFO_0000011 + rdf:type owl:Class ; + rdfs:subClassOf ; + "st-region" ; + "SpatiotemporalRegion" ; + "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 ; + "A spatiotemporal region is an occurrent entity that is part of spacetime. (axiom label in BFO2 Reference: [095-001])"@en ; + "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 ; + "(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] " ; + rdfs:isDefinedBy ; + rdfs:label "spatiotemporal region"@en . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "A spatiotemporal region is an occurrent entity that is part of spacetime. (axiom label in BFO2 Reference: [095-001])"@en ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "All parts of spatiotemporal regions are spatiotemporal regions. (axiom label in BFO2 Reference: [096-001])"@en ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "Each spatiotemporal region at any time t projects_onto some spatial region at t. (axiom label in BFO2 Reference: [099-001])"@en ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "Each spatiotemporal region projects_onto some temporal region. (axiom label in BFO2 Reference: [098-001])"@en ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "Every spatiotemporal region s is such that s occupies_spatiotemporal_region s. (axiom label in BFO2 Reference: [107-002])"@en ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "(forall (r) (if (SpatioTemporalRegion r) (occupiesSpatioTemporalRegion r r))) // axiom label in BFO2 CLIF: [107-002] " ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "(forall (x t) (if (SpatioTemporalRegion x) (exists (y) (and (SpatialRegion y) (spatiallyProjectsOntoAt x y t))))) // axiom label in BFO2 CLIF: [099-001] " ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "(forall (x y) (if (and (SpatioTemporalRegion x) (occurrentPartOf y x)) (SpatioTemporalRegion y))) // axiom label in BFO2 CLIF: [096-001] " ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "(forall (x) (if (SpatioTemporalRegion x) (Occurrent x))) // axiom label in BFO2 CLIF: [095-001] " ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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/BFO_0000015 + rdf:type owl:Class ; + rdfs:subClassOf ; + "process" ; + "Process" ; + "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 ; + "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 ; + "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 ; + "(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] " ; + rdfs:isDefinedBy ; + rdfs:label "process"@en . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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 ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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/BFO_0000016 + rdf:type owl:Class ; + rdfs:subClassOf ; + owl:disjointWith ; + "disposition" ; + "Disposition" ; + "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 ; + "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 ; + "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 ; + "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 ; + "(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] " ; + rdfs:isDefinedBy ; + rdfs:label "disposition"@en . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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 ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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 ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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] " ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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/BFO_0000017 + rdf:type owl:Class ; + rdfs:subClassOf ; + owl:disjointWith ; + "realizable" ; + "RealizableEntity" ; + "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 ; + "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 ; + "All realizable dependent continuants have independent continuants that are not spatial regions as their bearers. (axiom label in BFO2 Reference: [060-002])"@en ; + "(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] " ; + rdfs:isDefinedBy ; + rdfs:label "realizable entity"@en . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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 ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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 ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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] " ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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/BFO_0000018 + rdf:type owl:Class ; + rdfs:subClassOf ; + owl:disjointWith ; + "0d-s-region" ; + "ZeroDimensionalSpatialRegion" ; + "A zero-dimensional spatial region is a point in space. (axiom label in BFO2 Reference: [037-001])"@en ; + "(forall (x) (if (ZeroDimensionalSpatialRegion x) (SpatialRegion x))) // axiom label in BFO2 CLIF: [037-001] " ; + rdfs:isDefinedBy ; + rdfs:label "zero-dimensional spatial region"@en . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "A zero-dimensional spatial region is a point in space. (axiom label in BFO2 Reference: [037-001])"@en ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "(forall (x) (if (ZeroDimensionalSpatialRegion x) (SpatialRegion x))) // axiom label in BFO2 CLIF: [037-001] " ; + + ] . + + +### http://purl.obolibrary.org/obo/BFO_0000019 + rdf:type owl:Class ; + rdfs:subClassOf ; + "quality" ; + "Quality" ; + "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 ; + "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 ; + "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 ; + "(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] " ; + rdfs:isDefinedBy ; + rdfs:label "quality"@en . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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 ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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 ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "(forall (x) (if (Quality x) (SpecificallyDependentContinuant x))) // axiom label in BFO2 CLIF: [055-001] " ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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/BFO_0000020 + rdf:type owl:Class ; + rdfs:subClassOf ; + owl:disjointWith ; + "sdc" ; + "SpecificallyDependentContinuant" ; + "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 ; + "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 ; + "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 ; + "(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] " ; + rdfs:isDefinedBy ; + rdfs:label "specifically dependent continuant"@en . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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 ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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 ; + ; + rdfs:comment "per discussion with Barry Smith" + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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/BFO_0000023 + rdf:type owl:Class ; + rdfs:subClassOf ; + "role" ; + "Role" ; + "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 ; + "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 ; + "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 ; + "(forall (x) (if (Role x) (RealizableEntity x))) // axiom label in BFO2 CLIF: [061-001] " ; + rdfs:isDefinedBy ; + rdfs:label "role"@en . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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 ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "(forall (x) (if (Role x) (RealizableEntity x))) // axiom label in BFO2 CLIF: [061-001] " ; + + ] . + + +### http://purl.obolibrary.org/obo/BFO_0000024 + rdf:type owl:Class ; + rdfs:subClassOf ; + "fiat-object-part" ; + "FiatObjectPart" ; + "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 ; + "BFO 2 Reference: Most examples of fiat object parts are associated with theoretically drawn divisions"@en ; + "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 ; + "(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] " ; + rdfs:isDefinedBy ; + rdfs:label "fiat object part"@en . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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 ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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/BFO_0000026 + rdf:type owl:Class ; + rdfs:subClassOf ; + owl:disjointWith ; + "1d-s-region" ; + "OneDimensionalSpatialRegion" ; + "an edge of a cube-shaped portion of space."@en ; + "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 ; + "(forall (x) (if (OneDimensionalSpatialRegion x) (SpatialRegion x))) // axiom label in BFO2 CLIF: [038-001] " ; + rdfs:isDefinedBy ; + rdfs:label "one-dimensional spatial region"@en . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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 ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "(forall (x) (if (OneDimensionalSpatialRegion x) (SpatialRegion x))) // axiom label in BFO2 CLIF: [038-001] " ; + + ] . + + +### http://purl.obolibrary.org/obo/BFO_0000027 + rdf:type owl:Class ; + rdfs:subClassOf ; + "object-aggregate" ; + "ObjectAggregate" ; + "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 ; + "An entity a is an object aggregate if and only if there is a mutually exhaustive and pairwise disjoint partition of a into objects " , + "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 ; + "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." ; + "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 ; + "(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] " ; + rdfs:isDefinedBy ; + rdfs:label "object aggregate"@en . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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 " ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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 " ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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." ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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 ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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/BFO_0000028 + rdf:type owl:Class ; + rdfs:subClassOf ; + "3d-s-region" ; + "ThreeDimensionalSpatialRegion" ; + "a cube-shaped region of space"@en , + "a sphere-shaped region of space,"@en ; + "A three-dimensional spatial region is a spatial region that is of three dimensions. (axiom label in BFO2 Reference: [040-001])"@en ; + "(forall (x) (if (ThreeDimensionalSpatialRegion x) (SpatialRegion x))) // axiom label in BFO2 CLIF: [040-001] " ; + rdfs:isDefinedBy ; + rdfs:label "three-dimensional spatial region"@en . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "A three-dimensional spatial region is a spatial region that is of three dimensions. (axiom label in BFO2 Reference: [040-001])"@en ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "(forall (x) (if (ThreeDimensionalSpatialRegion x) (SpatialRegion x))) // axiom label in BFO2 CLIF: [040-001] " ; + + ] . + + +### http://purl.obolibrary.org/obo/BFO_0000029 + rdf:type owl:Class ; + rdfs:subClassOf ; + "site" ; + "Site" ; + "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 ; + "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 ; + "(forall (x) (if (Site x) (ImmaterialEntity x))) // axiom label in BFO2 CLIF: [034-002] " ; + rdfs:isDefinedBy ; + rdfs:label "site"@en . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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 ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "(forall (x) (if (Site x) (ImmaterialEntity x))) // axiom label in BFO2 CLIF: [034-002] " ; + + ] . + + +### http://purl.obolibrary.org/obo/BFO_0000030 + rdf:type owl:Class ; + rdfs:subClassOf ; + "object" ; + "Object" ; + "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 ; + "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 ; + "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 ; + rdfs:isDefinedBy ; + rdfs:label "object"@en . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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/BFO_0000031 + rdf:type owl:Class ; + rdfs:subClassOf ; + "gdc" ; + "GenericallyDependentContinuant" ; + "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 ; + "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 ; + "(iff (GenericallyDependentContinuant a) (and (Continuant a) (exists (b t) (genericallyDependsOnAt a b t)))) // axiom label in BFO2 CLIF: [074-001] " ; + rdfs:isDefinedBy ; + rdfs:label "generically dependent continuant"@en . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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 ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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/BFO_0000034 + rdf:type owl:Class ; + rdfs:subClassOf ; + "function" ; + "Function" ; + "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 ; + "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 ; + "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 ; + "(forall (x) (if (Function x) (Disposition x))) // axiom label in BFO2 CLIF: [064-001] " ; + rdfs:isDefinedBy ; + rdfs:label "function"@en . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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 ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "(forall (x) (if (Function x) (Disposition x))) // axiom label in BFO2 CLIF: [064-001] " ; + + ] . + + +### http://purl.obolibrary.org/obo/BFO_0000035 + rdf:type owl:Class ; + rdfs:subClassOf ; + "p-boundary" ; + "ProcessBoundary" ; + "the boundary between the 2nd and 3rd year of your life."@en ; + "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 ; + "Every process boundary occupies_temporal_region a zero-dimensional temporal region. (axiom label in BFO2 Reference: [085-002])"@en ; + "(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] " ; + rdfs:isDefinedBy ; + rdfs:label "process boundary"@en . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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 ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "Every process boundary occupies_temporal_region a zero-dimensional temporal region. (axiom label in BFO2 Reference: [085-002])"@en ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "(forall (x) (if (ProcessBoundary x) (exists (y) (and (ZeroDimensionalTemporalRegion y) (occupiesTemporalRegion x y))))) // axiom label in BFO2 CLIF: [085-002] " ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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/BFO_0000038 + rdf:type owl:Class ; + rdfs:subClassOf ; + owl:disjointWith ; + "1d-t-region" ; + "OneDimensionalTemporalRegion" ; + "the temporal region during which a process occurs."@en ; + "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 ; + "A one-dimensional temporal region is a temporal region that is extended. (axiom label in BFO2 Reference: [103-001])"@en ; + "(forall (x) (if (OneDimensionalTemporalRegion x) (TemporalRegion x))) // axiom label in BFO2 CLIF: [103-001] " ; + rdfs:isDefinedBy ; + rdfs:label "one-dimensional temporal region"@en . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "A one-dimensional temporal region is a temporal region that is extended. (axiom label in BFO2 Reference: [103-001])"@en ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "(forall (x) (if (OneDimensionalTemporalRegion x) (TemporalRegion x))) // axiom label in BFO2 CLIF: [103-001] " ; + + ] . + + +### http://purl.obolibrary.org/obo/BFO_0000040 + rdf:type owl:Class ; + rdfs:subClassOf ; + owl:disjointWith ; + "material" ; + "MaterialEntity" ; + "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 ; + "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 ; + "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 ; + "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 ; + "(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] " ; + rdfs:isDefinedBy ; + rdfs:label "material entity"@en . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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 ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "Every entity which has a material entity as continuant part is a material entity. (axiom label in BFO2 Reference: [020-002])"@en ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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 ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "(forall (x) (if (MaterialEntity x) (IndependentContinuant x))) // axiom label in BFO2 CLIF: [019-002] " ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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] " ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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/BFO_0000140 + rdf:type owl:Class ; + rdfs:subClassOf ; + "cf-boundary" ; + "ContinuantFiatBoundary" ; + "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 ; + "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 ; + "Every continuant fiat boundary is located at some spatial region at every time at which it exists"@en ; + "(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] " ; + rdfs:isDefinedBy ; + rdfs:label "continuant fiat boundary"@en . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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 ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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 ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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/BFO_0000141 + rdf:type owl:Class ; + rdfs:subClassOf ; + "immaterial" ; + "ImmaterialEntity" ; + "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 ; + rdfs:isDefinedBy ; + rdfs:label "immaterial entity"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000142 + rdf:type owl:Class ; + rdfs:subClassOf ; + owl:disjointWith , + ; + "1d-cf-boundary" ; + "OneDimensionalContinuantFiatBoundary" ; + "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 ; + "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 ; + "(iff (OneDimensionalContinuantFiatBoundary a) (and (ContinuantFiatBoundary a) (exists (b) (and (OneDimensionalSpatialRegion b) (forall (t) (locatedInAt a b t)))))) // axiom label in BFO2 CLIF: [032-001] " ; + rdfs:isDefinedBy ; + rdfs:label "one-dimensional continuant fiat boundary"@en . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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 ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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/BFO_0000144 + rdf:type owl:Class ; + rdfs:subClassOf ; + owl:disjointWith ; + "process-profile" ; + "ProcessProfile" ; + "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 ; + "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 ; + "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 ; + "(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 ; + rdfs:label "process profile"@en . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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 ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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 ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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] " ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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/BFO_0000145 + rdf:type owl:Class ; + rdfs:subClassOf ; + "r-quality" ; + "RelationalQuality" ; + "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 requited love, an obligation between one person and another."@en ; + "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 ; + "(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] " ; + rdfs:isDefinedBy ; + rdfs:label "relational quality"@en . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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 ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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/BFO_0000146 + rdf:type owl:Class ; + rdfs:subClassOf ; + "2d-cf-boundary" ; + "TwoDimensionalContinuantFiatBoundary" ; + "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 ; + "(iff (TwoDimensionalContinuantFiatBoundary a) (and (ContinuantFiatBoundary a) (exists (b) (and (TwoDimensionalSpatialRegion b) (forall (t) (locatedInAt a b t)))))) // axiom label in BFO2 CLIF: [033-001] " ; + rdfs:isDefinedBy ; + rdfs:label "two-dimensional continuant fiat boundary"@en . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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 ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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/BFO_0000147 + rdf:type owl:Class ; + rdfs:subClassOf ; + "0d-cf-boundary" ; + "ZeroDimensionalContinuantFiatBoundary" ; + "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 ; + "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 ; + "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 ; + "(iff (ZeroDimensionalContinuantFiatBoundary a) (and (ContinuantFiatBoundary a) (exists (b) (and (ZeroDimensionalSpatialRegion b) (forall (t) (locatedInAt a b t)))))) // axiom label in BFO2 CLIF: [031-001] " ; + rdfs:isDefinedBy ; + rdfs:label "zero-dimensional continuant fiat boundary"@en . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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 ; + ; + rdfs:comment "requested by Melanie Courtot" ; + rdfs:seeAlso + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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 ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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/BFO_0000148 + rdf:type owl:Class ; + rdfs:subClassOf ; + "0d-t-region" ; + "ZeroDimensionalTemporalRegion" ; + "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 ; + "temporal instant."@en ; + "A zero-dimensional temporal region is a temporal region that is without extent. (axiom label in BFO2 Reference: [102-001])"@en ; + "(forall (x) (if (ZeroDimensionalTemporalRegion x) (TemporalRegion x))) // axiom label in BFO2 CLIF: [102-001] " ; + rdfs:isDefinedBy ; + rdfs:label "zero-dimensional temporal region"@en . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "A zero-dimensional temporal region is a temporal region that is without extent. (axiom label in BFO2 Reference: [102-001])"@en ; + + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + owl:annotatedTarget "(forall (x) (if (ZeroDimensionalTemporalRegion x) (TemporalRegion x))) // axiom label in BFO2 CLIF: [102-001] " ; + + ] . + + +### http://purl.obolibrary.org/obo/BFO_0000182 + rdf:type owl:Class ; + rdfs:subClassOf ; + "history" ; + "History" ; + "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 ; + rdfs:isDefinedBy ; + rdfs:label "history"@en . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty ; + 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 ; + + ] . + + +### Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi diff --git a/imports/cco-ro-import.owl b/imports/cco-ro-import.owl deleted file mode 100644 index d692548..0000000 --- a/imports/cco-ro-import.owl +++ /dev/null @@ -1,144 +0,0 @@ - - - - - - A subset of relations from The OBO Relations Ontology (RO) for use in The Common Core Ontologies (CCO). - Relations Ontology Import - Generated on April 04 2019 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - contained in - Containment is location not involving parthood, and arises only where some immaterial continuant is involved. - Containment obtains in each case between material and immaterial continuants, for instance: lung contained_in thoracic cavity; bladder contained_in pelvic cavity. Hence containment is not a transitive relation. If c part_of c1 at t then we have also, by our definition and by the axioms of mereology applied to spatial regions, c located_in c1 at t. Thus, many examples of instance-level location relations for continuants are in fact cases of instance-level parthood. For material continuants location and parthood coincide. Containment is location not involving parthood, and arises only where some immaterial continuant is involved. To understand this relation, we first define overlap for continuants as follows: c1 overlap c2 at t =def for some c, c part_of c1 at t and c part_of c2 at t. The containment relation on the instance level can then be defined (see definition): - Intended meaning: -domain: material entity -range: spatial region or site (immaterial continuant) - - contained_in - - - contained in - - - - - - - - contains - - - contains - - - - - - - - - - - - - - - Genetic information generically depend on molecules of DNA. - The novel *War and Peace* generically depends on this copy of the novel. - The pattern shared by chess boards generically depends on any chess board. - The score of a symphony g-depends on a copy of the score. - This pdf file generically depends on this server. - A generically dependent continuant *b* generically depends on an independent continuant *c* at time *t* means: there inheres in *c* a specifically deendent continuant which concretizes *b* at *t*. - [072-ISO] - g-depends on - generically depends on - - - - - - - - - - - - - - Molecules of DNA are carriers of genetic information. - This copy of *War and Peace* is carrier of the novel written by Tolstoy. - This hard drive is carrier of these data items. - *b* is carrier of *c* at time *t* if and only if *c* *g-depends on* *b* at *t* - [072-ISO] - is carrier of - - - - - - - diff --git a/imports/core.owl b/imports/core.owl deleted file mode 100644 index ca93b48..0000000 --- a/imports/core.owl +++ /dev/null @@ -1,622 +0,0 @@ - - - - https://github.com/oborel/obo-relations/wiki/ROCore - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - is part of - my brain is part of my body (continuant parthood, two material entities) - my stomach cavity is part of my stomach (continuant parthood, immaterial entity is part of material entity) - this day is part of this year (occurrent parthood) - a core relation that holds between a part and its whole - Everything is part of itself. Any part of any part of a thing is itself part of that thing. Two distinct things cannot be part of each other. - Occurrents are not subject to change and so parthood between occurrents holds for all the times that the part exists. Many continuants are subject to change, so parthood between continuants will only hold at certain times, but this is difficult to specify in OWL. See https://code.google.com/p/obo-relations/wiki/ROAndTime - Parthood requires the part and the whole to have compatible classes: only an occurrent can be part of an occurrent; only a process can be part of a process; only a continuant can be part of a continuant; only an independent continuant can be part of an independent continuant; only an immaterial entity can be part of an immaterial entity; only a specifically dependent continuant can be part of a specifically dependent continuant; only a generically dependent continuant can be part of a generically dependent continuant. (This list is not exhaustive.) - -A continuant cannot be part of an occurrent: use 'participates in'. An occurrent cannot be part of a continuant: use 'has participant'. A material entity cannot be part of an immaterial entity: use 'has location'. A specifically dependent continuant cannot be part of an independent continuant: use 'inheres in'. An independent continuant cannot be part of a specifically dependent continuant: use 'bearer of'. - part_of - - part of - http://www.obofoundry.org/ro/#OBO_REL:part_of - - - - - - - - - has part - my body has part my brain (continuant parthood, two material entities) - my stomach has part my stomach cavity (continuant parthood, material entity has part immaterial entity) - this year has part this day (occurrent parthood) - a core relation that holds between a whole and its part - Everything has itself as a part. Any part of any part of a thing is itself part of that thing. Two distinct things cannot have each other as a part. - Occurrents are not subject to change and so parthood between occurrents holds for all the times that the part exists. Many continuants are subject to change, so parthood between continuants will only hold at certain times, but this is difficult to specify in OWL. See https://code.google.com/p/obo-relations/wiki/ROAndTime - Parthood requires the part and the whole to have compatible classes: only an occurrent have an occurrent as part; only a process can have a process as part; only a continuant can have a continuant as part; only an independent continuant can have an independent continuant as part; only a specifically dependent continuant can have a specifically dependent continuant as part; only a generically dependent continuant can have a generically dependent continuant as part. (This list is not exhaustive.) - -A continuant cannot have an occurrent as part: use 'participates in'. An occurrent cannot have a continuant as part: use 'has participant'. An immaterial entity cannot have a material entity as part: use 'location of'. An independent continuant cannot have a specifically dependent continuant as part: use 'bearer of'. A specifically dependent continuant cannot have an independent continuant as part: use 'inheres in'. - has_part - - has part - - - - - - - - - - - realized in - this disease is realized in this disease course - this fragility is realized in this shattering - this investigator role is realized in this investigation - is realized by - realized_in - [copied from inverse property 'realizes'] to say that b realizes c at t is to assert that there is some material entity d & b is a process which has participant d at t & c is a disposition or role of which d is bearer_of at t& the type instantiated by b is correlated with the type instantiated by c. (axiom label in BFO2 Reference: [059-003]) - Paraphrase of elucidation: a relation between a realizable entity and a process, where there is some material entity that is bearer of the realizable entity and participates in the process, and the realizable entity comes to be realized in the course of the process - - realized in - - - - - - - - - - realizes - this disease course realizes this disease - this investigation realizes this investigator role - this shattering realizes this fragility - to say that b realizes c at t is to assert that there is some material entity d & b is a process which has participant d at t & c is a disposition or role of which d is bearer_of at t& the type instantiated by b is correlated with the type instantiated by c. (axiom label in BFO2 Reference: [059-003]) - Paraphrase of elucidation: a relation between a process and a realizable entity, where there is some material entity that is bearer of the realizable entity and participates in the process, and the realizable entity comes to be realized in the course of the process - - realizes - - - - - - - - - - - - - - - - - - - occurs in - b occurs_in c =def b is a process and c is a material entity or immaterial entity& there exists a spatiotemporal region r and b occupies_spatiotemporal_region r.& forall(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 is occupies_spatial_region s’ at t& s is a proper_continuant_part_of s’ at t - occurs_in - unfolds in - unfolds_in - Paraphrase of definition: a relation between a process and an independent continuant, in which the process takes place entirely within the independent continuant - - occurs in - - - - - - - - site of - [copied from inverse property 'occurs in'] b occurs_in c =def b is a process and c is a material entity or immaterial entity& there exists a spatiotemporal region r and b occupies_spatiotemporal_region r.& forall(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 is occupies_spatial_region s’ at t& s is a proper_continuant_part_of s’ at t - Paraphrase of definition: a relation between an independent continuant and a process, in which the process takes place entirely within the independent continuant - - contains process - - - - - - - - - inheres in - this fragility inheres in this vase - this red color inheres in this apple - a relation between a specifically dependent continuant (the dependent) and an independent continuant (the bearer), in which the dependent specifically depends on the bearer for its existence - A dependent inheres in its bearer at all times for which the dependent exists. - inheres_in - - inheres in - - - - - - - - - bearer of - this apple is bearer of this red color - this vase is bearer of this fragility - a relation between an independent continuant (the bearer) and a specifically dependent continuant (the dependent), in which the dependent specifically depends on the bearer for its existence - A bearer can have many dependents, and its dependents can exist for different periods of time, but none of its dependents can exist when the bearer does not exist. - bearer_of - is bearer of - - bearer of - - - - - - - - - - - participates in - this blood clot participates in this blood coagulation - this input material (or this output material) participates in this process - this investigator participates in this investigation - a relation between a continuant and a process, in which the continuant is somehow involved in the process - participates_in - participates in - - - - - - - - - - has participant - this blood coagulation has participant this blood clot - this investigation has participant this investigator - this process has participant this input material (or this output material) - a relation between a process and a continuant, in which the continuant is somehow involved in the process - Has_participant is a primitive instance-level relation between a process, a continuant, and a time at which the continuant participates in some way in the process. The relation obtains, for example, when this particular process of oxygen exchange across this particular alveolar membrane has_participant this particular sample of hemoglobin at this particular time. - has_participant - http://www.obofoundry.org/ro/#OBO_REL:has_participant - has participant - - - - - - - - - - - A journal article is an information artifact that inheres in some number of printed journals. For each copy of the printed journal there is some quality that carries the journal article, such as a pattern of ink. The journal article (a generically dependent continuant) is concretized as the quality (a specifically dependent continuant), and both depend on that copy of the printed journal (an independent continuant). - An investigator reads a protocol and forms a plan to carry out an assay. The plan is a realizable entity (a specifically dependent continuant) that concretizes the protocol (a generically dependent continuant), and both depend on the investigator (an independent continuant). The plan is then realized by the assay (a process). - A relationship between a generically dependent continuant and a specifically dependent continuant, in which the generically dependent continuant depends on some independent continuant in virtue of the fact that the specifically dependent continuant also depends on that same independent continuant. A generically dependent continuant may be concretized as multiple specifically dependent continuants. - is concretized as - - - - - - - - - - A journal article is an information artifact that inheres in some number of printed journals. For each copy of the printed journal there is some quality that carries the journal article, such as a pattern of ink. The quality (a specifically dependent continuant) concretizes the journal article (a generically dependent continuant), and both depend on that copy of the printed journal (an independent continuant). - An investigator reads a protocol and forms a plan to carry out an assay. The plan is a realizable entity (a specifically dependent continuant) that concretizes the protocol (a generically dependent continuant), and both depend on the investigator (an independent continuant). The plan is then realized by the assay (a process). - A relationship between a specifically dependent continuant and a generically dependent continuant, in which the generically dependent continuant depends on some independent continuant in virtue of the fact that the specifically dependent continuant also depends on that same independent continuant. Multiple specifically dependent continuants can concretize the same generically dependent continuant. - concretizes - - - - - - - - - - - this catalysis function is a function of this enzyme - a relation between a function and an independent continuant (the bearer), in which the function specifically depends on the bearer for its existence - A function inheres in its bearer at all times for which the function exists, however the function need not be realized at all the times that the function exists. - function_of - is function of - function of - - - - - - - - - - this red color is a quality of this apple - a relation between a quality and an independent continuant (the bearer), in which the quality specifically depends on the bearer for its existence - A quality inheres in its bearer at all times for which the quality exists. - is quality of - quality_of - quality of - - - - - - - - - - this investigator role is a role of this person - a relation between a role and an independent continuant (the bearer), in which the role specifically depends on the bearer for its existence - A role inheres in its bearer at all times for which the role exists, however the role need not be realized at all the times that the role exists. - is role of - role_of - role of - - - - - - - - - - - this enzyme has function this catalysis function (more colloquially: this enzyme has this catalysis function) - a relation between an independent continuant (the bearer) and a function, in which the function specifically depends on the bearer for its existence - A bearer can have many functions, and its functions can exist for different periods of time, but none of its functions can exist when the bearer does not exist. A function need not be realized at all the times that the function exists. - has_function - has function - - - - - - - - - - this apple has quality this red color - a relation between an independent continuant (the bearer) and a quality, in which the quality specifically depends on the bearer for its existence - A bearer can have many qualities, and its qualities can exist for different periods of time, but none of its qualities can exist when the bearer does not exist. - has_quality - has quality - - - - - - - - - - - this person has role this investigator role (more colloquially: this person has this role of investigator) - a relation between an independent continuant (the bearer) and a role, in which the role specifically depends on the bearer for its existence - A bearer can have many roles, and its roles can exist for different periods of time, but none of its roles can exist when the bearer does not exist. A role need not be realized at all the times that the role exists. - has_role - has role - - - - - - - - - - - - a relation between an independent continuant (the bearer) and a disposition, in which the disposition specifically depends on the bearer for its existence - has disposition - - - - - - - - - disposition of - - - - - - - - - this cell derives from this parent cell (cell division) - this nucleus derives from this parent nucleus (nuclear division) - - a relation between two distinct material entities, the new entity and the old entity, in which the new entity begins to exist when the old entity ceases to exist, and the new entity inherits the significant portion of the matter of the old entity - This is a very general relation. More specific relations are preferred when applicable, such as 'directly develops from'. - derives_from - derives from - - - - - - - - this parent cell derives into this cell (cell division) - this parent nucleus derives into this nucleus (nuclear division) - - a relation between two distinct material entities, the old entity and the new entity, in which the new entity begins to exist when the old entity ceases to exist, and the new entity inherits the significant portion of the matter of the old entity - This is a very general relation. More specific relations are preferred when applicable, such as 'directly develops into'. To avoid making statements about a future that may not come to pass, it is often better to use the backward-looking 'derives from' rather than the forward-looking 'derives into'. - derives_into - derives into - - - - - - - - - - is location of - my head is the location of my brain - this cage is the location of this rat - a relation between two independent continuants, the location and the target, in which the target is entirely within the location - Most location relations will only hold at certain times, but this is difficult to specify in OWL. See https://code.google.com/p/obo-relations/wiki/ROAndTime - location_of - - location of - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - located in - my brain is located in my head - this rat is located in this cage - a relation between two independent continuants, the target and the location, in which the target is entirely within the location - Location as a relation between instances: The primitive instance-level relation c located_in r at t reflects the fact that each continuant is at any given time associated with exactly one spatial region, namely its exact location. Following we can use this relation to define a further instance-level location relation - not between a continuant and the region which it exactly occupies, but rather between one continuant and another. c is located in c1, in this sense, whenever the spatial region occupied by c is part_of the spatial region occupied by c1. Note that this relation comprehends both the relation of exact location between one continuant and another which obtains when r and r1 are identical (for example, when a portion of fluid exactly fills a cavity), as well as those sorts of inexact location relations which obtain, for example, between brain and head or between ovum and uterus - Most location relations will only hold at certain times, but this is difficult to specify in OWL. See https://code.google.com/p/obo-relations/wiki/ROAndTime - located_in - - http://www.obofoundry.org/ro/#OBO_REL:located_in - located in - - - - - - This is redundant with the more specific 'independent and not spatial region' constraint. We leave in the redundant axiom for use with reasoners that do not use negation. - - - - - - This is redundant with the more specific 'independent and not spatial region' constraint. We leave in the redundant axiom for use with reasoners that do not use negation. - - - - - - - - - the surface of my skin is a 2D boundary of my body - a relation between a 2D immaterial entity (the boundary) and a material entity, in which the boundary delimits the material entity - A 2D boundary may have holes and gaps, but it must be a single connected entity, not an aggregate of several disconnected parts. - Although the boundary is two-dimensional, it exists in three-dimensional space and thus has a 3D shape. - 2D_boundary_of - boundary of - is 2D boundary of - is boundary of - - 2D boundary of - - - - - - - - - - my body has 2D boundary the surface of my skin - a relation between a material entity and a 2D immaterial entity (the boundary), in which the boundary delimits the material entity - A 2D boundary may have holes and gaps, but it must be a single connected entity, not an aggregate of several disconnected parts. - Although the boundary is two-dimensional, it exists in three-dimensional space and thus has a 3D shape. - has boundary - has_2D_boundary - - has 2D boundary - - - - - - - - - - An organism that is a member of a population of organisms - is member of is a mereological relation between a item and a collection. - is member of - member part of - SIO - - member of - - - - - - - - - - has member is a mereological relation between a collection and an item. - SIO - - has member - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/imports/ro-import.ttl b/imports/ro-import.ttl new file mode 100644 index 0000000..a434b22 --- /dev/null +++ b/imports/ro-import.ttl @@ -0,0 +1,595 @@ +@prefix : . +@prefix obo: . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology ; + owl:versionIRI ; + rdfs:comment "An import module containing a subset of relations from the OBO Relation Ontology (RO) for use in CCO."^^xsd:string ; + rdfs:label "Relations Ontology Import"^^xsd:string ; + owl:versionInfo "April 23, 2019"^^xsd:string . + +################################################################# +# Annotation properties +################################################################# + +### http://purl.obolibrary.org/obo/IAO_0000111 +obo:IAO_0000111 rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/IAO_0000112 +obo:IAO_0000112 rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/IAO_0000114 +obo:IAO_0000114 rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/IAO_0000115 +obo:IAO_0000115 rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/IAO_0000116 +obo:IAO_0000116 rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/IAO_0000117 +obo:IAO_0000117 rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/IAO_0000118 +obo:IAO_0000118 rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/IAO_0000119 +obo:IAO_0000119 rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/IAO_0000232 +obo:IAO_0000232 rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/IAO_0000600 +obo:IAO_0000600 rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/RO_0001900 +obo:RO_0001900 rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/RO_0040042 +obo:RO_0040042 rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/elements/1.1/source + rdf:type owl:AnnotationProperty . + + +### http://www.geneontology.org/formats/oboInOwl#hasExactSynonym + rdf:type owl:AnnotationProperty . + + +### http://www.geneontology.org/formats/oboInOwl#inSubset + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000050 +obo:BFO_0000050 rdf:type owl:ObjectProperty ; + owl:inverseOf obo:BFO_0000051 ; + rdf:type owl:TransitiveProperty ; + obo:IAO_0000111 "is part of"@en ; + obo:IAO_0000112 "my brain is part of my body (continuant parthood, two material entities)"@en , + "my stomach cavity is part of my stomach (continuant parthood, immaterial entity is part of material entity)"@en , + "this day is part of this year (occurrent parthood)"@en ; + obo:IAO_0000115 "a core relation that holds between a part and its whole"@en ; + obo:IAO_0000116 "Everything is part of itself. Any part of any part of a thing is itself part of that thing. Two distinct things cannot be part of each other."@en , + "Occurrents are not subject to change and so parthood between occurrents holds for all the times that the part exists. Many continuants are subject to change, so parthood between continuants will only hold at certain times, but this is difficult to specify in OWL. See https://code.google.com/p/obo-relations/wiki/ROAndTime"@en , + """Parthood requires the part and the whole to have compatible classes: only an occurrent can be part of an occurrent; only a process can be part of a process; only a continuant can be part of a continuant; only an independent continuant can be part of an independent continuant; only an immaterial entity can be part of an immaterial entity; only a specifically dependent continuant can be part of a specifically dependent continuant; only a generically dependent continuant can be part of a generically dependent continuant. (This list is not exhaustive.) + +A continuant cannot be part of an occurrent: use 'participates in'. An occurrent cannot be part of a continuant: use 'has participant'. A material entity cannot be part of an immaterial entity: use 'has location'. A specifically dependent continuant cannot be part of an independent continuant: use 'inheres in'. An independent continuant cannot be part of a specifically dependent continuant: use 'bearer of'."""@en ; + obo:IAO_0000118 "part_of"@en ; + obo:RO_0001900 obo:RO_0001901 ; + obo:RO_0040042 obo:BFO_0000002 , + obo:BFO_0000003 , + obo:BFO_0000004 , + obo:BFO_0000017 , + obo:BFO_0000019 , + obo:BFO_0000020 , + obo:BFO_0000031 ; + rdfs:label "part of"@en ; + rdfs:seeAlso , + , + "http://www.obofoundry.org/ro/#OBO_REL:part_of" . + + +### http://purl.obolibrary.org/obo/BFO_0000051 +obo:BFO_0000051 rdf:type owl:ObjectProperty , + owl:TransitiveProperty ; + obo:IAO_0000111 "has part"@en ; + obo:IAO_0000112 "my body has part my brain (continuant parthood, two material entities)"@en , + "my stomach has part my stomach cavity (continuant parthood, material entity has part immaterial entity)"@en , + "this year has part this day (occurrent parthood)"@en ; + obo:IAO_0000115 "a core relation that holds between a whole and its part"@en ; + obo:IAO_0000116 "Everything has itself as a part. Any part of any part of a thing is itself part of that thing. Two distinct things cannot have each other as a part."@en , + "Occurrents are not subject to change and so parthood between occurrents holds for all the times that the part exists. Many continuants are subject to change, so parthood between continuants will only hold at certain times, but this is difficult to specify in OWL. See https://code.google.com/p/obo-relations/wiki/ROAndTime"@en , + """Parthood requires the part and the whole to have compatible classes: only an occurrent have an occurrent as part; only a process can have a process as part; only a continuant can have a continuant as part; only an independent continuant can have an independent continuant as part; only a specifically dependent continuant can have a specifically dependent continuant as part; only a generically dependent continuant can have a generically dependent continuant as part. (This list is not exhaustive.) + +A continuant cannot have an occurrent as part: use 'participates in'. An occurrent cannot have a continuant as part: use 'has participant'. An immaterial entity cannot have a material entity as part: use 'location of'. An independent continuant cannot have a specifically dependent continuant as part: use 'bearer of'. A specifically dependent continuant cannot have an independent continuant as part: use 'inheres in'."""@en ; + obo:IAO_0000118 "has_part"@en ; + obo:RO_0001900 obo:RO_0001901 ; + rdfs:label "has part"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000054 +obo:BFO_0000054 rdf:type owl:ObjectProperty ; + owl:inverseOf obo:BFO_0000055 ; + rdfs:domain obo:BFO_0000017 ; + rdfs:range obo:BFO_0000015 ; + obo:IAO_0000111 "realized in"@en ; + obo:IAO_0000112 "this disease is realized in this disease course"@en , + "this fragility is realized in this shattering"@en , + "this investigator role is realized in this investigation"@en ; + obo:IAO_0000118 "is realized by"@en , + "realized_in"@en ; + obo:IAO_0000600 "[copied from inverse property 'realizes'] to say that b realizes c at t is to assert that there is some material entity d & b is a process which has participant d at t & c is a disposition or role of which d is bearer_of at t& the type instantiated by b is correlated with the type instantiated by c. (axiom label in BFO2 Reference: [059-003])"@en ; + rdfs:comment "Paraphrase of elucidation: a relation between a realizable entity and a process, where there is some material entity that is bearer of the realizable entity and participates in the process, and the realizable entity comes to be realized in the course of the process" ; + rdfs:isDefinedBy obo:bfo.owl ; + rdfs:label "realized in"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000055 +obo:BFO_0000055 rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000017 ; + obo:IAO_0000111 "realizes"@en ; + obo:IAO_0000112 "this disease course realizes this disease"@en , + "this investigation realizes this investigator role"@en , + "this shattering realizes this fragility"@en ; + obo:IAO_0000600 "to say that b realizes c at t is to assert that there is some material entity d & b is a process which has participant d at t & c is a disposition or role of which d is bearer_of at t& the type instantiated by b is correlated with the type instantiated by c. (axiom label in BFO2 Reference: [059-003])"@en ; + rdfs:comment "Paraphrase of elucidation: a relation between a process and a realizable entity, where there is some material entity that is bearer of the realizable entity and participates in the process, and the realizable entity comes to be realized in the course of the process" ; + rdfs:isDefinedBy obo:iao.owl ; + rdfs:label "realizes"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000066 +obo:BFO_0000066 rdf:type owl:ObjectProperty ; + owl:inverseOf obo:BFO_0000067 ; + rdfs:domain obo:BFO_0000003 ; + rdfs:range obo:BFO_0000004 ; + owl:propertyChainAxiom ( obo:BFO_0000050 + obo:BFO_0000066 + ) , + ( obo:BFO_0000066 + obo:BFO_0000050 + ) ; + obo:IAO_0000111 "occurs in"@en ; + obo:IAO_0000115 "b occurs_in c =def b is a process and c is a material entity or immaterial entity& there exists a spatiotemporal region r and b occupies_spatiotemporal_region r.& forall(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 is occupies_spatial_region s’ at t& s is a proper_continuant_part_of s’ at t"@en ; + obo:IAO_0000118 "occurs_in"@en , + "unfolds in"@en , + "unfolds_in"@en ; + rdfs:comment "Paraphrase of definition: a relation between a process and an independent continuant, in which the process takes place entirely within the independent continuant" ; + rdfs:isDefinedBy obo:bfo.owl ; + rdfs:label "occurs in"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000067 +obo:BFO_0000067 rdf:type owl:ObjectProperty ; + obo:IAO_0000111 "site of"@en ; + obo:IAO_0000115 "[copied from inverse property 'occurs in'] b occurs_in c =def b is a process and c is a material entity or immaterial entity& there exists a spatiotemporal region r and b occupies_spatiotemporal_region r.& forall(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 is occupies_spatial_region s’ at t& s is a proper_continuant_part_of s’ at t"@en ; + rdfs:comment "Paraphrase of definition: a relation between an independent continuant and a process, in which the process takes place entirely within the independent continuant" ; + rdfs:isDefinedBy obo:bfo.owl ; + rdfs:label "contains process"@en . + + +### http://purl.obolibrary.org/obo/RO_0000052 +obo:RO_0000052 rdf:type owl:ObjectProperty ; + owl:inverseOf obo:RO_0000053 ; + obo:IAO_0000111 "inheres in"@en ; + obo:IAO_0000112 "this fragility inheres in this vase"@en , + "this red color inheres in this apple"@en ; + obo:IAO_0000115 "a relation between a specifically dependent continuant (the dependent) and an independent continuant (the bearer), in which the dependent specifically depends on the bearer for its existence"@en ; + obo:IAO_0000116 "A dependent inheres in its bearer at all times for which the dependent exists."@en ; + obo:IAO_0000118 "inheres_in"@en ; + obo:RO_0001900 obo:RO_0001901 ; + rdfs:label "inheres in"@en . + + +### http://purl.obolibrary.org/obo/RO_0000053 +obo:RO_0000053 rdf:type owl:ObjectProperty ; + rdfs:range obo:BFO_0000020 ; + obo:IAO_0000111 "bearer of"@en ; + obo:IAO_0000112 "this apple is bearer of this red color"@en , + "this vase is bearer of this fragility"@en ; + obo:IAO_0000115 "a relation between an independent continuant (the bearer) and a specifically dependent continuant (the dependent), in which the dependent specifically depends on the bearer for its existence"@en ; + obo:IAO_0000116 "A bearer can have many dependents, and its dependents can exist for different periods of time, but none of its dependents can exist when the bearer does not exist."@en ; + obo:IAO_0000118 "bearer_of"@en , + "is bearer of"@en ; + obo:RO_0001900 obo:RO_0001901 ; + rdfs:label "bearer of"@en . + + +### http://purl.obolibrary.org/obo/RO_0000056 +obo:RO_0000056 rdf:type owl:ObjectProperty ; + owl:inverseOf obo:RO_0000057 ; + rdfs:domain obo:BFO_0000002 ; + rdfs:range obo:BFO_0000003 ; + obo:IAO_0000111 "participates in"@en ; + obo:IAO_0000112 "this blood clot participates in this blood coagulation"@en , + "this input material (or this output material) participates in this process"@en , + "this investigator participates in this investigation"@en ; + obo:IAO_0000115 "a relation between a continuant and a process, in which the continuant is somehow involved in the process"@en ; + obo:IAO_0000118 "participates_in"@en ; + rdfs:label "participates in"@en . + + +### http://purl.obolibrary.org/obo/RO_0000057 +obo:RO_0000057 rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000003 ; + rdfs:range obo:BFO_0000002 ; + owl:propertyChainAxiom ( obo:BFO_0000051 + obo:BFO_0000055 + obo:RO_0000052 + ) , + ( obo:BFO_0000051 + obo:RO_0000057 + ) ; + obo:IAO_0000111 "has participant"@en ; + obo:IAO_0000112 "this blood coagulation has participant this blood clot"@en , + "this investigation has participant this investigator"@en , + "this process has participant this input material (or this output material)"@en ; + obo:IAO_0000115 "a relation between a process and a continuant, in which the continuant is somehow involved in the process"@en ; + obo:IAO_0000116 "Has_participant is a primitive instance-level relation between a process, a continuant, and a time at which the continuant participates in some way in the process. The relation obtains, for example, when this particular process of oxygen exchange across this particular alveolar membrane has_participant this particular sample of hemoglobin at this particular time."@en ; + obo:IAO_0000118 "has_participant"@en ; + "http://www.obofoundry.org/ro/#OBO_REL:has_participant" ; + rdfs:label "has participant"@en . + + +### http://purl.obolibrary.org/obo/RO_0000058 +obo:RO_0000058 rdf:type owl:ObjectProperty ; + owl:inverseOf obo:RO_0000059 ; + rdfs:domain obo:BFO_0000031 ; + rdfs:range obo:BFO_0000020 ; + obo:IAO_0000112 "A journal article is an information artifact that inheres in some number of printed journals. For each copy of the printed journal there is some quality that carries the journal article, such as a pattern of ink. The journal article (a generically dependent continuant) is concretized as the quality (a specifically dependent continuant), and both depend on that copy of the printed journal (an independent continuant)."@en , + "An investigator reads a protocol and forms a plan to carry out an assay. The plan is a realizable entity (a specifically dependent continuant) that concretizes the protocol (a generically dependent continuant), and both depend on the investigator (an independent continuant). The plan is then realized by the assay (a process)."@en ; + obo:IAO_0000115 "A relationship between a generically dependent continuant and a specifically dependent continuant, in which the generically dependent continuant depends on some independent continuant in virtue of the fact that the specifically dependent continuant also depends on that same independent continuant. A generically dependent continuant may be concretized as multiple specifically dependent continuants."@en ; + rdfs:label "is concretized as"@en . + + +### http://purl.obolibrary.org/obo/RO_0000059 +obo:RO_0000059 rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000020 ; + rdfs:range obo:BFO_0000031 ; + obo:IAO_0000112 "A journal article is an information artifact that inheres in some number of printed journals. For each copy of the printed journal there is some quality that carries the journal article, such as a pattern of ink. The quality (a specifically dependent continuant) concretizes the journal article (a generically dependent continuant), and both depend on that copy of the printed journal (an independent continuant)."@en , + "An investigator reads a protocol and forms a plan to carry out an assay. The plan is a realizable entity (a specifically dependent continuant) that concretizes the protocol (a generically dependent continuant), and both depend on the investigator (an independent continuant). The plan is then realized by the assay (a process)."@en ; + obo:IAO_0000115 "A relationship between a specifically dependent continuant and a generically dependent continuant, in which the generically dependent continuant depends on some independent continuant in virtue of the fact that the specifically dependent continuant also depends on that same independent continuant. Multiple specifically dependent continuants can concretize the same generically dependent continuant."@en ; + rdfs:label "concretizes"@en . + + +### http://purl.obolibrary.org/obo/RO_0000079 +obo:RO_0000079 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:RO_0000052 ; + owl:inverseOf obo:RO_0000085 ; + rdfs:domain obo:BFO_0000034 ; + obo:IAO_0000112 "this catalysis function is a function of this enzyme"@en ; + obo:IAO_0000115 "a relation between a function and an independent continuant (the bearer), in which the function specifically depends on the bearer for its existence"@en ; + obo:IAO_0000116 "A function inheres in its bearer at all times for which the function exists, however the function need not be realized at all the times that the function exists."@en ; + obo:IAO_0000118 "function_of"@en , + "is function of"@en ; + rdfs:label "function of"@en . + + +### http://purl.obolibrary.org/obo/RO_0000080 +obo:RO_0000080 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:RO_0000052 ; + owl:inverseOf obo:RO_0000086 ; + obo:IAO_0000112 "this red color is a quality of this apple"@en ; + obo:IAO_0000115 "a relation between a quality and an independent continuant (the bearer), in which the quality specifically depends on the bearer for its existence"@en ; + obo:IAO_0000116 "A quality inheres in its bearer at all times for which the quality exists."@en ; + obo:IAO_0000118 "is quality of"@en , + "quality_of"@en ; + rdfs:label "quality of"@en . + + +### http://purl.obolibrary.org/obo/RO_0000081 +obo:RO_0000081 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:RO_0000052 ; + owl:inverseOf obo:RO_0000087 ; + obo:IAO_0000112 "this investigator role is a role of this person"@en ; + obo:IAO_0000115 "a relation between a role and an independent continuant (the bearer), in which the role specifically depends on the bearer for its existence"@en ; + obo:IAO_0000116 "A role inheres in its bearer at all times for which the role exists, however the role need not be realized at all the times that the role exists."@en ; + obo:IAO_0000118 "is role of"@en , + "role_of"@en ; + rdfs:label "role of"@en . + + +### http://purl.obolibrary.org/obo/RO_0000085 +obo:RO_0000085 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:RO_0000053 ; + rdfs:domain obo:BFO_0000004 ; + rdfs:range obo:BFO_0000034 ; + obo:IAO_0000112 "this enzyme has function this catalysis function (more colloquially: this enzyme has this catalysis function)"@en ; + obo:IAO_0000115 "a relation between an independent continuant (the bearer) and a function, in which the function specifically depends on the bearer for its existence"@en ; + obo:IAO_0000116 "A bearer can have many functions, and its functions can exist for different periods of time, but none of its functions can exist when the bearer does not exist. A function need not be realized at all the times that the function exists."@en ; + obo:IAO_0000118 "has_function"@en ; + rdfs:label "has function"@en . + + +### http://purl.obolibrary.org/obo/RO_0000086 +obo:RO_0000086 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:RO_0000053 ; + rdfs:range obo:BFO_0000019 ; + obo:IAO_0000112 "this apple has quality this red color"@en ; + obo:IAO_0000115 "a relation between an independent continuant (the bearer) and a quality, in which the quality specifically depends on the bearer for its existence"@en ; + obo:IAO_0000116 "A bearer can have many qualities, and its qualities can exist for different periods of time, but none of its qualities can exist when the bearer does not exist."@en ; + obo:IAO_0000118 "has_quality"@en ; + rdfs:label "has quality"@en . + + +### http://purl.obolibrary.org/obo/RO_0000087 +obo:RO_0000087 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:RO_0000053 ; + rdfs:domain obo:BFO_0000004 ; + rdfs:range obo:BFO_0000023 ; + obo:IAO_0000112 "this person has role this investigator role (more colloquially: this person has this role of investigator)"@en ; + obo:IAO_0000115 "a relation between an independent continuant (the bearer) and a role, in which the role specifically depends on the bearer for its existence"@en ; + obo:IAO_0000116 "A bearer can have many roles, and its roles can exist for different periods of time, but none of its roles can exist when the bearer does not exist. A role need not be realized at all the times that the role exists."@en ; + obo:IAO_0000118 "has_role"@en ; + rdfs:label "has role"@en . + + +### http://purl.obolibrary.org/obo/RO_0000091 +obo:RO_0000091 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:RO_0000053 ; + owl:inverseOf obo:RO_0000092 ; + rdfs:domain obo:BFO_0000004 ; + rdfs:range obo:BFO_0000016 ; + obo:IAO_0000115 "a relation between an independent continuant (the bearer) and a disposition, in which the disposition specifically depends on the bearer for its existence"@en ; + rdfs:label "has disposition"@en . + + +### http://purl.obolibrary.org/obo/RO_0000092 +obo:RO_0000092 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:RO_0000052 ; + obo:IAO_0000115 "inverse of has disposition" ; + obo:RO_0002259 ; + rdfs:label "disposition of"@en . + + +### http://purl.obolibrary.org/obo/RO_0001000 +obo:RO_0001000 rdf:type owl:ObjectProperty ; + owl:inverseOf obo:RO_0001001 ; + obo:IAO_0000112 "this cell derives from this parent cell (cell division)"@en , + "this nucleus derives from this parent nucleus (nuclear division)"@en ; + obo:IAO_0000114 obo:IAO_0000125 ; + obo:IAO_0000115 "a relation between two distinct material entities, the new entity and the old entity, in which the new entity begins to exist when the old entity ceases to exist, and the new entity inherits the significant portion of the matter of the old entity"@en ; + obo:IAO_0000116 "This is a very general relation. More specific relations are preferred when applicable, such as 'directly develops from'."@en ; + obo:IAO_0000118 "derives_from"@en ; + obo:IAO_0000232 "This relation is taken from the RO2005 version of RO. It may be obsoleted and replaced by relations with different definitions. See also the 'develops from' family of relations." ; + ; + rdfs:label "derives from"@en . + + +### http://purl.obolibrary.org/obo/RO_0001001 +obo:RO_0001001 rdf:type owl:ObjectProperty ; + obo:IAO_0000112 "this parent cell derives into this cell (cell division)"@en , + "this parent nucleus derives into this nucleus (nuclear division)"@en ; + obo:IAO_0000114 obo:IAO_0000125 ; + obo:IAO_0000115 "a relation between two distinct material entities, the old entity and the new entity, in which the new entity begins to exist when the old entity ceases to exist, and the new entity inherits the significant portion of the matter of the old entity"@en ; + obo:IAO_0000116 "This is a very general relation. More specific relations are preferred when applicable, such as 'directly develops into'. To avoid making statements about a future that may not come to pass, it is often better to use the backward-looking 'derives from' rather than the forward-looking 'derives into'."@en ; + obo:IAO_0000118 "derives_into"@en ; + ; + rdfs:label "derives into"@en . + + +### http://purl.obolibrary.org/obo/RO_0001015 +obo:RO_0001015 rdf:type owl:ObjectProperty ; + owl:inverseOf obo:RO_0001025 ; + rdf:type owl:TransitiveProperty ; + obo:IAO_0000111 "is location of"@en ; + obo:IAO_0000112 "my head is the location of my brain"@en , + "this cage is the location of this rat"@en ; + obo:IAO_0000115 "a relation between two independent continuants, the location and the target, in which the target is entirely within the location"@en ; + obo:IAO_0000116 "Most location relations will only hold at certain times, but this is difficult to specify in OWL. See https://code.google.com/p/obo-relations/wiki/ROAndTime"@en ; + obo:IAO_0000118 "location_of"@en ; + obo:RO_0001900 obo:RO_0001901 ; + rdfs:label "location of"@en . + + +### http://purl.obolibrary.org/obo/RO_0001018 +obo:RO_0001018 rdf:type owl:ObjectProperty ; + owl:inverseOf obo:RO_0001019 ; + rdfs:domain obo:BFO_0000040 ; + rdfs:range obo:BFO_0000004 ; + owl:propertyChainAxiom ( obo:RO_0001025 + obo:BFO_0000050 + ) ; + obo:IAO_0000111 "contained in"@en ; + obo:IAO_0000116 "Containment is location not involving parthood, and arises only where some immaterial continuant is involved." , + "Containment obtains in each case between material and immaterial continuants, for instance: lung contained_in thoracic cavity; bladder contained_in pelvic cavity. Hence containment is not a transitive relation. If c part_of c1 at t then we have also, by our definition and by the axioms of mereology applied to spatial regions, c located_in c1 at t. Thus, many examples of instance-level location relations for continuants are in fact cases of instance-level parthood. For material continuants location and parthood coincide. Containment is location not involving parthood, and arises only where some immaterial continuant is involved. To understand this relation, we first define overlap for continuants as follows: c1 overlap c2 at t =def for some c, c part_of c1 at t and c part_of c2 at t. The containment relation on the instance level can then be defined (see definition):"@en , + """Intended meaning: +domain: material entity +range: spatial region or site (immaterial continuant) + """@en ; + obo:IAO_0000118 "contained_in"@en ; + obo:RO_0001900 obo:RO_0001901 ; + ; + rdfs:label "contained in"@en . + + +### http://purl.obolibrary.org/obo/RO_0001019 +obo:RO_0001019 rdf:type owl:ObjectProperty ; + obo:IAO_0000111 "contains"@en ; + obo:RO_0001900 obo:RO_0001901 ; + ; + rdfs:label "contains"@en . + + +### http://purl.obolibrary.org/obo/RO_0001025 +obo:RO_0001025 rdf:type owl:ObjectProperty , + owl:TransitiveProperty ; + rdfs:domain obo:BFO_0000004 ; + rdfs:range obo:BFO_0000004 ; + obo:IAO_0000111 "located in"@en ; + obo:IAO_0000112 "my brain is located in my head"@en , + "this rat is located in this cage"@en ; + obo:IAO_0000115 "a relation between two independent continuants, the target and the location, in which the target is entirely within the location"@en ; + obo:IAO_0000116 "Location as a relation between instances: The primitive instance-level relation c located_in r at t reflects the fact that each continuant is at any given time associated with exactly one spatial region, namely its exact location. Following we can use this relation to define a further instance-level location relation - not between a continuant and the region which it exactly occupies, but rather between one continuant and another. c is located in c1, in this sense, whenever the spatial region occupied by c is part_of the spatial region occupied by c1. Note that this relation comprehends both the relation of exact location between one continuant and another which obtains when r and r1 are identical (for example, when a portion of fluid exactly fills a cavity), as well as those sorts of inexact location relations which obtain, for example, between brain and head or between ovum and uterus"@en , + "Most location relations will only hold at certain times, but this is difficult to specify in OWL. See https://code.google.com/p/obo-relations/wiki/ROAndTime"@en ; + obo:IAO_0000118 "located_in"@en ; + obo:RO_0001900 obo:RO_0001901 ; + "http://www.obofoundry.org/ro/#OBO_REL:located_in" ; + rdfs:label "located in"@en . + + +### http://purl.obolibrary.org/obo/RO_0002000 +obo:RO_0002000 rdf:type owl:ObjectProperty ; + owl:inverseOf obo:RO_0002002 ; + obo:IAO_0000112 "the surface of my skin is a 2D boundary of my body"@en ; + obo:IAO_0000115 "a relation between a 2D immaterial entity (the boundary) and a material entity, in which the boundary delimits the material entity"@en ; + obo:IAO_0000116 "A 2D boundary may have holes and gaps, but it must be a single connected entity, not an aggregate of several disconnected parts."@en , + "Although the boundary is two-dimensional, it exists in three-dimensional space and thus has a 3D shape."@en ; + obo:IAO_0000118 "2D_boundary_of"@en , + "boundary of"@en , + "is 2D boundary of"@en , + "is boundary of"@en ; + obo:RO_0001900 obo:RO_0001901 ; + rdfs:label "2D boundary of"@en . + + +### http://purl.obolibrary.org/obo/RO_0002002 +obo:RO_0002002 rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000040 ; + rdfs:range obo:BFO_0000141 ; + obo:IAO_0000112 "my body has 2D boundary the surface of my skin"@en ; + obo:IAO_0000115 "a relation between a material entity and a 2D immaterial entity (the boundary), in which the boundary delimits the material entity"@en ; + obo:IAO_0000116 "A 2D boundary may have holes and gaps, but it must be a single connected entity, not an aggregate of several disconnected parts."@en , + "Although the boundary is two-dimensional, it exists in three-dimensional space and thus has a 3D shape."@en ; + obo:IAO_0000117 "David Osumi-Sutherland" ; + obo:IAO_0000118 "has boundary"@en , + "has_2D_boundary"@en ; + obo:RO_0001900 obo:RO_0001901 ; + rdfs:label "has 2D boundary"@en . + + +### http://purl.obolibrary.org/obo/RO_0002350 +obo:RO_0002350 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000050 ; + owl:inverseOf obo:RO_0002351 ; + obo:IAO_0000112 "An organism that is a member of a population of organisms" ; + obo:IAO_0000115 "is member of is a mereological relation between a item and a collection." ; + obo:IAO_0000118 "is member of" , + "member part of" ; + obo:IAO_0000119 "SIO" ; + obo:RO_0001900 obo:RO_0001901 ; + rdfs:label "member of"@en . + + +### http://purl.obolibrary.org/obo/RO_0002351 +obo:RO_0002351 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000051 ; + rdf:type owl:IrreflexiveProperty ; + obo:IAO_0000115 "has member is a mereological relation between a collection and an item." ; + obo:IAO_0000119 "SIO" ; + obo:RO_0001900 obo:RO_0001901 ; + rdfs:label "has member"@en . + + +### http://purl.obolibrary.org/obo/RO_0010001 +obo:RO_0010001 rdf:type owl:ObjectProperty ; + owl:inverseOf obo:RO_0010002 ; + rdfs:domain obo:BFO_0000031 ; + rdfs:range obo:BFO_0000004 ; + owl:propertyChainAxiom ( obo:RO_0000052 + obo:RO_0000058 + ) ; + obo:IAO_0000112 "Genetic information generically depend on molecules of DNA." , + "The novel *War and Peace* generically depends on this copy of the novel." , + "The pattern shared by chess boards generically depends on any chess board." , + "The score of a symphony g-depends on a copy of the score." , + "This pdf file generically depends on this server." ; + obo:IAO_0000115 "A generically dependent continuant *b* generically depends on an independent continuant *c* at time *t* means: there inheres in *c* a specifically deendent continuant which concretizes *b* at *t*." ; + obo:IAO_0000119 "[072-ISO]" ; + "g-depends on" ; + rdfs:label "generically depends on" . + + +### http://purl.obolibrary.org/obo/RO_0010002 +obo:RO_0010002 rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000004 ; + rdfs:range obo:BFO_0000031 ; + owl:propertyChainAxiom ( obo:RO_0000059 + obo:RO_0000053 + ) ; + obo:IAO_0000112 "Molecules of DNA are carriers of genetic information." , + "This copy of *War and Peace* is carrier of the novel written by Tolstoy." , + "This hard drive is carrier of these data items." ; + obo:IAO_0000115 "*b* is carrier of *c* at time *t* if and only if *c* *g-depends on* *b* at *t*" ; + obo:IAO_0000119 "[072-ISO]" ; + rdfs:label "is carrier of"@en . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000002 +obo:BFO_0000002 rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000003 +obo:BFO_0000003 rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000004 +obo:BFO_0000004 rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000015 +obo:BFO_0000015 rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000016 +obo:BFO_0000016 rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000017 +obo:BFO_0000017 rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000019 +obo:BFO_0000019 rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000020 +obo:BFO_0000020 rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000023 +obo:BFO_0000023 rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000031 +obo:BFO_0000031 rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000034 +obo:BFO_0000034 rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000040 +obo:BFO_0000040 rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000141 +obo:BFO_0000141 rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi diff --git a/imports/ro-terms.txt b/imports/ro-terms.txt new file mode 100644 index 0000000..8ed573e --- /dev/null +++ b/imports/ro-terms.txt @@ -0,0 +1,32 @@ +http://purl.obolibrary.org/obo/BFO_0000050 # part of +http://purl.obolibrary.org/obo/BFO_0000051 # has part +http://purl.obolibrary.org/obo/BFO_0000054 # realized in +http://purl.obolibrary.org/obo/BFO_0000055 # realizes +http://purl.obolibrary.org/obo/BFO_0000066 # occurs in +http://purl.obolibrary.org/obo/BFO_0000067 # contains process +http://purl.obolibrary.org/obo/RO_0000052 # inheres in +http://purl.obolibrary.org/obo/RO_0000053 # bearer of +http://purl.obolibrary.org/obo/RO_0000056 # participates in +http://purl.obolibrary.org/obo/RO_0000057 # has participant +http://purl.obolibrary.org/obo/RO_0000058 # is concretized as +http://purl.obolibrary.org/obo/RO_0000059 # concretizes +http://purl.obolibrary.org/obo/RO_0000079 # function of +http://purl.obolibrary.org/obo/RO_0000080 # quality of +http://purl.obolibrary.org/obo/RO_0000081 # role of +http://purl.obolibrary.org/obo/RO_0000085 # has function +http://purl.obolibrary.org/obo/RO_0000086 # has quality +http://purl.obolibrary.org/obo/RO_0000087 # has role +http://purl.obolibrary.org/obo/RO_0000091 # has disposition +http://purl.obolibrary.org/obo/RO_0000092 # disposition of +http://purl.obolibrary.org/obo/RO_0001000 # derives from +http://purl.obolibrary.org/obo/RO_0001001 # derives into +http://purl.obolibrary.org/obo/RO_0001015 # location of +http://purl.obolibrary.org/obo/RO_0001018 # contained in +http://purl.obolibrary.org/obo/RO_0001019 # contains +http://purl.obolibrary.org/obo/RO_0001025 # located in +http://purl.obolibrary.org/obo/RO_0002000 # 2D boundary of +http://purl.obolibrary.org/obo/RO_0002002 # has 2D boundary +http://purl.obolibrary.org/obo/RO_0002350 # member of +http://purl.obolibrary.org/obo/RO_0002351 # has member +http://purl.obolibrary.org/obo/RO_0010001 # generically depends on +http://purl.obolibrary.org/obo/RO_0010002 # is carrier of