From 883f25956c174f7b0108e26440bdb794790585e3 Mon Sep 17 00:00:00 2001 From: oliviahobai <119642653+oliviahobai@users.noreply.github.com> Date: Mon, 23 Dec 2024 12:22:02 -0500 Subject: [PATCH] finishing d/r to sends & receives added conditions on cco:sends and cco:receives that restrict the range to cco: act of communication, per Michael Rabenberg's notice --- src/cco-modules/AgentOntology.ttl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cco-modules/AgentOntology.ttl b/src/cco-modules/AgentOntology.ttl index cf1f451..602e4c1 100644 --- a/src/cco-modules/AgentOntology.ttl +++ b/src/cco-modules/AgentOntology.ttl @@ -1003,6 +1003,7 @@ cco:ont00001977 rdf:type owl:ObjectProperty ; cco:ont00001978 rdf:type owl:ObjectProperty ; rdfs:subPropertyOf obo:BFO_0000056 ; rdfs:domain cco:ont00001017 ; + rdfs:range cco:ont00000402 ; rdfs:label "receives"@en ; 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 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . @@ -1070,6 +1071,7 @@ cco:ont00001992 rdf:type owl:ObjectProperty ; cco:ont00001993 rdf:type owl:ObjectProperty ; rdfs:subPropertyOf obo:BFO_0000056 ; rdfs:domain cco:ont00001017 ; + rdfs:range cco:ont00000402 ; rdfs:label "sends"@en ; 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 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI .