remove datatype range per #432

This commit is contained in:
Cameron More
2024-10-30 10:21:58 -04:00
parent 644b8d3145
commit 2d584ab689

View File

@@ -453,11 +453,6 @@ cco:has_integer_value rdf:type owl:DatatypeProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/has_text_value
cco:has_text_value rdf:type owl:DatatypeProperty ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range [ rdf:type rdfs:Datatype ;
owl:unionOf ( rdf:langString
xsd:string
)
] ;
cco:definition "A data property that has as its range a string value."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "has text value"@en .