sttl.owlrl.subexp.one.rq Maven / Gradle / Ivy
template {
?suc
}
where {
?in owl:oneOf ?z
bind (
not exists {
?z rdf:rest*/rdf:first ?individual
filter (! isURI(?individual))
}
as ?suc)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy