From 4e8d615fa691e5c17a04a3ee9e6c446f882883a2 Mon Sep 17 00:00:00 2001 From: Alec Sculley <80927159+avsculley@users.noreply.github.com> Date: Wed, 18 Sep 2024 11:50:14 -0400 Subject: [PATCH] changed obo:informationContentEntity to cco:informationContentEntity --- prov-cco-directmappings.ttl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prov-cco-directmappings.ttl b/prov-cco-directmappings.ttl index 97f70c8..bcd3185 100644 --- a/prov-cco-directmappings.ttl +++ b/prov-cco-directmappings.ttl @@ -94,7 +94,7 @@ prov:Dictionary rdf:type owl:Class . [] rdf:type owl:Axiom ; owl:annotatedSource prov:Dictionary ; owl:annotatedProperty rdfs:subClassOf ; - owl:annotatedTarget obo:InformationContentEntity ; + owl:annotatedTarget cco:InformationContentEntity ; sssom:object_label "Information Content Entity" ; rdfs:comment "A prov:Dictionary exists in virtue of the fact that there is at least one of what may be multiple copies; it is the content or the pattern that the multiple copies share."@en . @@ -539,4 +539,4 @@ prov:qualifiedInvalidation rdf:type owl:ObjectProperty . ] ; rdf:rest rdf:nil ] - ] . \ No newline at end of file + ] .