From 86bc3e7fe7d1f3f3c33534b642677d48a9e8a098 Mon Sep 17 00:00:00 2001 From: Mark Jensen Date: Sun, 3 Nov 2024 18:01:35 -0500 Subject: [PATCH] small change to def for Agent Capability --- src/cco-modules/AgentOntology.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cco-modules/AgentOntology.ttl b/src/cco-modules/AgentOntology.ttl index de109df..a47ee04 100644 --- a/src/cco-modules/AgentOntology.ttl +++ b/src/cco-modules/AgentOntology.ttl @@ -1173,7 +1173,7 @@ cco:Agent rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/AgentCapability cco:AgentCapability rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000017 ; - skos:definition "A Realizable Entity that inheres in a Material Entity to the extent of that Material Entity's capacity to realize it in Planned Acts of a certain type."@en ; + skos:definition "A Realizable Entity that inheres in a Material Entity in virtue of that Material Entity's capacity to realize it in some Planned Act."@en ; cco:definition_source "Schlosser, Markus, \"Agency\", The Stanford Encyclopedia of Philosophy (Winter 2019 Edition), Edward N. Zalta (ed.), available at: https://plato.stanford.edu/archives/win2019/entries/agency/"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Agent Capability"@en .