diff --git a/src/cco-extensions/BarcodeOntology.ttl b/src/cco-extensions/BarcodeOntology.ttl index 375954e3..8a09e411 100644 --- a/src/cco-extensions/BarcodeOntology.ttl +++ b/src/cco-extensions/BarcodeOntology.ttl @@ -11,7 +11,7 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; + owl:versionIRI ; owl:imports ; dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ; dcterms:rights "CUBRC Inc., see full license."@en ; diff --git a/src/cco-extensions/FamilialRelationsOntology.ttl b/src/cco-extensions/FamilialRelationsOntology.ttl index 800aba95..9083c523 100644 --- a/src/cco-extensions/FamilialRelationsOntology.ttl +++ b/src/cco-extensions/FamilialRelationsOntology.ttl @@ -11,7 +11,7 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; + owl:versionIRI ; dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ; dcterms:rights "CUBRC Inc., see full license."@en ; rdfs:comment "This ontology is designed to represent familial relationships."@en ; diff --git a/src/cco-iris/2026-08-13/BarcodeOntology.ttl b/src/cco-iris/2026-08-13/BarcodeOntology.ttl new file mode 100644 index 00000000..8a09e411 --- /dev/null +++ b/src/cco-iris/2026-08-13/BarcodeOntology.ttl @@ -0,0 +1,476 @@ +@prefix : . +@prefix cco: . +@prefix obo: . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@prefix skos: . +@prefix dcterms: . +@base . + + rdf:type owl:Ontology ; + owl:versionIRI ; + owl:imports ; + dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ; + dcterms:rights "CUBRC Inc., see full license."@en ; + rdfs:comment "This ontology is designed to represent barcode information content entities."@en ; + rdfs:label "Barcode Ontology"@en ; + owl:versionInfo "Version 1.0"@en . + +### https://www.commoncoreontologies.org/ont00002015 +cco:ont00002015 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00002014 ; + rdfs:label "Two-Dimensional Barcode"@en ; + skos:definition "A Barcode that represents lines of varying widths, spacing, height, and color that has, as part, some Prescriptive Information Content Entity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + +### https://www.commoncoreontologies.org/ont00002016 +cco:ont00002016 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00002015 ; + rdfs:label "Aztec Code"@en ; + skos:definition "A Two-Dimensional Barcode that is used by the transportation industry to scan tickets."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00002017 +cco:ont00002017 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00002015 ; + rdfs:label "Data Matrix Code"@en ; + skos:definition "A Two-Dimensional Barcode that represents cells arranged in rectangular patterns and is used for marking small items in logistics and operations."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00002018 +cco:ont00002018 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00002015 ; + rdfs:label "QR Code"@en ; + skos:definition "A Two-Dimensional Barcode that represents numeric, alphanumeric, binary, or kanji information and is used primarily for tracking and marketing."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00002019 +cco:ont00002019 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00002015 ; + rdfs:label "PDF417 Code"@en ; + skos:definition "A Two-Dimensional Barcode that is used in applications that require the storage of huge amounts of data."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00002020 +cco:ont00002020 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00002014 ; + rdfs:label "One-Dimensional Barcode"@en ; + skos:definition "A Barcode that represents parallel lines of varying widths and spacing that concretize some Prescriptive Information Content Entity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00002021 +cco:ont00002021 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00002020 ; + rdfs:label "Codabar Barcode"@en ; + skos:definition "A One-Dimensional Barcode that represents numbers 0-9 and the characters -$:/.+ and is intended for use by logistics and healthcare professionals."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00002022 +cco:ont00002022 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00002020 ; + rdfs:label "Code 93 Barcode"@en ; + skos:definition "A One-Dimensional Barcode that represents 93 ASCII characters and is used in logistics to identify packages in retail inventory, label electornic components, and provide supplementary delivery information."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00002023 +cco:ont00002023 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00002020 ; + rdfs:label "ITF Barcode"@en ; + skos:definition "A One-Dimensional Barcode that represents an even number of numerical characters and is used primarily in packaging and distribution."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00002024 +cco:ont00002024 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00002020 ; + rdfs:label "MSI Plessey Barcode"@en ; + skos:definition "A One-Dimensional Barcode that represents an indefinite number of numerical characters and is used for inventory control and marking storage containers and shelves in warehouse environments."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00002025 +cco:ont00002025 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00002020 ; + rdfs:label "EAN Barcode"@en ; + skos:definition "A One-Dimensional Barcode that represents 8 or 13 numerical digits and is used to scan consumer goods."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00002026 +cco:ont00002026 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00002025 ; + rdfs:label "ISSN Barcode"@en ; + skos:definition "An EAN Barcode that is designed to designate a periodical."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00002027 +cco:ont00002027 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00002025 ; + rdfs:label "JAN-13 Barcode"@en ; + skos:definition "An EAN Barcode that is designed to designate 13 numerical digits and is used primarily in Japan to designate products at the point of sale."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00002028 +cco:ont00002028 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00002025 ; + rdfs:label "EAN-13 Barcode"@en ; + skos:definition "An EAN Barcode that represents 13 numerical digits and is used to designate products at the point of sale."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + +### https://www.commoncoreontologies.org/ont00002029 +cco:ont00002029 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00002025 ; + rdfs:label "EAN-8 Barcode"@en ; + skos:definition "An EAN Barcode that represents 8 numerical digits and is used to designate products at the point of sale."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00002030 +cco:ont00002030 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00002025 ; + rdfs:label "ISBN Barcode"@en ; + skos:definition "An EAN Barcode that is designed to designate a book."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00002031 +cco:ont00002031 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00002020 ; + skos:scopeNote "Further variants of GS1 DataBar have not been defined here."@en ; + rdfs:label "GS1 DataBar Barcode"@en ; + skos:definition "A One-Dimensional Barcode that represents 12-14 numerical digits and is used in retail and healthcare."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00002032 +cco:ont00002032 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00002020 ; + rdfs:label "Code 39 Barcode"@en ; + skos:definition "A One-Dimensional Barcode that represents 39 characters that are numbers 0-9, capital letters A-Z, or the symbols -.$/+% and space and is used primarily in automotive and defense industries."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00002033 +cco:ont00002033 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00002020 ; + rdfs:label "Code 128 Barcode"@en ; + skos:definition "A One-Dimensional Barcode that represents up to 128 ASCII characters and is used primarily in supply chains."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00002034 +cco:ont00002034 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00002020 ; + rdfs:label "UPC Barcode"@en ; + skos:definition "A One-Dimensional Barcode that represents 6 or 12 numerical digits and is used to scan consumer goods."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00002035 +cco:ont00002035 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00002034 ; + rdfs:label "UPC-A Barcode"@en ; + skos:definition "A UPC Barcode that represents 12 numerical digits."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00002036 +cco:ont00002036 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00002034 ; + rdfs:label "UPC-E Barcode"@en ; + skos:definition "A UPC Barcode that represents 6 numerical digits."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + +### https://www.commoncoreontologies.org/ont00000241 +cco:ont00000241 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001064 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000101 ; + owl:someValuesFrom cco:ont00002015 + ] ; + rdfs:label "Material Copy of a Two-Dimensional Barcode"@en ; + skos:altLabel "Two-Dimensional Barcode"@en ; + skos:definition "A Material Copy of a Barcode that is designed to bear lines of varying widths, spacing, height, and color that concretize some Prescriptive Information Content Entity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000242 +cco:ont00000242 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000241 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000101 ; + owl:someValuesFrom cco:ont00002017 + ] ; + rdfs:label "Material Copy of a Data Matrix Code"@en ; + skos:altLabel "Data Matrix Code"@en ; + skos:definition "A Material Copy of a Two-Dimensional Barcode that consists of cells arranged in rectangular patterns and is used for marking small items in logistics and operations."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + +### https://www.commoncoreontologies.org/ont00000258 +cco:ont00000258 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001064 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000101 ; + owl:someValuesFrom cco:ont00002020 + ] ; + rdfs:label "Material Copy of a One-Dimensional Barcode"@en ; + skos:altLabel "One-Dimensional Barcode"@en ; + skos:definition "A Material Copy of a Barcode that is designed to carry parallel lines of varying widths and spacing that concretize some Prescriptive Information Content Entity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + +### https://www.commoncoreontologies.org/ont00000326 +cco:ont00000326 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000258 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000101 ; + owl:someValuesFrom cco:ont00002034 + ] ; + rdfs:label "Material Copy of a UPC Barcode"@en ; + skos:altLabel "UPC Barcode"@en ; + skos:definition "A Material Copy of a One-Dimensional Barcode that consists of 6 or 12 numerical digits and is used to scan consumer goods."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + +### https://www.commoncoreontologies.org/ont00000429 +cco:ont00000429 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000258 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000101 ; + owl:someValuesFrom cco:ont00002021 + ] ; + rdfs:label "Material Copy of a Codabar Barcode"@en ; + skos:altLabel "Codabar Barcode"@en ; + skos:definition "A Material Copy of a One-Dimensional Barcode that consists of numbers 0-9 and the characters -$:/.+ and is used by logistics and healthcare professionals."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + +### https://www.commoncoreontologies.org/ont00000461 +cco:ont00000461 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000966 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000101 ; + owl:someValuesFrom cco:ont00002026 + ] ; + rdfs:label "Material Copy of a ISSN Barcode"@en ; + skos:altLabel "ISSN Barcode"@en ; + skos:definition "A Material Copy of an EAN Barcode that is used to designate periodicals."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000559 +cco:ont00000559 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000241 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000101 ; + owl:someValuesFrom cco:ont00002018 + ] ; + rdfs:label "Material Copy of a QR Code"@en ; + skos:altLabel "QR Code"@en ; + skos:definition "A Material Copy of a Two-Dimensional Barcode that consists of numeric, alphanumeric, binary, or kanji information and is used primarily for tracking and marketing."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + +### https://www.commoncoreontologies.org/ont00000582 +cco:ont00000582 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000258 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000101 ; + owl:someValuesFrom cco:ont00002022 + ] ; + rdfs:label "Material Copy of a Code 93 Barcode"@en ; + skos:altLabel "Code 93 Barcode"@en ; + skos:definition "A Material Copy of a One-Dimensional Barcode that consists of up to 93 ASCII characters and is used in logistics to identify packages in retail inventory, lable electornic components, and provide supplementary delivery information."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + +### https://www.commoncoreontologies.org/ont00000596 +cco:ont00000596 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000966 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000101 ; + owl:someValuesFrom cco:ont00002027 + ] ; + rdfs:label "Material Copy of a JAN-13 Barcode"@en ; + skos:altLabel "JAN-13 Barcode"@en ; + skos:definition "A Material Copy of an EAN Barcode that consists of 13 numerical digits and is used primarily in Japan to designate products at the point of sale."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + +### https://www.commoncoreontologies.org/ont00000602 +cco:ont00000602 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000258 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000101 ; + owl:someValuesFrom cco:ont00002023 + ] ; + rdfs:label "Material Copy of a ITF Barcode"@en ; + skos:altLabel "ITF Barcode"@en ; + skos:definition "A Material Copy of a One-Dimensional Barcode that consists of an even number of numerical characters and is used primarily in packaging and distribution."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + +### https://www.commoncoreontologies.org/ont00000899 +cco:ont00000899 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000258 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000101 ; + owl:someValuesFrom cco:ont00002024 + ] ; + rdfs:label "Material Copy of a MSI Plessey Barcode"@en ; + skos:altLabel "MSI Plessey Barcode"@en ; + skos:definition "A Material Copy of a One-Dimensional Barcode that consists of an indefinite number of numerical characters and is used for inventory control and marking storage containers and shelves in warehouse environments."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000931 +cco:ont00000931 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000326 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000101 ; + owl:someValuesFrom cco:ont00002035 + ] ; + rdfs:label "Material Copy of a UPC-A Barcode"@en ; + skos:altLabel "UPC-A Barcode"@en ; + skos:definition "A Material Copy of a UPC Barcode that consists of 12 numerical digits."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000966 +cco:ont00000966 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000258 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000101 ; + owl:someValuesFrom cco:ont00002025 + ] ; + rdfs:label "Material Copy of a EAN Barcode"@en ; + skos:altLabel "EAN Barcode"@en ; + skos:definition "A Material Copy of a One-Dimensional Barcode that consists of 8 or 13 numerical digits and is used to scan consumer goods."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000972 +cco:ont00000972 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000966 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000101 ; + owl:someValuesFrom cco:ont00002028 + ] ; + rdfs:label "Material Copy of a EAN-13 Barcode"@en ; + skos:altLabel "EAN-13 Barcode"@en ; + skos:definition "A Material Copy of an EAN Barcode that consists of 13 numerical digits and is used to designate products at the point of sale."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001012 +cco:ont00001012 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000258 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000101 ; + owl:someValuesFrom cco:ont00002031 + ] ; + skos:scopeNote "Further variants of GS1 DataBar have not been defined here."@en ; + rdfs:label "Material Copy of a GS1 DataBar Barcode"@en ; + skos:altLabel "GS1 DataBar Barcode"@en ; + skos:definition "A Material Copy of a One-Dimensional Barcode that consists of 12-14 numerical digits and is used in retail and healthcare."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001131 +cco:ont00001131 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000966 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000101 ; + owl:someValuesFrom cco:ont00002029 + ] ; + rdfs:label "Material Copy of a EAN-8 Barcode"@en ; + skos:altLabel "EAN-8 Barcode"@en ; + skos:definition "A Material Copy of an EAN Barcode that consists of 8 numerical digits and is used to designate products at the point of sale."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001209 +cco:ont00001209 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000326 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000101 ; + owl:someValuesFrom cco:ont00002036 + ] ; + rdfs:label "Material Copy of a UPC-E Barcode"@en ; + skos:altLabel "UPC-E Barcode"@en ; + skos:definition "A Material Copy of a UPC Barcode that consists of 6 numerical digits."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001245 +cco:ont00001245 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000241 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000101 ; + owl:someValuesFrom cco:ont00002019 + ] ; + rdfs:label "Material Copy of a PDF417 Code"@en ; + skos:altLabel "PDF417 Code"@en ; + skos:definition "A Material Copy of a Two-Dimensional Barcode that is used in applications that require the storage of huge amounts of data."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001260 +cco:ont00001260 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000258 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000101 ; + owl:someValuesFrom cco:ont00002032 + ] ; + rdfs:label "Material Copy of a Code 39 Barcode"@en ; + skos:altLabel "Code 39 Barcode"@en ; + skos:definition "A Material Copy of a One-Dimensional Barcode that consists of 39 characters that are numbers 0-9, capital letters A-Z, or the symbols -.$/+% and space and is used primarily in automotive and defense industries."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001264 +cco:ont00001264 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000258 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000101 ; + owl:someValuesFrom cco:ont00002033 + ] ; + rdfs:label "Material Copy of a Code 128 Barcode"@en ; + skos:altLabel "Code 128 Barcode"@en ; + skos:definition "A Material Copy of a One-Dimensional Barcode that consists of up to 128 ASCII characters and is used primarily in supply chains."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001268 +cco:ont00001268 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000966 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000101 ; + owl:someValuesFrom cco:ont00002030 + ] ; + rdfs:label "Material Copy of a ISBN Barcode"@en ; + skos:altLabel "ISBN Barcode"@en ; + skos:definition "A Material Copy of an EAN Barcode that is used to designate books."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + + +### https://www.commoncoreontologies.org/ont00000014 +cco:ont00000014 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000241 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000101 ; + owl:someValuesFrom cco:ont00002016 + ] ; + rdfs:label "Material Copy of a Aztec Code"@en ; + skos:altLabel "Aztec Code"@en ; + skos:definition "A Material Copy of a Two-Dimensional Barcode that is used by the transportation industry to scan tickets."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + + diff --git a/src/cco-iris/2026-08-13/FamilialRelationsOntology.ttl b/src/cco-iris/2026-08-13/FamilialRelationsOntology.ttl new file mode 100644 index 00000000..9083c523 --- /dev/null +++ b/src/cco-iris/2026-08-13/FamilialRelationsOntology.ttl @@ -0,0 +1,716 @@ +@prefix : . +@prefix cco: . +@prefix obo: . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@prefix skos: . +@prefix dcterms: . +@base . + + rdf:type owl:Ontology ; + owl:versionIRI ; + dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ; + dcterms:rights "CUBRC Inc., see full license."@en ; + rdfs:comment "This ontology is designed to represent familial relationships."@en ; + rdfs:label "Familial Relations Ontology"@en ; + owl:versionInfo "Version 1.0"@en . + +################################################################# +# Annotation properties +################################################################# + +### http://purl.org/dc/terms/license +dcterms:license rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/rights +dcterms:rights rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition +skos:definition rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote +skos:scopeNote rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 +cco:ont00001760 rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001774 +cco:ont00001774 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001902 ; + owl:inverseOf cco:ont00001883 ; + rdfs:label "has brother"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + +### https://www.commoncoreontologies.org/ont00001776 +cco:ont00001776 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001945 ; + owl:inverseOf cco:ont00001876 ; + rdfs:label "has grandfather"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001780 +cco:ont00001780 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001842 ; + owl:inverseOf cco:ont00001786 ; + rdfs:label "has mother"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001781 +cco:ont00001781 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001996 ; + owl:inverseOf cco:ont00001979 ; + rdfs:label "has step sister"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001783 +cco:ont00001783 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001945 ; + owl:inverseOf cco:ont00001820 ; + rdfs:label "is granddaughter of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001784 +cco:ont00001784 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001818 ; + owl:inverseOf cco:ont00001881 ; + rdfs:label "has son-in-law"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001785 +cco:ont00001785 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001988 ; + rdfs:label "has uncle"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001786 +cco:ont00001786 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001995 ; + rdfs:label "is mother of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001788 +cco:ont00001788 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001789 ; + owl:inverseOf cco:ont00001994 ; + rdfs:label "has paternal aunt"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001789 +cco:ont00001789 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001955 ; + rdfs:label "has aunt"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001790 +cco:ont00001790 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001785 ; + owl:inverseOf cco:ont00001929 ; + rdfs:label "has maternal uncle"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001792 +cco:ont00001792 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001902 ; + owl:inverseOf cco:ont00001851 ; + rdfs:label "has sister"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001793 +cco:ont00001793 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001975 ; + owl:inverseOf cco:ont00001948 ; + rdfs:label "has half sister"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001802 +cco:ont00001802 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001804 ; + owl:inverseOf cco:ont00001957 ; + rdfs:label "has husband"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001804 +cco:ont00001804 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001804 ; + rdfs:label "is spouse of"@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001806 +cco:ont00001806 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001806 ; + rdf:type owl:SymmetricProperty ; + rdfs:label "is first cousin of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001812 +cco:ont00001812 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001945 ; + owl:inverseOf cco:ont00001981 ; + rdfs:label "is grandson of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001818 +cco:ont00001818 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001818 ; + rdfs:label "is in-law of"@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001820 +cco:ont00001820 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001850 ; + rdfs:label "has granddaughter"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001823 +cco:ont00001823 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001785 ; + owl:inverseOf cco:ont00001926 ; + rdfs:label "has paternal uncle"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001826 +cco:ont00001826 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001818 ; + owl:inverseOf cco:ont00001828 ; + rdfs:label "is sister-in-law of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001828 +cco:ont00001828 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001818 ; + rdfs:label "has sister-in-law"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001835 +cco:ont00001835 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001842 ; + owl:inverseOf cco:ont00001839 ; + rdfs:label "is son of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001839 +cco:ont00001839 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001995 ; + rdfs:label "has son"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001840 +cco:ont00001840 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001945 ; + owl:inverseOf cco:ont00001882 ; + rdfs:label "has grandmother"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001842 +cco:ont00001842 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001995 ; + rdfs:label "is child of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001843 +cco:ont00001843 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001806 ; + owl:inverseOf cco:ont00001894 ; + rdfs:label "is paternal first cousin of"@en ; + skos: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."@en ; + skos:scopeNote "is_paternal_first_cousin_of is not a symmetric relationship as is is_first_cousin_of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001849 +cco:ont00001849 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001818 ; + owl:inverseOf cco:ont00001935 ; + rdfs:label "is father-in-law of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001850 +cco:ont00001850 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001945 ; + rdfs:label "is grandparent of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001851 +cco:ont00001851 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001902 ; + rdfs:label "is sister of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001853 +cco:ont00001853 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001818 ; + owl:inverseOf cco:ont00001885 ; + rdfs:label "is mother-in-law of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001854 +cco:ont00001854 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001818 ; + owl:inverseOf cco:ont00001867 ; + rdfs:label "has daughter-in-law"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001856 +cco:ont00001856 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001932 ; + rdfs:label "has niece"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001858 +cco:ont00001858 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001842 ; + owl:inverseOf cco:ont00001987 ; + rdfs:label "is daughter of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001860 +cco:ont00001860 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001968 ; + rdfs:label "is ancestor of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001865 +cco:ont00001865 rdf:type owl:ObjectProperty , + owl:SymmetricProperty ; + rdfs:label "has familial relationship to"@en ; + skos:definition "A relationship between persons by virtue of ancestry or legal union."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001867 +cco:ont00001867 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001818 ; + rdfs:label "is daughter-in-law of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001871 +cco:ont00001871 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001804 ; + owl:inverseOf cco:ont00001887 ; + rdfs:label "has wife"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001872 +cco:ont00001872 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001996 ; + owl:inverseOf cco:ont00001890 ; + rdfs:label "is step-brother of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001876 +cco:ont00001876 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001850 ; + rdfs:label "is grandfather of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001881 +cco:ont00001881 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001818 ; + rdfs:label "is son-in-law of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001882 +cco:ont00001882 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001850 ; + rdfs:label "is grandmother of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001883 +cco:ont00001883 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001902 ; + rdfs:label "is brother of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001885 +cco:ont00001885 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001818 ; + rdfs:label "has mother-in-law"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001887 +cco:ont00001887 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001804 ; + rdfs:label "is wife of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001890 +cco:ont00001890 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001996 ; + rdfs:label "has step brother"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001891 +cco:ont00001891 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001818 ; + owl:inverseOf cco:ont00001952 ; + rdfs:label "has brother-in-law"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001892 +cco:ont00001892 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001876 ; + owl:inverseOf cco:ont00001972 ; + rdfs:label "is paternal grandfather of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001894 +cco:ont00001894 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001806 ; + rdfs:label "has paternal first cousin"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001897 +cco:ont00001897 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001882 ; + owl:inverseOf cco:ont00001960 ; + rdfs:label "is maternal grandmother of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001902 +cco:ont00001902 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001902 ; + rdf:type owl:SymmetricProperty ; + rdfs:label "is sibling of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001903 +cco:ont00001903 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001876 ; + owl:inverseOf cco:ont00001973 ; + rdfs:label "is maternal grandfather of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001905 +cco:ont00001905 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001975 ; + owl:inverseOf cco:ont00001927 ; + rdfs:label "is half-brother of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001906 +cco:ont00001906 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001806 ; + owl:inverseOf cco:ont00001934 ; + skos:scopeNote "is_maternal_first_cousin_of is not a symmetric relationship as is is_first_cousin_of"@en ; + rdfs:label "is maternal first cousin of"@en ; + skos: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."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001911 +cco:ont00001911 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001882 ; + owl:inverseOf cco:ont00001937 ; + rdfs:label "is paternal grandmother of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001926 +cco:ont00001926 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001988 ; + rdfs:label "is paternal uncle of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001927 +cco:ont00001927 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001975 ; + rdfs:label "has half brother"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + +### https://www.commoncoreontologies.org/ont00001929 +cco:ont00001929 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001988 ; + rdfs:label "is maternal uncle of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001930 +cco:ont00001930 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001930 ; + rdf:type owl:SymmetricProperty ; + rdfs:label "is second cousin of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001932 +cco:ont00001932 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + rdfs:label "is niece of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001934 +cco:ont00001934 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001806 ; + rdfs:label "has maternal first cousin"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001935 +cco:ont00001935 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001818 ; + rdfs:label "has father-in-law"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001937 +cco:ont00001937 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001840 ; + rdfs:label "has paternal grandmother"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001941 +cco:ont00001941 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001955 ; + owl:inverseOf cco:ont00001958 ; + rdfs:label "is maternal aunt of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001945 +cco:ont00001945 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + rdfs:label "is grandchild of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001946 +cco:ont00001946 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001842 ; + owl:inverseOf cco:ont00001985 ; + rdfs:label "has father"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001948 +cco:ont00001948 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001975 ; + rdfs:label "is half sister of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001950 +cco:ont00001950 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001950 ; + rdf:type owl:SymmetricProperty ; + rdfs:label "is third cousin of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001952 +cco:ont00001952 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001818 ; + rdfs:label "is brother-in-law of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001955 +cco:ont00001955 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + rdfs:label "is aunt of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001957 +cco:ont00001957 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001804 ; + rdfs:label "is husband of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001958 +cco:ont00001958 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001789 ; + rdfs:label "has maternal aunt"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001960 +cco:ont00001960 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001840 ; + rdfs:label "has maternal grandmother"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001967 +cco:ont00001967 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001969 ; + rdfs:label "is nephew of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001968 +cco:ont00001968 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + rdfs:label "is descendant of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001969 +cco:ont00001969 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + rdfs:label "has nephew"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001972 +cco:ont00001972 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001776 ; + rdfs:label "has paternal grandfather"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001973 +cco:ont00001973 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001776 ; + rdfs:label "has maternal grandfather"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001975 +cco:ont00001975 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001975 ; + rdf:type owl:SymmetricProperty ; + rdfs:label "is half-sibling of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001979 +cco:ont00001979 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001996 ; + rdfs:label "is step-sister of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001981 +cco:ont00001981 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001850 ; + rdfs:label "has grandson"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001985 +cco:ont00001985 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001995 ; + rdfs:label "is father of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001987 +cco:ont00001987 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001995 ; + rdfs:label "has daughter"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001988 +cco:ont00001988 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + rdfs:label "is uncle of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001994 +cco:ont00001994 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001955 ; + rdfs:label "is paternal aunt of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001995 +cco:ont00001995 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + rdfs:label "is parent of"@en ; + skos:definition "x is_parent_of y is a familial relationship between an instance of Person x and a different instance of Person y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001996 +cco:ont00001996 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001996 ; + rdfs:label "is step-sibling of"@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + +### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/2026-08-13/ModalRelationOntology.ttl b/src/cco-iris/2026-08-13/ModalRelationOntology.ttl new file mode 100644 index 00000000..cd1163b9 --- /dev/null +++ b/src/cco-iris/2026-08-13/ModalRelationOntology.ttl @@ -0,0 +1,2547 @@ +@prefix cco: . +@prefix dc: . +@prefix dct: . +@prefix mro: . +@prefix obo: . +@prefix owl: . +@prefix rdf: . +@prefix rdfs: . +@prefix skos: . +@prefix xsd: . + +dc:identifier a owl:AnnotationProperty . + +dct:created a owl:AnnotationProperty . + +dct:creator a owl:AnnotationProperty . + +dct:license a owl:AnnotationProperty . + +dct:rights a owl:AnnotationProperty . + +skos:altLabel a owl:AnnotationProperty . + +skos:changeNote a owl:AnnotationProperty . + +skos:definition a owl:AnnotationProperty . + +skos:editorialNote a owl:AnnotationProperty . + +skos:example a owl:AnnotationProperty . + +skos:prefLabel a owl:AnnotationProperty . + +skos:scopeNote a owl:AnnotationProperty . + +mro:BFO_0000054 a owl:ObjectProperty ; + rdfs:label "has realization"@en ; + dc:identifier "206-BFO" ; + rdfs:domain obo:BFO_0000017 ; + rdfs:range obo:BFO_0000015 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:BFO_0000055 ; + skos:altLabel "realized in"@en ; + skos:definition "b has realization c =Def c realizes b"@en ; + skos:example "As for realizes"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000058 a owl:ObjectProperty ; + rdfs:label "is concretized by"@en ; + dc:identifier "258-BFO" ; + rdfs:domain obo:BFO_0000031 ; + rdfs:range [ a owl:Class ; + owl:unionOf ( obo:BFO_0000015 obo:BFO_0000020 ) ] ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:BFO_0000059 ; + skos:definition "c is concretized by b =Def b concretizes c"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000062 a owl:ObjectProperty, + owl:TransitiveProperty ; + rdfs:label "preceded by"@en ; + dc:identifier "213-BFO" ; + rdfs:domain obo:BFO_0000003 ; + rdfs:range obo:BFO_0000003 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:BFO_0000063 ; + skos:definition "b preceded by c =Def b precedes c"@en ; + skos:example "The temporal region occupied by the second half of the match is preceded by the temporal region occupied by the first half of the match"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000108 a owl:ObjectProperty ; + rdfs:label "exists at"@en ; + dc:identifier "118-BFO" ; + rdfs:domain obo:BFO_0000001 ; + rdfs:range obo:BFO_0000008 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "(Elucidation) exists at is a relation between a particular and some temporal region at which the particular exists"@en ; + skos:example "First World War exists at 1914-1916; Mexico exists at January 1, 2000"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000115 a owl:ObjectProperty ; + rdfs:label "has member part"@en ; + dc:identifier "230-BFO" ; + rdfs:domain obo:BFO_0000040 ; + rdfs:range obo:BFO_0000040 ; + rdfs:subPropertyOf mro:BFO_0000178 ; + owl:inverseOf mro:BFO_0000129 ; + skos:definition "b has member part c =Def c member part of b"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000121 a owl:ObjectProperty, + owl:TransitiveProperty ; + rdfs:label "has temporal part"@en ; + dc:identifier "211-BFO" ; + rdfs:domain obo:BFO_0000003 ; + rdfs:range obo:BFO_0000003 ; + rdfs:subPropertyOf mro:BFO_0000117 ; + owl:inverseOf mro:BFO_0000139 ; + skos:definition "b has temporal part c =Def c temporal part of b"@en ; + skos:example "Your life has temporal part the first year of your life"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000124 a owl:ObjectProperty ; + rdfs:label "location of"@en ; + dc:identifier "236-BFO" ; + rdfs:domain [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000004 [ a owl:Class ; + owl:complementOf obo:BFO_0000006 ] ) ] ; + rdfs:range [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000004 [ a owl:Class ; + owl:complementOf obo:BFO_0000006 ] ) ] ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:BFO_0000171 ; + skos:definition "b location of c =Def c located in b"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000127 a owl:ObjectProperty ; + rdfs:label "material basis of"@en ; + dc:identifier "244-BFO" ; + rdfs:domain obo:BFO_0000040 ; + rdfs:range obo:BFO_0000016 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:BFO_0000218 ; + skos:definition "b material basis of c =Def c has material basis b"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000153 a owl:FunctionalProperty, + owl:ObjectProperty ; + rdfs:label "temporally projects onto"@en ; + dc:identifier "080-BFO" ; + rdfs:domain obo:BFO_0000011 ; + rdfs:range obo:BFO_0000008 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "(Elucidation) temporally projects onto is a relation between a spatiotemporal region s and some temporal region which is the temporal extent of s"@en ; + skos:example "The world line of a particle temporally projects onto the temporal region extending from the beginning to the end of the existence of the particle"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000184 a owl:FunctionalProperty, + owl:InverseFunctionalProperty, + owl:ObjectProperty ; + rdfs:label "history of"@en ; + dc:identifier "144-BFO" ; + rdfs:domain obo:BFO_0000182 ; + rdfs:range obo:BFO_0000040 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:BFO_0000185 ; + skos:definition "(Elucidation) history of is a relation between history b and material entity c such that b is the unique history of c"@en ; + skos:example "This life is the history of this organism"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000200 a owl:FunctionalProperty, + owl:ObjectProperty ; + rdfs:label "occupies spatiotemporal region"@en ; + dc:identifier "082-BFO" ; + rdfs:domain [ a owl:Class ; + owl:unionOf ( obo:BFO_0000015 obo:BFO_0000035 ) ] ; + rdfs:range obo:BFO_0000011 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "(Elucidation) occupies spatiotemporal region is a relation between a process or process boundary p and the spatiotemporal region s which is its spatiotemporal extent"@en ; + skos:example "A particle emitted by a nuclear reactor occupies the spatiotemporal region which is its trajectory"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000210 a owl:ObjectProperty ; + rdfs:label "occupies spatial region"@en ; + dc:identifier "232-BFO" ; + rdfs:domain [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000004 [ a owl:Class ; + owl:complementOf obo:BFO_0000006 ] ) ] ; + rdfs:range obo:BFO_0000006 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "b occupies spatial region r =Def b is an independent continuant that is not a spatial region & r is a spatial region & there is some time t such that every continuant part of b occupies some continuant part of r at t and no continuant part of b occupies any spatial region that is not a continuant part of r at t"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000216 a owl:ObjectProperty ; + rdfs:label "spatially projects onto"@en ; + dc:identifier "246-BFO" ; + rdfs:domain obo:BFO_0000011 ; + rdfs:range obo:BFO_0000006 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "(Elucidation) spatially projects onto is a relation between some spatiotemporal region b and spatial region c such that at some time t, c is the spatial extent of b at t"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000221 a owl:ObjectProperty ; + rdfs:label "first instant of"@en ; + dc:identifier "268-BFO" ; + rdfs:domain obo:BFO_0000203 ; + rdfs:range obo:BFO_0000008 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:BFO_0000222 ; + skos:definition "t first instant of t' =Def t is a temporal instant & t' is a temporal region t' & t precedes all temporal parts of t' other than t"@en ; + skos:example "An hour starting at midnight yesterday has first instant midnight yesterday"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000223 a owl:ObjectProperty ; + rdfs:label "last instant of"@en ; + dc:identifier "269-BFO" ; + rdfs:domain obo:BFO_0000203 ; + rdfs:range obo:BFO_0000008 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:BFO_0000224 ; + skos:definition "t last instant of t' =Def t is a temporal instant & t' is a temporal region & all temporal parts of t' other than t precede t"@en ; + skos:example "Last midnight is the last instant of yesterday"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001763 a owl:DatatypeProperty ; + rdfs:label "has altitude value"@en ; + skos:scopeNote "Altitude values typically use kilometers as the Unit of Measurement."@en, + "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."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001764 a owl:DatatypeProperty ; + rdfs:label "has longitude value"@en ; + rdfs:range xsd:decimal ; + skos:definition "A Data Property that has as its range the longitude value from some Geospatial Location coordinates set expressed in decimal degrees."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001765 a owl:DatatypeProperty ; + rdfs:label "has text value"@en ; + rdfs:domain cco:ont00000253 ; + owl:deprecated true ; + skos:changeNote "Deprecated without direct replacement because the property is overly generic and does not add semantic content beyond the use of a string literal. Modelers should instead use a more specific datatype property whose meaning explains what the text records, names, describes, encodes, or otherwise represents."@en ; + skos:definition "A data property that has as its range a string value."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001766 a owl:DatatypeProperty ; + rdfs:label "has latitude value"@en ; + rdfs:range xsd:decimal ; + skos:definition "A Data Property that has as its range the latitude value from some Geospatial Location coordinates set expressed in decimal degrees."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001767 a owl:DatatypeProperty ; + rdfs:label "has datetime value"@en ; + rdfs:domain cco:ont00000253 ; + rdfs:range xsd:dateTime ; + owl:deprecated true ; + skos:changeNote "Deprecated without direct replacement because the property is overly generic and does not add semantic content beyond the use of an xsd:dateTime typed literal. Modelers should instead use a more specific datatype property whose meaning explains what date-time value is being recorded, specified, observed, issued, created, modified, or otherwise represented."@en ; + skos:definition "A data property that has as its value a datetime value."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001768 a owl:DatatypeProperty ; + rdfs:label "has URI value"@en ; + rdfs:domain cco:ont00000253 ; + rdfs:range xsd:anyURI ; + owl:deprecated true ; + skos:changeNote "Deprecated without direct replacement because the property is overly generic and does not add semantic content beyond the use of an xsd:anyURI typed literal. Modelers should instead use a more specific datatype property whose meaning explains what the URI identifies, locates, references, resolves to, or otherwise represents."@en ; + skos:definition "A data property that has as its range a URI value."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001769 a owl:DatatypeProperty ; + rdfs:label "has decimal value"@en ; + rdfs:domain cco:ont00000253 ; + rdfs:range xsd:decimal ; + owl:deprecated true ; + skos:changeNote "Deprecated without direct replacement because the property is overly generic and does not add semantic content beyond the use of an xsd:decimal typed literal. Modelers should instead use a more specific datatype property whose meaning explains what the decimal value measures, quantifies, estimates, rates, or otherwise represents."@en ; + skos:definition "A data property that has as its range a decimal value."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001770 a owl:DatatypeProperty ; + rdfs:label "has double value"@en ; + rdfs:domain cco:ont00000253 ; + rdfs:range xsd:double ; + owl:deprecated true ; + skos:changeNote "Deprecated without direct replacement because the property is overly generic and does not add semantic content beyond the use of an xsd:double typed literal. Modelers should instead use a more specific datatype property whose meaning explains what the double value measures, quantifies, estimates, rates, or otherwise represents."@en ; + skos:definition "A data property that has as its range a double value."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001771 a owl:DatatypeProperty ; + rdfs:label "has date value"@en ; + rdfs:domain cco:ont00000253 ; + skos:definition "A data property that has as its range a date value."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001772 a owl:DatatypeProperty ; + rdfs:label "has boolean value"@en ; + rdfs:domain cco:ont00000253 ; + rdfs:range xsd:boolean ; + owl:deprecated true ; + skos:changeNote "Deprecated without direct replacement because the property is overly generic and does not add semantic content beyond the use of an xsd:boolean typed literal. Modelers should instead use a more specific datatype property whose meaning explains what the boolean value affirms, denies, indicates, or otherwise represents."@en ; + skos:definition "A data property that has as its range a boolean value."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001773 a owl:DatatypeProperty ; + rdfs:label "has integer value"@en ; + rdfs:domain cco:ont00000253 ; + rdfs:range xsd:integer ; + owl:deprecated true ; + skos:changeNote "Deprecated because the property does not add semantic content beyond the use of an xsd:integer typed literal. Use a domain-specific datatype property with range xsd:integer where an integer-valued measurement, count, ordinal, identifier component, or other value is intended."@en ; + skos:definition "A data property that has as its range an integer value."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001774 a owl:ObjectProperty ; + rdfs:label "has brother"@en ; + rdfs:subPropertyOf mro:ont00001902 ; + owl:inverseOf mro:ont00001883 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001775 a owl:ObjectProperty ; + rdfs:label "is successor of"@en ; + rdfs:domain obo:BFO_0000004 ; + rdfs:range obo:BFO_0000004 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:ont00001928 ; + skos:definition "x is successor of y =Def y is predecessor of x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001777 a owl:ObjectProperty ; + rdfs:label "has process part"@en ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000015 ; + rdfs:subPropertyOf mro:BFO_0000117 ; + owl:inverseOf mro:ont00001857 ; + skos:definition "x has process part y =Def y is part of process x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001778 a owl:ObjectProperty ; + rdfs:label "has object"@en ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range [ a owl:Class ; + owl:unionOf ( obo:BFO_0000020 obo:BFO_0000031 [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000004 [ a owl:Class ; + owl:complementOf obo:BFO_0000006 ] ) ] ) ] ; + rdfs:subPropertyOf mro:BFO_0000057 ; + owl:inverseOf mro:ont00001936 ; + skos:definition "x has object y =Def y is object of x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001779 a owl:ObjectProperty ; + rdfs:label "has inside instant"@en ; + rdfs:domain obo:BFO_0000038 ; + rdfs:range obo:BFO_0000203 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:ont00001848 ; + skos:definition "x has_inside_instant y iff x is an instance of One Dimensional Temporal Region and y is an instance of Temporal Instant and y is_inside_instant_of x."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001780 a owl:ObjectProperty ; + rdfs:label "has mother"@en ; + rdfs:subPropertyOf mro:ont00001842 ; + owl:inverseOf mro:ont00001786 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001781 a owl:ObjectProperty ; + rdfs:label "has step sister"@en ; + rdfs:subPropertyOf mro:ont00001996 ; + owl:inverseOf mro:ont00001979 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001782 a owl:ObjectProperty ; + rdfs:label "has all members located in"@en ; + rdfs:domain obo:BFO_0000027 ; + rdfs:range [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000004 [ a owl:Class ; + owl:complementOf obo:BFO_0000006 ] ) ] ; + rdfs:subPropertyOf mro:ont00001832 ; + skos:definition "x has all members located in y iff x is an instance of Object Aggregate and y is an instance of independent continuant but not a spatial region, and every member of x is located in y."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001783 a owl:ObjectProperty ; + rdfs:label "is granddaughter of"@en ; + rdfs:subPropertyOf mro:ont00001945 ; + owl:inverseOf mro:ont00001820 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001784 a owl:ObjectProperty ; + rdfs:label "has son-in-law"@en ; + rdfs:subPropertyOf mro:ont00001818 ; + owl:inverseOf mro:ont00001881 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001787 a owl:ObjectProperty ; + rdfs:label "agent in"@en ; + rdfs:domain cco:ont00001017 ; + rdfs:range obo:BFO_0000015 ; + rdfs:subPropertyOf mro:BFO_0000056 ; + owl:inverseOf mro:ont00001833 ; + skos:definition "x agent_in y iff y is an instance of Process and x is an instance of Agent, such that x is causally active in y."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001788 a owl:ObjectProperty ; + rdfs:label "has paternal aunt"@en ; + rdfs:subPropertyOf mro:ont00001789 ; + owl:inverseOf mro:ont00001994 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001790 a owl:ObjectProperty ; + rdfs:label "has maternal uncle"@en ; + rdfs:subPropertyOf mro:ont00001785 ; + owl:inverseOf mro:ont00001929 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001791 a owl:ObjectProperty ; + rdfs:label "coincides with"@en ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + rdfs:subPropertyOf mro:ont00001810 ; + skos:definition "x coincides_with y iff x and y are both instances of Immaterial Entity and x is a spatial part of y and y is a spatial part of x."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be transitive and symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001792 a owl:ObjectProperty ; + rdfs:label "has sister"@en ; + rdfs:subPropertyOf mro:ont00001902 ; + owl:inverseOf mro:ont00001851 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001793 a owl:ObjectProperty ; + rdfs:label "has half sister"@en ; + rdfs:subPropertyOf mro:ont00001975 ; + owl:inverseOf mro:ont00001948 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001794 a owl:ObjectProperty ; + rdfs:label "has subsidiary"@en ; + rdfs:domain cco:ont00001180 ; + rdfs:range cco:ont00001180 ; + rdfs:subPropertyOf mro:ont00001977 ; + owl:inverseOf mro:ont00001815 ; + skos:definition "x has subsidiary y =Def y is subsidiary of x."@en ; + cco:ont00001754 "http://www.austlii.edu.au/legis/cth/consol_act/ca2001172/s50aa.html" ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001795 a owl:ObjectProperty ; + rdfs:label "has inside interval"@en ; + rdfs:domain obo:BFO_0000202 ; + rdfs:range obo:BFO_0000202 ; + rdfs:subPropertyOf mro:ont00001924 ; + owl:inverseOf mro:ont00001869 ; + skos:definition "x has inside interval y =Def y interval during x."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001796 a owl:ObjectProperty ; + rdfs:label "tangential part of"@en ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + rdfs:subPropertyOf mro:ont00001944 ; + owl:inverseOf mro:ont00001909 ; + skos:definition "x tangential_part_of y iff x and y are both instances of Immaterial Entity and x is a spatial part of y and there exists an instance of Immaterial Entity z such that z externally connects with x and z externally connects with y."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be transitive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001754 "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001797 a owl:ObjectProperty ; + rdfs:label "partially overlaps with"@en ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + rdfs:subPropertyOf mro:ont00001810 ; + skos:definition "x partially overlaps with y iff x and y are both instances of Immaterial Entity and x overlaps with y and x is not a spatial part of y and y is not a spatial part of x."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001754 "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001798 a owl:ObjectProperty ; + rdfs:label "is supervised by"@en ; + rdfs:domain cco:ont00001262 ; + rdfs:range cco:ont00001262 ; + rdfs:subPropertyOf mro:ont00001939 ; + owl:inverseOf mro:ont00001943 ; + skos:definition "x is_supervised_by y iff x and y are both instances of Person and y supervises x."@en ; + cco:ont00001754 "http://en.wiktionary.org/wiki/supervise)" ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001799 a owl:ObjectProperty ; + rdfs:label "role of aggregate"@en ; + rdfs:domain obo:BFO_0000023 ; + rdfs:range obo:BFO_0000027 ; + rdfs:subPropertyOf mro:ont00001809 ; + skos:definition "x role_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Role, and x inheres_in_aggregate y."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001800 a owl:ObjectProperty ; + rdfs:label "prohibits"@en ; + rdfs:domain cco:ont00001324 ; + rdfs:range obo:BFO_0000015 ; + rdfs:subPropertyOf mro:ont00001942 ; + owl:inverseOf mro:ont00001817 ; + skos:definition "x prohibits y at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that some y must not occur."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001802 a owl:ObjectProperty ; + rdfs:label "has husband"@en ; + rdfs:subPropertyOf mro:ont00001804 ; + owl:inverseOf mro:ont00001957 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001805 a owl:ObjectProperty ; + rdfs:label "is disrupted by"@en ; + dct:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + dct:creator "https://cubrc.org"^^xsd:anyURI ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000015 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:ont00001888 ; + skos:definition "x is disrupted by y =Def y disrupts x."@en ; + skos:prefLabel "is disrupted by"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001807 a owl:ObjectProperty ; + rdfs:label "is required by"@en ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range cco:ont00001324 ; + rdfs:subPropertyOf mro:ont00001920 ; + owl:inverseOf mro:ont00001974 ; + skos:definition "x is required by y =Def y requires x."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001811 a owl:ObjectProperty ; + rdfs:label "is an ordinal measurement of"@en ; + rdfs:domain cco:ont00001010 ; + rdfs:range obo:BFO_0000001 ; + rdfs:subPropertyOf mro:ont00001966 ; + owl:inverseOf mro:ont00001963 ; + skos:definition "x is_an_ordinal_measurement_of y iff x is an instance of Ordinal Measurement Information Content Entity and y is an instance of Entity and y is_measured_by_ordinal x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001812 a owl:ObjectProperty ; + rdfs:label "is grandson of"@en ; + rdfs:subPropertyOf mro:ont00001945 ; + owl:inverseOf mro:ont00001981 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001813 a owl:ObjectProperty ; + rdfs:label "uses"@en ; + rdfs:domain cco:ont00001017 ; + rdfs:range obo:BFO_0000040 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:ont00001925 ; + skos:definition "x uses y iff x is an instance of an Agent and y is an instance of a Material Entity, such that both x and y participate in some instance of a Process wherein x attempts to accomplish a goal by manipulating, deploying, or leveraging some attribute of y."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001814 a owl:ObjectProperty ; + rdfs:label "interval finishes"@en ; + rdfs:domain obo:BFO_0000202 ; + rdfs:range obo:BFO_0000202 ; + rdfs:subPropertyOf mro:ont00001971 ; + owl:inverseOf mro:ont00001821 ; + skos:definition "x interval_finishes y iff x and y are both instances of Temporal Interval and there exist instances of Temporal Instant v, w, and z such that v is the starting instant of x, w is the ending instant of both x and y, z is the starting instant of y, and z is before v."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001816 a owl:ObjectProperty ; + rdfs:label "is output of"@en ; + rdfs:domain [ a owl:Class ; + owl:unionOf ( obo:BFO_0000020 obo:BFO_0000031 [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000004 [ a owl:Class ; + owl:complementOf obo:BFO_0000006 ] ) ] ) ] ; + rdfs:range obo:BFO_0000015 ; + rdfs:subPropertyOf mro:BFO_0000056 ; + owl:inverseOf mro:ont00001986 ; + skos:definition "x is output of y =Def x participates in y, x is an Independent Continuant (but not a Spatial Region), y is a Process, and the presence of x at the end of y is a necessary condition for the completion of y."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001822 a owl:ObjectProperty, + owl:SymmetricProperty ; + rdfs:label "interval equals"@en ; + rdfs:domain obo:BFO_0000202 ; + rdfs:range obo:BFO_0000202 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:propertyDisjointWith mro:ont00001862 ; + skos:definition "x interval_equals y iff x and y are both instances of Temporal Interval and there exist instances of Temporal Instant w and z such that w is the starting instant of both x and y and z is the ending instant of both x and y."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001823 a owl:ObjectProperty ; + rdfs:label "has paternal uncle"@en ; + rdfs:subPropertyOf mro:ont00001785 ; + owl:inverseOf mro:ont00001926 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001824 a owl:ObjectProperty ; + rdfs:label "is excerpted from"@en ; + rdfs:domain cco:ont00000253 ; + rdfs:range cco:ont00000253 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos: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 carrier of some Information Content Entity C1, B2 is carrier of some Information Content Entity C2, C1 is not identical with C2, b1 is carrier of some Information Content Entity c1, b2 is an Information Bearing Entity that is part of B2 and b2 is carrier of c1 (i.e. the same Information Content Entity as borne by b1)."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001825 a owl:ObjectProperty ; + rdfs:label "interval overlaps"@en ; + rdfs:domain obo:BFO_0000202 ; + rdfs:range obo:BFO_0000202 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:ont00001870 ; + owl:propertyDisjointWith mro:ont00001862 ; + skos:definition "x interval overlaps y =Def y interval overlapped by x."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001826 a owl:ObjectProperty ; + rdfs:label "is sister-in-law of"@en ; + rdfs:subPropertyOf mro:ont00001818 ; + owl:inverseOf mro:ont00001828 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001827 a owl:ObjectProperty ; + rdfs:label "nontangential part of"@en ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + rdfs:subPropertyOf mro:ont00001944 ; + owl:inverseOf mro:ont00001989 ; + skos:definition "x nontangential_part_of y iff x and y are both instances of Immaterial Entity and x is a spatial part of y and there does not exist an instance of Immaterial Entity z such that z externally connects with x and z externally connects with y."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be transitive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001754 "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001829 a owl:ObjectProperty ; + rdfs:label "disposition of aggregate"@en ; + rdfs:domain obo:BFO_0000016 ; + rdfs:range obo:BFO_0000027 ; + rdfs:subPropertyOf mro:ont00001809 ; + owl:inverseOf mro:ont00001956 ; + skos:definition "x disposition_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Disposition, and x inheres_in_aggregate y."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001830 a owl:ObjectProperty ; + rdfs:label "has accomplice"@en ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range cco:ont00001017 ; + rdfs:subPropertyOf mro:BFO_0000057 ; + owl:inverseOf mro:ont00001895 ; + skos:definition "x has accomplice y =Def y accomplice in x."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Accomplice&oldid=1002047204"^^xsd:anyURI ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001831 a owl:ObjectProperty ; + rdfs:label "is subordinate role to"@en ; + rdfs:domain obo:BFO_0000023 ; + rdfs:range obo:BFO_0000023 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:ont00001951 ; + skos:definition "For all x,y,t: y is subordinate role to x at t iff: x is an instance of Role at time t, and y is an instance of Role at time t, and there is some z such that x is realized by z and z is an instance of Process which creates, modifies, transfers, or eliminates some u such that u is a Process Regulation at time t, and u is addressed to the bearer of y."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001834 a owl:ObjectProperty ; + rdfs:label "affects"@en ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range [ a owl:Class ; + owl:unionOf ( obo:BFO_0000020 obo:BFO_0000031 [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000004 [ a owl:Class ; + owl:complementOf obo:BFO_0000006 ] ) ] ) ] ; + rdfs:subPropertyOf mro:BFO_0000057 ; + owl:inverseOf mro:ont00001886 ; + skos:definition "x affects y =Def y is affected by x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001835 a owl:ObjectProperty ; + rdfs:label "is son of"@en ; + rdfs:subPropertyOf mro:ont00001842 ; + owl:inverseOf mro:ont00001839 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001837 a owl:ObjectProperty ; + rdfs:label "time zone identifier used by"@en ; + rdfs:domain cco:ont00000829 ; + rdfs:range cco:ont00000253 ; + rdfs:subPropertyOf mro:BFO_0000084 ; + owl:inverseOf mro:ont00001908 ; + skos:definition "x time_zone_identifier_used_by y iff y is an instance of Information Bearing Entity and x is an instance of Time Zone Identifier, such that x designates the spatial region associated with the time zone mentioned in y."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001838 a owl:ObjectProperty ; + rdfs:label "disconnected with"@en ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "x disconnected_with y iff x and y are both instances of Immaterial Entity and there does not exist some immaterial entity z that is part of both x and y."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001841 a owl:ObjectProperty ; + rdfs:label "is input of"@en ; + rdfs:domain [ a owl:Class ; + owl:unionOf ( obo:BFO_0000020 obo:BFO_0000031 [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000004 [ a owl:Class ; + owl:complementOf obo:BFO_0000006 ] ) ] ) ] ; + rdfs:range obo:BFO_0000015 ; + rdfs:subPropertyOf mro:BFO_0000056 ; + owl:inverseOf mro:ont00001921 ; + skos:definition "x is input of y =Def x participates in y, x is an Independent Continuant (but not a Spatial Region), y is a Process, and the presence of x at the beginning of y is a necessary condition for the start of y."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001843 a owl:ObjectProperty ; + rdfs:label "is paternal first cousin of"@en ; + rdfs:subPropertyOf mro:ont00001806 ; + owl:inverseOf mro:ont00001894 ; + skos: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."@en ; + skos:scopeNote "is_paternal_first_cousin_of is not a symmetric relationship as is is_first_cousin_of"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001844 a owl:ObjectProperty ; + rdfs:label "has sender"@en ; + rdfs:domain cco:ont00000402 ; + rdfs:range cco:ont00001017 ; + rdfs:subPropertyOf mro:BFO_0000057 ; + owl:inverseOf mro:ont00001993 ; + skos:definition "x has sender y =Def y sends x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001845 a owl:ObjectProperty ; + rdfs:label "is site of"@en ; + rdfs:domain obo:BFO_0000029 ; + rdfs:range obo:BFO_0000015 ; + rdfs:subPropertyOf mro:BFO_0000183 ; + owl:inverseOf mro:ont00001918 ; + skos:definition "x is site of y =Def y occurs at x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001846 a owl:ObjectProperty ; + rdfs:label "is organizational context of"@en ; + rdfs:domain cco:ont00001180 ; + rdfs:range obo:BFO_0000023 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:ont00001992 ; + skos:definition "x is_organizational_context_of y iff x is an instance of an Organization and y is an instance of a Role and z is an instance of a Person, such that z's affiliation with x is a prerequisite for z bearing y, or x ascribes y to the bearer of y."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001847 a owl:ObjectProperty ; + rdfs:label "interval is after"@en ; + rdfs:domain obo:BFO_0000202 ; + rdfs:range obo:BFO_0000202 ; + rdfs:subPropertyOf mro:ont00001862 ; + owl:inverseOf mro:ont00001940 ; + skos:definition "x interval is after y =Def y interval is before x."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001849 a owl:ObjectProperty ; + rdfs:label "is father-in-law of"@en ; + rdfs:subPropertyOf mro:ont00001818 ; + owl:inverseOf mro:ont00001935 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001852 a owl:ObjectProperty ; + rdfs:label "accessory in"@en ; + rdfs:domain cco:ont00001017 ; + rdfs:range obo:BFO_0000015 ; + rdfs:subPropertyOf mro:BFO_0000056 ; + owl:inverseOf mro:ont00001949 ; + skos:definition "x is_accessory_in y iff x is an instance of Agent and y is an instance of Process such that x assists another instance of Agent z in the commission of y, and x was not located at the location of y when y occurred, and x is not an agent_in y."@en ; + cco:ont00001754 "http://en.wikipedia.org/wiki/Accessory_(legal_term)" ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001853 a owl:ObjectProperty ; + rdfs:label "is mother-in-law of"@en ; + rdfs:subPropertyOf mro:ont00001818 ; + owl:inverseOf mro:ont00001885 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001854 a owl:ObjectProperty ; + rdfs:label "has daughter-in-law"@en ; + rdfs:subPropertyOf mro:ont00001818 ; + owl:inverseOf mro:ont00001867 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001856 a owl:ObjectProperty ; + rdfs:label "has niece"@en ; + rdfs:subPropertyOf mro:ont00001865 ; + owl:inverseOf mro:ont00001932 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001858 a owl:ObjectProperty ; + rdfs:label "is daughter of"@en ; + rdfs:subPropertyOf mro:ont00001842 ; + owl:inverseOf mro:ont00001987 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001859 a owl:ObjectProperty ; + rdfs:label "is delimited by"@en ; + rdfs:domain cco:ont00001180 ; + rdfs:range cco:ont00001203 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:ont00001864 ; + skos:definition "x is_delimited_by y iff x is an instance of Organization and y is an instance of Delimiting Domain and y delimits x."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Boundary_delimitation&oldid=1039137603"^^xsd:anyURI ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001860 a owl:ObjectProperty ; + rdfs:label "is ancestor of"@en ; + rdfs:subPropertyOf mro:ont00001865 ; + owl:inverseOf mro:ont00001968 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001861 a owl:ObjectProperty ; + rdfs:label "is material of"@en ; + rdfs:domain obo:BFO_0000030 ; + rdfs:range obo:BFO_0000030 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:ont00001991 ; + skos:definition "An object m is material of an object o when m is the material of which o consists and that material does not undergo a change of kind during the creation of o"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001863 a owl:ObjectProperty ; + rdfs:label "uses measurement unit"@en ; + rdfs:domain cco:ont00000253 ; + rdfs:range cco:ont00000120 ; + rdfs:subPropertyOf mro:BFO_0000101 ; + owl:inverseOf mro:ont00001961 ; + skos:definition "x uses measurement unit y =Def y is measurement unit of x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001866 a owl:ObjectProperty ; + rdfs:label "is interest of"@en ; + dct:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + dct:creator "https://cubrc.org"^^xsd:anyURI ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range cco:ont00001017 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:ont00001984 ; + skos:definition "x is interest of y =Def y has interest in x."@en ; + skos:prefLabel "is interest of"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001868 a owl:ObjectProperty ; + rdfs:label "is a nominal measurement of"@en ; + rdfs:domain cco:ont00000293 ; + rdfs:range obo:BFO_0000001 ; + rdfs:subPropertyOf mro:ont00001966 ; + owl:inverseOf mro:ont00001914 ; + skos:definition "x is_a_nominal_measurement_of y iff x is an instance of Nominal Measurement Information Content Entity and y is an instance of Entity, such that x classifies y relative to some set of shared, possibly arbitrary, characteristics."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001871 a owl:ObjectProperty ; + rdfs:label "has wife"@en ; + rdfs:subPropertyOf mro:ont00001804 ; + owl:inverseOf mro:ont00001887 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001872 a owl:ObjectProperty ; + rdfs:label "is step-brother of"@en ; + rdfs:subPropertyOf mro:ont00001996 ; + owl:inverseOf mro:ont00001890 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001873 a owl:ObjectProperty ; + rdfs:label "represented by"@en ; + rdfs:domain obo:BFO_0000001 ; + rdfs:range cco:ont00001069 ; + rdfs:subPropertyOf mro:ont00001801 ; + owl:inverseOf mro:ont00001938 ; + skos:definition "x represented by y =Def y represents x."@en ; + skos:scopeNote "See notes for inverse property." ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001875 a owl:ObjectProperty ; + rdfs:label "interval started by"@en ; + rdfs:domain obo:BFO_0000202 ; + rdfs:range obo:BFO_0000202 ; + rdfs:subPropertyOf mro:ont00001924 ; + owl:inverseOf mro:ont00001923 ; + skos:definition "x interval started by y =Def y interval starts x."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001877 a owl:ObjectProperty ; + rdfs:label "is an interval measurement of"@en ; + rdfs:domain cco:ont00001364 ; + rdfs:range obo:BFO_0000001 ; + rdfs:subPropertyOf mro:ont00001966 ; + owl:inverseOf mro:ont00001964 ; + skos:definition "x is_an_interval_measurement_of y iff x is an instance of Interval Measurement Information Content Entity and y is an instance of Entity and y is_measured_by_interval x."@en ; + skos:example "a measurement of air temperature on the Celsius scale." ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001878 a owl:ObjectProperty ; + rdfs:label "is mention of"@en ; + rdfs:domain cco:ont00000253 ; + rdfs:range obo:BFO_0000001 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:ont00001919 ; + skos:definition "x is mention of y =Def y is mentioned by x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001879 a owl:ObjectProperty ; + rdfs:label "designated by"@en ; + rdfs:domain obo:BFO_0000001 ; + rdfs:range cco:ont00000686 ; + rdfs:subPropertyOf mro:ont00001801 ; + owl:inverseOf mro:ont00001916 ; + skos:definition "x designated by y =Def y designates x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001880 a owl:ObjectProperty ; + rdfs:label "capability of aggregate"@en ; + rdfs:domain cco:ont00001379 ; + rdfs:range obo:BFO_0000027 ; + rdfs:subPropertyOf mro:ont00001809 ; + owl:inverseOf mro:ont00001898 ; + skos:definition "x capability_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Agent Capability, such that x inheres in aggregate y."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001884 a owl:ObjectProperty ; + rdfs:label "condition described by"@en ; + rdfs:domain obo:BFO_0000001 ; + rdfs:range cco:ont00000127 ; + rdfs:subPropertyOf mro:ont00001801 ; + owl:inverseOf mro:ont00001980 ; + owl:propertyChainAxiom ( mro:ont00001917 mro:BFO_0000176 ) ; + skos:definition "x condition described by y =Def y describes condition x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001889 a owl:ObjectProperty ; + rdfs:label "capability of"@en ; + rdfs:domain cco:ont00001379 ; + rdfs:range cco:ont00001017 ; + rdfs:subPropertyOf mro:BFO_0000197 ; + owl:inverseOf mro:ont00001954 ; + skos:definition "x capability_of y iff y is an instance of Agent and x is an instance of Agent Capability, such that x inheres in y."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001891 a owl:ObjectProperty ; + rdfs:label "has brother-in-law"@en ; + rdfs:subPropertyOf mro:ont00001818 ; + owl:inverseOf mro:ont00001952 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001892 a owl:ObjectProperty ; + rdfs:label "is paternal grandfather of"@en ; + rdfs:subPropertyOf mro:ont00001876 ; + owl:inverseOf mro:ont00001972 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001893 a owl:ObjectProperty, + owl:TransitiveProperty ; + rdfs:label "instant is after"@en ; + rdfs:domain obo:BFO_0000203 ; + rdfs:range obo:BFO_0000203 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:ont00001990 ; + skos:definition "x instant_is_after y iff x and y are both instances of Temporal Instant and there exists some instance of Temporal Interval z such that y is the starting instant of z and x is the ending instant of z."@en ; + skos:scopeNote "'instant is after' is a primitive relationship. Informally, a temporal instant x is after some temporal instant y iff y precedes x."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001896 a owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "interval meets"@en ; + rdfs:domain obo:BFO_0000202 ; + rdfs:range obo:BFO_0000202 ; + rdfs:subPropertyOf mro:ont00001862 ; + skos:definition "x interval meets y =Def y interval met by x."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001897 a owl:ObjectProperty ; + rdfs:label "is maternal grandmother of"@en ; + rdfs:subPropertyOf mro:ont00001882 ; + owl:inverseOf mro:ont00001960 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001899 a owl:ObjectProperty ; + rdfs:label "language used in"@en ; + rdfs:domain cco:ont00001175 ; + rdfs:range cco:ont00000253 ; + rdfs:subPropertyOf mro:ont00001942 ; + owl:inverseOf mro:ont00001976 ; + skos:definition "x language_used_by y iff y is an instance of Information Bearing Entity and x is an instance of Language, such that the literal value of y is a string that is encoded according to the syntax of x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001900 a owl:ObjectProperty ; + rdfs:label "is geospatial coordinate reference system of"@en ; + rdfs:domain cco:ont00000469 ; + rdfs:range cco:ont00000253 ; + rdfs:subPropertyOf mro:ont00001997 ; + owl:inverseOf mro:ont00001913 ; + skos:definition "x is_geospatial_coordinate_reference_system_of y iff y is an instance of Information Bearing Entity and x is an instance of Geospatial Coordinate Reference System, such that x describes the set of standards mentioned in y."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001901 a owl:ObjectProperty ; + rdfs:label "aggregate has role"@en ; + rdfs:domain obo:BFO_0000027 ; + rdfs:range obo:BFO_0000023 ; + rdfs:subPropertyOf mro:ont00001836 ; + skos:definition "x aggregate_has_role y iff x is an instance of Object Aggregate and y is an instance of Role, such that x aggregate_bearer_of y."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001903 a owl:ObjectProperty ; + rdfs:label "is maternal grandfather of"@en ; + rdfs:subPropertyOf mro:ont00001876 ; + owl:inverseOf mro:ont00001973 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001905 a owl:ObjectProperty ; + rdfs:label "is half-brother of"@en ; + rdfs:subPropertyOf mro:ont00001975 ; + owl:inverseOf mro:ont00001927 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001906 a owl:ObjectProperty ; + rdfs:label "is maternal first cousin of"@en ; + rdfs:subPropertyOf mro:ont00001806 ; + owl:inverseOf mro:ont00001934 ; + skos: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."@en ; + skos:scopeNote "is_maternal_first_cousin_of is not a symmetric relationship as is is_first_cousin_of"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001907 a owl:ObjectProperty ; + rdfs:label "aggregate has quality"@en ; + rdfs:domain obo:BFO_0000027 ; + rdfs:range obo:BFO_0000019 ; + rdfs:subPropertyOf mro:ont00001836 ; + skos:definition "x aggregate_has_quality y iff x is an instance of Object Aggregate and y is an instance of Quality, such that x aggregate_bearer_of y."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001910 a owl:ObjectProperty ; + rdfs:label "permits"@en ; + rdfs:domain cco:ont00001324 ; + rdfs:range obo:BFO_0000015 ; + rdfs:subPropertyOf mro:ont00001942 ; + owl:inverseOf mro:ont00001998 ; + skos:definition "x permits y at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that y may occur."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001911 a owl:ObjectProperty ; + rdfs:label "is paternal grandmother of"@en ; + rdfs:subPropertyOf mro:ont00001882 ; + owl:inverseOf mro:ont00001937 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001915 a owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "interval met by"@en ; + rdfs:domain obo:BFO_0000202 ; + rdfs:range obo:BFO_0000202 ; + rdfs:subPropertyOf mro:ont00001862 ; + skos:definition "x interval_met_by y iff x and y are both instances of Temporal Interval and y interval_meets x."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001922 a owl:ObjectProperty ; + rdfs:label "has recipient"@en ; + rdfs:domain cco:ont00000402 ; + rdfs:range cco:ont00001017 ; + rdfs:subPropertyOf mro:BFO_0000057 ; + owl:inverseOf mro:ont00001978 ; + skos:definition "x has recipient y =Def y receives x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001931 a owl:ObjectProperty ; + rdfs:label "externally connects with"@en ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + rdfs:subPropertyOf mro:ont00001810 ; + skos:definition "x externally_connects_with y iff x and y are both instances of Immaterial Entity and x connects with y and x does not overlap y."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001754 "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001933 a owl:ObjectProperty ; + rdfs:label "process starts"@en ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000015 ; + rdfs:subPropertyOf mro:ont00001803 ; + owl:inverseOf mro:ont00001962 ; + skos:definition "x process_starts y iff x and y are instances of processes, and x is_cause_of y, and i is an instance of a temporal instant, and r is an instance of a temporal interval, and y has starting instance i, and x occupies temporal region r, and r has inside instant i."@en ; + skos:scopeNote "A process x starts another process y when x causes y while x is still occurring."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001941 a owl:ObjectProperty ; + rdfs:label "is maternal aunt of"@en ; + rdfs:subPropertyOf mro:ont00001955 ; + owl:inverseOf mro:ont00001958 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001946 a owl:ObjectProperty ; + rdfs:label "has father"@en ; + rdfs:subPropertyOf mro:ont00001842 ; + owl:inverseOf mro:ont00001985 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001947 a owl:ObjectProperty ; + rdfs:label "quality of aggregate"@en ; + rdfs:domain obo:BFO_0000019 ; + rdfs:range obo:BFO_0000027 ; + rdfs:subPropertyOf mro:ont00001809 ; + skos:definition "x quality_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Quality, and x inheres_in_aggregate y."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001953 a owl:ObjectProperty ; + rdfs:label "has parent"@en ; + rdfs:subPropertyOf mro:ont00001865 ; + owl:inverseOf mro:ont00001995 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001959 a owl:ObjectProperty ; + rdfs:label "inhibits"@en ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000015 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:ont00001970 ; + skos:definition "x inhibits y =Def y is inhibited by x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001965 a owl:ObjectProperty ; + rdfs:label "is measured by ratio"@en ; + rdfs:domain obo:BFO_0000001 ; + rdfs:range cco:ont00001022 ; + rdfs:subPropertyOf mro:ont00001904 ; + owl:inverseOf mro:ont00001983 ; + skos:definition "x is measured by ratio y =Def y is a ratio measurement of x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001967 a owl:ObjectProperty ; + rdfs:label "is nephew of"@en ; + rdfs:subPropertyOf mro:ont00001865 ; + owl:inverseOf mro:ont00001969 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00002080 a owl:FunctionalProperty, + owl:ObjectProperty ; + rdfs:label "process has first instant"@en ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000203 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "x process_has_first_instant y Def= x is a Process, y is a Temporal Instant, and there is some Temporal Region z such that y is first_instant_of z, and x occupies_temporal_region z."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00002081 a owl:FunctionalProperty, + owl:ObjectProperty ; + rdfs:label "process has last instant"@en ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000203 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "x process_has_last_instant y Def= x is a Process, y is a Temporal Instant, and there is some Temporal Region z such that y is last_instant_of z, and x occupies_temporal_region z."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +cco:ont00001754 a owl:AnnotationProperty . + +cco:ont00001760 a owl:AnnotationProperty . + +mro:BFO_0000055 a owl:ObjectProperty ; + rdfs:label "realizes"@en ; + dc:identifier "059-BFO" ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000017 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "(Elucidation) realizes is a relation between a process b and realizable entity c such that c inheres in some d & for all t, if b has participant d then c exists & the type instantiated by b is correlated with the type instantiated by c"@en ; + skos:example "A balding process realizes a disposition to go bald; a studying process realizes a student role; a process of pumping blood realizes the pumping function of a heart"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000059 a owl:ObjectProperty ; + rdfs:label "concretizes"@en ; + dc:identifier "256-BFO" ; + rdfs:domain [ a owl:Class ; + owl:unionOf ( obo:BFO_0000015 obo:BFO_0000020 ) ] ; + rdfs:range obo:BFO_0000031 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "b concretizes c =Def b is a process or a specifically dependent continuant & c is a generically dependent continuant & there is some time t such that c is the pattern or content which b shares at t with actual or potential copies"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000063 a owl:ObjectProperty, + owl:TransitiveProperty ; + rdfs:label "precedes"@en ; + dc:identifier "270-BFO" ; + rdfs:domain obo:BFO_0000003 ; + rdfs:range obo:BFO_0000003 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "(Elucidation) precedes is a relation between occurrents o, o' such that if t is the temporal extent of o & t' is the temporal extent of o' then either the last instant of o is before the first instant of o' or the last instant of o is the first instant of o' & neither o nor o' are temporal instants"@en ; + skos:example "The temporal region occupied by Mary's birth precedes the temporal region occupied by Mary's death."@en ; + skos:scopeNote "Each temporal region is its own temporal extent. The temporal extent of a spatiotemporal region is the temporal region it temporally projects onto. The temporal extent of a process or process boundary that occupies temporal region t is t.", + "Precedes defines a strict partial order on occurrents." ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000066 a owl:ObjectProperty ; + rdfs:label "occurs in"@en ; + dc:identifier "143-BFO" ; + rdfs:domain [ a owl:Class ; + owl:unionOf ( obo:BFO_0000015 obo:BFO_0000035 ) ] ; + rdfs:range [ a owl:Class ; + owl:unionOf ( obo:BFO_0000029 obo:BFO_0000040 ) ] ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:BFO_0000183 ; + skos:definition "b occurs in c =Def b is a process or a process boundary & c is a material entity or site & there exists a spatiotemporal region r & b occupies spatiotemporal region r & for all time t, if b exists at t then c exists at t & there exist spatial regions s and s' where b spatially projects onto s at t & c occupies spatial region s' at t & s is a continuant part of s' at t"@en ; + skos:example "A process of digestion occurs in the interior of an organism; a process of loading artillery rounds into a tank cannon occurs in the interior of the tank"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000129 a owl:ObjectProperty ; + rdfs:label "member part of"@en ; + dc:identifier "228-BFO" ; + rdfs:domain obo:BFO_0000040 ; + rdfs:range obo:BFO_0000040 ; + rdfs:subPropertyOf mro:BFO_0000176 ; + skos:definition "b member part of c =Def b is an object & c is a material entity & there is some time t such that b continuant part of c at t & there is a mutually exhaustive and pairwise disjoint partition of c into objects x1, ..., xn (for some n ≠ 1) with b = xi (for some 1 <= i <= n)"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000139 a owl:ObjectProperty, + owl:TransitiveProperty ; + rdfs:label "temporal part of"@en ; + dc:identifier "078-BFO" ; + rdfs:domain obo:BFO_0000003 ; + rdfs:range obo:BFO_0000003 ; + rdfs:subPropertyOf mro:BFO_0000132 ; + skos:definition "b temporal part of c =Def b occurrent part of c & (b and c are temporal regions) or (b and c are spatiotemporal regions & b temporally projects onto an occurrent part of the temporal region that c temporally projects onto) or (b and c are processes or process boundaries & b occupies a temporal region that is an occurrent part of the temporal region that c occupies)"@en ; + skos:example "Your heart beating from 4pm to 5pm today is a temporal part of the process of your heart beating; the 4th year of your life is a temporal part of your life, as is the process boundary which separates the 3rd and 4th years of your life; the first quarter of a game of football is a temporal part of the whole game"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000171 a owl:ObjectProperty ; + rdfs:label "located in"@en ; + dc:identifier "234-BFO" ; + rdfs:domain [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000004 [ a owl:Class ; + owl:complementOf obo:BFO_0000006 ] ) ] ; + rdfs:range [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000004 [ a owl:Class ; + owl:complementOf obo:BFO_0000006 ] ) ] ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "b located in c =Def b is an independent continuant & c is an independent & neither is a spatial region & there is some time t such that the spatial region which b occupies at t is continuant part of the spatial region which c occupies at t"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000185 a owl:ObjectProperty ; + rdfs:label "has history"@en ; + dc:identifier "145-BFO" ; + rdfs:domain obo:BFO_0000040 ; + rdfs:range obo:BFO_0000182 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "b has history c =Def c history of b"@en ; + skos:example "This organism has history this life"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000194 a owl:ObjectProperty ; + rdfs:label "specifically depended on by"@en ; + dc:identifier "260-BFO" ; + rdfs:domain [ a owl:Class ; + owl:unionOf ( obo:BFO_0000020 [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000004 [ a owl:Class ; + owl:complementOf obo:BFO_0000006 ] ) ] ) ] ; + rdfs:range obo:BFO_0000020 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:BFO_0000195 ; + skos:altLabel "s-depended on by"@en ; + skos:definition "b specifically depended on by c =Def c specifically depends on b"@en ; + skos:example "Coloured object specifically depended on by colour"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000196 a owl:ObjectProperty ; + rdfs:label "bearer of"@en ; + dc:identifier "053-BFO" ; + rdfs:domain [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000004 [ a owl:Class ; + owl:complementOf obo:BFO_0000006 ] ) ] ; + rdfs:range obo:BFO_0000020 ; + rdfs:subPropertyOf mro:BFO_0000194 ; + owl:inverseOf mro:BFO_0000197 ; + skos:definition "b bearer of c =Def c inheres in b"@en ; + skos:example "A patch of ink is the bearer of a colour quality; an organism is the bearer of a temperature quality"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000218 a owl:ObjectProperty ; + rdfs:label "has material basis"@en ; + dc:identifier "242-BFO" ; + rdfs:domain obo:BFO_0000016 ; + rdfs:range obo:BFO_0000040 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "b has material basis c =Def b is a disposition & c is a material entity & there is some d bearer of b & there is some time t such that c is a continuant part of d at t & d has disposition b because c is a continuant part of d at t"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000222 a owl:FunctionalProperty, + owl:ObjectProperty ; + rdfs:label "has first instant"@en ; + dc:identifier "261-BFO" ; + rdfs:domain obo:BFO_0000008 ; + rdfs:range obo:BFO_0000203 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "t has first instant t' =Def t' first instant of t"@en ; + skos:example "The first hour of a year has first instant midnight on December 31"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000224 a owl:FunctionalProperty, + owl:ObjectProperty ; + rdfs:label "has last instant"@en ; + dc:identifier "215-BFO" ; + rdfs:domain obo:BFO_0000008 ; + rdfs:range obo:BFO_0000203 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "t has last instant t' =Def t' last instant of t"@en ; + skos:example "The last hour of a year has last instant midnight December 31"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001786 a owl:ObjectProperty ; + rdfs:label "is mother of"@en ; + rdfs:subPropertyOf mro:ont00001995 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001803 a owl:ObjectProperty ; + rdfs:label "is cause of"@en ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000015 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:ont00001819 ; + skos:definition "x is_cause_of y iff x and y are instances of Process, and y is a consequence of x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001815 a owl:ObjectProperty ; + rdfs:label "is subsidiary of"@en ; + rdfs:domain cco:ont00001180 ; + rdfs:range cco:ont00001180 ; + rdfs:subPropertyOf mro:ont00001939 ; + skos:definition "x is_subsidiary_of y iff x and y are both instances of Organization and y controls x by having the capacity to determine the outcome of decisions about the financial and operating policies of x."@en ; + cco:ont00001754 "http://www.austlii.edu.au/legis/cth/consol_act/ca2001172/s50aa.html)" ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001817 a owl:ObjectProperty ; + rdfs:label "is prohibited by"@en ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range cco:ont00001324 ; + rdfs:subPropertyOf mro:ont00001920 ; + skos:definition "x is prohibited by y =Def y prohibits x."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001820 a owl:ObjectProperty ; + rdfs:label "has granddaughter"@en ; + rdfs:subPropertyOf mro:ont00001850 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001821 a owl:ObjectProperty ; + rdfs:label "interval finished by"@en ; + rdfs:domain obo:BFO_0000202 ; + rdfs:range obo:BFO_0000202 ; + rdfs:subPropertyOf mro:ont00001924 ; + skos:definition "x interval finished by y =Def y interval finishes x."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001828 a owl:ObjectProperty ; + rdfs:label "has sister-in-law"@en ; + rdfs:subPropertyOf mro:ont00001818 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001832 a owl:ObjectProperty ; + rdfs:label "has some member located in"@en ; + rdfs:domain obo:BFO_0000027 ; + rdfs:range [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000004 [ a owl:Class ; + owl:complementOf obo:BFO_0000006 ] ) ] ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "x has some member located in y iff x is an instance of Object Aggregate and y is an instance of independent continuant but not a spatial region, and at least one member of x is located in y."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001833 a owl:ObjectProperty ; + rdfs:label "has agent"@en ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range cco:ont00001017 ; + rdfs:subPropertyOf mro:BFO_0000057 ; + skos:definition "x has agent y =Def y agent in x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001839 a owl:ObjectProperty ; + rdfs:label "has son"@en ; + rdfs:subPropertyOf mro:ont00001995 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001848 a owl:ObjectProperty ; + rdfs:label "is inside instant of"@en ; + rdfs:domain obo:BFO_0000203 ; + rdfs:range obo:BFO_0000038 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "x is_inside_instant of y iff x is an instance of Temporal Instant and y is an instance of One-Dimensional Temporal Region and there are instances of Temporal Instant w and z that are part of y and non-identical to x such that w precedes x and z is preceded by x."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001851 a owl:ObjectProperty ; + rdfs:label "is sister of"@en ; + rdfs:subPropertyOf mro:ont00001902 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001857 a owl:ObjectProperty ; + rdfs:label "is part of process"@en ; + rdfs:domain [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000015 [ a owl:Restriction ; + owl:onProperty mro:BFO_0000199 ; + owl:someValuesFrom [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000008 [ a owl:Restriction ; + owl:onProperty mro:BFO_0000132 ; + owl:someValuesFrom [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000202 [ a owl:Restriction ; + owl:onProperty mro:ont00001874 ; + owl:someValuesFrom obo:BFO_0000015 ] ) ] ] ) ] ] ) ] ; + rdfs:range [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000015 [ a owl:Restriction ; + owl:onProperty mro:BFO_0000199 ; + owl:someValuesFrom [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000202 [ a owl:Restriction ; + owl:onProperty mro:BFO_0000117 ; + owl:someValuesFrom [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000008 [ a owl:Restriction ; + owl:onProperty [ owl:inverseOf mro:BFO_0000199 ] ; + owl:someValuesFrom obo:BFO_0000015 ] ) ] ] ) ] ] ) ] ; + rdfs:subPropertyOf mro:BFO_0000132 ; + skos:definition "x is part of process y iff x is occurrent part of y, x and y are Processes, and x occupies a temporal region that is a proper occurrent part of the temporal interval of y."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001864 a owl:ObjectProperty ; + rdfs:label "delimits"@en ; + rdfs:domain cco:ont00001203 ; + rdfs:range cco:ont00001180 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "x delimits y =Def y is delimited by x."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Boundary_delimitation&oldid=1039137603"^^xsd:anyURI ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001867 a owl:ObjectProperty ; + rdfs:label "is daughter-in-law of"@en ; + rdfs:subPropertyOf mro:ont00001818 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001869 a owl:ObjectProperty ; + rdfs:label "interval during"@en ; + rdfs:domain obo:BFO_0000202 ; + rdfs:range obo:BFO_0000202 ; + rdfs:subPropertyOf mro:ont00001971 ; + skos:definition "x interval_during y iff x and y are both instances of Temporal Interval and there exist instances of Temporal Instant u, v, w, and z such that u is the starting instant of x, v is the ending instant of x, w is the starting instant of y, z is the ending instant of y, w is before u, and v is before z."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001881 a owl:ObjectProperty ; + rdfs:label "is son-in-law of"@en ; + rdfs:subPropertyOf mro:ont00001818 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001883 a owl:ObjectProperty ; + rdfs:label "is brother of"@en ; + rdfs:subPropertyOf mro:ont00001902 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001885 a owl:ObjectProperty ; + rdfs:label "has mother-in-law"@en ; + rdfs:subPropertyOf mro:ont00001818 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001886 a owl:ObjectProperty ; + rdfs:label "is affected by"@en ; + rdfs:domain [ a owl:Class ; + owl:unionOf ( obo:BFO_0000020 obo:BFO_0000031 [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000004 [ a owl:Class ; + owl:complementOf obo:BFO_0000006 ] ) ] ) ] ; + rdfs:range obo:BFO_0000015 ; + rdfs:subPropertyOf mro:BFO_0000056 ; + skos:definition "x is affected by y =Def x participates in y, x is an Independent Continuant (but not a Spatial Region), y is a Process, and y influences x in some manner, most often by producing a change in x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001887 a owl:ObjectProperty ; + rdfs:label "is wife of"@en ; + rdfs:subPropertyOf mro:ont00001804 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001888 a owl:ObjectProperty ; + rdfs:label "disrupts"@en ; + dct:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + dct:creator "https://cubrc.org"^^xsd:anyURI ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000015 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "A relation where one process disrupts another process from occurring as it would have."@en ; + skos:editorialNote "To lower the grade of a process is to lower the quality of a process according to some standard, for example when realizing a capability or a function."@en ; + skos:prefLabel "disrupts"@en ; + skos:scopeNote "A process can disrupt another process from occurring as it would have by 1) preventing a disposition or role from being realized by that process, 2) lowering the grade of the process, or 3) stopping the process from continuing to occur."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001890 a owl:ObjectProperty ; + rdfs:label "has step brother"@en ; + rdfs:subPropertyOf mro:ont00001996 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001894 a owl:ObjectProperty ; + rdfs:label "has paternal first cousin"@en ; + rdfs:subPropertyOf mro:ont00001806 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001895 a owl:ObjectProperty ; + rdfs:label "accomplice in"@en ; + rdfs:domain cco:ont00001017 ; + rdfs:range obo:BFO_0000015 ; + rdfs:subPropertyOf mro:BFO_0000056 ; + skos:definition "Agent x is accomplice_in Process y iff x assists in the commission of y, is located at the location of y, but is not agent_in y."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Accomplice&oldid=1002047204"^^xsd:anyURI ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001898 a owl:ObjectProperty ; + rdfs:label "aggregate has capability"@en ; + rdfs:domain obo:BFO_0000027 ; + rdfs:range cco:ont00001379 ; + rdfs:subPropertyOf mro:ont00001836 ; + skos:definition "x aggregate has capability y =Def y capability of aggregate x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001908 a owl:ObjectProperty ; + rdfs:label "uses time zone identifier"@en ; + rdfs:domain cco:ont00000253 ; + rdfs:range cco:ont00000829 ; + rdfs:subPropertyOf mro:BFO_0000101 ; + skos:definition "x uses time zone identifier y =Def y time zone identifier used by x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001909 a owl:ObjectProperty ; + rdfs:label "has tangential part"@en ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + rdfs:subPropertyOf mro:ont00001855 ; + skos:definition "x has tangential part y =Def y tangential part of x."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be transitive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001754 "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001912 a owl:ObjectProperty ; + rdfs:label "uses reference system"@en ; + rdfs:domain cco:ont00000253 ; + rdfs:range cco:ont00000398 ; + rdfs:subPropertyOf mro:BFO_0000101 ; + owl:inverseOf mro:ont00001997 ; + skos:definition "x uses reference system y =Def y is reference system of x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001913 a owl:ObjectProperty ; + rdfs:label "uses geospatial coordinate reference system"@en ; + rdfs:domain cco:ont00000253 ; + rdfs:range cco:ont00000469 ; + rdfs:subPropertyOf mro:ont00001912 ; + skos:definition "x uses geospatial coordinate reference system y =Def y is geospatial coordinate reference system of x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001914 a owl:ObjectProperty ; + rdfs:label "is measured by nominal"@en ; + rdfs:domain obo:BFO_0000001 ; + rdfs:range cco:ont00000293 ; + rdfs:subPropertyOf mro:ont00001904 ; + skos:definition "x is measured by nominal y =Def y is a nominal measurement of x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001916 a owl:ObjectProperty ; + rdfs:label "designates"@en ; + rdfs:domain cco:ont00000686 ; + rdfs:range obo:BFO_0000001 ; + rdfs:subPropertyOf mro:ont00001808 ; + skos:definition "x designates y iff x is an instance of a Designative Information Content Entity, and y is an instance of an Entity, such that given some context, x uniquely distinguishes y from other entities."@en ; + skos:example "a URL designates the location of a Web Page on the internet", + "a person's name designates that person", + "a vehicle identification number designates some vehicle" ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be functional. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001918 a owl:ObjectProperty ; + rdfs:label "occurs at"@en ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000029 ; + rdfs:subPropertyOf mro:BFO_0000066 ; + skos:definition "x occurs_at y iff x is an instance of Process and y is an instance of Site, such that x occurs in y."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001919 a owl:ObjectProperty ; + rdfs:label "is mentioned by"@en ; + rdfs:domain obo:BFO_0000001 ; + rdfs:range cco:ont00000253 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "x is_mentioned_by y iff y is an instance of Information Bearing Entity and x is an instance of Entity, such that y is used as a reference to x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001921 a owl:ObjectProperty ; + rdfs:label "has input"@en ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range [ a owl:Class ; + owl:unionOf ( obo:BFO_0000020 obo:BFO_0000031 [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000004 [ a owl:Class ; + owl:complementOf obo:BFO_0000006 ] ) ] ) ] ; + rdfs:subPropertyOf mro:BFO_0000057 ; + skos:definition "x has input y =Def y is input of x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001923 a owl:ObjectProperty ; + rdfs:label "interval starts"@en ; + rdfs:domain obo:BFO_0000202 ; + rdfs:range obo:BFO_0000202 ; + rdfs:subPropertyOf mro:ont00001971 ; + skos:definition "x interval_starts y iff x and y are both instances of Temporal Interval and there exist instances of Temporal Instant v, w, and z such that v is the starting instant of both x and y, w is the ending instant of x, z is the ending instant of y and w is before z."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001925 a owl:ObjectProperty ; + rdfs:label "is used by"@en ; + rdfs:domain obo:BFO_0000040 ; + rdfs:range cco:ont00001017 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "x is used by y =Def y uses x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001926 a owl:ObjectProperty ; + rdfs:label "is paternal uncle of"@en ; + rdfs:subPropertyOf mro:ont00001988 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001927 a owl:ObjectProperty ; + rdfs:label "has half brother"@en ; + rdfs:subPropertyOf mro:ont00001975 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001928 a owl:ObjectProperty ; + rdfs:label "is predecessor of"@en ; + rdfs:domain obo:BFO_0000004 ; + rdfs:range obo:BFO_0000004 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "x is_predecessor_of y iff x and y are both instances of Independent Continuant and there is some process p and x is an input to p and y is an output of p."@en ; + skos:scopeNote "More informally, x is_predecessor_of y iff y follows or replaces x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001929 a owl:ObjectProperty ; + rdfs:label "is maternal uncle of"@en ; + rdfs:subPropertyOf mro:ont00001988 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001930 a owl:ObjectProperty, + owl:SymmetricProperty ; + rdfs:label "is second cousin of"@en ; + rdfs:subPropertyOf mro:ont00001865 ; + owl:inverseOf mro:ont00001930 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001932 a owl:ObjectProperty ; + rdfs:label "is niece of"@en ; + rdfs:subPropertyOf mro:ont00001865 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001934 a owl:ObjectProperty ; + rdfs:label "has maternal first cousin"@en ; + rdfs:subPropertyOf mro:ont00001806 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001935 a owl:ObjectProperty ; + rdfs:label "has father-in-law"@en ; + rdfs:subPropertyOf mro:ont00001818 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001936 a owl:ObjectProperty ; + rdfs:label "is object of"@en ; + rdfs:domain [ a owl:Class ; + owl:unionOf ( obo:BFO_0000020 obo:BFO_0000031 [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000004 [ a owl:Class ; + owl:complementOf obo:BFO_0000006 ] ) ] ) ] ; + rdfs:range obo:BFO_0000015 ; + rdfs:subPropertyOf mro:BFO_0000056 ; + skos:definition "x is object of y =Def x participates in y, x is an Independent Continuant (but not a Spatial Region), y is a Process, and y is performed by Agent z and x is part of the projected state that z intends to achieve by performing y."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001937 a owl:ObjectProperty ; + rdfs:label "has paternal grandmother"@en ; + rdfs:subPropertyOf mro:ont00001840 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001938 a owl:ObjectProperty ; + rdfs:label "represents"@en ; + rdfs:domain cco:ont00001069 ; + rdfs:range obo:BFO_0000001 ; + rdfs:subPropertyOf mro:ont00001808 ; + skos:definition "x represents y iff x is an instance of Representational Information Content Entity, y is an instance of Entity, and z is carrier of x, such that x is about y in virtue of there existing an isomorphism between characteristics of z and y."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be functional. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en, + "Isomorphism between the carrier of x and the represented entity can be via a direct similarity relation, e.g., grooves in a vinyl record corresponding to sound waves, or linguistic convention, e.g., a court stenographer's transcription of spoken words, as well as others, such as encoding processes for images."@en, + "The relationship that is being defined here is that between the content of a photographic image and its object, between the content of a video and its objects and events, between the content of an audio recording and the sounds or events generating those sounds, or between the content of a written transcript and the verbal event that it transcribes."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001940 a owl:ObjectProperty ; + rdfs:label "interval is before"@en ; + rdfs:domain obo:BFO_0000202 ; + rdfs:range obo:BFO_0000202 ; + rdfs:subPropertyOf mro:ont00001862 ; + skos:definition "x interval_is_before y iff x and y are both instances of Temporal Interval and there exist instances of Temporal Instant w, z such that w is the ending instant of x and z is the starting instant of y and w is before z."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001943 a owl:ObjectProperty ; + rdfs:label "supervises"@en ; + rdfs:domain cco:ont00001262 ; + rdfs:range cco:ont00001262 ; + rdfs:subPropertyOf mro:ont00001977 ; + skos:definition "x supervises y =Def y is supervised by x."@en ; + cco:ont00001754 "http://en.wiktionary.org/wiki/supervise" ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001948 a owl:ObjectProperty ; + rdfs:label "is half sister of"@en ; + rdfs:subPropertyOf mro:ont00001975 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001949 a owl:ObjectProperty ; + rdfs:label "has accessory"@en ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range cco:ont00001017 ; + rdfs:subPropertyOf mro:BFO_0000057 ; + skos:definition "x has accessory y =Def y accessory in x."@en ; + cco:ont00001754 "http://en.wikipedia.org/wiki/Accessory_(legal_term)" ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001950 a owl:ObjectProperty, + owl:SymmetricProperty ; + rdfs:label "is third cousin of"@en ; + rdfs:subPropertyOf mro:ont00001865 ; + owl:inverseOf mro:ont00001950 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001951 a owl:ObjectProperty ; + rdfs:label "has subordinate role"@en ; + rdfs:domain obo:BFO_0000023 ; + rdfs:range obo:BFO_0000023 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "x has subordinate role y =Def y is subordinate role to x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001952 a owl:ObjectProperty ; + rdfs:label "is brother-in-law of"@en ; + rdfs:subPropertyOf mro:ont00001818 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001954 a owl:ObjectProperty ; + rdfs:label "has capability"@en ; + rdfs:domain cco:ont00001017 ; + rdfs:range cco:ont00001379 ; + rdfs:subPropertyOf mro:BFO_0000196 ; + skos:definition "x has capability y =Def y capability of x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001956 a owl:ObjectProperty ; + rdfs:label "aggregate has disposition"@en ; + rdfs:domain obo:BFO_0000027 ; + rdfs:range obo:BFO_0000016 ; + rdfs:subPropertyOf mro:ont00001836 ; + skos:definition "x aggregate has disposition y =Def y disposition of aggregate x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001957 a owl:ObjectProperty ; + rdfs:label "is husband of"@en ; + rdfs:subPropertyOf mro:ont00001804 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001958 a owl:ObjectProperty ; + rdfs:label "has maternal aunt"@en ; + rdfs:subPropertyOf mro:ont00001789 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001960 a owl:ObjectProperty ; + rdfs:label "has maternal grandmother"@en ; + rdfs:subPropertyOf mro:ont00001840 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001961 a owl:ObjectProperty ; + rdfs:label "is measurement unit of"@en ; + rdfs:domain cco:ont00000120 ; + rdfs:range cco:ont00000253 ; + rdfs:subPropertyOf mro:BFO_0000084 ; + skos:definition "x is_measurement_unit_of y iff y is an instance of Information Bearing Entity and x is an instance of Measurement Unit, such that x describes the magnitude of measured physical quantity mentioned in y."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001962 a owl:ObjectProperty ; + rdfs:label "process started by"@en ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000015 ; + rdfs:subPropertyOf mro:ont00001819 ; + skos:definition "x process started by y =Def y process starts x."@en ; + skos:scopeNote "A process x is started by another process y when y causes x while y is still occurring."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001963 a owl:ObjectProperty ; + rdfs:label "is measured by ordinal"@en ; + rdfs:domain obo:BFO_0000001 ; + rdfs:range cco:ont00001010 ; + rdfs:subPropertyOf mro:ont00001904 ; + skos:definition "x is measured by ordinal y =Def y is a ordinal measurement of x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001964 a owl:ObjectProperty ; + rdfs:label "is measured by interval"@en ; + rdfs:domain obo:BFO_0000001 ; + rdfs:range cco:ont00001364 ; + rdfs:subPropertyOf mro:ont00001904 ; + skos:definition "x is measured by interval y =Def y is a interval measurement of x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001968 a owl:ObjectProperty ; + rdfs:label "is descendant of"@en ; + rdfs:subPropertyOf mro:ont00001865 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001969 a owl:ObjectProperty ; + rdfs:label "has nephew"@en ; + rdfs:subPropertyOf mro:ont00001865 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001970 a owl:ObjectProperty ; + rdfs:label "inhibited by"@en ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000015 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "y inhibited_by x iff x and y are non-identical Processes, d is a Decrease of Realizable Entity, and x is_cause_of d, and r is a Realizable Entity, and d has_participant r, and r realized_in y."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001972 a owl:ObjectProperty ; + rdfs:label "has paternal grandfather"@en ; + rdfs:subPropertyOf mro:ont00001776 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001973 a owl:ObjectProperty ; + rdfs:label "has maternal grandfather"@en ; + rdfs:subPropertyOf mro:ont00001776 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001974 a owl:ObjectProperty ; + rdfs:label "requires"@en ; + rdfs:domain cco:ont00001324 ; + rdfs:range obo:BFO_0000015 ; + rdfs:subPropertyOf mro:ont00001942 ; + skos:definition "x requires y at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that some y must occur."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001976 a owl:ObjectProperty ; + rdfs:label "uses language"@en ; + rdfs:domain cco:ont00000253 ; + rdfs:range cco:ont00001175 ; + rdfs:subPropertyOf mro:ont00001920 ; + skos:definition "x uses language y =Def y language used in x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001978 a owl:ObjectProperty ; + rdfs:label "receives"@en ; + rdfs:domain cco:ont00001017 ; + rdfs:range cco:ont00000402 ; + rdfs:subPropertyOf mro:BFO_0000056 ; + skos:definition "x receives y iff x is an instance of Agent and y is an instance of Act Of Communication, such that x is the recipient and decoder of the InformationContentEntity intended for communication in y."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001979 a owl:ObjectProperty ; + rdfs:label "is step-sister of"@en ; + rdfs:subPropertyOf mro:ont00001996 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001980 a owl:ObjectProperty ; + rdfs:label "describes condition"@en ; + rdfs:domain cco:ont00000127 ; + rdfs:range obo:BFO_0000001 ; + rdfs:subPropertyOf mro:ont00001808 ; + owl:propertyChainAxiom ( mro:BFO_0000178 mro:ont00001982 ) ; + skos:definition "p describes_condition c iff p is an instance of a Performance Specification and c is an instance of Entity and p has part d, and d is an instance of a Descriptive Information Content Entity, and p prescribes an entity s, and d describes c, and c is an entity that is causally relevant to s existing as prescribed by p."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001981 a owl:ObjectProperty ; + rdfs:label "has grandson"@en ; + rdfs:subPropertyOf mro:ont00001850 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001983 a owl:ObjectProperty ; + rdfs:label "is a ratio measurement of"@en ; + rdfs:domain cco:ont00001022 ; + rdfs:range obo:BFO_0000001 ; + rdfs:subPropertyOf mro:ont00001966 ; + skos:definition "x is_a_ratio_measurement_of y iff x is an instance of Ratio Measurement Information Content Entity and y is an instance of Entity and x describes some attribute of y relative to a scale having equal unit values and a zero value that corresponds to the absence of the attribute being measured."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001984 a owl:ObjectProperty ; + rdfs:label "has interest in"@en ; + dct:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + dct:creator "https://cubrc.org"^^xsd:anyURI ; + rdfs:domain cco:ont00001017 ; + rdfs:range obo:BFO_0000015 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "A relation between an Agent and some Process where the Agent has an interest in that Process."@en ; + skos:editorialNote "This term is meant to be weakly normative. The only sense in which the process is of positive normative value is that it's prescribed by the Agent, or historically of evolutionary benefit to the Agent's ancestors, or facilitates a process the Agent has an interest in for the prior two reasons. The process an Agent has an interest could in many or all ways be harmful to the Agent."@en ; + skos:prefLabel "has interest in"@en ; + skos:scopeNote "There are four conditions in which an agent has an interest in some process. 1) Biological Condition: If a part (including improper part) of an organism has a function, then that organism has an interest in the realization of that function. 2) Artifactual Condition: If a part (including improper part) of an artifact has a function, then some agent or group of agents, at some time, has an interest in the realization of that function. 3) Prescription Condition: If an agent or group of agents has a plan, then it has an interest in the realization of all the processes and process-combinations prescribed by that plan. 4) Facilitation Condition: If (a) agent x has an interest in the realization of a disposition y, and (b) the realization of a disposition z facilitates the realization of disposition y, then (c) x has an interest in the realization of disposition z, and by 'facilitates' we mean that the occurrence of a process w, which realizes realization of z is either (1) required for y, to realize or (2) would contribute positively to the grade of, y's realization."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001985 a owl:ObjectProperty ; + rdfs:label "is father of"@en ; + rdfs:subPropertyOf mro:ont00001995 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001986 a owl:ObjectProperty ; + rdfs:label "has output"@en ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range [ a owl:Class ; + owl:unionOf ( obo:BFO_0000020 obo:BFO_0000031 [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000004 [ a owl:Class ; + owl:complementOf obo:BFO_0000006 ] ) ] ) ] ; + rdfs:subPropertyOf mro:BFO_0000057 ; + skos:definition "x has output y =Def y is output of x."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=IPO_model&oldid=1024398398"^^xsd:anyURI ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001987 a owl:ObjectProperty ; + rdfs:label "has daughter"@en ; + rdfs:subPropertyOf mro:ont00001995 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001989 a owl:ObjectProperty ; + rdfs:label "has nontangential part"@en ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + rdfs:subPropertyOf mro:ont00001855 ; + skos:definition "x has nontangential part y =Def y nontangential part of x."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be transitive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001754 "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001990 a owl:ObjectProperty, + owl:TransitiveProperty ; + rdfs:label "instant is before"@en ; + rdfs:domain obo:BFO_0000203 ; + rdfs:range obo:BFO_0000203 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "x instant_is_before y iff x and y are both instances of Zero Dimensional Temporal Region and there exists some instance of Temporal Interval z such that x is the starting instant of z and y is the ending instant of z."@en ; + skos:scopeNote "'instant is before' is a primitive relationship. Informally, a temporal instant x is before some temporal instant y iff x precedes y."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001991 a owl:ObjectProperty ; + rdfs:label "is made of"@en ; + rdfs:domain obo:BFO_0000030 ; + rdfs:range obo:BFO_0000030 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "An object o is made of an object m when m is the material that o consists of and that material does not undergo a change of kind during the creation of o"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001992 a owl:ObjectProperty ; + rdfs:label "has organizational context"@en ; + rdfs:domain obo:BFO_0000023 ; + rdfs:range cco:ont00001180 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "x has organizational context y =Def y is organizational context of x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001993 a owl:ObjectProperty ; + rdfs:label "sends"@en ; + rdfs:domain cco:ont00001017 ; + rdfs:range cco:ont00000402 ; + rdfs:subPropertyOf mro:BFO_0000056 ; + skos:definition "x sends y iff x is an instance of Agent and y is an instance of Act Of Communication, such that x is the initiator and encoder of the InformationContentEntity intended for communication in y."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001994 a owl:ObjectProperty ; + rdfs:label "is paternal aunt of"@en ; + rdfs:subPropertyOf mro:ont00001955 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001998 a owl:ObjectProperty ; + rdfs:label "is permitted by"@en ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range cco:ont00001324 ; + rdfs:subPropertyOf mro:ont00001920 ; + skos:definition "x is permitted by y =Def y permits x."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +obo:BFO_0000017 a owl:Class . + +obo:BFO_0000019 a owl:Class . + +obo:BFO_0000038 a owl:Class . + +obo:BFO_0000182 a owl:Class . + +mro:BFO_0000183 a owl:ObjectProperty ; + rdfs:label "environs"@en ; + dc:identifier "267-BFO" ; + rdfs:domain [ a owl:Class ; + owl:unionOf ( obo:BFO_0000029 obo:BFO_0000040 ) ] ; + rdfs:range [ a owl:Class ; + owl:unionOf ( obo:BFO_0000015 obo:BFO_0000035 ) ] ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:altLabel "contains process"@en ; + skos:definition "b environs c =Def c occurs in b"@en ; + skos:example "Mouth environs process of mastication; city environs traffic"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000195 a owl:ObjectProperty ; + rdfs:label "specifically depends on"@en ; + dc:identifier "012-BFO" ; + rdfs:domain obo:BFO_0000020 ; + rdfs:range [ a owl:Class ; + owl:unionOf ( obo:BFO_0000020 [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000004 [ a owl:Class ; + owl:complementOf obo:BFO_0000006 ] ) ] ) ] ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:altLabel "s-depends on"@en ; + skos:definition "(Elucidation) specifically depends on is a relation between a specifically dependent continuant b and specifically dependent continuant or independent continuant that is not a spatial region c such that b and c share no parts in common & b is of a nature such that at all times t it cannot exist unless c exists & b is not a boundary of c"@en ; + skos:example "A shape specifically depends on the shaped object; hue, saturation and brightness of a colour sample specifically depends on each other"@en ; + skos:scopeNote "The analogue of specifically depends on for occurrents is has participant."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000197 a owl:ObjectProperty ; + rdfs:label "inheres in"@en ; + dc:identifier "051-BFO" ; + rdfs:domain obo:BFO_0000020 ; + rdfs:range [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000004 [ a owl:Class ; + owl:complementOf obo:BFO_0000006 ] ) ] ; + rdfs:subPropertyOf mro:BFO_0000195 ; + skos:definition "b inheres in c =Def b is a specifically dependent continuant & c is an independent continuant that is not a spatial region & b specifically depends on c"@en ; + skos:example "A shape inheres in a shaped object; a mass inheres in a material entity"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001776 a owl:ObjectProperty ; + rdfs:label "has grandfather"@en ; + rdfs:subPropertyOf mro:ont00001945 ; + owl:inverseOf mro:ont00001876 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001785 a owl:ObjectProperty ; + rdfs:label "has uncle"@en ; + rdfs:subPropertyOf mro:ont00001865 ; + owl:inverseOf mro:ont00001988 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001789 a owl:ObjectProperty ; + rdfs:label "has aunt"@en ; + rdfs:subPropertyOf mro:ont00001865 ; + owl:inverseOf mro:ont00001955 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001819 a owl:ObjectProperty ; + rdfs:label "caused by"@en ; + rdfs:domain obo:BFO_0000003 ; + rdfs:range obo:BFO_0000003 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "x caused by y =Def y is cause of x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001840 a owl:ObjectProperty ; + rdfs:label "has grandmother"@en ; + rdfs:subPropertyOf mro:ont00001945 ; + owl:inverseOf mro:ont00001882 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001855 a owl:ObjectProperty ; + rdfs:label "has spatial part"@en ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + rdfs:subPropertyOf mro:BFO_0000178, + mro:ont00001810 ; + owl:inverseOf mro:ont00001944 ; + skos:definition "x has spatial part y =Def y spatial part of x."@en ; + cco:ont00001754 "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001870 a owl:ObjectProperty ; + rdfs:label "interval overlapped by"@en ; + rdfs:domain obo:BFO_0000202 ; + rdfs:range obo:BFO_0000202 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "x is_overlapped_by y iff x and y are both instances of Temporal Interval and y interval_overlaps x."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001874 a owl:ObjectProperty ; + rdfs:label "is temporal region of"@en ; + rdfs:domain obo:BFO_0000008 ; + rdfs:range [ a owl:Class ; + owl:unionOf ( obo:BFO_0000015 obo:BFO_0000035 ) ] ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "x is temporal region of y =Def y occupies temporal region x."@en ; + skos:editorialNote "Leaving this is in ERO for now since BFO2020 has no inverse of occupies-temporal-region yet."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001917 a owl:ObjectProperty ; + rdfs:label "described by"@en ; + rdfs:domain obo:BFO_0000001 ; + rdfs:range cco:ont00000853 ; + rdfs:subPropertyOf mro:ont00001801 ; + owl:inverseOf mro:ont00001982 ; + skos:definition "x described by y =Def y describes x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001939 a owl:ObjectProperty ; + rdfs:label "is affiliated with"@en ; + rdfs:domain cco:ont00001017 ; + rdfs:range cco:ont00001017 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:ont00001977 ; + skos:definition "x is_affiliated_with y iff x and y are instances of Agent, such that they have any kind of social or business relationship."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001997 a owl:ObjectProperty ; + rdfs:label "is reference system of"@en ; + rdfs:domain cco:ont00000398 ; + rdfs:range cco:ont00000253 ; + rdfs:subPropertyOf mro:BFO_0000084 ; + skos:definition "x is_reference_system_of y iff y is an instance of Information Bearing Entity and x is an instance of Reference System, such that x describes the set of standards mentioned in y."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +cco:ont00000120 a owl:Class . + +cco:ont00000127 a owl:Class . + +cco:ont00000293 a owl:Class . + +cco:ont00000398 a owl:Class . + +cco:ont00000469 a owl:Class . + +cco:ont00000686 a owl:Class . + +cco:ont00000829 a owl:Class . + +cco:ont00000853 a owl:Class . + +cco:ont00000958 a owl:Class . + +cco:ont00000965 a owl:Class . + +cco:ont00001010 a owl:Class . + +cco:ont00001022 a owl:Class . + +cco:ont00001069 a owl:Class . + +cco:ont00001163 a owl:Class . + +cco:ont00001175 a owl:Class . + +cco:ont00001203 a owl:Class . + +cco:ont00001364 a owl:Class . + +obo:BFO_0000011 a owl:Class . + +mro:BFO_0000084 a owl:ObjectProperty ; + rdfs:label "generically depends on"@en ; + dc:identifier "252-BFO" ; + rdfs:domain obo:BFO_0000031 ; + rdfs:range [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000004 [ a owl:Class ; + owl:complementOf obo:BFO_0000006 ] ) ] ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:BFO_0000101 ; + skos:altLabel "g-depends on"@en ; + skos:definition "b generically depends on c =Def b is a generically dependent continuant & c is an independent continuant that is not a spatial region & at some time t there inheres in c a specifically dependent continuant which concretizes b at t"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000117 a owl:ObjectProperty, + owl:TransitiveProperty ; + rdfs:label "has occurrent part"@en ; + dc:identifier "202-BFO" ; + rdfs:domain obo:BFO_0000003 ; + rdfs:range obo:BFO_0000003 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:BFO_0000132 ; + skos:definition "b has occurrent part c =Def c occurrent part of b"@en ; + skos:example "Mary's life has occurrent part Mary's 5th birthday"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000176 a owl:ObjectProperty ; + rdfs:label "continuant part of"@en ; + dc:identifier "221-BFO" ; + rdfs:domain obo:BFO_0000002 ; + rdfs:range obo:BFO_0000002 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:BFO_0000178 ; + skos:definition "b continuant part of c =Def b and c are continuants & there is some time t such that b and c exist at t & b continuant part of c at t"@en ; + skos:example "Milk teeth continuant part of human; surgically removed tumour continuant part of organism"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000199 a owl:FunctionalProperty, + owl:ObjectProperty ; + rdfs:label "occupies temporal region"@en ; + dc:identifier "132-BFO" ; + rdfs:domain [ a owl:Class ; + owl:unionOf ( obo:BFO_0000015 obo:BFO_0000035 ) ] ; + rdfs:range obo:BFO_0000008 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:ont00001874 ; + skos:definition "p occupies temporal region t =Def p is a process or process boundary & the spatiotemporal region occupied by p temporally projects onto t"@en ; + skos:example "The Second World War occupies the temporal region September 1, 1939 - September 2, 1945"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001876 a owl:ObjectProperty ; + rdfs:label "is grandfather of"@en ; + rdfs:subPropertyOf mro:ont00001850 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001882 a owl:ObjectProperty ; + rdfs:label "is grandmother of"@en ; + rdfs:subPropertyOf mro:ont00001850 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001944 a owl:ObjectProperty ; + rdfs:label "spatial part of"@en ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + rdfs:subPropertyOf mro:BFO_0000176, + mro:ont00001810 ; + skos:definition "x spatial_part_of y iff x, y, z, and q are instances of Immaterial Entity, such that for any z connected with x, z is also connected with y, and q is connected with y but not connected with x."@en ; + skos:scopeNote "in the sense used here, spatial part of is elsewhere referred to as proper spatial part of"@en ; + cco:ont00001754 "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001955 a owl:ObjectProperty ; + rdfs:label "is aunt of"@en ; + rdfs:subPropertyOf mro:ont00001865 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001977 a owl:ObjectProperty ; + rdfs:label "has affiliate"@en ; + rdfs:domain cco:ont00001017 ; + rdfs:range cco:ont00001017 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "x has affiliate y =Def y is affiliated with x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001982 a owl:ObjectProperty ; + rdfs:label "describes"@en ; + rdfs:domain cco:ont00000853 ; + rdfs:range obo:BFO_0000001 ; + rdfs:subPropertyOf mro:ont00001808 ; + skos:definition "x describes y iff x is an instance of Descriptive Information Content Entity, and y is an instance of Entity, such that x is_about the characteristics that identify y."@en ; + skos:example "the content of a newspaper article describes some current event", + "the content of a visitor's log describes some facility visit", + "the content of an accident report describes some accident" ; + skos:scopeNote "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."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001988 a owl:ObjectProperty ; + rdfs:label "is uncle of"@en ; + rdfs:subPropertyOf mro:ont00001865 ; + cco:ont00001760 cco:ModalRelationOntology . + +obo:BFO_0000002 a owl:Class . + +obo:BFO_0000016 a owl:Class . + +obo:BFO_0000029 a owl:Class . + +obo:BFO_0000030 a owl:Class . + +mro:BFO_0000101 a owl:ObjectProperty ; + rdfs:label "is carrier of"@en ; + dc:identifier "254-BFO" ; + rdfs:domain [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000004 [ a owl:Class ; + owl:complementOf obo:BFO_0000006 ] ) ] ; + rdfs:range obo:BFO_0000031 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "b is carrier of c =Def there is some time t such that c generically depends on b at t"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000132 a owl:ObjectProperty, + owl:TransitiveProperty ; + rdfs:label "occurrent part of"@en ; + dc:identifier "003-BFO" ; + rdfs:domain obo:BFO_0000003 ; + rdfs:range obo:BFO_0000003 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "(Elucidation) occurrent part of is a relation between occurrents b and c when b is part of c"@en ; + skos:example "Mary's 5th birthday is an occurrent part of Mary's life; the first set of the tennis match is an occurrent part of the tennis match"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000178 a owl:ObjectProperty ; + rdfs:label "has continuant part"@en ; + dc:identifier "271-BFO" ; + rdfs:domain obo:BFO_0000002 ; + rdfs:range obo:BFO_0000002 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "b has continuant part c =Def c continuant part of b"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001809 a owl:ObjectProperty ; + rdfs:label "inheres in aggregate"@en ; + rdfs:domain [ a owl:Class ; + owl:unionOf ( obo:BFO_0000020 obo:BFO_0000031 ) ] ; + rdfs:range obo:BFO_0000027 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:ont00001836 ; + skos:definition "x inheres_in_aggregate y iff x is an instance of Specifically Dependent Continuant or Generically Dependent Continuant and y is an instance of Object Aggregate and y aggregate_bearer_of x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001842 a owl:ObjectProperty ; + rdfs:label "is child of"@en ; + rdfs:subPropertyOf mro:ont00001865 ; + owl:inverseOf mro:ont00001995 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001850 a owl:ObjectProperty ; + rdfs:label "is grandparent of"@en ; + rdfs:subPropertyOf mro:ont00001865 ; + owl:inverseOf mro:ont00001945 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001904 a owl:ObjectProperty ; + rdfs:label "is measured by"@en ; + rdfs:domain obo:BFO_0000001 ; + rdfs:range cco:ont00001163 ; + rdfs:subPropertyOf mro:ont00001917 ; + owl:inverseOf mro:ont00001966 ; + skos:definition "x is measured by y =Def y is a measurement of x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001920 a owl:ObjectProperty ; + rdfs:label "prescribed by"@en ; + rdfs:domain obo:BFO_0000001 ; + rdfs:range cco:ont00000965 ; + rdfs:subPropertyOf mro:ont00001801 ; + owl:inverseOf mro:ont00001942 ; + skos:definition "x prescribed by y =Def y prescribes x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001924 a owl:ObjectProperty ; + rdfs:label "interval contains"@en ; + rdfs:domain obo:BFO_0000202 ; + rdfs:range obo:BFO_0000202 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:ont00001971 ; + skos:definition "x interval contains y =Def y interval contained by x."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +cco:ont00000402 a owl:Class . + +cco:ont00001262 a owl:Class . + +cco:ont00001379 a owl:Class . + +obo:BFO_0000035 a owl:Class . + +mro:ont00001801 a owl:ObjectProperty ; + rdfs:label "is subject of"@en ; + rdfs:domain obo:BFO_0000001 ; + rdfs:range cco:ont00000958 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:ont00001808 ; + skos:definition "x is subject of y =Def y is about x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001804 a owl:ObjectProperty ; + rdfs:label "is spouse of"@en ; + rdfs:subPropertyOf mro:ont00001865 ; + owl:inverseOf mro:ont00001804 ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001806 a owl:ObjectProperty, + owl:SymmetricProperty ; + rdfs:label "is first cousin of"@en ; + rdfs:subPropertyOf mro:ont00001865 ; + owl:inverseOf mro:ont00001806 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001810 a owl:ObjectProperty ; + rdfs:label "connected with"@en ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "x is_connected_with y iff x and y are both instances of Immaterial Entity and there exists an instance of Immaterial Entity z that is part of both x and y."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001836 a owl:ObjectProperty ; + rdfs:label "aggregate bearer of"@en ; + rdfs:domain obo:BFO_0000027 ; + rdfs:range [ a owl:Class ; + owl:unionOf ( obo:BFO_0000020 obo:BFO_0000031 ) ] ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "x aggregate bearer of y =Def y inheres in aggregate x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001902 a owl:ObjectProperty, + owl:SymmetricProperty ; + rdfs:label "is sibling of"@en ; + rdfs:subPropertyOf mro:ont00001865 ; + owl:inverseOf mro:ont00001902 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001942 a owl:ObjectProperty ; + rdfs:label "prescribes"@en ; + rdfs:domain cco:ont00000965 ; + rdfs:range obo:BFO_0000001 ; + rdfs:subPropertyOf mro:ont00001808 ; + skos:definition "x prescribes y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x serves as a rule or guide for y if y an Occurrent, or x serves as a model for y if y is a Continuant."@en ; + skos:example "A blueprint prescribes some artifact or facility by being a model for it.", + "A professional code of conduct prescribes some realizations of a profession (role) by giving rules for how the bearer should act in those realizations.", + "An operations plan prescribes an operation by enumerating the tasks that need to be performed in order to achieve the objectives of the operation." ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001945 a owl:ObjectProperty ; + rdfs:label "is grandchild of"@en ; + rdfs:subPropertyOf mro:ont00001865 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001966 a owl:ObjectProperty ; + rdfs:label "is a measurement of"@en ; + rdfs:domain cco:ont00001163 ; + rdfs:range obo:BFO_0000001 ; + rdfs:subPropertyOf mro:ont00001982 ; + skos:definition "x is_a_measurement_of y iff x is an instance of Measurement Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to some scale or classification scheme."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be functional. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en, + "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."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001971 a owl:ObjectProperty ; + rdfs:label "interval contained by"@en ; + rdfs:domain obo:BFO_0000202 ; + rdfs:range obo:BFO_0000202 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "x interval_contained_by y iff x and y are both instances of Temporal Interval and y interval_contains x."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001975 a owl:ObjectProperty, + owl:SymmetricProperty ; + rdfs:label "is half-sibling of"@en ; + rdfs:subPropertyOf mro:ont00001865 ; + owl:inverseOf mro:ont00001975 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001996 a owl:ObjectProperty ; + rdfs:label "is step-sibling of"@en ; + rdfs:subPropertyOf mro:ont00001865 ; + owl:inverseOf mro:ont00001996 ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001808 a owl:ObjectProperty ; + rdfs:label "is about"@en ; + rdfs:domain cco:ont00000958 ; + rdfs:range obo:BFO_0000001 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "x is_about y is a primitive relationship between an instance of Information Content Entity x and an instance of Entity y."@en ; + cco:ont00001754 "http://purl.obolibrary.org/obo/IAO_0000136" ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001862 a owl:ObjectProperty ; + rdfs:label "interval disjoint"@en ; + rdfs:domain obo:BFO_0000202 ; + rdfs:range obo:BFO_0000202 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:propertyDisjointWith mro:ont00001870, + mro:ont00001924, + mro:ont00001971 ; + skos:definition "x interval_disjoint y iff x and y are both instances of Temporal Interval and have no parts in common."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001995 a owl:ObjectProperty ; + rdfs:label "is parent of"@en ; + rdfs:subPropertyOf mro:ont00001865 ; + skos:definition "x is_parent_of y is a familial relationship between an instance of Person x and a different instance of Person y."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +cco:ont00001324 a owl:Class . + +obo:BFO_0000023 a owl:Class . + +cco:ont00001180 a owl:Class . + +mro:BFO_0000056 a owl:ObjectProperty ; + rdfs:label "participates in"@en ; + dc:identifier "250-BFO" ; + rdfs:domain [ a owl:Class ; + owl:unionOf ( obo:BFO_0000020 obo:BFO_0000031 [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000004 [ a owl:Class ; + owl:complementOf obo:BFO_0000006 ] ) ] ) ] ; + rdfs:range obo:BFO_0000015 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:BFO_0000057 ; + skos:definition "(Elucidation) participates in holds between some b that is either a specifically dependent continuant or generically dependent continuant or independent continuant that is not a spatial region & some process p such that b participates in p some way"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en ; + cco:ont00001760 cco:ModalRelationOntology . + +obo:BFO_0000008 a owl:Class . + +mro:BFO_0000057 a owl:ObjectProperty ; + rdfs:label "has participant"@en ; + dc:identifier "248-BFO" ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range [ a owl:Class ; + owl:unionOf ( obo:BFO_0000020 obo:BFO_0000031 [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000004 [ a owl:Class ; + owl:complementOf obo:BFO_0000006 ] ) ] ) ] ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "p has participant c =Def c participates in p"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en ; + cco:ont00001760 cco:ModalRelationOntology . + +obo:BFO_0000027 a owl:Class . + +obo:BFO_0000040 a owl:Class . + +obo:BFO_0000203 a owl:Class . + +mro:ont00001818 a owl:ObjectProperty ; + rdfs:label "is in-law of"@en ; + rdfs:subPropertyOf mro:ont00001865 ; + owl:inverseOf mro:ont00001818 ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +obo:BFO_0000003 a owl:Class . + +obo:BFO_0000031 a owl:Class . + +obo:BFO_0000020 a owl:Class . + +cco:ont00001017 a owl:Class . + +obo:BFO_0000141 a owl:Class . + +cco:ont00000253 a owl:Class . + +mro:ont00001865 a owl:ObjectProperty, + owl:SymmetricProperty ; + rdfs:label "has familial relationship to"@en ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "A relationship between persons by virtue of ancestry or legal union."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +obo:BFO_0000001 a owl:Class . + +obo:BFO_0000006 a owl:Class . + +obo:BFO_0000004 a owl:Class . + +obo:BFO_0000202 a owl:Class . + +obo:BFO_0000015 a owl:Class . + +mro:mro00000001 a owl:ObjectProperty ; + rdfs:label "Modal Object Property"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +cco:ModalRelationOntology a owl:Ontology ; + rdfs:label "Modal Relation Ontology" ; + dct:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ; + dct:rights "CUBRC Inc., see full license."@en ; + rdfs:comment "The modal counterparts to the object and data properties contained in CCO and BFO2020-core." ; + owl:versionIRI ; + owl:versionInfo "v2.2" . + diff --git a/src/cco-iris/BarcodeOntology.ttl b/src/cco-iris/BarcodeOntology.ttl new file mode 100644 index 00000000..8a09e411 --- /dev/null +++ b/src/cco-iris/BarcodeOntology.ttl @@ -0,0 +1,476 @@ +@prefix : . +@prefix cco: . +@prefix obo: . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@prefix skos: . +@prefix dcterms: . +@base . + + rdf:type owl:Ontology ; + owl:versionIRI ; + owl:imports ; + dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ; + dcterms:rights "CUBRC Inc., see full license."@en ; + rdfs:comment "This ontology is designed to represent barcode information content entities."@en ; + rdfs:label "Barcode Ontology"@en ; + owl:versionInfo "Version 1.0"@en . + +### https://www.commoncoreontologies.org/ont00002015 +cco:ont00002015 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00002014 ; + rdfs:label "Two-Dimensional Barcode"@en ; + skos:definition "A Barcode that represents lines of varying widths, spacing, height, and color that has, as part, some Prescriptive Information Content Entity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + +### https://www.commoncoreontologies.org/ont00002016 +cco:ont00002016 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00002015 ; + rdfs:label "Aztec Code"@en ; + skos:definition "A Two-Dimensional Barcode that is used by the transportation industry to scan tickets."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00002017 +cco:ont00002017 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00002015 ; + rdfs:label "Data Matrix Code"@en ; + skos:definition "A Two-Dimensional Barcode that represents cells arranged in rectangular patterns and is used for marking small items in logistics and operations."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00002018 +cco:ont00002018 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00002015 ; + rdfs:label "QR Code"@en ; + skos:definition "A Two-Dimensional Barcode that represents numeric, alphanumeric, binary, or kanji information and is used primarily for tracking and marketing."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00002019 +cco:ont00002019 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00002015 ; + rdfs:label "PDF417 Code"@en ; + skos:definition "A Two-Dimensional Barcode that is used in applications that require the storage of huge amounts of data."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00002020 +cco:ont00002020 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00002014 ; + rdfs:label "One-Dimensional Barcode"@en ; + skos:definition "A Barcode that represents parallel lines of varying widths and spacing that concretize some Prescriptive Information Content Entity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00002021 +cco:ont00002021 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00002020 ; + rdfs:label "Codabar Barcode"@en ; + skos:definition "A One-Dimensional Barcode that represents numbers 0-9 and the characters -$:/.+ and is intended for use by logistics and healthcare professionals."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00002022 +cco:ont00002022 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00002020 ; + rdfs:label "Code 93 Barcode"@en ; + skos:definition "A One-Dimensional Barcode that represents 93 ASCII characters and is used in logistics to identify packages in retail inventory, label electornic components, and provide supplementary delivery information."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00002023 +cco:ont00002023 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00002020 ; + rdfs:label "ITF Barcode"@en ; + skos:definition "A One-Dimensional Barcode that represents an even number of numerical characters and is used primarily in packaging and distribution."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00002024 +cco:ont00002024 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00002020 ; + rdfs:label "MSI Plessey Barcode"@en ; + skos:definition "A One-Dimensional Barcode that represents an indefinite number of numerical characters and is used for inventory control and marking storage containers and shelves in warehouse environments."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00002025 +cco:ont00002025 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00002020 ; + rdfs:label "EAN Barcode"@en ; + skos:definition "A One-Dimensional Barcode that represents 8 or 13 numerical digits and is used to scan consumer goods."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00002026 +cco:ont00002026 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00002025 ; + rdfs:label "ISSN Barcode"@en ; + skos:definition "An EAN Barcode that is designed to designate a periodical."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00002027 +cco:ont00002027 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00002025 ; + rdfs:label "JAN-13 Barcode"@en ; + skos:definition "An EAN Barcode that is designed to designate 13 numerical digits and is used primarily in Japan to designate products at the point of sale."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00002028 +cco:ont00002028 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00002025 ; + rdfs:label "EAN-13 Barcode"@en ; + skos:definition "An EAN Barcode that represents 13 numerical digits and is used to designate products at the point of sale."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + +### https://www.commoncoreontologies.org/ont00002029 +cco:ont00002029 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00002025 ; + rdfs:label "EAN-8 Barcode"@en ; + skos:definition "An EAN Barcode that represents 8 numerical digits and is used to designate products at the point of sale."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00002030 +cco:ont00002030 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00002025 ; + rdfs:label "ISBN Barcode"@en ; + skos:definition "An EAN Barcode that is designed to designate a book."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00002031 +cco:ont00002031 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00002020 ; + skos:scopeNote "Further variants of GS1 DataBar have not been defined here."@en ; + rdfs:label "GS1 DataBar Barcode"@en ; + skos:definition "A One-Dimensional Barcode that represents 12-14 numerical digits and is used in retail and healthcare."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00002032 +cco:ont00002032 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00002020 ; + rdfs:label "Code 39 Barcode"@en ; + skos:definition "A One-Dimensional Barcode that represents 39 characters that are numbers 0-9, capital letters A-Z, or the symbols -.$/+% and space and is used primarily in automotive and defense industries."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00002033 +cco:ont00002033 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00002020 ; + rdfs:label "Code 128 Barcode"@en ; + skos:definition "A One-Dimensional Barcode that represents up to 128 ASCII characters and is used primarily in supply chains."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00002034 +cco:ont00002034 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00002020 ; + rdfs:label "UPC Barcode"@en ; + skos:definition "A One-Dimensional Barcode that represents 6 or 12 numerical digits and is used to scan consumer goods."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00002035 +cco:ont00002035 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00002034 ; + rdfs:label "UPC-A Barcode"@en ; + skos:definition "A UPC Barcode that represents 12 numerical digits."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00002036 +cco:ont00002036 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00002034 ; + rdfs:label "UPC-E Barcode"@en ; + skos:definition "A UPC Barcode that represents 6 numerical digits."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + +### https://www.commoncoreontologies.org/ont00000241 +cco:ont00000241 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001064 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000101 ; + owl:someValuesFrom cco:ont00002015 + ] ; + rdfs:label "Material Copy of a Two-Dimensional Barcode"@en ; + skos:altLabel "Two-Dimensional Barcode"@en ; + skos:definition "A Material Copy of a Barcode that is designed to bear lines of varying widths, spacing, height, and color that concretize some Prescriptive Information Content Entity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000242 +cco:ont00000242 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000241 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000101 ; + owl:someValuesFrom cco:ont00002017 + ] ; + rdfs:label "Material Copy of a Data Matrix Code"@en ; + skos:altLabel "Data Matrix Code"@en ; + skos:definition "A Material Copy of a Two-Dimensional Barcode that consists of cells arranged in rectangular patterns and is used for marking small items in logistics and operations."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + +### https://www.commoncoreontologies.org/ont00000258 +cco:ont00000258 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001064 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000101 ; + owl:someValuesFrom cco:ont00002020 + ] ; + rdfs:label "Material Copy of a One-Dimensional Barcode"@en ; + skos:altLabel "One-Dimensional Barcode"@en ; + skos:definition "A Material Copy of a Barcode that is designed to carry parallel lines of varying widths and spacing that concretize some Prescriptive Information Content Entity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + +### https://www.commoncoreontologies.org/ont00000326 +cco:ont00000326 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000258 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000101 ; + owl:someValuesFrom cco:ont00002034 + ] ; + rdfs:label "Material Copy of a UPC Barcode"@en ; + skos:altLabel "UPC Barcode"@en ; + skos:definition "A Material Copy of a One-Dimensional Barcode that consists of 6 or 12 numerical digits and is used to scan consumer goods."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + +### https://www.commoncoreontologies.org/ont00000429 +cco:ont00000429 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000258 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000101 ; + owl:someValuesFrom cco:ont00002021 + ] ; + rdfs:label "Material Copy of a Codabar Barcode"@en ; + skos:altLabel "Codabar Barcode"@en ; + skos:definition "A Material Copy of a One-Dimensional Barcode that consists of numbers 0-9 and the characters -$:/.+ and is used by logistics and healthcare professionals."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + +### https://www.commoncoreontologies.org/ont00000461 +cco:ont00000461 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000966 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000101 ; + owl:someValuesFrom cco:ont00002026 + ] ; + rdfs:label "Material Copy of a ISSN Barcode"@en ; + skos:altLabel "ISSN Barcode"@en ; + skos:definition "A Material Copy of an EAN Barcode that is used to designate periodicals."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000559 +cco:ont00000559 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000241 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000101 ; + owl:someValuesFrom cco:ont00002018 + ] ; + rdfs:label "Material Copy of a QR Code"@en ; + skos:altLabel "QR Code"@en ; + skos:definition "A Material Copy of a Two-Dimensional Barcode that consists of numeric, alphanumeric, binary, or kanji information and is used primarily for tracking and marketing."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + +### https://www.commoncoreontologies.org/ont00000582 +cco:ont00000582 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000258 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000101 ; + owl:someValuesFrom cco:ont00002022 + ] ; + rdfs:label "Material Copy of a Code 93 Barcode"@en ; + skos:altLabel "Code 93 Barcode"@en ; + skos:definition "A Material Copy of a One-Dimensional Barcode that consists of up to 93 ASCII characters and is used in logistics to identify packages in retail inventory, lable electornic components, and provide supplementary delivery information."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + +### https://www.commoncoreontologies.org/ont00000596 +cco:ont00000596 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000966 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000101 ; + owl:someValuesFrom cco:ont00002027 + ] ; + rdfs:label "Material Copy of a JAN-13 Barcode"@en ; + skos:altLabel "JAN-13 Barcode"@en ; + skos:definition "A Material Copy of an EAN Barcode that consists of 13 numerical digits and is used primarily in Japan to designate products at the point of sale."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + +### https://www.commoncoreontologies.org/ont00000602 +cco:ont00000602 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000258 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000101 ; + owl:someValuesFrom cco:ont00002023 + ] ; + rdfs:label "Material Copy of a ITF Barcode"@en ; + skos:altLabel "ITF Barcode"@en ; + skos:definition "A Material Copy of a One-Dimensional Barcode that consists of an even number of numerical characters and is used primarily in packaging and distribution."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + +### https://www.commoncoreontologies.org/ont00000899 +cco:ont00000899 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000258 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000101 ; + owl:someValuesFrom cco:ont00002024 + ] ; + rdfs:label "Material Copy of a MSI Plessey Barcode"@en ; + skos:altLabel "MSI Plessey Barcode"@en ; + skos:definition "A Material Copy of a One-Dimensional Barcode that consists of an indefinite number of numerical characters and is used for inventory control and marking storage containers and shelves in warehouse environments."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000931 +cco:ont00000931 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000326 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000101 ; + owl:someValuesFrom cco:ont00002035 + ] ; + rdfs:label "Material Copy of a UPC-A Barcode"@en ; + skos:altLabel "UPC-A Barcode"@en ; + skos:definition "A Material Copy of a UPC Barcode that consists of 12 numerical digits."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000966 +cco:ont00000966 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000258 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000101 ; + owl:someValuesFrom cco:ont00002025 + ] ; + rdfs:label "Material Copy of a EAN Barcode"@en ; + skos:altLabel "EAN Barcode"@en ; + skos:definition "A Material Copy of a One-Dimensional Barcode that consists of 8 or 13 numerical digits and is used to scan consumer goods."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000972 +cco:ont00000972 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000966 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000101 ; + owl:someValuesFrom cco:ont00002028 + ] ; + rdfs:label "Material Copy of a EAN-13 Barcode"@en ; + skos:altLabel "EAN-13 Barcode"@en ; + skos:definition "A Material Copy of an EAN Barcode that consists of 13 numerical digits and is used to designate products at the point of sale."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001012 +cco:ont00001012 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000258 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000101 ; + owl:someValuesFrom cco:ont00002031 + ] ; + skos:scopeNote "Further variants of GS1 DataBar have not been defined here."@en ; + rdfs:label "Material Copy of a GS1 DataBar Barcode"@en ; + skos:altLabel "GS1 DataBar Barcode"@en ; + skos:definition "A Material Copy of a One-Dimensional Barcode that consists of 12-14 numerical digits and is used in retail and healthcare."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001131 +cco:ont00001131 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000966 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000101 ; + owl:someValuesFrom cco:ont00002029 + ] ; + rdfs:label "Material Copy of a EAN-8 Barcode"@en ; + skos:altLabel "EAN-8 Barcode"@en ; + skos:definition "A Material Copy of an EAN Barcode that consists of 8 numerical digits and is used to designate products at the point of sale."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001209 +cco:ont00001209 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000326 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000101 ; + owl:someValuesFrom cco:ont00002036 + ] ; + rdfs:label "Material Copy of a UPC-E Barcode"@en ; + skos:altLabel "UPC-E Barcode"@en ; + skos:definition "A Material Copy of a UPC Barcode that consists of 6 numerical digits."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001245 +cco:ont00001245 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000241 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000101 ; + owl:someValuesFrom cco:ont00002019 + ] ; + rdfs:label "Material Copy of a PDF417 Code"@en ; + skos:altLabel "PDF417 Code"@en ; + skos:definition "A Material Copy of a Two-Dimensional Barcode that is used in applications that require the storage of huge amounts of data."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001260 +cco:ont00001260 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000258 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000101 ; + owl:someValuesFrom cco:ont00002032 + ] ; + rdfs:label "Material Copy of a Code 39 Barcode"@en ; + skos:altLabel "Code 39 Barcode"@en ; + skos:definition "A Material Copy of a One-Dimensional Barcode that consists of 39 characters that are numbers 0-9, capital letters A-Z, or the symbols -.$/+% and space and is used primarily in automotive and defense industries."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001264 +cco:ont00001264 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000258 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000101 ; + owl:someValuesFrom cco:ont00002033 + ] ; + rdfs:label "Material Copy of a Code 128 Barcode"@en ; + skos:altLabel "Code 128 Barcode"@en ; + skos:definition "A Material Copy of a One-Dimensional Barcode that consists of up to 128 ASCII characters and is used primarily in supply chains."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001268 +cco:ont00001268 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000966 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000101 ; + owl:someValuesFrom cco:ont00002030 + ] ; + rdfs:label "Material Copy of a ISBN Barcode"@en ; + skos:altLabel "ISBN Barcode"@en ; + skos:definition "A Material Copy of an EAN Barcode that is used to designate books."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + + +### https://www.commoncoreontologies.org/ont00000014 +cco:ont00000014 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000241 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000101 ; + owl:someValuesFrom cco:ont00002016 + ] ; + rdfs:label "Material Copy of a Aztec Code"@en ; + skos:altLabel "Aztec Code"@en ; + skos:definition "A Material Copy of a Two-Dimensional Barcode that is used by the transportation industry to scan tickets."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + + diff --git a/src/cco-iris/FamilialRelationsOntology.ttl b/src/cco-iris/FamilialRelationsOntology.ttl new file mode 100644 index 00000000..9083c523 --- /dev/null +++ b/src/cco-iris/FamilialRelationsOntology.ttl @@ -0,0 +1,716 @@ +@prefix : . +@prefix cco: . +@prefix obo: . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@prefix skos: . +@prefix dcterms: . +@base . + + rdf:type owl:Ontology ; + owl:versionIRI ; + dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ; + dcterms:rights "CUBRC Inc., see full license."@en ; + rdfs:comment "This ontology is designed to represent familial relationships."@en ; + rdfs:label "Familial Relations Ontology"@en ; + owl:versionInfo "Version 1.0"@en . + +################################################################# +# Annotation properties +################################################################# + +### http://purl.org/dc/terms/license +dcterms:license rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/rights +dcterms:rights rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition +skos:definition rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote +skos:scopeNote rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 +cco:ont00001760 rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001774 +cco:ont00001774 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001902 ; + owl:inverseOf cco:ont00001883 ; + rdfs:label "has brother"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + +### https://www.commoncoreontologies.org/ont00001776 +cco:ont00001776 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001945 ; + owl:inverseOf cco:ont00001876 ; + rdfs:label "has grandfather"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001780 +cco:ont00001780 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001842 ; + owl:inverseOf cco:ont00001786 ; + rdfs:label "has mother"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001781 +cco:ont00001781 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001996 ; + owl:inverseOf cco:ont00001979 ; + rdfs:label "has step sister"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001783 +cco:ont00001783 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001945 ; + owl:inverseOf cco:ont00001820 ; + rdfs:label "is granddaughter of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001784 +cco:ont00001784 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001818 ; + owl:inverseOf cco:ont00001881 ; + rdfs:label "has son-in-law"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001785 +cco:ont00001785 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001988 ; + rdfs:label "has uncle"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001786 +cco:ont00001786 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001995 ; + rdfs:label "is mother of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001788 +cco:ont00001788 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001789 ; + owl:inverseOf cco:ont00001994 ; + rdfs:label "has paternal aunt"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001789 +cco:ont00001789 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001955 ; + rdfs:label "has aunt"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001790 +cco:ont00001790 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001785 ; + owl:inverseOf cco:ont00001929 ; + rdfs:label "has maternal uncle"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001792 +cco:ont00001792 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001902 ; + owl:inverseOf cco:ont00001851 ; + rdfs:label "has sister"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001793 +cco:ont00001793 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001975 ; + owl:inverseOf cco:ont00001948 ; + rdfs:label "has half sister"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001802 +cco:ont00001802 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001804 ; + owl:inverseOf cco:ont00001957 ; + rdfs:label "has husband"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001804 +cco:ont00001804 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001804 ; + rdfs:label "is spouse of"@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001806 +cco:ont00001806 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001806 ; + rdf:type owl:SymmetricProperty ; + rdfs:label "is first cousin of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001812 +cco:ont00001812 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001945 ; + owl:inverseOf cco:ont00001981 ; + rdfs:label "is grandson of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001818 +cco:ont00001818 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001818 ; + rdfs:label "is in-law of"@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001820 +cco:ont00001820 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001850 ; + rdfs:label "has granddaughter"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001823 +cco:ont00001823 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001785 ; + owl:inverseOf cco:ont00001926 ; + rdfs:label "has paternal uncle"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001826 +cco:ont00001826 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001818 ; + owl:inverseOf cco:ont00001828 ; + rdfs:label "is sister-in-law of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001828 +cco:ont00001828 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001818 ; + rdfs:label "has sister-in-law"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001835 +cco:ont00001835 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001842 ; + owl:inverseOf cco:ont00001839 ; + rdfs:label "is son of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001839 +cco:ont00001839 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001995 ; + rdfs:label "has son"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001840 +cco:ont00001840 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001945 ; + owl:inverseOf cco:ont00001882 ; + rdfs:label "has grandmother"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001842 +cco:ont00001842 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001995 ; + rdfs:label "is child of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001843 +cco:ont00001843 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001806 ; + owl:inverseOf cco:ont00001894 ; + rdfs:label "is paternal first cousin of"@en ; + skos: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."@en ; + skos:scopeNote "is_paternal_first_cousin_of is not a symmetric relationship as is is_first_cousin_of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001849 +cco:ont00001849 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001818 ; + owl:inverseOf cco:ont00001935 ; + rdfs:label "is father-in-law of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001850 +cco:ont00001850 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001945 ; + rdfs:label "is grandparent of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001851 +cco:ont00001851 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001902 ; + rdfs:label "is sister of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001853 +cco:ont00001853 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001818 ; + owl:inverseOf cco:ont00001885 ; + rdfs:label "is mother-in-law of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001854 +cco:ont00001854 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001818 ; + owl:inverseOf cco:ont00001867 ; + rdfs:label "has daughter-in-law"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001856 +cco:ont00001856 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001932 ; + rdfs:label "has niece"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001858 +cco:ont00001858 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001842 ; + owl:inverseOf cco:ont00001987 ; + rdfs:label "is daughter of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001860 +cco:ont00001860 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001968 ; + rdfs:label "is ancestor of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001865 +cco:ont00001865 rdf:type owl:ObjectProperty , + owl:SymmetricProperty ; + rdfs:label "has familial relationship to"@en ; + skos:definition "A relationship between persons by virtue of ancestry or legal union."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001867 +cco:ont00001867 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001818 ; + rdfs:label "is daughter-in-law of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001871 +cco:ont00001871 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001804 ; + owl:inverseOf cco:ont00001887 ; + rdfs:label "has wife"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001872 +cco:ont00001872 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001996 ; + owl:inverseOf cco:ont00001890 ; + rdfs:label "is step-brother of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001876 +cco:ont00001876 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001850 ; + rdfs:label "is grandfather of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001881 +cco:ont00001881 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001818 ; + rdfs:label "is son-in-law of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001882 +cco:ont00001882 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001850 ; + rdfs:label "is grandmother of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001883 +cco:ont00001883 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001902 ; + rdfs:label "is brother of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001885 +cco:ont00001885 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001818 ; + rdfs:label "has mother-in-law"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001887 +cco:ont00001887 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001804 ; + rdfs:label "is wife of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001890 +cco:ont00001890 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001996 ; + rdfs:label "has step brother"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001891 +cco:ont00001891 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001818 ; + owl:inverseOf cco:ont00001952 ; + rdfs:label "has brother-in-law"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001892 +cco:ont00001892 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001876 ; + owl:inverseOf cco:ont00001972 ; + rdfs:label "is paternal grandfather of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001894 +cco:ont00001894 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001806 ; + rdfs:label "has paternal first cousin"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001897 +cco:ont00001897 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001882 ; + owl:inverseOf cco:ont00001960 ; + rdfs:label "is maternal grandmother of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001902 +cco:ont00001902 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001902 ; + rdf:type owl:SymmetricProperty ; + rdfs:label "is sibling of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001903 +cco:ont00001903 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001876 ; + owl:inverseOf cco:ont00001973 ; + rdfs:label "is maternal grandfather of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001905 +cco:ont00001905 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001975 ; + owl:inverseOf cco:ont00001927 ; + rdfs:label "is half-brother of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001906 +cco:ont00001906 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001806 ; + owl:inverseOf cco:ont00001934 ; + skos:scopeNote "is_maternal_first_cousin_of is not a symmetric relationship as is is_first_cousin_of"@en ; + rdfs:label "is maternal first cousin of"@en ; + skos: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."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001911 +cco:ont00001911 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001882 ; + owl:inverseOf cco:ont00001937 ; + rdfs:label "is paternal grandmother of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001926 +cco:ont00001926 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001988 ; + rdfs:label "is paternal uncle of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001927 +cco:ont00001927 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001975 ; + rdfs:label "has half brother"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + +### https://www.commoncoreontologies.org/ont00001929 +cco:ont00001929 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001988 ; + rdfs:label "is maternal uncle of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001930 +cco:ont00001930 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001930 ; + rdf:type owl:SymmetricProperty ; + rdfs:label "is second cousin of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001932 +cco:ont00001932 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + rdfs:label "is niece of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001934 +cco:ont00001934 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001806 ; + rdfs:label "has maternal first cousin"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001935 +cco:ont00001935 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001818 ; + rdfs:label "has father-in-law"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001937 +cco:ont00001937 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001840 ; + rdfs:label "has paternal grandmother"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001941 +cco:ont00001941 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001955 ; + owl:inverseOf cco:ont00001958 ; + rdfs:label "is maternal aunt of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001945 +cco:ont00001945 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + rdfs:label "is grandchild of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001946 +cco:ont00001946 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001842 ; + owl:inverseOf cco:ont00001985 ; + rdfs:label "has father"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001948 +cco:ont00001948 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001975 ; + rdfs:label "is half sister of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001950 +cco:ont00001950 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001950 ; + rdf:type owl:SymmetricProperty ; + rdfs:label "is third cousin of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001952 +cco:ont00001952 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001818 ; + rdfs:label "is brother-in-law of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001955 +cco:ont00001955 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + rdfs:label "is aunt of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001957 +cco:ont00001957 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001804 ; + rdfs:label "is husband of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001958 +cco:ont00001958 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001789 ; + rdfs:label "has maternal aunt"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001960 +cco:ont00001960 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001840 ; + rdfs:label "has maternal grandmother"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001967 +cco:ont00001967 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001969 ; + rdfs:label "is nephew of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001968 +cco:ont00001968 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + rdfs:label "is descendant of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001969 +cco:ont00001969 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + rdfs:label "has nephew"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001972 +cco:ont00001972 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001776 ; + rdfs:label "has paternal grandfather"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001973 +cco:ont00001973 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001776 ; + rdfs:label "has maternal grandfather"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001975 +cco:ont00001975 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001975 ; + rdf:type owl:SymmetricProperty ; + rdfs:label "is half-sibling of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001979 +cco:ont00001979 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001996 ; + rdfs:label "is step-sister of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001981 +cco:ont00001981 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001850 ; + rdfs:label "has grandson"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001985 +cco:ont00001985 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001995 ; + rdfs:label "is father of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001987 +cco:ont00001987 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001995 ; + rdfs:label "has daughter"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001988 +cco:ont00001988 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + rdfs:label "is uncle of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001994 +cco:ont00001994 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001955 ; + rdfs:label "is paternal aunt of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001995 +cco:ont00001995 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + rdfs:label "is parent of"@en ; + skos:definition "x is_parent_of y is a familial relationship between an instance of Person x and a different instance of Person y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001996 +cco:ont00001996 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001996 ; + rdfs:label "is step-sibling of"@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FamilialRelationsOntology"^^xsd:anyURI . + +### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ModalRelationOntology.ttl b/src/cco-iris/ModalRelationOntology.ttl new file mode 100644 index 00000000..cd1163b9 --- /dev/null +++ b/src/cco-iris/ModalRelationOntology.ttl @@ -0,0 +1,2547 @@ +@prefix cco: . +@prefix dc: . +@prefix dct: . +@prefix mro: . +@prefix obo: . +@prefix owl: . +@prefix rdf: . +@prefix rdfs: . +@prefix skos: . +@prefix xsd: . + +dc:identifier a owl:AnnotationProperty . + +dct:created a owl:AnnotationProperty . + +dct:creator a owl:AnnotationProperty . + +dct:license a owl:AnnotationProperty . + +dct:rights a owl:AnnotationProperty . + +skos:altLabel a owl:AnnotationProperty . + +skos:changeNote a owl:AnnotationProperty . + +skos:definition a owl:AnnotationProperty . + +skos:editorialNote a owl:AnnotationProperty . + +skos:example a owl:AnnotationProperty . + +skos:prefLabel a owl:AnnotationProperty . + +skos:scopeNote a owl:AnnotationProperty . + +mro:BFO_0000054 a owl:ObjectProperty ; + rdfs:label "has realization"@en ; + dc:identifier "206-BFO" ; + rdfs:domain obo:BFO_0000017 ; + rdfs:range obo:BFO_0000015 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:BFO_0000055 ; + skos:altLabel "realized in"@en ; + skos:definition "b has realization c =Def c realizes b"@en ; + skos:example "As for realizes"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000058 a owl:ObjectProperty ; + rdfs:label "is concretized by"@en ; + dc:identifier "258-BFO" ; + rdfs:domain obo:BFO_0000031 ; + rdfs:range [ a owl:Class ; + owl:unionOf ( obo:BFO_0000015 obo:BFO_0000020 ) ] ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:BFO_0000059 ; + skos:definition "c is concretized by b =Def b concretizes c"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000062 a owl:ObjectProperty, + owl:TransitiveProperty ; + rdfs:label "preceded by"@en ; + dc:identifier "213-BFO" ; + rdfs:domain obo:BFO_0000003 ; + rdfs:range obo:BFO_0000003 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:BFO_0000063 ; + skos:definition "b preceded by c =Def b precedes c"@en ; + skos:example "The temporal region occupied by the second half of the match is preceded by the temporal region occupied by the first half of the match"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000108 a owl:ObjectProperty ; + rdfs:label "exists at"@en ; + dc:identifier "118-BFO" ; + rdfs:domain obo:BFO_0000001 ; + rdfs:range obo:BFO_0000008 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "(Elucidation) exists at is a relation between a particular and some temporal region at which the particular exists"@en ; + skos:example "First World War exists at 1914-1916; Mexico exists at January 1, 2000"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000115 a owl:ObjectProperty ; + rdfs:label "has member part"@en ; + dc:identifier "230-BFO" ; + rdfs:domain obo:BFO_0000040 ; + rdfs:range obo:BFO_0000040 ; + rdfs:subPropertyOf mro:BFO_0000178 ; + owl:inverseOf mro:BFO_0000129 ; + skos:definition "b has member part c =Def c member part of b"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000121 a owl:ObjectProperty, + owl:TransitiveProperty ; + rdfs:label "has temporal part"@en ; + dc:identifier "211-BFO" ; + rdfs:domain obo:BFO_0000003 ; + rdfs:range obo:BFO_0000003 ; + rdfs:subPropertyOf mro:BFO_0000117 ; + owl:inverseOf mro:BFO_0000139 ; + skos:definition "b has temporal part c =Def c temporal part of b"@en ; + skos:example "Your life has temporal part the first year of your life"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000124 a owl:ObjectProperty ; + rdfs:label "location of"@en ; + dc:identifier "236-BFO" ; + rdfs:domain [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000004 [ a owl:Class ; + owl:complementOf obo:BFO_0000006 ] ) ] ; + rdfs:range [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000004 [ a owl:Class ; + owl:complementOf obo:BFO_0000006 ] ) ] ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:BFO_0000171 ; + skos:definition "b location of c =Def c located in b"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000127 a owl:ObjectProperty ; + rdfs:label "material basis of"@en ; + dc:identifier "244-BFO" ; + rdfs:domain obo:BFO_0000040 ; + rdfs:range obo:BFO_0000016 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:BFO_0000218 ; + skos:definition "b material basis of c =Def c has material basis b"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000153 a owl:FunctionalProperty, + owl:ObjectProperty ; + rdfs:label "temporally projects onto"@en ; + dc:identifier "080-BFO" ; + rdfs:domain obo:BFO_0000011 ; + rdfs:range obo:BFO_0000008 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "(Elucidation) temporally projects onto is a relation between a spatiotemporal region s and some temporal region which is the temporal extent of s"@en ; + skos:example "The world line of a particle temporally projects onto the temporal region extending from the beginning to the end of the existence of the particle"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000184 a owl:FunctionalProperty, + owl:InverseFunctionalProperty, + owl:ObjectProperty ; + rdfs:label "history of"@en ; + dc:identifier "144-BFO" ; + rdfs:domain obo:BFO_0000182 ; + rdfs:range obo:BFO_0000040 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:BFO_0000185 ; + skos:definition "(Elucidation) history of is a relation between history b and material entity c such that b is the unique history of c"@en ; + skos:example "This life is the history of this organism"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000200 a owl:FunctionalProperty, + owl:ObjectProperty ; + rdfs:label "occupies spatiotemporal region"@en ; + dc:identifier "082-BFO" ; + rdfs:domain [ a owl:Class ; + owl:unionOf ( obo:BFO_0000015 obo:BFO_0000035 ) ] ; + rdfs:range obo:BFO_0000011 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "(Elucidation) occupies spatiotemporal region is a relation between a process or process boundary p and the spatiotemporal region s which is its spatiotemporal extent"@en ; + skos:example "A particle emitted by a nuclear reactor occupies the spatiotemporal region which is its trajectory"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000210 a owl:ObjectProperty ; + rdfs:label "occupies spatial region"@en ; + dc:identifier "232-BFO" ; + rdfs:domain [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000004 [ a owl:Class ; + owl:complementOf obo:BFO_0000006 ] ) ] ; + rdfs:range obo:BFO_0000006 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "b occupies spatial region r =Def b is an independent continuant that is not a spatial region & r is a spatial region & there is some time t such that every continuant part of b occupies some continuant part of r at t and no continuant part of b occupies any spatial region that is not a continuant part of r at t"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000216 a owl:ObjectProperty ; + rdfs:label "spatially projects onto"@en ; + dc:identifier "246-BFO" ; + rdfs:domain obo:BFO_0000011 ; + rdfs:range obo:BFO_0000006 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "(Elucidation) spatially projects onto is a relation between some spatiotemporal region b and spatial region c such that at some time t, c is the spatial extent of b at t"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000221 a owl:ObjectProperty ; + rdfs:label "first instant of"@en ; + dc:identifier "268-BFO" ; + rdfs:domain obo:BFO_0000203 ; + rdfs:range obo:BFO_0000008 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:BFO_0000222 ; + skos:definition "t first instant of t' =Def t is a temporal instant & t' is a temporal region t' & t precedes all temporal parts of t' other than t"@en ; + skos:example "An hour starting at midnight yesterday has first instant midnight yesterday"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000223 a owl:ObjectProperty ; + rdfs:label "last instant of"@en ; + dc:identifier "269-BFO" ; + rdfs:domain obo:BFO_0000203 ; + rdfs:range obo:BFO_0000008 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:BFO_0000224 ; + skos:definition "t last instant of t' =Def t is a temporal instant & t' is a temporal region & all temporal parts of t' other than t precede t"@en ; + skos:example "Last midnight is the last instant of yesterday"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001763 a owl:DatatypeProperty ; + rdfs:label "has altitude value"@en ; + skos:scopeNote "Altitude values typically use kilometers as the Unit of Measurement."@en, + "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."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001764 a owl:DatatypeProperty ; + rdfs:label "has longitude value"@en ; + rdfs:range xsd:decimal ; + skos:definition "A Data Property that has as its range the longitude value from some Geospatial Location coordinates set expressed in decimal degrees."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001765 a owl:DatatypeProperty ; + rdfs:label "has text value"@en ; + rdfs:domain cco:ont00000253 ; + owl:deprecated true ; + skos:changeNote "Deprecated without direct replacement because the property is overly generic and does not add semantic content beyond the use of a string literal. Modelers should instead use a more specific datatype property whose meaning explains what the text records, names, describes, encodes, or otherwise represents."@en ; + skos:definition "A data property that has as its range a string value."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001766 a owl:DatatypeProperty ; + rdfs:label "has latitude value"@en ; + rdfs:range xsd:decimal ; + skos:definition "A Data Property that has as its range the latitude value from some Geospatial Location coordinates set expressed in decimal degrees."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001767 a owl:DatatypeProperty ; + rdfs:label "has datetime value"@en ; + rdfs:domain cco:ont00000253 ; + rdfs:range xsd:dateTime ; + owl:deprecated true ; + skos:changeNote "Deprecated without direct replacement because the property is overly generic and does not add semantic content beyond the use of an xsd:dateTime typed literal. Modelers should instead use a more specific datatype property whose meaning explains what date-time value is being recorded, specified, observed, issued, created, modified, or otherwise represented."@en ; + skos:definition "A data property that has as its value a datetime value."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001768 a owl:DatatypeProperty ; + rdfs:label "has URI value"@en ; + rdfs:domain cco:ont00000253 ; + rdfs:range xsd:anyURI ; + owl:deprecated true ; + skos:changeNote "Deprecated without direct replacement because the property is overly generic and does not add semantic content beyond the use of an xsd:anyURI typed literal. Modelers should instead use a more specific datatype property whose meaning explains what the URI identifies, locates, references, resolves to, or otherwise represents."@en ; + skos:definition "A data property that has as its range a URI value."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001769 a owl:DatatypeProperty ; + rdfs:label "has decimal value"@en ; + rdfs:domain cco:ont00000253 ; + rdfs:range xsd:decimal ; + owl:deprecated true ; + skos:changeNote "Deprecated without direct replacement because the property is overly generic and does not add semantic content beyond the use of an xsd:decimal typed literal. Modelers should instead use a more specific datatype property whose meaning explains what the decimal value measures, quantifies, estimates, rates, or otherwise represents."@en ; + skos:definition "A data property that has as its range a decimal value."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001770 a owl:DatatypeProperty ; + rdfs:label "has double value"@en ; + rdfs:domain cco:ont00000253 ; + rdfs:range xsd:double ; + owl:deprecated true ; + skos:changeNote "Deprecated without direct replacement because the property is overly generic and does not add semantic content beyond the use of an xsd:double typed literal. Modelers should instead use a more specific datatype property whose meaning explains what the double value measures, quantifies, estimates, rates, or otherwise represents."@en ; + skos:definition "A data property that has as its range a double value."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001771 a owl:DatatypeProperty ; + rdfs:label "has date value"@en ; + rdfs:domain cco:ont00000253 ; + skos:definition "A data property that has as its range a date value."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001772 a owl:DatatypeProperty ; + rdfs:label "has boolean value"@en ; + rdfs:domain cco:ont00000253 ; + rdfs:range xsd:boolean ; + owl:deprecated true ; + skos:changeNote "Deprecated without direct replacement because the property is overly generic and does not add semantic content beyond the use of an xsd:boolean typed literal. Modelers should instead use a more specific datatype property whose meaning explains what the boolean value affirms, denies, indicates, or otherwise represents."@en ; + skos:definition "A data property that has as its range a boolean value."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001773 a owl:DatatypeProperty ; + rdfs:label "has integer value"@en ; + rdfs:domain cco:ont00000253 ; + rdfs:range xsd:integer ; + owl:deprecated true ; + skos:changeNote "Deprecated because the property does not add semantic content beyond the use of an xsd:integer typed literal. Use a domain-specific datatype property with range xsd:integer where an integer-valued measurement, count, ordinal, identifier component, or other value is intended."@en ; + skos:definition "A data property that has as its range an integer value."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001774 a owl:ObjectProperty ; + rdfs:label "has brother"@en ; + rdfs:subPropertyOf mro:ont00001902 ; + owl:inverseOf mro:ont00001883 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001775 a owl:ObjectProperty ; + rdfs:label "is successor of"@en ; + rdfs:domain obo:BFO_0000004 ; + rdfs:range obo:BFO_0000004 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:ont00001928 ; + skos:definition "x is successor of y =Def y is predecessor of x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001777 a owl:ObjectProperty ; + rdfs:label "has process part"@en ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000015 ; + rdfs:subPropertyOf mro:BFO_0000117 ; + owl:inverseOf mro:ont00001857 ; + skos:definition "x has process part y =Def y is part of process x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001778 a owl:ObjectProperty ; + rdfs:label "has object"@en ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range [ a owl:Class ; + owl:unionOf ( obo:BFO_0000020 obo:BFO_0000031 [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000004 [ a owl:Class ; + owl:complementOf obo:BFO_0000006 ] ) ] ) ] ; + rdfs:subPropertyOf mro:BFO_0000057 ; + owl:inverseOf mro:ont00001936 ; + skos:definition "x has object y =Def y is object of x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001779 a owl:ObjectProperty ; + rdfs:label "has inside instant"@en ; + rdfs:domain obo:BFO_0000038 ; + rdfs:range obo:BFO_0000203 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:ont00001848 ; + skos:definition "x has_inside_instant y iff x is an instance of One Dimensional Temporal Region and y is an instance of Temporal Instant and y is_inside_instant_of x."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001780 a owl:ObjectProperty ; + rdfs:label "has mother"@en ; + rdfs:subPropertyOf mro:ont00001842 ; + owl:inverseOf mro:ont00001786 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001781 a owl:ObjectProperty ; + rdfs:label "has step sister"@en ; + rdfs:subPropertyOf mro:ont00001996 ; + owl:inverseOf mro:ont00001979 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001782 a owl:ObjectProperty ; + rdfs:label "has all members located in"@en ; + rdfs:domain obo:BFO_0000027 ; + rdfs:range [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000004 [ a owl:Class ; + owl:complementOf obo:BFO_0000006 ] ) ] ; + rdfs:subPropertyOf mro:ont00001832 ; + skos:definition "x has all members located in y iff x is an instance of Object Aggregate and y is an instance of independent continuant but not a spatial region, and every member of x is located in y."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001783 a owl:ObjectProperty ; + rdfs:label "is granddaughter of"@en ; + rdfs:subPropertyOf mro:ont00001945 ; + owl:inverseOf mro:ont00001820 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001784 a owl:ObjectProperty ; + rdfs:label "has son-in-law"@en ; + rdfs:subPropertyOf mro:ont00001818 ; + owl:inverseOf mro:ont00001881 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001787 a owl:ObjectProperty ; + rdfs:label "agent in"@en ; + rdfs:domain cco:ont00001017 ; + rdfs:range obo:BFO_0000015 ; + rdfs:subPropertyOf mro:BFO_0000056 ; + owl:inverseOf mro:ont00001833 ; + skos:definition "x agent_in y iff y is an instance of Process and x is an instance of Agent, such that x is causally active in y."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001788 a owl:ObjectProperty ; + rdfs:label "has paternal aunt"@en ; + rdfs:subPropertyOf mro:ont00001789 ; + owl:inverseOf mro:ont00001994 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001790 a owl:ObjectProperty ; + rdfs:label "has maternal uncle"@en ; + rdfs:subPropertyOf mro:ont00001785 ; + owl:inverseOf mro:ont00001929 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001791 a owl:ObjectProperty ; + rdfs:label "coincides with"@en ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + rdfs:subPropertyOf mro:ont00001810 ; + skos:definition "x coincides_with y iff x and y are both instances of Immaterial Entity and x is a spatial part of y and y is a spatial part of x."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be transitive and symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001792 a owl:ObjectProperty ; + rdfs:label "has sister"@en ; + rdfs:subPropertyOf mro:ont00001902 ; + owl:inverseOf mro:ont00001851 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001793 a owl:ObjectProperty ; + rdfs:label "has half sister"@en ; + rdfs:subPropertyOf mro:ont00001975 ; + owl:inverseOf mro:ont00001948 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001794 a owl:ObjectProperty ; + rdfs:label "has subsidiary"@en ; + rdfs:domain cco:ont00001180 ; + rdfs:range cco:ont00001180 ; + rdfs:subPropertyOf mro:ont00001977 ; + owl:inverseOf mro:ont00001815 ; + skos:definition "x has subsidiary y =Def y is subsidiary of x."@en ; + cco:ont00001754 "http://www.austlii.edu.au/legis/cth/consol_act/ca2001172/s50aa.html" ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001795 a owl:ObjectProperty ; + rdfs:label "has inside interval"@en ; + rdfs:domain obo:BFO_0000202 ; + rdfs:range obo:BFO_0000202 ; + rdfs:subPropertyOf mro:ont00001924 ; + owl:inverseOf mro:ont00001869 ; + skos:definition "x has inside interval y =Def y interval during x."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001796 a owl:ObjectProperty ; + rdfs:label "tangential part of"@en ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + rdfs:subPropertyOf mro:ont00001944 ; + owl:inverseOf mro:ont00001909 ; + skos:definition "x tangential_part_of y iff x and y are both instances of Immaterial Entity and x is a spatial part of y and there exists an instance of Immaterial Entity z such that z externally connects with x and z externally connects with y."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be transitive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001754 "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001797 a owl:ObjectProperty ; + rdfs:label "partially overlaps with"@en ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + rdfs:subPropertyOf mro:ont00001810 ; + skos:definition "x partially overlaps with y iff x and y are both instances of Immaterial Entity and x overlaps with y and x is not a spatial part of y and y is not a spatial part of x."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001754 "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001798 a owl:ObjectProperty ; + rdfs:label "is supervised by"@en ; + rdfs:domain cco:ont00001262 ; + rdfs:range cco:ont00001262 ; + rdfs:subPropertyOf mro:ont00001939 ; + owl:inverseOf mro:ont00001943 ; + skos:definition "x is_supervised_by y iff x and y are both instances of Person and y supervises x."@en ; + cco:ont00001754 "http://en.wiktionary.org/wiki/supervise)" ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001799 a owl:ObjectProperty ; + rdfs:label "role of aggregate"@en ; + rdfs:domain obo:BFO_0000023 ; + rdfs:range obo:BFO_0000027 ; + rdfs:subPropertyOf mro:ont00001809 ; + skos:definition "x role_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Role, and x inheres_in_aggregate y."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001800 a owl:ObjectProperty ; + rdfs:label "prohibits"@en ; + rdfs:domain cco:ont00001324 ; + rdfs:range obo:BFO_0000015 ; + rdfs:subPropertyOf mro:ont00001942 ; + owl:inverseOf mro:ont00001817 ; + skos:definition "x prohibits y at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that some y must not occur."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001802 a owl:ObjectProperty ; + rdfs:label "has husband"@en ; + rdfs:subPropertyOf mro:ont00001804 ; + owl:inverseOf mro:ont00001957 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001805 a owl:ObjectProperty ; + rdfs:label "is disrupted by"@en ; + dct:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + dct:creator "https://cubrc.org"^^xsd:anyURI ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000015 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:ont00001888 ; + skos:definition "x is disrupted by y =Def y disrupts x."@en ; + skos:prefLabel "is disrupted by"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001807 a owl:ObjectProperty ; + rdfs:label "is required by"@en ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range cco:ont00001324 ; + rdfs:subPropertyOf mro:ont00001920 ; + owl:inverseOf mro:ont00001974 ; + skos:definition "x is required by y =Def y requires x."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001811 a owl:ObjectProperty ; + rdfs:label "is an ordinal measurement of"@en ; + rdfs:domain cco:ont00001010 ; + rdfs:range obo:BFO_0000001 ; + rdfs:subPropertyOf mro:ont00001966 ; + owl:inverseOf mro:ont00001963 ; + skos:definition "x is_an_ordinal_measurement_of y iff x is an instance of Ordinal Measurement Information Content Entity and y is an instance of Entity and y is_measured_by_ordinal x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001812 a owl:ObjectProperty ; + rdfs:label "is grandson of"@en ; + rdfs:subPropertyOf mro:ont00001945 ; + owl:inverseOf mro:ont00001981 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001813 a owl:ObjectProperty ; + rdfs:label "uses"@en ; + rdfs:domain cco:ont00001017 ; + rdfs:range obo:BFO_0000040 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:ont00001925 ; + skos:definition "x uses y iff x is an instance of an Agent and y is an instance of a Material Entity, such that both x and y participate in some instance of a Process wherein x attempts to accomplish a goal by manipulating, deploying, or leveraging some attribute of y."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001814 a owl:ObjectProperty ; + rdfs:label "interval finishes"@en ; + rdfs:domain obo:BFO_0000202 ; + rdfs:range obo:BFO_0000202 ; + rdfs:subPropertyOf mro:ont00001971 ; + owl:inverseOf mro:ont00001821 ; + skos:definition "x interval_finishes y iff x and y are both instances of Temporal Interval and there exist instances of Temporal Instant v, w, and z such that v is the starting instant of x, w is the ending instant of both x and y, z is the starting instant of y, and z is before v."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001816 a owl:ObjectProperty ; + rdfs:label "is output of"@en ; + rdfs:domain [ a owl:Class ; + owl:unionOf ( obo:BFO_0000020 obo:BFO_0000031 [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000004 [ a owl:Class ; + owl:complementOf obo:BFO_0000006 ] ) ] ) ] ; + rdfs:range obo:BFO_0000015 ; + rdfs:subPropertyOf mro:BFO_0000056 ; + owl:inverseOf mro:ont00001986 ; + skos:definition "x is output of y =Def x participates in y, x is an Independent Continuant (but not a Spatial Region), y is a Process, and the presence of x at the end of y is a necessary condition for the completion of y."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001822 a owl:ObjectProperty, + owl:SymmetricProperty ; + rdfs:label "interval equals"@en ; + rdfs:domain obo:BFO_0000202 ; + rdfs:range obo:BFO_0000202 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:propertyDisjointWith mro:ont00001862 ; + skos:definition "x interval_equals y iff x and y are both instances of Temporal Interval and there exist instances of Temporal Instant w and z such that w is the starting instant of both x and y and z is the ending instant of both x and y."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001823 a owl:ObjectProperty ; + rdfs:label "has paternal uncle"@en ; + rdfs:subPropertyOf mro:ont00001785 ; + owl:inverseOf mro:ont00001926 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001824 a owl:ObjectProperty ; + rdfs:label "is excerpted from"@en ; + rdfs:domain cco:ont00000253 ; + rdfs:range cco:ont00000253 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos: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 carrier of some Information Content Entity C1, B2 is carrier of some Information Content Entity C2, C1 is not identical with C2, b1 is carrier of some Information Content Entity c1, b2 is an Information Bearing Entity that is part of B2 and b2 is carrier of c1 (i.e. the same Information Content Entity as borne by b1)."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001825 a owl:ObjectProperty ; + rdfs:label "interval overlaps"@en ; + rdfs:domain obo:BFO_0000202 ; + rdfs:range obo:BFO_0000202 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:ont00001870 ; + owl:propertyDisjointWith mro:ont00001862 ; + skos:definition "x interval overlaps y =Def y interval overlapped by x."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001826 a owl:ObjectProperty ; + rdfs:label "is sister-in-law of"@en ; + rdfs:subPropertyOf mro:ont00001818 ; + owl:inverseOf mro:ont00001828 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001827 a owl:ObjectProperty ; + rdfs:label "nontangential part of"@en ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + rdfs:subPropertyOf mro:ont00001944 ; + owl:inverseOf mro:ont00001989 ; + skos:definition "x nontangential_part_of y iff x and y are both instances of Immaterial Entity and x is a spatial part of y and there does not exist an instance of Immaterial Entity z such that z externally connects with x and z externally connects with y."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be transitive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001754 "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001829 a owl:ObjectProperty ; + rdfs:label "disposition of aggregate"@en ; + rdfs:domain obo:BFO_0000016 ; + rdfs:range obo:BFO_0000027 ; + rdfs:subPropertyOf mro:ont00001809 ; + owl:inverseOf mro:ont00001956 ; + skos:definition "x disposition_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Disposition, and x inheres_in_aggregate y."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001830 a owl:ObjectProperty ; + rdfs:label "has accomplice"@en ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range cco:ont00001017 ; + rdfs:subPropertyOf mro:BFO_0000057 ; + owl:inverseOf mro:ont00001895 ; + skos:definition "x has accomplice y =Def y accomplice in x."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Accomplice&oldid=1002047204"^^xsd:anyURI ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001831 a owl:ObjectProperty ; + rdfs:label "is subordinate role to"@en ; + rdfs:domain obo:BFO_0000023 ; + rdfs:range obo:BFO_0000023 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:ont00001951 ; + skos:definition "For all x,y,t: y is subordinate role to x at t iff: x is an instance of Role at time t, and y is an instance of Role at time t, and there is some z such that x is realized by z and z is an instance of Process which creates, modifies, transfers, or eliminates some u such that u is a Process Regulation at time t, and u is addressed to the bearer of y."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001834 a owl:ObjectProperty ; + rdfs:label "affects"@en ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range [ a owl:Class ; + owl:unionOf ( obo:BFO_0000020 obo:BFO_0000031 [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000004 [ a owl:Class ; + owl:complementOf obo:BFO_0000006 ] ) ] ) ] ; + rdfs:subPropertyOf mro:BFO_0000057 ; + owl:inverseOf mro:ont00001886 ; + skos:definition "x affects y =Def y is affected by x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001835 a owl:ObjectProperty ; + rdfs:label "is son of"@en ; + rdfs:subPropertyOf mro:ont00001842 ; + owl:inverseOf mro:ont00001839 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001837 a owl:ObjectProperty ; + rdfs:label "time zone identifier used by"@en ; + rdfs:domain cco:ont00000829 ; + rdfs:range cco:ont00000253 ; + rdfs:subPropertyOf mro:BFO_0000084 ; + owl:inverseOf mro:ont00001908 ; + skos:definition "x time_zone_identifier_used_by y iff y is an instance of Information Bearing Entity and x is an instance of Time Zone Identifier, such that x designates the spatial region associated with the time zone mentioned in y."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001838 a owl:ObjectProperty ; + rdfs:label "disconnected with"@en ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "x disconnected_with y iff x and y are both instances of Immaterial Entity and there does not exist some immaterial entity z that is part of both x and y."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001841 a owl:ObjectProperty ; + rdfs:label "is input of"@en ; + rdfs:domain [ a owl:Class ; + owl:unionOf ( obo:BFO_0000020 obo:BFO_0000031 [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000004 [ a owl:Class ; + owl:complementOf obo:BFO_0000006 ] ) ] ) ] ; + rdfs:range obo:BFO_0000015 ; + rdfs:subPropertyOf mro:BFO_0000056 ; + owl:inverseOf mro:ont00001921 ; + skos:definition "x is input of y =Def x participates in y, x is an Independent Continuant (but not a Spatial Region), y is a Process, and the presence of x at the beginning of y is a necessary condition for the start of y."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001843 a owl:ObjectProperty ; + rdfs:label "is paternal first cousin of"@en ; + rdfs:subPropertyOf mro:ont00001806 ; + owl:inverseOf mro:ont00001894 ; + skos: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."@en ; + skos:scopeNote "is_paternal_first_cousin_of is not a symmetric relationship as is is_first_cousin_of"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001844 a owl:ObjectProperty ; + rdfs:label "has sender"@en ; + rdfs:domain cco:ont00000402 ; + rdfs:range cco:ont00001017 ; + rdfs:subPropertyOf mro:BFO_0000057 ; + owl:inverseOf mro:ont00001993 ; + skos:definition "x has sender y =Def y sends x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001845 a owl:ObjectProperty ; + rdfs:label "is site of"@en ; + rdfs:domain obo:BFO_0000029 ; + rdfs:range obo:BFO_0000015 ; + rdfs:subPropertyOf mro:BFO_0000183 ; + owl:inverseOf mro:ont00001918 ; + skos:definition "x is site of y =Def y occurs at x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001846 a owl:ObjectProperty ; + rdfs:label "is organizational context of"@en ; + rdfs:domain cco:ont00001180 ; + rdfs:range obo:BFO_0000023 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:ont00001992 ; + skos:definition "x is_organizational_context_of y iff x is an instance of an Organization and y is an instance of a Role and z is an instance of a Person, such that z's affiliation with x is a prerequisite for z bearing y, or x ascribes y to the bearer of y."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001847 a owl:ObjectProperty ; + rdfs:label "interval is after"@en ; + rdfs:domain obo:BFO_0000202 ; + rdfs:range obo:BFO_0000202 ; + rdfs:subPropertyOf mro:ont00001862 ; + owl:inverseOf mro:ont00001940 ; + skos:definition "x interval is after y =Def y interval is before x."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001849 a owl:ObjectProperty ; + rdfs:label "is father-in-law of"@en ; + rdfs:subPropertyOf mro:ont00001818 ; + owl:inverseOf mro:ont00001935 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001852 a owl:ObjectProperty ; + rdfs:label "accessory in"@en ; + rdfs:domain cco:ont00001017 ; + rdfs:range obo:BFO_0000015 ; + rdfs:subPropertyOf mro:BFO_0000056 ; + owl:inverseOf mro:ont00001949 ; + skos:definition "x is_accessory_in y iff x is an instance of Agent and y is an instance of Process such that x assists another instance of Agent z in the commission of y, and x was not located at the location of y when y occurred, and x is not an agent_in y."@en ; + cco:ont00001754 "http://en.wikipedia.org/wiki/Accessory_(legal_term)" ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001853 a owl:ObjectProperty ; + rdfs:label "is mother-in-law of"@en ; + rdfs:subPropertyOf mro:ont00001818 ; + owl:inverseOf mro:ont00001885 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001854 a owl:ObjectProperty ; + rdfs:label "has daughter-in-law"@en ; + rdfs:subPropertyOf mro:ont00001818 ; + owl:inverseOf mro:ont00001867 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001856 a owl:ObjectProperty ; + rdfs:label "has niece"@en ; + rdfs:subPropertyOf mro:ont00001865 ; + owl:inverseOf mro:ont00001932 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001858 a owl:ObjectProperty ; + rdfs:label "is daughter of"@en ; + rdfs:subPropertyOf mro:ont00001842 ; + owl:inverseOf mro:ont00001987 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001859 a owl:ObjectProperty ; + rdfs:label "is delimited by"@en ; + rdfs:domain cco:ont00001180 ; + rdfs:range cco:ont00001203 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:ont00001864 ; + skos:definition "x is_delimited_by y iff x is an instance of Organization and y is an instance of Delimiting Domain and y delimits x."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Boundary_delimitation&oldid=1039137603"^^xsd:anyURI ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001860 a owl:ObjectProperty ; + rdfs:label "is ancestor of"@en ; + rdfs:subPropertyOf mro:ont00001865 ; + owl:inverseOf mro:ont00001968 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001861 a owl:ObjectProperty ; + rdfs:label "is material of"@en ; + rdfs:domain obo:BFO_0000030 ; + rdfs:range obo:BFO_0000030 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:ont00001991 ; + skos:definition "An object m is material of an object o when m is the material of which o consists and that material does not undergo a change of kind during the creation of o"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001863 a owl:ObjectProperty ; + rdfs:label "uses measurement unit"@en ; + rdfs:domain cco:ont00000253 ; + rdfs:range cco:ont00000120 ; + rdfs:subPropertyOf mro:BFO_0000101 ; + owl:inverseOf mro:ont00001961 ; + skos:definition "x uses measurement unit y =Def y is measurement unit of x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001866 a owl:ObjectProperty ; + rdfs:label "is interest of"@en ; + dct:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + dct:creator "https://cubrc.org"^^xsd:anyURI ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range cco:ont00001017 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:ont00001984 ; + skos:definition "x is interest of y =Def y has interest in x."@en ; + skos:prefLabel "is interest of"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001868 a owl:ObjectProperty ; + rdfs:label "is a nominal measurement of"@en ; + rdfs:domain cco:ont00000293 ; + rdfs:range obo:BFO_0000001 ; + rdfs:subPropertyOf mro:ont00001966 ; + owl:inverseOf mro:ont00001914 ; + skos:definition "x is_a_nominal_measurement_of y iff x is an instance of Nominal Measurement Information Content Entity and y is an instance of Entity, such that x classifies y relative to some set of shared, possibly arbitrary, characteristics."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001871 a owl:ObjectProperty ; + rdfs:label "has wife"@en ; + rdfs:subPropertyOf mro:ont00001804 ; + owl:inverseOf mro:ont00001887 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001872 a owl:ObjectProperty ; + rdfs:label "is step-brother of"@en ; + rdfs:subPropertyOf mro:ont00001996 ; + owl:inverseOf mro:ont00001890 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001873 a owl:ObjectProperty ; + rdfs:label "represented by"@en ; + rdfs:domain obo:BFO_0000001 ; + rdfs:range cco:ont00001069 ; + rdfs:subPropertyOf mro:ont00001801 ; + owl:inverseOf mro:ont00001938 ; + skos:definition "x represented by y =Def y represents x."@en ; + skos:scopeNote "See notes for inverse property." ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001875 a owl:ObjectProperty ; + rdfs:label "interval started by"@en ; + rdfs:domain obo:BFO_0000202 ; + rdfs:range obo:BFO_0000202 ; + rdfs:subPropertyOf mro:ont00001924 ; + owl:inverseOf mro:ont00001923 ; + skos:definition "x interval started by y =Def y interval starts x."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001877 a owl:ObjectProperty ; + rdfs:label "is an interval measurement of"@en ; + rdfs:domain cco:ont00001364 ; + rdfs:range obo:BFO_0000001 ; + rdfs:subPropertyOf mro:ont00001966 ; + owl:inverseOf mro:ont00001964 ; + skos:definition "x is_an_interval_measurement_of y iff x is an instance of Interval Measurement Information Content Entity and y is an instance of Entity and y is_measured_by_interval x."@en ; + skos:example "a measurement of air temperature on the Celsius scale." ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001878 a owl:ObjectProperty ; + rdfs:label "is mention of"@en ; + rdfs:domain cco:ont00000253 ; + rdfs:range obo:BFO_0000001 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:ont00001919 ; + skos:definition "x is mention of y =Def y is mentioned by x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001879 a owl:ObjectProperty ; + rdfs:label "designated by"@en ; + rdfs:domain obo:BFO_0000001 ; + rdfs:range cco:ont00000686 ; + rdfs:subPropertyOf mro:ont00001801 ; + owl:inverseOf mro:ont00001916 ; + skos:definition "x designated by y =Def y designates x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001880 a owl:ObjectProperty ; + rdfs:label "capability of aggregate"@en ; + rdfs:domain cco:ont00001379 ; + rdfs:range obo:BFO_0000027 ; + rdfs:subPropertyOf mro:ont00001809 ; + owl:inverseOf mro:ont00001898 ; + skos:definition "x capability_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Agent Capability, such that x inheres in aggregate y."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001884 a owl:ObjectProperty ; + rdfs:label "condition described by"@en ; + rdfs:domain obo:BFO_0000001 ; + rdfs:range cco:ont00000127 ; + rdfs:subPropertyOf mro:ont00001801 ; + owl:inverseOf mro:ont00001980 ; + owl:propertyChainAxiom ( mro:ont00001917 mro:BFO_0000176 ) ; + skos:definition "x condition described by y =Def y describes condition x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001889 a owl:ObjectProperty ; + rdfs:label "capability of"@en ; + rdfs:domain cco:ont00001379 ; + rdfs:range cco:ont00001017 ; + rdfs:subPropertyOf mro:BFO_0000197 ; + owl:inverseOf mro:ont00001954 ; + skos:definition "x capability_of y iff y is an instance of Agent and x is an instance of Agent Capability, such that x inheres in y."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001891 a owl:ObjectProperty ; + rdfs:label "has brother-in-law"@en ; + rdfs:subPropertyOf mro:ont00001818 ; + owl:inverseOf mro:ont00001952 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001892 a owl:ObjectProperty ; + rdfs:label "is paternal grandfather of"@en ; + rdfs:subPropertyOf mro:ont00001876 ; + owl:inverseOf mro:ont00001972 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001893 a owl:ObjectProperty, + owl:TransitiveProperty ; + rdfs:label "instant is after"@en ; + rdfs:domain obo:BFO_0000203 ; + rdfs:range obo:BFO_0000203 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:ont00001990 ; + skos:definition "x instant_is_after y iff x and y are both instances of Temporal Instant and there exists some instance of Temporal Interval z such that y is the starting instant of z and x is the ending instant of z."@en ; + skos:scopeNote "'instant is after' is a primitive relationship. Informally, a temporal instant x is after some temporal instant y iff y precedes x."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001896 a owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "interval meets"@en ; + rdfs:domain obo:BFO_0000202 ; + rdfs:range obo:BFO_0000202 ; + rdfs:subPropertyOf mro:ont00001862 ; + skos:definition "x interval meets y =Def y interval met by x."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001897 a owl:ObjectProperty ; + rdfs:label "is maternal grandmother of"@en ; + rdfs:subPropertyOf mro:ont00001882 ; + owl:inverseOf mro:ont00001960 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001899 a owl:ObjectProperty ; + rdfs:label "language used in"@en ; + rdfs:domain cco:ont00001175 ; + rdfs:range cco:ont00000253 ; + rdfs:subPropertyOf mro:ont00001942 ; + owl:inverseOf mro:ont00001976 ; + skos:definition "x language_used_by y iff y is an instance of Information Bearing Entity and x is an instance of Language, such that the literal value of y is a string that is encoded according to the syntax of x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001900 a owl:ObjectProperty ; + rdfs:label "is geospatial coordinate reference system of"@en ; + rdfs:domain cco:ont00000469 ; + rdfs:range cco:ont00000253 ; + rdfs:subPropertyOf mro:ont00001997 ; + owl:inverseOf mro:ont00001913 ; + skos:definition "x is_geospatial_coordinate_reference_system_of y iff y is an instance of Information Bearing Entity and x is an instance of Geospatial Coordinate Reference System, such that x describes the set of standards mentioned in y."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001901 a owl:ObjectProperty ; + rdfs:label "aggregate has role"@en ; + rdfs:domain obo:BFO_0000027 ; + rdfs:range obo:BFO_0000023 ; + rdfs:subPropertyOf mro:ont00001836 ; + skos:definition "x aggregate_has_role y iff x is an instance of Object Aggregate and y is an instance of Role, such that x aggregate_bearer_of y."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001903 a owl:ObjectProperty ; + rdfs:label "is maternal grandfather of"@en ; + rdfs:subPropertyOf mro:ont00001876 ; + owl:inverseOf mro:ont00001973 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001905 a owl:ObjectProperty ; + rdfs:label "is half-brother of"@en ; + rdfs:subPropertyOf mro:ont00001975 ; + owl:inverseOf mro:ont00001927 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001906 a owl:ObjectProperty ; + rdfs:label "is maternal first cousin of"@en ; + rdfs:subPropertyOf mro:ont00001806 ; + owl:inverseOf mro:ont00001934 ; + skos: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."@en ; + skos:scopeNote "is_maternal_first_cousin_of is not a symmetric relationship as is is_first_cousin_of"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001907 a owl:ObjectProperty ; + rdfs:label "aggregate has quality"@en ; + rdfs:domain obo:BFO_0000027 ; + rdfs:range obo:BFO_0000019 ; + rdfs:subPropertyOf mro:ont00001836 ; + skos:definition "x aggregate_has_quality y iff x is an instance of Object Aggregate and y is an instance of Quality, such that x aggregate_bearer_of y."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001910 a owl:ObjectProperty ; + rdfs:label "permits"@en ; + rdfs:domain cco:ont00001324 ; + rdfs:range obo:BFO_0000015 ; + rdfs:subPropertyOf mro:ont00001942 ; + owl:inverseOf mro:ont00001998 ; + skos:definition "x permits y at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that y may occur."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001911 a owl:ObjectProperty ; + rdfs:label "is paternal grandmother of"@en ; + rdfs:subPropertyOf mro:ont00001882 ; + owl:inverseOf mro:ont00001937 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001915 a owl:IrreflexiveProperty, + owl:ObjectProperty ; + rdfs:label "interval met by"@en ; + rdfs:domain obo:BFO_0000202 ; + rdfs:range obo:BFO_0000202 ; + rdfs:subPropertyOf mro:ont00001862 ; + skos:definition "x interval_met_by y iff x and y are both instances of Temporal Interval and y interval_meets x."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001922 a owl:ObjectProperty ; + rdfs:label "has recipient"@en ; + rdfs:domain cco:ont00000402 ; + rdfs:range cco:ont00001017 ; + rdfs:subPropertyOf mro:BFO_0000057 ; + owl:inverseOf mro:ont00001978 ; + skos:definition "x has recipient y =Def y receives x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001931 a owl:ObjectProperty ; + rdfs:label "externally connects with"@en ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + rdfs:subPropertyOf mro:ont00001810 ; + skos:definition "x externally_connects_with y iff x and y are both instances of Immaterial Entity and x connects with y and x does not overlap y."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001754 "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001933 a owl:ObjectProperty ; + rdfs:label "process starts"@en ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000015 ; + rdfs:subPropertyOf mro:ont00001803 ; + owl:inverseOf mro:ont00001962 ; + skos:definition "x process_starts y iff x and y are instances of processes, and x is_cause_of y, and i is an instance of a temporal instant, and r is an instance of a temporal interval, and y has starting instance i, and x occupies temporal region r, and r has inside instant i."@en ; + skos:scopeNote "A process x starts another process y when x causes y while x is still occurring."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001941 a owl:ObjectProperty ; + rdfs:label "is maternal aunt of"@en ; + rdfs:subPropertyOf mro:ont00001955 ; + owl:inverseOf mro:ont00001958 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001946 a owl:ObjectProperty ; + rdfs:label "has father"@en ; + rdfs:subPropertyOf mro:ont00001842 ; + owl:inverseOf mro:ont00001985 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001947 a owl:ObjectProperty ; + rdfs:label "quality of aggregate"@en ; + rdfs:domain obo:BFO_0000019 ; + rdfs:range obo:BFO_0000027 ; + rdfs:subPropertyOf mro:ont00001809 ; + skos:definition "x quality_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Quality, and x inheres_in_aggregate y."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001953 a owl:ObjectProperty ; + rdfs:label "has parent"@en ; + rdfs:subPropertyOf mro:ont00001865 ; + owl:inverseOf mro:ont00001995 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001959 a owl:ObjectProperty ; + rdfs:label "inhibits"@en ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000015 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:ont00001970 ; + skos:definition "x inhibits y =Def y is inhibited by x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001965 a owl:ObjectProperty ; + rdfs:label "is measured by ratio"@en ; + rdfs:domain obo:BFO_0000001 ; + rdfs:range cco:ont00001022 ; + rdfs:subPropertyOf mro:ont00001904 ; + owl:inverseOf mro:ont00001983 ; + skos:definition "x is measured by ratio y =Def y is a ratio measurement of x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001967 a owl:ObjectProperty ; + rdfs:label "is nephew of"@en ; + rdfs:subPropertyOf mro:ont00001865 ; + owl:inverseOf mro:ont00001969 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00002080 a owl:FunctionalProperty, + owl:ObjectProperty ; + rdfs:label "process has first instant"@en ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000203 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "x process_has_first_instant y Def= x is a Process, y is a Temporal Instant, and there is some Temporal Region z such that y is first_instant_of z, and x occupies_temporal_region z."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00002081 a owl:FunctionalProperty, + owl:ObjectProperty ; + rdfs:label "process has last instant"@en ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000203 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "x process_has_last_instant y Def= x is a Process, y is a Temporal Instant, and there is some Temporal Region z such that y is last_instant_of z, and x occupies_temporal_region z."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +cco:ont00001754 a owl:AnnotationProperty . + +cco:ont00001760 a owl:AnnotationProperty . + +mro:BFO_0000055 a owl:ObjectProperty ; + rdfs:label "realizes"@en ; + dc:identifier "059-BFO" ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000017 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "(Elucidation) realizes is a relation between a process b and realizable entity c such that c inheres in some d & for all t, if b has participant d then c exists & the type instantiated by b is correlated with the type instantiated by c"@en ; + skos:example "A balding process realizes a disposition to go bald; a studying process realizes a student role; a process of pumping blood realizes the pumping function of a heart"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000059 a owl:ObjectProperty ; + rdfs:label "concretizes"@en ; + dc:identifier "256-BFO" ; + rdfs:domain [ a owl:Class ; + owl:unionOf ( obo:BFO_0000015 obo:BFO_0000020 ) ] ; + rdfs:range obo:BFO_0000031 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "b concretizes c =Def b is a process or a specifically dependent continuant & c is a generically dependent continuant & there is some time t such that c is the pattern or content which b shares at t with actual or potential copies"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000063 a owl:ObjectProperty, + owl:TransitiveProperty ; + rdfs:label "precedes"@en ; + dc:identifier "270-BFO" ; + rdfs:domain obo:BFO_0000003 ; + rdfs:range obo:BFO_0000003 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "(Elucidation) precedes is a relation between occurrents o, o' such that if t is the temporal extent of o & t' is the temporal extent of o' then either the last instant of o is before the first instant of o' or the last instant of o is the first instant of o' & neither o nor o' are temporal instants"@en ; + skos:example "The temporal region occupied by Mary's birth precedes the temporal region occupied by Mary's death."@en ; + skos:scopeNote "Each temporal region is its own temporal extent. The temporal extent of a spatiotemporal region is the temporal region it temporally projects onto. The temporal extent of a process or process boundary that occupies temporal region t is t.", + "Precedes defines a strict partial order on occurrents." ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000066 a owl:ObjectProperty ; + rdfs:label "occurs in"@en ; + dc:identifier "143-BFO" ; + rdfs:domain [ a owl:Class ; + owl:unionOf ( obo:BFO_0000015 obo:BFO_0000035 ) ] ; + rdfs:range [ a owl:Class ; + owl:unionOf ( obo:BFO_0000029 obo:BFO_0000040 ) ] ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:BFO_0000183 ; + skos:definition "b occurs in c =Def b is a process or a process boundary & c is a material entity or site & there exists a spatiotemporal region r & b occupies spatiotemporal region r & for all time t, if b exists at t then c exists at t & there exist spatial regions s and s' where b spatially projects onto s at t & c occupies spatial region s' at t & s is a continuant part of s' at t"@en ; + skos:example "A process of digestion occurs in the interior of an organism; a process of loading artillery rounds into a tank cannon occurs in the interior of the tank"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000129 a owl:ObjectProperty ; + rdfs:label "member part of"@en ; + dc:identifier "228-BFO" ; + rdfs:domain obo:BFO_0000040 ; + rdfs:range obo:BFO_0000040 ; + rdfs:subPropertyOf mro:BFO_0000176 ; + skos:definition "b member part of c =Def b is an object & c is a material entity & there is some time t such that b continuant part of c at t & there is a mutually exhaustive and pairwise disjoint partition of c into objects x1, ..., xn (for some n ≠ 1) with b = xi (for some 1 <= i <= n)"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000139 a owl:ObjectProperty, + owl:TransitiveProperty ; + rdfs:label "temporal part of"@en ; + dc:identifier "078-BFO" ; + rdfs:domain obo:BFO_0000003 ; + rdfs:range obo:BFO_0000003 ; + rdfs:subPropertyOf mro:BFO_0000132 ; + skos:definition "b temporal part of c =Def b occurrent part of c & (b and c are temporal regions) or (b and c are spatiotemporal regions & b temporally projects onto an occurrent part of the temporal region that c temporally projects onto) or (b and c are processes or process boundaries & b occupies a temporal region that is an occurrent part of the temporal region that c occupies)"@en ; + skos:example "Your heart beating from 4pm to 5pm today is a temporal part of the process of your heart beating; the 4th year of your life is a temporal part of your life, as is the process boundary which separates the 3rd and 4th years of your life; the first quarter of a game of football is a temporal part of the whole game"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000171 a owl:ObjectProperty ; + rdfs:label "located in"@en ; + dc:identifier "234-BFO" ; + rdfs:domain [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000004 [ a owl:Class ; + owl:complementOf obo:BFO_0000006 ] ) ] ; + rdfs:range [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000004 [ a owl:Class ; + owl:complementOf obo:BFO_0000006 ] ) ] ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "b located in c =Def b is an independent continuant & c is an independent & neither is a spatial region & there is some time t such that the spatial region which b occupies at t is continuant part of the spatial region which c occupies at t"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000185 a owl:ObjectProperty ; + rdfs:label "has history"@en ; + dc:identifier "145-BFO" ; + rdfs:domain obo:BFO_0000040 ; + rdfs:range obo:BFO_0000182 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "b has history c =Def c history of b"@en ; + skos:example "This organism has history this life"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000194 a owl:ObjectProperty ; + rdfs:label "specifically depended on by"@en ; + dc:identifier "260-BFO" ; + rdfs:domain [ a owl:Class ; + owl:unionOf ( obo:BFO_0000020 [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000004 [ a owl:Class ; + owl:complementOf obo:BFO_0000006 ] ) ] ) ] ; + rdfs:range obo:BFO_0000020 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:BFO_0000195 ; + skos:altLabel "s-depended on by"@en ; + skos:definition "b specifically depended on by c =Def c specifically depends on b"@en ; + skos:example "Coloured object specifically depended on by colour"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000196 a owl:ObjectProperty ; + rdfs:label "bearer of"@en ; + dc:identifier "053-BFO" ; + rdfs:domain [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000004 [ a owl:Class ; + owl:complementOf obo:BFO_0000006 ] ) ] ; + rdfs:range obo:BFO_0000020 ; + rdfs:subPropertyOf mro:BFO_0000194 ; + owl:inverseOf mro:BFO_0000197 ; + skos:definition "b bearer of c =Def c inheres in b"@en ; + skos:example "A patch of ink is the bearer of a colour quality; an organism is the bearer of a temperature quality"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000218 a owl:ObjectProperty ; + rdfs:label "has material basis"@en ; + dc:identifier "242-BFO" ; + rdfs:domain obo:BFO_0000016 ; + rdfs:range obo:BFO_0000040 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "b has material basis c =Def b is a disposition & c is a material entity & there is some d bearer of b & there is some time t such that c is a continuant part of d at t & d has disposition b because c is a continuant part of d at t"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000222 a owl:FunctionalProperty, + owl:ObjectProperty ; + rdfs:label "has first instant"@en ; + dc:identifier "261-BFO" ; + rdfs:domain obo:BFO_0000008 ; + rdfs:range obo:BFO_0000203 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "t has first instant t' =Def t' first instant of t"@en ; + skos:example "The first hour of a year has first instant midnight on December 31"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000224 a owl:FunctionalProperty, + owl:ObjectProperty ; + rdfs:label "has last instant"@en ; + dc:identifier "215-BFO" ; + rdfs:domain obo:BFO_0000008 ; + rdfs:range obo:BFO_0000203 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "t has last instant t' =Def t' last instant of t"@en ; + skos:example "The last hour of a year has last instant midnight December 31"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001786 a owl:ObjectProperty ; + rdfs:label "is mother of"@en ; + rdfs:subPropertyOf mro:ont00001995 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001803 a owl:ObjectProperty ; + rdfs:label "is cause of"@en ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000015 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:ont00001819 ; + skos:definition "x is_cause_of y iff x and y are instances of Process, and y is a consequence of x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001815 a owl:ObjectProperty ; + rdfs:label "is subsidiary of"@en ; + rdfs:domain cco:ont00001180 ; + rdfs:range cco:ont00001180 ; + rdfs:subPropertyOf mro:ont00001939 ; + skos:definition "x is_subsidiary_of y iff x and y are both instances of Organization and y controls x by having the capacity to determine the outcome of decisions about the financial and operating policies of x."@en ; + cco:ont00001754 "http://www.austlii.edu.au/legis/cth/consol_act/ca2001172/s50aa.html)" ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001817 a owl:ObjectProperty ; + rdfs:label "is prohibited by"@en ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range cco:ont00001324 ; + rdfs:subPropertyOf mro:ont00001920 ; + skos:definition "x is prohibited by y =Def y prohibits x."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001820 a owl:ObjectProperty ; + rdfs:label "has granddaughter"@en ; + rdfs:subPropertyOf mro:ont00001850 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001821 a owl:ObjectProperty ; + rdfs:label "interval finished by"@en ; + rdfs:domain obo:BFO_0000202 ; + rdfs:range obo:BFO_0000202 ; + rdfs:subPropertyOf mro:ont00001924 ; + skos:definition "x interval finished by y =Def y interval finishes x."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001828 a owl:ObjectProperty ; + rdfs:label "has sister-in-law"@en ; + rdfs:subPropertyOf mro:ont00001818 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001832 a owl:ObjectProperty ; + rdfs:label "has some member located in"@en ; + rdfs:domain obo:BFO_0000027 ; + rdfs:range [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000004 [ a owl:Class ; + owl:complementOf obo:BFO_0000006 ] ) ] ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "x has some member located in y iff x is an instance of Object Aggregate and y is an instance of independent continuant but not a spatial region, and at least one member of x is located in y."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001833 a owl:ObjectProperty ; + rdfs:label "has agent"@en ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range cco:ont00001017 ; + rdfs:subPropertyOf mro:BFO_0000057 ; + skos:definition "x has agent y =Def y agent in x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001839 a owl:ObjectProperty ; + rdfs:label "has son"@en ; + rdfs:subPropertyOf mro:ont00001995 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001848 a owl:ObjectProperty ; + rdfs:label "is inside instant of"@en ; + rdfs:domain obo:BFO_0000203 ; + rdfs:range obo:BFO_0000038 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "x is_inside_instant of y iff x is an instance of Temporal Instant and y is an instance of One-Dimensional Temporal Region and there are instances of Temporal Instant w and z that are part of y and non-identical to x such that w precedes x and z is preceded by x."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001851 a owl:ObjectProperty ; + rdfs:label "is sister of"@en ; + rdfs:subPropertyOf mro:ont00001902 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001857 a owl:ObjectProperty ; + rdfs:label "is part of process"@en ; + rdfs:domain [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000015 [ a owl:Restriction ; + owl:onProperty mro:BFO_0000199 ; + owl:someValuesFrom [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000008 [ a owl:Restriction ; + owl:onProperty mro:BFO_0000132 ; + owl:someValuesFrom [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000202 [ a owl:Restriction ; + owl:onProperty mro:ont00001874 ; + owl:someValuesFrom obo:BFO_0000015 ] ) ] ] ) ] ] ) ] ; + rdfs:range [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000015 [ a owl:Restriction ; + owl:onProperty mro:BFO_0000199 ; + owl:someValuesFrom [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000202 [ a owl:Restriction ; + owl:onProperty mro:BFO_0000117 ; + owl:someValuesFrom [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000008 [ a owl:Restriction ; + owl:onProperty [ owl:inverseOf mro:BFO_0000199 ] ; + owl:someValuesFrom obo:BFO_0000015 ] ) ] ] ) ] ] ) ] ; + rdfs:subPropertyOf mro:BFO_0000132 ; + skos:definition "x is part of process y iff x is occurrent part of y, x and y are Processes, and x occupies a temporal region that is a proper occurrent part of the temporal interval of y."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001864 a owl:ObjectProperty ; + rdfs:label "delimits"@en ; + rdfs:domain cco:ont00001203 ; + rdfs:range cco:ont00001180 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "x delimits y =Def y is delimited by x."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Boundary_delimitation&oldid=1039137603"^^xsd:anyURI ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001867 a owl:ObjectProperty ; + rdfs:label "is daughter-in-law of"@en ; + rdfs:subPropertyOf mro:ont00001818 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001869 a owl:ObjectProperty ; + rdfs:label "interval during"@en ; + rdfs:domain obo:BFO_0000202 ; + rdfs:range obo:BFO_0000202 ; + rdfs:subPropertyOf mro:ont00001971 ; + skos:definition "x interval_during y iff x and y are both instances of Temporal Interval and there exist instances of Temporal Instant u, v, w, and z such that u is the starting instant of x, v is the ending instant of x, w is the starting instant of y, z is the ending instant of y, w is before u, and v is before z."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001881 a owl:ObjectProperty ; + rdfs:label "is son-in-law of"@en ; + rdfs:subPropertyOf mro:ont00001818 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001883 a owl:ObjectProperty ; + rdfs:label "is brother of"@en ; + rdfs:subPropertyOf mro:ont00001902 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001885 a owl:ObjectProperty ; + rdfs:label "has mother-in-law"@en ; + rdfs:subPropertyOf mro:ont00001818 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001886 a owl:ObjectProperty ; + rdfs:label "is affected by"@en ; + rdfs:domain [ a owl:Class ; + owl:unionOf ( obo:BFO_0000020 obo:BFO_0000031 [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000004 [ a owl:Class ; + owl:complementOf obo:BFO_0000006 ] ) ] ) ] ; + rdfs:range obo:BFO_0000015 ; + rdfs:subPropertyOf mro:BFO_0000056 ; + skos:definition "x is affected by y =Def x participates in y, x is an Independent Continuant (but not a Spatial Region), y is a Process, and y influences x in some manner, most often by producing a change in x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001887 a owl:ObjectProperty ; + rdfs:label "is wife of"@en ; + rdfs:subPropertyOf mro:ont00001804 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001888 a owl:ObjectProperty ; + rdfs:label "disrupts"@en ; + dct:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + dct:creator "https://cubrc.org"^^xsd:anyURI ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000015 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "A relation where one process disrupts another process from occurring as it would have."@en ; + skos:editorialNote "To lower the grade of a process is to lower the quality of a process according to some standard, for example when realizing a capability or a function."@en ; + skos:prefLabel "disrupts"@en ; + skos:scopeNote "A process can disrupt another process from occurring as it would have by 1) preventing a disposition or role from being realized by that process, 2) lowering the grade of the process, or 3) stopping the process from continuing to occur."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001890 a owl:ObjectProperty ; + rdfs:label "has step brother"@en ; + rdfs:subPropertyOf mro:ont00001996 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001894 a owl:ObjectProperty ; + rdfs:label "has paternal first cousin"@en ; + rdfs:subPropertyOf mro:ont00001806 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001895 a owl:ObjectProperty ; + rdfs:label "accomplice in"@en ; + rdfs:domain cco:ont00001017 ; + rdfs:range obo:BFO_0000015 ; + rdfs:subPropertyOf mro:BFO_0000056 ; + skos:definition "Agent x is accomplice_in Process y iff x assists in the commission of y, is located at the location of y, but is not agent_in y."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Accomplice&oldid=1002047204"^^xsd:anyURI ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001898 a owl:ObjectProperty ; + rdfs:label "aggregate has capability"@en ; + rdfs:domain obo:BFO_0000027 ; + rdfs:range cco:ont00001379 ; + rdfs:subPropertyOf mro:ont00001836 ; + skos:definition "x aggregate has capability y =Def y capability of aggregate x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001908 a owl:ObjectProperty ; + rdfs:label "uses time zone identifier"@en ; + rdfs:domain cco:ont00000253 ; + rdfs:range cco:ont00000829 ; + rdfs:subPropertyOf mro:BFO_0000101 ; + skos:definition "x uses time zone identifier y =Def y time zone identifier used by x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001909 a owl:ObjectProperty ; + rdfs:label "has tangential part"@en ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + rdfs:subPropertyOf mro:ont00001855 ; + skos:definition "x has tangential part y =Def y tangential part of x."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be transitive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001754 "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001912 a owl:ObjectProperty ; + rdfs:label "uses reference system"@en ; + rdfs:domain cco:ont00000253 ; + rdfs:range cco:ont00000398 ; + rdfs:subPropertyOf mro:BFO_0000101 ; + owl:inverseOf mro:ont00001997 ; + skos:definition "x uses reference system y =Def y is reference system of x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001913 a owl:ObjectProperty ; + rdfs:label "uses geospatial coordinate reference system"@en ; + rdfs:domain cco:ont00000253 ; + rdfs:range cco:ont00000469 ; + rdfs:subPropertyOf mro:ont00001912 ; + skos:definition "x uses geospatial coordinate reference system y =Def y is geospatial coordinate reference system of x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001914 a owl:ObjectProperty ; + rdfs:label "is measured by nominal"@en ; + rdfs:domain obo:BFO_0000001 ; + rdfs:range cco:ont00000293 ; + rdfs:subPropertyOf mro:ont00001904 ; + skos:definition "x is measured by nominal y =Def y is a nominal measurement of x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001916 a owl:ObjectProperty ; + rdfs:label "designates"@en ; + rdfs:domain cco:ont00000686 ; + rdfs:range obo:BFO_0000001 ; + rdfs:subPropertyOf mro:ont00001808 ; + skos:definition "x designates y iff x is an instance of a Designative Information Content Entity, and y is an instance of an Entity, such that given some context, x uniquely distinguishes y from other entities."@en ; + skos:example "a URL designates the location of a Web Page on the internet", + "a person's name designates that person", + "a vehicle identification number designates some vehicle" ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be functional. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001918 a owl:ObjectProperty ; + rdfs:label "occurs at"@en ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000029 ; + rdfs:subPropertyOf mro:BFO_0000066 ; + skos:definition "x occurs_at y iff x is an instance of Process and y is an instance of Site, such that x occurs in y."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001919 a owl:ObjectProperty ; + rdfs:label "is mentioned by"@en ; + rdfs:domain obo:BFO_0000001 ; + rdfs:range cco:ont00000253 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "x is_mentioned_by y iff y is an instance of Information Bearing Entity and x is an instance of Entity, such that y is used as a reference to x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001921 a owl:ObjectProperty ; + rdfs:label "has input"@en ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range [ a owl:Class ; + owl:unionOf ( obo:BFO_0000020 obo:BFO_0000031 [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000004 [ a owl:Class ; + owl:complementOf obo:BFO_0000006 ] ) ] ) ] ; + rdfs:subPropertyOf mro:BFO_0000057 ; + skos:definition "x has input y =Def y is input of x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001923 a owl:ObjectProperty ; + rdfs:label "interval starts"@en ; + rdfs:domain obo:BFO_0000202 ; + rdfs:range obo:BFO_0000202 ; + rdfs:subPropertyOf mro:ont00001971 ; + skos:definition "x interval_starts y iff x and y are both instances of Temporal Interval and there exist instances of Temporal Instant v, w, and z such that v is the starting instant of both x and y, w is the ending instant of x, z is the ending instant of y and w is before z."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001925 a owl:ObjectProperty ; + rdfs:label "is used by"@en ; + rdfs:domain obo:BFO_0000040 ; + rdfs:range cco:ont00001017 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "x is used by y =Def y uses x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001926 a owl:ObjectProperty ; + rdfs:label "is paternal uncle of"@en ; + rdfs:subPropertyOf mro:ont00001988 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001927 a owl:ObjectProperty ; + rdfs:label "has half brother"@en ; + rdfs:subPropertyOf mro:ont00001975 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001928 a owl:ObjectProperty ; + rdfs:label "is predecessor of"@en ; + rdfs:domain obo:BFO_0000004 ; + rdfs:range obo:BFO_0000004 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "x is_predecessor_of y iff x and y are both instances of Independent Continuant and there is some process p and x is an input to p and y is an output of p."@en ; + skos:scopeNote "More informally, x is_predecessor_of y iff y follows or replaces x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001929 a owl:ObjectProperty ; + rdfs:label "is maternal uncle of"@en ; + rdfs:subPropertyOf mro:ont00001988 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001930 a owl:ObjectProperty, + owl:SymmetricProperty ; + rdfs:label "is second cousin of"@en ; + rdfs:subPropertyOf mro:ont00001865 ; + owl:inverseOf mro:ont00001930 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001932 a owl:ObjectProperty ; + rdfs:label "is niece of"@en ; + rdfs:subPropertyOf mro:ont00001865 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001934 a owl:ObjectProperty ; + rdfs:label "has maternal first cousin"@en ; + rdfs:subPropertyOf mro:ont00001806 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001935 a owl:ObjectProperty ; + rdfs:label "has father-in-law"@en ; + rdfs:subPropertyOf mro:ont00001818 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001936 a owl:ObjectProperty ; + rdfs:label "is object of"@en ; + rdfs:domain [ a owl:Class ; + owl:unionOf ( obo:BFO_0000020 obo:BFO_0000031 [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000004 [ a owl:Class ; + owl:complementOf obo:BFO_0000006 ] ) ] ) ] ; + rdfs:range obo:BFO_0000015 ; + rdfs:subPropertyOf mro:BFO_0000056 ; + skos:definition "x is object of y =Def x participates in y, x is an Independent Continuant (but not a Spatial Region), y is a Process, and y is performed by Agent z and x is part of the projected state that z intends to achieve by performing y."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001937 a owl:ObjectProperty ; + rdfs:label "has paternal grandmother"@en ; + rdfs:subPropertyOf mro:ont00001840 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001938 a owl:ObjectProperty ; + rdfs:label "represents"@en ; + rdfs:domain cco:ont00001069 ; + rdfs:range obo:BFO_0000001 ; + rdfs:subPropertyOf mro:ont00001808 ; + skos:definition "x represents y iff x is an instance of Representational Information Content Entity, y is an instance of Entity, and z is carrier of x, such that x is about y in virtue of there existing an isomorphism between characteristics of z and y."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be functional. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en, + "Isomorphism between the carrier of x and the represented entity can be via a direct similarity relation, e.g., grooves in a vinyl record corresponding to sound waves, or linguistic convention, e.g., a court stenographer's transcription of spoken words, as well as others, such as encoding processes for images."@en, + "The relationship that is being defined here is that between the content of a photographic image and its object, between the content of a video and its objects and events, between the content of an audio recording and the sounds or events generating those sounds, or between the content of a written transcript and the verbal event that it transcribes."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001940 a owl:ObjectProperty ; + rdfs:label "interval is before"@en ; + rdfs:domain obo:BFO_0000202 ; + rdfs:range obo:BFO_0000202 ; + rdfs:subPropertyOf mro:ont00001862 ; + skos:definition "x interval_is_before y iff x and y are both instances of Temporal Interval and there exist instances of Temporal Instant w, z such that w is the ending instant of x and z is the starting instant of y and w is before z."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001943 a owl:ObjectProperty ; + rdfs:label "supervises"@en ; + rdfs:domain cco:ont00001262 ; + rdfs:range cco:ont00001262 ; + rdfs:subPropertyOf mro:ont00001977 ; + skos:definition "x supervises y =Def y is supervised by x."@en ; + cco:ont00001754 "http://en.wiktionary.org/wiki/supervise" ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001948 a owl:ObjectProperty ; + rdfs:label "is half sister of"@en ; + rdfs:subPropertyOf mro:ont00001975 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001949 a owl:ObjectProperty ; + rdfs:label "has accessory"@en ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range cco:ont00001017 ; + rdfs:subPropertyOf mro:BFO_0000057 ; + skos:definition "x has accessory y =Def y accessory in x."@en ; + cco:ont00001754 "http://en.wikipedia.org/wiki/Accessory_(legal_term)" ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001950 a owl:ObjectProperty, + owl:SymmetricProperty ; + rdfs:label "is third cousin of"@en ; + rdfs:subPropertyOf mro:ont00001865 ; + owl:inverseOf mro:ont00001950 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001951 a owl:ObjectProperty ; + rdfs:label "has subordinate role"@en ; + rdfs:domain obo:BFO_0000023 ; + rdfs:range obo:BFO_0000023 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "x has subordinate role y =Def y is subordinate role to x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001952 a owl:ObjectProperty ; + rdfs:label "is brother-in-law of"@en ; + rdfs:subPropertyOf mro:ont00001818 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001954 a owl:ObjectProperty ; + rdfs:label "has capability"@en ; + rdfs:domain cco:ont00001017 ; + rdfs:range cco:ont00001379 ; + rdfs:subPropertyOf mro:BFO_0000196 ; + skos:definition "x has capability y =Def y capability of x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001956 a owl:ObjectProperty ; + rdfs:label "aggregate has disposition"@en ; + rdfs:domain obo:BFO_0000027 ; + rdfs:range obo:BFO_0000016 ; + rdfs:subPropertyOf mro:ont00001836 ; + skos:definition "x aggregate has disposition y =Def y disposition of aggregate x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001957 a owl:ObjectProperty ; + rdfs:label "is husband of"@en ; + rdfs:subPropertyOf mro:ont00001804 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001958 a owl:ObjectProperty ; + rdfs:label "has maternal aunt"@en ; + rdfs:subPropertyOf mro:ont00001789 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001960 a owl:ObjectProperty ; + rdfs:label "has maternal grandmother"@en ; + rdfs:subPropertyOf mro:ont00001840 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001961 a owl:ObjectProperty ; + rdfs:label "is measurement unit of"@en ; + rdfs:domain cco:ont00000120 ; + rdfs:range cco:ont00000253 ; + rdfs:subPropertyOf mro:BFO_0000084 ; + skos:definition "x is_measurement_unit_of y iff y is an instance of Information Bearing Entity and x is an instance of Measurement Unit, such that x describes the magnitude of measured physical quantity mentioned in y."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001962 a owl:ObjectProperty ; + rdfs:label "process started by"@en ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000015 ; + rdfs:subPropertyOf mro:ont00001819 ; + skos:definition "x process started by y =Def y process starts x."@en ; + skos:scopeNote "A process x is started by another process y when y causes x while y is still occurring."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001963 a owl:ObjectProperty ; + rdfs:label "is measured by ordinal"@en ; + rdfs:domain obo:BFO_0000001 ; + rdfs:range cco:ont00001010 ; + rdfs:subPropertyOf mro:ont00001904 ; + skos:definition "x is measured by ordinal y =Def y is a ordinal measurement of x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001964 a owl:ObjectProperty ; + rdfs:label "is measured by interval"@en ; + rdfs:domain obo:BFO_0000001 ; + rdfs:range cco:ont00001364 ; + rdfs:subPropertyOf mro:ont00001904 ; + skos:definition "x is measured by interval y =Def y is a interval measurement of x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001968 a owl:ObjectProperty ; + rdfs:label "is descendant of"@en ; + rdfs:subPropertyOf mro:ont00001865 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001969 a owl:ObjectProperty ; + rdfs:label "has nephew"@en ; + rdfs:subPropertyOf mro:ont00001865 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001970 a owl:ObjectProperty ; + rdfs:label "inhibited by"@en ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000015 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "y inhibited_by x iff x and y are non-identical Processes, d is a Decrease of Realizable Entity, and x is_cause_of d, and r is a Realizable Entity, and d has_participant r, and r realized_in y."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001972 a owl:ObjectProperty ; + rdfs:label "has paternal grandfather"@en ; + rdfs:subPropertyOf mro:ont00001776 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001973 a owl:ObjectProperty ; + rdfs:label "has maternal grandfather"@en ; + rdfs:subPropertyOf mro:ont00001776 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001974 a owl:ObjectProperty ; + rdfs:label "requires"@en ; + rdfs:domain cco:ont00001324 ; + rdfs:range obo:BFO_0000015 ; + rdfs:subPropertyOf mro:ont00001942 ; + skos:definition "x requires y at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that some y must occur."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001976 a owl:ObjectProperty ; + rdfs:label "uses language"@en ; + rdfs:domain cco:ont00000253 ; + rdfs:range cco:ont00001175 ; + rdfs:subPropertyOf mro:ont00001920 ; + skos:definition "x uses language y =Def y language used in x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001978 a owl:ObjectProperty ; + rdfs:label "receives"@en ; + rdfs:domain cco:ont00001017 ; + rdfs:range cco:ont00000402 ; + rdfs:subPropertyOf mro:BFO_0000056 ; + skos:definition "x receives y iff x is an instance of Agent and y is an instance of Act Of Communication, such that x is the recipient and decoder of the InformationContentEntity intended for communication in y."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001979 a owl:ObjectProperty ; + rdfs:label "is step-sister of"@en ; + rdfs:subPropertyOf mro:ont00001996 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001980 a owl:ObjectProperty ; + rdfs:label "describes condition"@en ; + rdfs:domain cco:ont00000127 ; + rdfs:range obo:BFO_0000001 ; + rdfs:subPropertyOf mro:ont00001808 ; + owl:propertyChainAxiom ( mro:BFO_0000178 mro:ont00001982 ) ; + skos:definition "p describes_condition c iff p is an instance of a Performance Specification and c is an instance of Entity and p has part d, and d is an instance of a Descriptive Information Content Entity, and p prescribes an entity s, and d describes c, and c is an entity that is causally relevant to s existing as prescribed by p."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001981 a owl:ObjectProperty ; + rdfs:label "has grandson"@en ; + rdfs:subPropertyOf mro:ont00001850 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001983 a owl:ObjectProperty ; + rdfs:label "is a ratio measurement of"@en ; + rdfs:domain cco:ont00001022 ; + rdfs:range obo:BFO_0000001 ; + rdfs:subPropertyOf mro:ont00001966 ; + skos:definition "x is_a_ratio_measurement_of y iff x is an instance of Ratio Measurement Information Content Entity and y is an instance of Entity and x describes some attribute of y relative to a scale having equal unit values and a zero value that corresponds to the absence of the attribute being measured."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001984 a owl:ObjectProperty ; + rdfs:label "has interest in"@en ; + dct:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + dct:creator "https://cubrc.org"^^xsd:anyURI ; + rdfs:domain cco:ont00001017 ; + rdfs:range obo:BFO_0000015 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "A relation between an Agent and some Process where the Agent has an interest in that Process."@en ; + skos:editorialNote "This term is meant to be weakly normative. The only sense in which the process is of positive normative value is that it's prescribed by the Agent, or historically of evolutionary benefit to the Agent's ancestors, or facilitates a process the Agent has an interest in for the prior two reasons. The process an Agent has an interest could in many or all ways be harmful to the Agent."@en ; + skos:prefLabel "has interest in"@en ; + skos:scopeNote "There are four conditions in which an agent has an interest in some process. 1) Biological Condition: If a part (including improper part) of an organism has a function, then that organism has an interest in the realization of that function. 2) Artifactual Condition: If a part (including improper part) of an artifact has a function, then some agent or group of agents, at some time, has an interest in the realization of that function. 3) Prescription Condition: If an agent or group of agents has a plan, then it has an interest in the realization of all the processes and process-combinations prescribed by that plan. 4) Facilitation Condition: If (a) agent x has an interest in the realization of a disposition y, and (b) the realization of a disposition z facilitates the realization of disposition y, then (c) x has an interest in the realization of disposition z, and by 'facilitates' we mean that the occurrence of a process w, which realizes realization of z is either (1) required for y, to realize or (2) would contribute positively to the grade of, y's realization."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001985 a owl:ObjectProperty ; + rdfs:label "is father of"@en ; + rdfs:subPropertyOf mro:ont00001995 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001986 a owl:ObjectProperty ; + rdfs:label "has output"@en ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range [ a owl:Class ; + owl:unionOf ( obo:BFO_0000020 obo:BFO_0000031 [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000004 [ a owl:Class ; + owl:complementOf obo:BFO_0000006 ] ) ] ) ] ; + rdfs:subPropertyOf mro:BFO_0000057 ; + skos:definition "x has output y =Def y is output of x."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=IPO_model&oldid=1024398398"^^xsd:anyURI ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001987 a owl:ObjectProperty ; + rdfs:label "has daughter"@en ; + rdfs:subPropertyOf mro:ont00001995 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001989 a owl:ObjectProperty ; + rdfs:label "has nontangential part"@en ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + rdfs:subPropertyOf mro:ont00001855 ; + skos:definition "x has nontangential part y =Def y nontangential part of x."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be transitive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001754 "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001990 a owl:ObjectProperty, + owl:TransitiveProperty ; + rdfs:label "instant is before"@en ; + rdfs:domain obo:BFO_0000203 ; + rdfs:range obo:BFO_0000203 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "x instant_is_before y iff x and y are both instances of Zero Dimensional Temporal Region and there exists some instance of Temporal Interval z such that x is the starting instant of z and y is the ending instant of z."@en ; + skos:scopeNote "'instant is before' is a primitive relationship. Informally, a temporal instant x is before some temporal instant y iff x precedes y."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001991 a owl:ObjectProperty ; + rdfs:label "is made of"@en ; + rdfs:domain obo:BFO_0000030 ; + rdfs:range obo:BFO_0000030 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "An object o is made of an object m when m is the material that o consists of and that material does not undergo a change of kind during the creation of o"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001992 a owl:ObjectProperty ; + rdfs:label "has organizational context"@en ; + rdfs:domain obo:BFO_0000023 ; + rdfs:range cco:ont00001180 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "x has organizational context y =Def y is organizational context of x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001993 a owl:ObjectProperty ; + rdfs:label "sends"@en ; + rdfs:domain cco:ont00001017 ; + rdfs:range cco:ont00000402 ; + rdfs:subPropertyOf mro:BFO_0000056 ; + skos:definition "x sends y iff x is an instance of Agent and y is an instance of Act Of Communication, such that x is the initiator and encoder of the InformationContentEntity intended for communication in y."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001994 a owl:ObjectProperty ; + rdfs:label "is paternal aunt of"@en ; + rdfs:subPropertyOf mro:ont00001955 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001998 a owl:ObjectProperty ; + rdfs:label "is permitted by"@en ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range cco:ont00001324 ; + rdfs:subPropertyOf mro:ont00001920 ; + skos:definition "x is permitted by y =Def y permits x."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +obo:BFO_0000017 a owl:Class . + +obo:BFO_0000019 a owl:Class . + +obo:BFO_0000038 a owl:Class . + +obo:BFO_0000182 a owl:Class . + +mro:BFO_0000183 a owl:ObjectProperty ; + rdfs:label "environs"@en ; + dc:identifier "267-BFO" ; + rdfs:domain [ a owl:Class ; + owl:unionOf ( obo:BFO_0000029 obo:BFO_0000040 ) ] ; + rdfs:range [ a owl:Class ; + owl:unionOf ( obo:BFO_0000015 obo:BFO_0000035 ) ] ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:altLabel "contains process"@en ; + skos:definition "b environs c =Def c occurs in b"@en ; + skos:example "Mouth environs process of mastication; city environs traffic"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000195 a owl:ObjectProperty ; + rdfs:label "specifically depends on"@en ; + dc:identifier "012-BFO" ; + rdfs:domain obo:BFO_0000020 ; + rdfs:range [ a owl:Class ; + owl:unionOf ( obo:BFO_0000020 [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000004 [ a owl:Class ; + owl:complementOf obo:BFO_0000006 ] ) ] ) ] ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:altLabel "s-depends on"@en ; + skos:definition "(Elucidation) specifically depends on is a relation between a specifically dependent continuant b and specifically dependent continuant or independent continuant that is not a spatial region c such that b and c share no parts in common & b is of a nature such that at all times t it cannot exist unless c exists & b is not a boundary of c"@en ; + skos:example "A shape specifically depends on the shaped object; hue, saturation and brightness of a colour sample specifically depends on each other"@en ; + skos:scopeNote "The analogue of specifically depends on for occurrents is has participant."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000197 a owl:ObjectProperty ; + rdfs:label "inheres in"@en ; + dc:identifier "051-BFO" ; + rdfs:domain obo:BFO_0000020 ; + rdfs:range [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000004 [ a owl:Class ; + owl:complementOf obo:BFO_0000006 ] ) ] ; + rdfs:subPropertyOf mro:BFO_0000195 ; + skos:definition "b inheres in c =Def b is a specifically dependent continuant & c is an independent continuant that is not a spatial region & b specifically depends on c"@en ; + skos:example "A shape inheres in a shaped object; a mass inheres in a material entity"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001776 a owl:ObjectProperty ; + rdfs:label "has grandfather"@en ; + rdfs:subPropertyOf mro:ont00001945 ; + owl:inverseOf mro:ont00001876 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001785 a owl:ObjectProperty ; + rdfs:label "has uncle"@en ; + rdfs:subPropertyOf mro:ont00001865 ; + owl:inverseOf mro:ont00001988 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001789 a owl:ObjectProperty ; + rdfs:label "has aunt"@en ; + rdfs:subPropertyOf mro:ont00001865 ; + owl:inverseOf mro:ont00001955 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001819 a owl:ObjectProperty ; + rdfs:label "caused by"@en ; + rdfs:domain obo:BFO_0000003 ; + rdfs:range obo:BFO_0000003 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "x caused by y =Def y is cause of x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001840 a owl:ObjectProperty ; + rdfs:label "has grandmother"@en ; + rdfs:subPropertyOf mro:ont00001945 ; + owl:inverseOf mro:ont00001882 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001855 a owl:ObjectProperty ; + rdfs:label "has spatial part"@en ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + rdfs:subPropertyOf mro:BFO_0000178, + mro:ont00001810 ; + owl:inverseOf mro:ont00001944 ; + skos:definition "x has spatial part y =Def y spatial part of x."@en ; + cco:ont00001754 "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001870 a owl:ObjectProperty ; + rdfs:label "interval overlapped by"@en ; + rdfs:domain obo:BFO_0000202 ; + rdfs:range obo:BFO_0000202 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "x is_overlapped_by y iff x and y are both instances of Temporal Interval and y interval_overlaps x."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001874 a owl:ObjectProperty ; + rdfs:label "is temporal region of"@en ; + rdfs:domain obo:BFO_0000008 ; + rdfs:range [ a owl:Class ; + owl:unionOf ( obo:BFO_0000015 obo:BFO_0000035 ) ] ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "x is temporal region of y =Def y occupies temporal region x."@en ; + skos:editorialNote "Leaving this is in ERO for now since BFO2020 has no inverse of occupies-temporal-region yet."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001917 a owl:ObjectProperty ; + rdfs:label "described by"@en ; + rdfs:domain obo:BFO_0000001 ; + rdfs:range cco:ont00000853 ; + rdfs:subPropertyOf mro:ont00001801 ; + owl:inverseOf mro:ont00001982 ; + skos:definition "x described by y =Def y describes x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001939 a owl:ObjectProperty ; + rdfs:label "is affiliated with"@en ; + rdfs:domain cco:ont00001017 ; + rdfs:range cco:ont00001017 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:ont00001977 ; + skos:definition "x is_affiliated_with y iff x and y are instances of Agent, such that they have any kind of social or business relationship."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001997 a owl:ObjectProperty ; + rdfs:label "is reference system of"@en ; + rdfs:domain cco:ont00000398 ; + rdfs:range cco:ont00000253 ; + rdfs:subPropertyOf mro:BFO_0000084 ; + skos:definition "x is_reference_system_of y iff y is an instance of Information Bearing Entity and x is an instance of Reference System, such that x describes the set of standards mentioned in y."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +cco:ont00000120 a owl:Class . + +cco:ont00000127 a owl:Class . + +cco:ont00000293 a owl:Class . + +cco:ont00000398 a owl:Class . + +cco:ont00000469 a owl:Class . + +cco:ont00000686 a owl:Class . + +cco:ont00000829 a owl:Class . + +cco:ont00000853 a owl:Class . + +cco:ont00000958 a owl:Class . + +cco:ont00000965 a owl:Class . + +cco:ont00001010 a owl:Class . + +cco:ont00001022 a owl:Class . + +cco:ont00001069 a owl:Class . + +cco:ont00001163 a owl:Class . + +cco:ont00001175 a owl:Class . + +cco:ont00001203 a owl:Class . + +cco:ont00001364 a owl:Class . + +obo:BFO_0000011 a owl:Class . + +mro:BFO_0000084 a owl:ObjectProperty ; + rdfs:label "generically depends on"@en ; + dc:identifier "252-BFO" ; + rdfs:domain obo:BFO_0000031 ; + rdfs:range [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000004 [ a owl:Class ; + owl:complementOf obo:BFO_0000006 ] ) ] ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:BFO_0000101 ; + skos:altLabel "g-depends on"@en ; + skos:definition "b generically depends on c =Def b is a generically dependent continuant & c is an independent continuant that is not a spatial region & at some time t there inheres in c a specifically dependent continuant which concretizes b at t"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000117 a owl:ObjectProperty, + owl:TransitiveProperty ; + rdfs:label "has occurrent part"@en ; + dc:identifier "202-BFO" ; + rdfs:domain obo:BFO_0000003 ; + rdfs:range obo:BFO_0000003 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:BFO_0000132 ; + skos:definition "b has occurrent part c =Def c occurrent part of b"@en ; + skos:example "Mary's life has occurrent part Mary's 5th birthday"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000176 a owl:ObjectProperty ; + rdfs:label "continuant part of"@en ; + dc:identifier "221-BFO" ; + rdfs:domain obo:BFO_0000002 ; + rdfs:range obo:BFO_0000002 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:BFO_0000178 ; + skos:definition "b continuant part of c =Def b and c are continuants & there is some time t such that b and c exist at t & b continuant part of c at t"@en ; + skos:example "Milk teeth continuant part of human; surgically removed tumour continuant part of organism"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000199 a owl:FunctionalProperty, + owl:ObjectProperty ; + rdfs:label "occupies temporal region"@en ; + dc:identifier "132-BFO" ; + rdfs:domain [ a owl:Class ; + owl:unionOf ( obo:BFO_0000015 obo:BFO_0000035 ) ] ; + rdfs:range obo:BFO_0000008 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:ont00001874 ; + skos:definition "p occupies temporal region t =Def p is a process or process boundary & the spatiotemporal region occupied by p temporally projects onto t"@en ; + skos:example "The Second World War occupies the temporal region September 1, 1939 - September 2, 1945"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001876 a owl:ObjectProperty ; + rdfs:label "is grandfather of"@en ; + rdfs:subPropertyOf mro:ont00001850 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001882 a owl:ObjectProperty ; + rdfs:label "is grandmother of"@en ; + rdfs:subPropertyOf mro:ont00001850 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001944 a owl:ObjectProperty ; + rdfs:label "spatial part of"@en ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + rdfs:subPropertyOf mro:BFO_0000176, + mro:ont00001810 ; + skos:definition "x spatial_part_of y iff x, y, z, and q are instances of Immaterial Entity, such that for any z connected with x, z is also connected with y, and q is connected with y but not connected with x."@en ; + skos:scopeNote "in the sense used here, spatial part of is elsewhere referred to as proper spatial part of"@en ; + cco:ont00001754 "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001955 a owl:ObjectProperty ; + rdfs:label "is aunt of"@en ; + rdfs:subPropertyOf mro:ont00001865 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001977 a owl:ObjectProperty ; + rdfs:label "has affiliate"@en ; + rdfs:domain cco:ont00001017 ; + rdfs:range cco:ont00001017 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "x has affiliate y =Def y is affiliated with x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001982 a owl:ObjectProperty ; + rdfs:label "describes"@en ; + rdfs:domain cco:ont00000853 ; + rdfs:range obo:BFO_0000001 ; + rdfs:subPropertyOf mro:ont00001808 ; + skos:definition "x describes y iff x is an instance of Descriptive Information Content Entity, and y is an instance of Entity, such that x is_about the characteristics that identify y."@en ; + skos:example "the content of a newspaper article describes some current event", + "the content of a visitor's log describes some facility visit", + "the content of an accident report describes some accident" ; + skos:scopeNote "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."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001988 a owl:ObjectProperty ; + rdfs:label "is uncle of"@en ; + rdfs:subPropertyOf mro:ont00001865 ; + cco:ont00001760 cco:ModalRelationOntology . + +obo:BFO_0000002 a owl:Class . + +obo:BFO_0000016 a owl:Class . + +obo:BFO_0000029 a owl:Class . + +obo:BFO_0000030 a owl:Class . + +mro:BFO_0000101 a owl:ObjectProperty ; + rdfs:label "is carrier of"@en ; + dc:identifier "254-BFO" ; + rdfs:domain [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000004 [ a owl:Class ; + owl:complementOf obo:BFO_0000006 ] ) ] ; + rdfs:range obo:BFO_0000031 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "b is carrier of c =Def there is some time t such that c generically depends on b at t"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000132 a owl:ObjectProperty, + owl:TransitiveProperty ; + rdfs:label "occurrent part of"@en ; + dc:identifier "003-BFO" ; + rdfs:domain obo:BFO_0000003 ; + rdfs:range obo:BFO_0000003 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "(Elucidation) occurrent part of is a relation between occurrents b and c when b is part of c"@en ; + skos:example "Mary's 5th birthday is an occurrent part of Mary's life; the first set of the tennis match is an occurrent part of the tennis match"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:BFO_0000178 a owl:ObjectProperty ; + rdfs:label "has continuant part"@en ; + dc:identifier "271-BFO" ; + rdfs:domain obo:BFO_0000002 ; + rdfs:range obo:BFO_0000002 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "b has continuant part c =Def c continuant part of b"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001809 a owl:ObjectProperty ; + rdfs:label "inheres in aggregate"@en ; + rdfs:domain [ a owl:Class ; + owl:unionOf ( obo:BFO_0000020 obo:BFO_0000031 ) ] ; + rdfs:range obo:BFO_0000027 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:ont00001836 ; + skos:definition "x inheres_in_aggregate y iff x is an instance of Specifically Dependent Continuant or Generically Dependent Continuant and y is an instance of Object Aggregate and y aggregate_bearer_of x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001842 a owl:ObjectProperty ; + rdfs:label "is child of"@en ; + rdfs:subPropertyOf mro:ont00001865 ; + owl:inverseOf mro:ont00001995 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001850 a owl:ObjectProperty ; + rdfs:label "is grandparent of"@en ; + rdfs:subPropertyOf mro:ont00001865 ; + owl:inverseOf mro:ont00001945 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001904 a owl:ObjectProperty ; + rdfs:label "is measured by"@en ; + rdfs:domain obo:BFO_0000001 ; + rdfs:range cco:ont00001163 ; + rdfs:subPropertyOf mro:ont00001917 ; + owl:inverseOf mro:ont00001966 ; + skos:definition "x is measured by y =Def y is a measurement of x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001920 a owl:ObjectProperty ; + rdfs:label "prescribed by"@en ; + rdfs:domain obo:BFO_0000001 ; + rdfs:range cco:ont00000965 ; + rdfs:subPropertyOf mro:ont00001801 ; + owl:inverseOf mro:ont00001942 ; + skos:definition "x prescribed by y =Def y prescribes x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001924 a owl:ObjectProperty ; + rdfs:label "interval contains"@en ; + rdfs:domain obo:BFO_0000202 ; + rdfs:range obo:BFO_0000202 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:ont00001971 ; + skos:definition "x interval contains y =Def y interval contained by x."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +cco:ont00000402 a owl:Class . + +cco:ont00001262 a owl:Class . + +cco:ont00001379 a owl:Class . + +obo:BFO_0000035 a owl:Class . + +mro:ont00001801 a owl:ObjectProperty ; + rdfs:label "is subject of"@en ; + rdfs:domain obo:BFO_0000001 ; + rdfs:range cco:ont00000958 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:ont00001808 ; + skos:definition "x is subject of y =Def y is about x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001804 a owl:ObjectProperty ; + rdfs:label "is spouse of"@en ; + rdfs:subPropertyOf mro:ont00001865 ; + owl:inverseOf mro:ont00001804 ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001806 a owl:ObjectProperty, + owl:SymmetricProperty ; + rdfs:label "is first cousin of"@en ; + rdfs:subPropertyOf mro:ont00001865 ; + owl:inverseOf mro:ont00001806 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001810 a owl:ObjectProperty ; + rdfs:label "connected with"@en ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "x is_connected_with y iff x and y are both instances of Immaterial Entity and there exists an instance of Immaterial Entity z that is part of both x and y."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001836 a owl:ObjectProperty ; + rdfs:label "aggregate bearer of"@en ; + rdfs:domain obo:BFO_0000027 ; + rdfs:range [ a owl:Class ; + owl:unionOf ( obo:BFO_0000020 obo:BFO_0000031 ) ] ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "x aggregate bearer of y =Def y inheres in aggregate x."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001902 a owl:ObjectProperty, + owl:SymmetricProperty ; + rdfs:label "is sibling of"@en ; + rdfs:subPropertyOf mro:ont00001865 ; + owl:inverseOf mro:ont00001902 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001942 a owl:ObjectProperty ; + rdfs:label "prescribes"@en ; + rdfs:domain cco:ont00000965 ; + rdfs:range obo:BFO_0000001 ; + rdfs:subPropertyOf mro:ont00001808 ; + skos:definition "x prescribes y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x serves as a rule or guide for y if y an Occurrent, or x serves as a model for y if y is a Continuant."@en ; + skos:example "A blueprint prescribes some artifact or facility by being a model for it.", + "A professional code of conduct prescribes some realizations of a profession (role) by giving rules for how the bearer should act in those realizations.", + "An operations plan prescribes an operation by enumerating the tasks that need to be performed in order to achieve the objectives of the operation." ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001945 a owl:ObjectProperty ; + rdfs:label "is grandchild of"@en ; + rdfs:subPropertyOf mro:ont00001865 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001966 a owl:ObjectProperty ; + rdfs:label "is a measurement of"@en ; + rdfs:domain cco:ont00001163 ; + rdfs:range obo:BFO_0000001 ; + rdfs:subPropertyOf mro:ont00001982 ; + skos:definition "x is_a_measurement_of y iff x is an instance of Measurement Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to some scale or classification scheme."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be functional. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en, + "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."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001971 a owl:ObjectProperty ; + rdfs:label "interval contained by"@en ; + rdfs:domain obo:BFO_0000202 ; + rdfs:range obo:BFO_0000202 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "x interval_contained_by y iff x and y are both instances of Temporal Interval and y interval_contains x."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001975 a owl:ObjectProperty, + owl:SymmetricProperty ; + rdfs:label "is half-sibling of"@en ; + rdfs:subPropertyOf mro:ont00001865 ; + owl:inverseOf mro:ont00001975 ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001996 a owl:ObjectProperty ; + rdfs:label "is step-sibling of"@en ; + rdfs:subPropertyOf mro:ont00001865 ; + owl:inverseOf mro:ont00001996 ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001808 a owl:ObjectProperty ; + rdfs:label "is about"@en ; + rdfs:domain cco:ont00000958 ; + rdfs:range obo:BFO_0000001 ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "x is_about y is a primitive relationship between an instance of Information Content Entity x and an instance of Entity y."@en ; + cco:ont00001754 "http://purl.obolibrary.org/obo/IAO_0000136" ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001862 a owl:ObjectProperty ; + rdfs:label "interval disjoint"@en ; + rdfs:domain obo:BFO_0000202 ; + rdfs:range obo:BFO_0000202 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:propertyDisjointWith mro:ont00001870, + mro:ont00001924, + mro:ont00001971 ; + skos:definition "x interval_disjoint y iff x and y are both instances of Temporal Interval and have no parts in common."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +mro:ont00001995 a owl:ObjectProperty ; + rdfs:label "is parent of"@en ; + rdfs:subPropertyOf mro:ont00001865 ; + skos:definition "x is_parent_of y is a familial relationship between an instance of Person x and a different instance of Person y."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +cco:ont00001324 a owl:Class . + +obo:BFO_0000023 a owl:Class . + +cco:ont00001180 a owl:Class . + +mro:BFO_0000056 a owl:ObjectProperty ; + rdfs:label "participates in"@en ; + dc:identifier "250-BFO" ; + rdfs:domain [ a owl:Class ; + owl:unionOf ( obo:BFO_0000020 obo:BFO_0000031 [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000004 [ a owl:Class ; + owl:complementOf obo:BFO_0000006 ] ) ] ) ] ; + rdfs:range obo:BFO_0000015 ; + rdfs:subPropertyOf mro:mro00000001 ; + owl:inverseOf mro:BFO_0000057 ; + skos:definition "(Elucidation) participates in holds between some b that is either a specifically dependent continuant or generically dependent continuant or independent continuant that is not a spatial region & some process p such that b participates in p some way"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en ; + cco:ont00001760 cco:ModalRelationOntology . + +obo:BFO_0000008 a owl:Class . + +mro:BFO_0000057 a owl:ObjectProperty ; + rdfs:label "has participant"@en ; + dc:identifier "248-BFO" ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range [ a owl:Class ; + owl:unionOf ( obo:BFO_0000020 obo:BFO_0000031 [ a owl:Class ; + owl:intersectionOf ( obo:BFO_0000004 [ a owl:Class ; + owl:complementOf obo:BFO_0000006 ] ) ] ) ] ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "p has participant c =Def c participates in p"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en ; + cco:ont00001760 cco:ModalRelationOntology . + +obo:BFO_0000027 a owl:Class . + +obo:BFO_0000040 a owl:Class . + +obo:BFO_0000203 a owl:Class . + +mro:ont00001818 a owl:ObjectProperty ; + rdfs:label "is in-law of"@en ; + rdfs:subPropertyOf mro:ont00001865 ; + owl:inverseOf mro:ont00001818 ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +obo:BFO_0000003 a owl:Class . + +obo:BFO_0000031 a owl:Class . + +obo:BFO_0000020 a owl:Class . + +cco:ont00001017 a owl:Class . + +obo:BFO_0000141 a owl:Class . + +cco:ont00000253 a owl:Class . + +mro:ont00001865 a owl:ObjectProperty, + owl:SymmetricProperty ; + rdfs:label "has familial relationship to"@en ; + rdfs:subPropertyOf mro:mro00000001 ; + skos:definition "A relationship between persons by virtue of ancestry or legal union."@en ; + cco:ont00001760 cco:ModalRelationOntology . + +obo:BFO_0000001 a owl:Class . + +obo:BFO_0000006 a owl:Class . + +obo:BFO_0000004 a owl:Class . + +obo:BFO_0000202 a owl:Class . + +obo:BFO_0000015 a owl:Class . + +mro:mro00000001 a owl:ObjectProperty ; + rdfs:label "Modal Object Property"@en ; + cco:ont00001760 cco:ModalRelationOntology . + +cco:ModalRelationOntology a owl:Ontology ; + rdfs:label "Modal Relation Ontology" ; + dct:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ; + dct:rights "CUBRC Inc., see full license."@en ; + rdfs:comment "The modal counterparts to the object and data properties contained in CCO and BFO2020-core." ; + owl:versionIRI ; + owl:versionInfo "v2.2" . + diff --git a/src/cco-iris/ont00002015.ttl b/src/cco-iris/ont00002015.ttl new file mode 100644 index 00000000..e72e0147 --- /dev/null +++ b/src/cco-iris/ont00002015.ttl @@ -0,0 +1,75 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000101 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000241 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00002014 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00002015 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Two-Dimensional Barcode"@en ; + "A Barcode that represents lines of varying widths, spacing, height, and color that has, as part, some Prescriptive Information Content Entity."@en ; + "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00002016 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00002017 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00002018 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00002019 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00002016.ttl b/src/cco-iris/ont00002016.ttl new file mode 100644 index 00000000..3ff89982 --- /dev/null +++ b/src/cco-iris/ont00002016.ttl @@ -0,0 +1,55 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000101 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000014 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00002015 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00002016 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Aztec Code"@en ; + "A Two-Dimensional Barcode that is used by the transportation industry to scan tickets."@en ; + "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00002017.ttl b/src/cco-iris/ont00002017.ttl new file mode 100644 index 00000000..50b4df43 --- /dev/null +++ b/src/cco-iris/ont00002017.ttl @@ -0,0 +1,55 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000101 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000242 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00002015 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00002017 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Data Matrix Code"@en ; + "A Two-Dimensional Barcode that represents cells arranged in rectangular patterns and is used for marking small items in logistics and operations."@en ; + "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00002018.ttl b/src/cco-iris/ont00002018.ttl new file mode 100644 index 00000000..103ed45a --- /dev/null +++ b/src/cco-iris/ont00002018.ttl @@ -0,0 +1,55 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000101 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000559 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00002015 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00002018 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "QR Code"@en ; + "A Two-Dimensional Barcode that represents numeric, alphanumeric, binary, or kanji information and is used primarily for tracking and marketing."@en ; + "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00002019.ttl b/src/cco-iris/ont00002019.ttl new file mode 100644 index 00000000..14b5460e --- /dev/null +++ b/src/cco-iris/ont00002019.ttl @@ -0,0 +1,55 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000101 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001245 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00002015 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00002019 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "PDF417 Code"@en ; + "A Two-Dimensional Barcode that is used in applications that require the storage of huge amounts of data."@en ; + "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00002020.ttl b/src/cco-iris/ont00002020.ttl new file mode 100644 index 00000000..8307e189 --- /dev/null +++ b/src/cco-iris/ont00002020.ttl @@ -0,0 +1,100 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000101 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000258 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00002014 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00002020 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "One-Dimensional Barcode"@en ; + "A Barcode that represents parallel lines of varying widths and spacing that concretize some Prescriptive Information Content Entity."@en ; + "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00002021 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00002022 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00002023 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00002024 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00002025 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00002031 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00002032 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00002033 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00002034 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00002021.ttl b/src/cco-iris/ont00002021.ttl new file mode 100644 index 00000000..fdbfa2e9 --- /dev/null +++ b/src/cco-iris/ont00002021.ttl @@ -0,0 +1,55 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000101 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000429 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00002020 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00002021 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Codabar Barcode"@en ; + "A One-Dimensional Barcode that represents numbers 0-9 and the characters -$:/.+ and is intended for use by logistics and healthcare professionals."@en ; + "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00002022.ttl b/src/cco-iris/ont00002022.ttl new file mode 100644 index 00000000..3534ae27 --- /dev/null +++ b/src/cco-iris/ont00002022.ttl @@ -0,0 +1,55 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000101 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000582 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00002020 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00002022 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Code 93 Barcode"@en ; + "A One-Dimensional Barcode that represents 93 ASCII characters and is used in logistics to identify packages in retail inventory, label electornic components, and provide supplementary delivery information."@en ; + "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00002023.ttl b/src/cco-iris/ont00002023.ttl new file mode 100644 index 00000000..1b2563b3 --- /dev/null +++ b/src/cco-iris/ont00002023.ttl @@ -0,0 +1,55 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000101 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000602 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00002020 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00002023 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "ITF Barcode"@en ; + "A One-Dimensional Barcode that represents an even number of numerical characters and is used primarily in packaging and distribution."@en ; + "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00002024.ttl b/src/cco-iris/ont00002024.ttl new file mode 100644 index 00000000..9f05a362 --- /dev/null +++ b/src/cco-iris/ont00002024.ttl @@ -0,0 +1,55 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000101 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000899 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00002020 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00002024 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "MSI Plessey Barcode"@en ; + "A One-Dimensional Barcode that represents an indefinite number of numerical characters and is used for inventory control and marking storage containers and shelves in warehouse environments."@en ; + "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00002025.ttl b/src/cco-iris/ont00002025.ttl new file mode 100644 index 00000000..2e962142 --- /dev/null +++ b/src/cco-iris/ont00002025.ttl @@ -0,0 +1,80 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000101 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000966 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00002020 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00002025 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "EAN Barcode"@en ; + "A One-Dimensional Barcode that represents 8 or 13 numerical digits and is used to scan consumer goods."@en ; + "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00002026 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00002027 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00002028 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00002029 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00002030 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00002026.ttl b/src/cco-iris/ont00002026.ttl new file mode 100644 index 00000000..82604a54 --- /dev/null +++ b/src/cco-iris/ont00002026.ttl @@ -0,0 +1,55 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000101 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000461 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00002025 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00002026 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "ISSN Barcode"@en ; + "An EAN Barcode that is designed to designate a periodical."@en ; + "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00002027.ttl b/src/cco-iris/ont00002027.ttl new file mode 100644 index 00000000..52aee64a --- /dev/null +++ b/src/cco-iris/ont00002027.ttl @@ -0,0 +1,55 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000101 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000596 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00002025 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00002027 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "JAN-13 Barcode"@en ; + "An EAN Barcode that is designed to designate 13 numerical digits and is used primarily in Japan to designate products at the point of sale."@en ; + "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00002028.ttl b/src/cco-iris/ont00002028.ttl new file mode 100644 index 00000000..1cda5cbe --- /dev/null +++ b/src/cco-iris/ont00002028.ttl @@ -0,0 +1,55 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000101 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000972 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00002025 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00002028 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "EAN-13 Barcode"@en ; + "An EAN Barcode that represents 13 numerical digits and is used to designate products at the point of sale."@en ; + "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00002029.ttl b/src/cco-iris/ont00002029.ttl new file mode 100644 index 00000000..36987036 --- /dev/null +++ b/src/cco-iris/ont00002029.ttl @@ -0,0 +1,55 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000101 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001131 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00002025 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00002029 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "EAN-8 Barcode"@en ; + "An EAN Barcode that represents 8 numerical digits and is used to designate products at the point of sale."@en ; + "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00002030.ttl b/src/cco-iris/ont00002030.ttl new file mode 100644 index 00000000..74dc3900 --- /dev/null +++ b/src/cco-iris/ont00002030.ttl @@ -0,0 +1,55 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000101 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001268 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00002025 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00002030 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "ISBN Barcode"@en ; + "An EAN Barcode that is designed to designate a book."@en ; + "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00002031.ttl b/src/cco-iris/ont00002031.ttl new file mode 100644 index 00000000..b2bef5f0 --- /dev/null +++ b/src/cco-iris/ont00002031.ttl @@ -0,0 +1,60 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000101 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001012 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00002020 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00002031 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "GS1 DataBar Barcode"@en ; + "A One-Dimensional Barcode that represents 12-14 numerical digits and is used in retail and healthcare."@en ; + "Further variants of GS1 DataBar have not been defined here."@en ; + "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00002032.ttl b/src/cco-iris/ont00002032.ttl new file mode 100644 index 00000000..eccba1db --- /dev/null +++ b/src/cco-iris/ont00002032.ttl @@ -0,0 +1,55 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000101 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001260 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00002020 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00002032 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Code 39 Barcode"@en ; + "A One-Dimensional Barcode that represents 39 characters that are numbers 0-9, capital letters A-Z, or the symbols -.$/+% and space and is used primarily in automotive and defense industries."@en ; + "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00002033.ttl b/src/cco-iris/ont00002033.ttl new file mode 100644 index 00000000..2adabc54 --- /dev/null +++ b/src/cco-iris/ont00002033.ttl @@ -0,0 +1,55 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000101 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001264 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00002020 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00002033 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Code 128 Barcode"@en ; + "A One-Dimensional Barcode that represents up to 128 ASCII characters and is used primarily in supply chains."@en ; + "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00002034.ttl b/src/cco-iris/ont00002034.ttl new file mode 100644 index 00000000..a528ad73 --- /dev/null +++ b/src/cco-iris/ont00002034.ttl @@ -0,0 +1,65 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000101 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000326 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00002020 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00002034 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "UPC Barcode"@en ; + "A One-Dimensional Barcode that represents 6 or 12 numerical digits and is used to scan consumer goods."@en ; + "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00002035 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00002036 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00002035.ttl b/src/cco-iris/ont00002035.ttl new file mode 100644 index 00000000..df87d6f5 --- /dev/null +++ b/src/cco-iris/ont00002035.ttl @@ -0,0 +1,55 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000101 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000931 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00002034 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00002035 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "UPC-A Barcode"@en ; + "A UPC Barcode that represents 12 numerical digits."@en ; + "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00002036.ttl b/src/cco-iris/ont00002036.ttl new file mode 100644 index 00000000..501c5d80 --- /dev/null +++ b/src/cco-iris/ont00002036.ttl @@ -0,0 +1,55 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000101 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001209 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00002034 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00002036 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "UPC-E Barcode"@en ; + "A UPC Barcode that represents 6 numerical digits."@en ; + "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi