sttl.calendar.era.rq Maven / Gradle / Ivy
template st:era(?fst, ?rst) {
format {
"""
%s
"""
group {
format {
"""
%s
%s
"""
?year
st:call-template(st:calendar, ?year)
}
}
}
}
where {
bind (unnest(xt:iota(?fst, ?rst)) as ?year)
} © 2015 - 2025 Weber Informatics LLC | Privacy Policy