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

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

prefix ft: 
template st:head {
   
  format {
    ft:head.html  str(?title)
  }
  
}
where {
  bind (coalesce(st:get(st:title), "Tutorial") as ?title)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy