From d5de2f36e3bb87011c92d356aa14da58d8a0dfd4 Mon Sep 17 00:00:00 2001 From: Gregory Fowler <158520057+gregfowlerphd@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:05:58 -0400 Subject: [PATCH] modified act of testifying definition --- src/cco-modules/EventOntology.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cco-modules/EventOntology.ttl b/src/cco-modules/EventOntology.ttl index b7eb458..c26f502 100644 --- a/src/cco-modules/EventOntology.ttl +++ b/src/cco-modules/EventOntology.ttl @@ -1047,7 +1047,7 @@ cco:ActOfTerroristTrainingInstruction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfTestifying cco:ActOfTestifying rdf:type owl:Class ; rdfs:subClassOf cco:ActOfRepresentativeCommunication ; - cco:definition "An Act of Representative Communication performed by making a statement about one's personal knowledge or belief."@en ; + cco:definition "An Act of Representative Communication performed by stating one's personal knowledge or belief."@en ; cco:definition_source "http://www.merriam-webster.com/dictionary/testify" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Testifying"@en .