From e6b394f16d0806da74613712891900bab105452c Mon Sep 17 00:00:00 2001 From: Cameron More <123985185+cameronmore@users.noreply.github.com> Date: Sun, 18 Aug 2024 12:49:39 -0400 Subject: [PATCH] fixed annotation value type --- EventOntology.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EventOntology.ttl b/EventOntology.ttl index 04823b7..dc2b484 100644 --- a/EventOntology.ttl +++ b/EventOntology.ttl @@ -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 .