From 2d584ab6890e49703118390a29efc0ff63e2c430 Mon Sep 17 00:00:00 2001 From: Cameron More <123985185+cameronmore@users.noreply.github.com> Date: Wed, 30 Oct 2024 10:21:58 -0400 Subject: [PATCH] remove datatype range per #432 --- src/cco-modules/InformationEntityOntology.ttl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/cco-modules/InformationEntityOntology.ttl b/src/cco-modules/InformationEntityOntology.ttl index 2ec9a81..3e54d23 100644 --- a/src/cco-modules/InformationEntityOntology.ttl +++ b/src/cco-modules/InformationEntityOntology.ttl @@ -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 .