sttl.turtlehtml.main.mainshape.rq Maven / Gradle / Ivy
#
# Turtle Pretty Printer
# Olivier Corby, Wimmics Inria I3S, 2013
#
prefix tt:
template st:mainshape {
st:clean(st:prolog("prefix"))
st:nl()
str(?main)
}
where {
bind (st:apply-templates-with(tt:startshape) as ?main)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy