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
This commit is contained in:
oliviahobai
2024-12-23 12:22:02 -05:00
committed by GitHub
parent 6b203b20d8
commit 883f25956c

View File

@@ -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 .