All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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