From 5966302edac4e606cf3442cc84d38cc1ee30cb1c Mon Sep 17 00:00:00 2001 From: Mark Jensen Date: Tue, 24 Jun 2025 13:11:24 -0400 Subject: [PATCH] added axiom back and fixed parent class sublcass restriction was originally declared in artifact ontology, PLUS the parent class was supposed to be changes from ICE to 'media content entity' --- src/cco-modules/InformationEntityOntology.ttl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/cco-modules/InformationEntityOntology.ttl b/src/cco-modules/InformationEntityOntology.ttl index bb87a30..ff3f4cc 100644 --- a/src/cco-modules/InformationEntityOntology.ttl +++ b/src/cco-modules/InformationEntityOntology.ttl @@ -1856,7 +1856,11 @@ cco:ont00002037 rdf:type owl:Class ; ### https://www.commoncoreontologies.org/ont00002038 cco:ont00002038 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000958 ; + rdfs:subClassOf cco:ont00002001 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000176 ; + owl:someValuesFrom cco:ont00002039 + ] ; rdfs:label "Document Field Content"@en ; skos:altLabel "Document Field"@en ; skos:definition "A Media Content Entity that is a part of some document content entity, and which prescribes the eliciation of information to be written or selected within the document content entity."@en ;