sttl.owlrl.main.main.rq Maven / Gradle / Ivy
#
# Check OWL RL conformance using STTL
# axiom: OWL class and property axioms
# subexp: subClassExpression
# superexp: superClassExpression
# equivexp: equivClassExpression
# http://www.w3.org/TR/owl2-profiles/#OWL_2_RL
#
# Olivier Corby - Wimmics - INRIA I3S UNS CNRS - 2015
#
template st:main {
st:call-template-with(st:pperror, st:display, "OWL RL", ?map)
}
where {
bind (st:visit(st:start, st:trace) as ?vis)
bind (st:call-template(st:start) as ?b)
bind (st:errormap() as ?map)
}
function st:process(?x) {
?x
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy