sttl.owl2.owlproperty.domain.rq Maven / Gradle / Ivy
template {
str(?label) "(" ?in " " ?d ")"
}
where {
?in rdfs:domain ?d
bind (
if (exists { ?in a owl:DatatypeProperty }, "DataPropertyDomain",
if (exists { ?in a owl:AnnotationProperty }, "AnnotationPropertyDomain",
"ObjectPropertyDomain"))
as ?label)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy