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