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'
This commit is contained in:
Mark Jensen
2025-06-24 13:11:24 -04:00
parent afc352f059
commit 5966302eda

View File

@@ -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 ;