All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sttl.owl2.owlproperty.range.rq Maven / Gradle / Ivy

template {
    str(?label)  "(" ?in " " ?d ")"
}
where {
  ?in rdfs:range ?d 
  bind (
    if (exists { {?in a owl:DatatypeProperty} union {?d a rdfs:Datatype} },   "DataPropertyRange",
    if (exists { ?in a owl:AnnotationProperty }, "AnnotationPropertyRange",
    "ObjectPropertyRange"))
    as ?label)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy