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