From eb455fe533d7170765fbc3804c49f195eee43177 Mon Sep 17 00:00:00 2001 From: oliviahobai <119642653+oliviahobai@users.noreply.github.com> Date: Fri, 17 Jan 2025 10:44:24 -0500 Subject: [PATCH] d/r & definition is object of added inverseOf object property to "has object" --- src/cco-modules/ExtendedRelationOntology.ttl | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/cco-modules/ExtendedRelationOntology.ttl b/src/cco-modules/ExtendedRelationOntology.ttl index 8cd7d63..fe92df0 100644 --- a/src/cco-modules/ExtendedRelationOntology.ttl +++ b/src/cco-modules/ExtendedRelationOntology.ttl @@ -558,9 +558,12 @@ cco:ont00001933 rdf:type owl:ObjectProperty ; ### https://www.commoncoreontologies.org/ont00001936 cco:ont00001936 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000056 ; - rdfs:label "is object of"@en ; - skos:definition "If p is a process and c is a continuant, then c is object of p if and only if the c is part of the projected state that the agent intends to achieve by performing p."@en ; + rdfs:subPropertyOf obo:BFO_0000056 ; + owl:inverseOf cco:ont00001778 ; + rdfs:domain obo:BFO_0000002 ; + rdfs:range obo:BFO_0000015 ; + rdfs:label "is object of"@en ; + "x is_object_of y iff x is an instance of Continuant and y is an instance of Process and y is performed by some instance of Agent z and x is part of the projected state that z intends to achieve by performing y."@en ; cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .