sttl.spin.query.constructwhere.rq Maven / Gradle / Ivy
#
# SPARQL-based RDF AST Pretty-printer
# Olivier Corby, Wimmics Inria I3S, 2013
#
prefix sp: .
template sp:construct {
"{"
box {
st:call-template(sp:listnl, ?temp)
}
"}"
}
where {
?in a sp:Construct ;
sp:templates ?temp
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy