sttl.pperror.start.rq Maven / Gradle / Ivy
template st:start(?in) {
format {
"""
%s
"""
?res
}
}
where {
bind (st:call-template(st:main, ?in) as ?res)
filter (bound(?res) && strlen(?res) > 0)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy