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

sttl.sparql.table.rq Maven / Gradle / Ivy

prefix rs: 
prefix ft: 
template st:table {
    format {
        ft:table.html  
        st:number()
        st:apply-templates(?s)
    }
}
where {
  ?x rs:solution ?s 
  ?s rs:index ?i  
}
order by ?i
limit 50000




© 2015 - 2025 Weber Informatics LLC | Privacy Policy