sttl.owl2.owlexp.value.rq Maven / Gradle / Ivy
template {
if (bound(?t), "DataHasValue", "ObjectHasValue")
"(" ?y " " ?v ")"
}
where {
?in owl:hasValue ?v ;
owl:onProperty ?y .
optional { ?y a ?t filter (?t = owl:DatatypeProperty) }
} © 2015 - 2025 Weber Informatics LLC | Privacy Policy