fixed annotation value type

This commit is contained in:
Cameron More
2024-08-18 12:49:39 -04:00
parent 2f9ae8a55e
commit e6b394f16d

View File

@@ -514,7 +514,7 @@ cco:ActOfIdentifying rdf:type owl:Class ;
cco:ActOfInformationProcessing rdf:type owl:Class ;
rdfs:subClassOf cco:IntentionalAct ;
cco:definition "A Planned Act in which one or more input Information Content Entities are received, manipulated, transferred, or stored by an Agent."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
rdfs:label "Act of Information Processing"@en .