@prefix rdf: . @prefix ns1: . @prefix owl: . ns1:hasCriteriaDatatype rdf:type owl:ObjectProperty , rdf:Property . @prefix rdfs: . ns1:hasCriteriaDatatype rdfs:comment "Relates a Condition criteria to its datatype, i.e. the type of value that is compared." , "Relates a Condition criteria to its datatype, i.e. the type of value that is compared. "@en ; rdfs:domain ns1:Criteria ; rdfs:isDefinedBy ns1: ; rdfs:label "hasCriteriaDatatype" , "Criteria Datatype" . @prefix xsd: . ns1:hasCriteriaDatatype rdfs:range xsd:simpleType . @prefix skos: . ns1:hasCriteriaDatatype skos:prefLabel "Criteria Datatype" . @prefix pwdr: . ns1:hasCriteriaDatatype pwdr:describedby . @prefix ns7: . ns1:hasCriteriaDatatype pwdr:describedby ns7:acl ; skos:altLabel "Criteria Datatype" .