From b202cdfa535775cb20fdb3579202a21bba6dc8e8 Mon Sep 17 00:00:00 2001 From: oliviahobai <119642653+oliviahobai@users.noreply.github.com> Date: Sat, 14 Dec 2024 13:25:58 -0500 Subject: [PATCH] adding d/r to cco:uses in AgentOntology.ttl (test) This is the first of a series of changes motivated by Michael Rabenberg's list of domain/range mismatches across cco --- 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..517ffc2 100644 --- a/src/cco-modules/AgentOntology.ttl +++ b/src/cco-modules/AgentOntology.ttl @@ -259,6 +259,8 @@ cco:ont00001812 rdf:type owl:ObjectProperty ; ### https://www.commoncoreontologies.org/ont00001813 cco:ont00001813 rdf:type owl:ObjectProperty ; owl:inverseOf cco:ont00001925 ; + rdfs:domain cco:ont00001017 ; + rdfs:range BFO:0000040 ; rdfs:label "uses"@en ; skos:definition "x uses y iff x is an instance of an Agent and y is an instance of a Material Entity, such that both x and y participate in some instance of a Process wherein x attempts to accomplish a goal by manipulating, deploying, or leveraging some attribute of y."@en ; cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI .