From d3b992e1d29e5d9fe24962fde3bc785c3a4e7a83 Mon Sep 17 00:00:00 2001 From: "J. Neil Otte" Date: Sun, 3 Nov 2024 13:56:43 -0500 Subject: [PATCH] Update AgentOntology.ttl Ported over @cameronmore 's changes to Agent axiom and Agent Capability from other branch to avoid merge conflicts pursuant 1.7 release, --- src/cco-modules/AgentOntology.ttl | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/cco-modules/AgentOntology.ttl b/src/cco-modules/AgentOntology.ttl index f3d46af..28010a9 100644 --- a/src/cco-modules/AgentOntology.ttl +++ b/src/cco-modules/AgentOntology.ttl @@ -1157,14 +1157,15 @@ cco:Affordance rdf:type owl:Class ; cco:Agent rdf:type owl:Class ; owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000040 [ rdf:type owl:Restriction ; - owl:onProperty cco:agent_in ; - owl:someValuesFrom obo:BFO_0000015 + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom cco:AgentCapability ] ) ; rdf:type owl:Class ] ; rdfs:subClassOf obo:BFO_0000040 ; - skos:definition "A Material Entity that is capable of performing Planned Acts"@en ; + cco:definition "A Material Entity that bears an Agent Capability."@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"@en . @@ -1172,7 +1173,8 @@ 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 an Agent to the extent of that Agent's capacity to realize it in Intentional Acts of a certain type."@en ; + cco: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 ; + 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 .