small change to def for Agent Capability

This commit is contained in:
Mark Jensen
2024-11-03 18:01:35 -05:00
parent b7f1766878
commit 86bc3e7fe7

View File

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