sttl.turtlehtml.template.startshape.rq Maven / Gradle / Ivy
#
# Turtle Pretty Printer
# Olivier Corby, Wimmics Inria I3S, 2013
#
@prefix sh: .
template st:startshape {
st:apply-templates(?x)
; separator = "\n\n"
}
where {
select distinct ?x where {
{?x a sh:ValidationReport} union {?x sh:focusNode ?y}
} order by bound(?y) ?y
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy