diff --git a/ontology/owl/owl.ttl b/ontology/owl/owl.ttl index 764c681..42138e9 100644 --- a/ontology/owl/owl.ttl +++ b/ontology/owl/owl.ttl @@ -230,12 +230,12 @@ uco-owl:Disjointedness-C-DT-shape sh:sparql [ a sh:SPARQLConstraint ; rdfs:seeAlso ; - sh:message "An IRI may not be a member of both an owl:Class and owl:Datatype."@en ; + sh:message "An IRI may not be a member of both an owl:Class and rdfs:Datatype."@en ; sh:select """ PREFIX owl: SELECT $this WHERE { - $this a owl:Datatype ; + $this a rdfs:Datatype ; } """ ; ] ;