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

query.date.rq Maven / Gradle / Ivy

select 
  (xt:jour(?day) as ?dd) ?day
where {
  bind ("2015-01-" as ?d)
  bind (unnest(xt:iota(365)) as ?j)
  bind (xsd:date(concat(?d, ?j)) as ?day)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy