sttl.sparql.variable.rq Maven / Gradle / Ivy
prefix rs:
prefix ft:
template st:variable {
format {
ft:variable.html
str(?v)
}
; separator = " "
}
where {
?x rs:resultVariable ?v
}
order by ?v
© 2015 - 2025 Weber Informatics LLC | Privacy Policy