mirror of
https://github.com/CommonCoreOntology/CommonCoreOntologies.git
synced 2026-04-27 03:00:27 -04:00
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:
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user