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

sttl.web.tail.rq Maven / Gradle / Ivy

prefix ft: 
template st:tail {
format {
  ft:tail.html
  
  st:call-template(st:content)
}
}
where {
    bind (st:get(st:context) as ?g)
    graph ?g {
       ?ds a st:Dataset
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy