From 3e20b42ebb69bd8a5e1dae05a8bd08d78c4b597c Mon Sep 17 00:00:00 2001 From: Mark Jensen Date: Fri, 3 Mar 2023 14:11:02 -0500 Subject: [PATCH] Fix EQ axiom for Agent --- AgentOntology.ttl | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/AgentOntology.ttl b/AgentOntology.ttl index 162dfb3..c1eb613 100644 --- a/AgentOntology.ttl +++ b/AgentOntology.ttl @@ -1111,11 +1111,7 @@ cco:Affordance rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Agent cco:Agent rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Class ; - owl:unionOf ( cco:Animal - cco:Organization - ) - ] + owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000040 [ rdf:type owl:Restriction ; owl:onProperty cco:agent_in ; owl:someValuesFrom obo:BFO_0000015 @@ -1877,9 +1873,10 @@ cco:UnalliedPerson rdf:type owl:Class ; rdf:type owl:Class ] ; rdfs:subClassOf cco:Person ; + cco:alternative_label "Unallied Person" ; cco:definition "A Person who is the bearer of some Neutral Role."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Neutral"@en . + rdfs:label "Neutral Person"@en . -### Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi +### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi