sttl.owlrl.query.template2.rq Maven / Gradle / Ivy
prefix orl:
template {
st:number()
" "
st:apply-templates-with(st:turtle, ?node)
; separator = "\n\n"
}
where {
filter(st:visit(st:start, st:trace))
filter(st:visit(st:trace, st:sub, !true))
filter(st:visit(st:trace, st:super, !true))
filter(st:visit(st:trace, st:equiv, !true))
bind (st:apply-templates-with(orl:main)
as ?res)
bind(kg:unnest(st:visited()) as ?node)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy