sttl.sparql.solution.rq Maven / Gradle / Ivy
prefix rs:
prefix ft:
template {
format {
ft:value.html
coalesce(st:display(?val), " ")
}
; separator = " "
}
where {
?x rs:solution ?in
?x rs:resultVariable ?var
optional {
?in rs:binding [ rs:variable ?var ; rs:value ?val ]
}
}
order by ?var
© 2015 - 2025 Weber Informatics LLC | Privacy Policy