From 87be4e87f182cfb3f0592ed3b2479e7febce87f8 Mon Sep 17 00:00:00 2001 From: Gregory Fowler <158520057+gregfowlerphd@users.noreply.github.com> Date: Tue, 20 Aug 2024 11:04:39 -0400 Subject: [PATCH 1/2] modified definitions in extended relation ontology --- src/cco-modules/ExtendedRelationOntology.ttl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/cco-modules/ExtendedRelationOntology.ttl b/src/cco-modules/ExtendedRelationOntology.ttl index 7ddb6d7..33993e8 100644 --- a/src/cco-modules/ExtendedRelationOntology.ttl +++ b/src/cco-modules/ExtendedRelationOntology.ttl @@ -270,7 +270,7 @@ cco:affects rdf:type owl:ObjectProperty ; owl:inverseOf cco:is_affected_by ; rdfs:domain obo:BFO_0000015 ; rdfs:range obo:BFO_0000002 ; - cco:definition "p affects c iff p is an instance of a Process and c is an instance of a Continuant, such that p influences c in some manner, most often by producing a change in c."@en ; + cco:definition "x affects y iff x is an instance of Process and y is an instance of Continuant, and x influences y in some manner, most often by producing a change in y."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "affects"@en . @@ -325,7 +325,7 @@ cco:caused_by rdf:type owl:ObjectProperty ; owl:inverseOf cco:is_cause_of ; rdfs:domain obo:BFO_0000003 ; rdfs:range obo:BFO_0000003 ; - cco:definition "x caused_by y iff x and y are instances of occurrents, and x is a consequence of y."@en ; + cco:definition "x caused_by y iff x and y are instances of Occurrent, and x is a consequence of y."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "caused by"@en . @@ -475,7 +475,7 @@ cco:is_affected_by rdf:type owl:ObjectProperty ; rdfs:subPropertyOf obo:BFO_0000056 ; rdfs:domain obo:BFO_0000002 ; rdfs:range obo:BFO_0000015 ; - cco:definition "c is_affected_by p iff p is an instance of a Process and c is an instance of a Continuant, such that p influences c in some manner, most often by producing a change in c."@en ; + cco:definition "x is_affected_by y iff x is an instance of Continuant and y is an instance of Process, and y influences x in some manner, most often by producing a change in x."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "is affected by"@en . @@ -484,7 +484,7 @@ cco:is_affected_by rdf:type owl:ObjectProperty ; cco:is_cause_of rdf:type owl:ObjectProperty ; rdfs:domain obo:BFO_0000003 ; rdfs:range obo:BFO_0000003 ; - cco:definition "x is_cause_of y iff x and y are instances of occurrents, and y is a consequence of x."@en ; + cco:definition "x is_cause_of y iff x and y are instances of Occurrent, and y is a consequence of x."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "is cause of"@en . @@ -653,4 +653,4 @@ cco:role_of_aggregate rdf:type owl:ObjectProperty ; rdfs:label "role of aggregate"@en . -### Generated by the OWL API (version 4.5.25.2023-02-15T19:15:49Z) https://github.com/owlcs/owlapi \ No newline at end of file +### Generated by the OWL API (version 4.5.25.2023-02-15T19:15:49Z) https://github.com/owlcs/owlapi From ac06d98bdb00fde4189f6959ed6154ae727f86b7 Mon Sep 17 00:00:00 2001 From: Gregory Fowler <158520057+gregfowlerphd@users.noreply.github.com> Date: Tue, 20 Aug 2024 11:39:03 -0400 Subject: [PATCH 2/2] modified definitions in modal relation ontology --- src/cco-extensions/ModalRelationOntology.ttl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/cco-extensions/ModalRelationOntology.ttl b/src/cco-extensions/ModalRelationOntology.ttl index dd539de..2d18c92 100644 --- a/src/cco-extensions/ModalRelationOntology.ttl +++ b/src/cco-extensions/ModalRelationOntology.ttl @@ -661,7 +661,7 @@ mro:affects rdf:type owl:ObjectProperty ; owl:inverseOf mro:is_affected_by ; rdfs:domain obo:BFO_0000015 ; rdfs:range obo:BFO_0000002 ; - cco:definition "p affects c iff p is an instance of a Process and c is an instance of a Continuant, such that p influences c in some manner, most often by producing a change in c."@en ; + cco:definition "x affects y iff x is an instance of Process and y is an instance of Continuant, and x influences y in some manner, most often by producing a change in y."@en ; cco:is_curated_in_ontology ; rdfs:label "affects"@en . @@ -759,7 +759,7 @@ mro:caused_by rdf:type owl:ObjectProperty ; owl:inverseOf mro:is_cause_of ; rdfs:domain obo:BFO_0000003 ; rdfs:range obo:BFO_0000003 ; - cco:definition "x caused_by y iff x and y are instances of occurrents, and x is a consequence of y."@en ; + cco:definition "x caused_by y iff x and y are instances of Occurrent, and x is a consequence of y."@en ; cco:is_curated_in_ontology ; rdfs:label "caused by"@en . @@ -1744,7 +1744,7 @@ mro:is_affected_by rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:BFO_0000056 ; rdfs:domain obo:BFO_0000002 ; rdfs:range obo:BFO_0000015 ; - cco:definition "c is_affected_by p iff p is an instance of a Process and c is an instance of a Continuant, such that p influences c in some manner, most often by producing a change in c."@en ; + cco:definition "x is_affected_by y iff x is an instance of Continuant and y is an instance of Process, such that y influences x in some manner, most often by producing a change in x."@en ; cco:is_curated_in_ontology ; rdfs:label "is affected by"@en . @@ -1803,7 +1803,7 @@ mro:is_cause_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:ModalObjectProperty ; rdfs:domain obo:BFO_0000003 ; rdfs:range obo:BFO_0000003 ; - cco:definition "x is_cause_of y iff x and y are instances of occurrents, and y is a consequence of x."@en ; + cco:definition "x is_cause_of y iff x and y are instances of Occurrents and y is a consequence of x."@en ; cco:is_curated_in_ontology ; rdfs:label "is cause of"@en . @@ -2921,4 +2921,4 @@ cco:InformationBearingEntity rdf:type owl:Class . cco:InformationContentEntity rdf:type owl:Class . -### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi \ No newline at end of file +### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi