sttl.cdn.table.rq Maven / Gradle / Ivy
#
# Timeline SPARQL Template - Olivier Corby - 2014
#
prefix cn:
prefix foaf:
prefix ft:
template cn:table(?min, ?max) {
format {
ft:date.html
st:call-template(cn:wikidate, ?d)
st:call-template(cn:row, ?d)
}
}
where {
{select distinct ?d where {
values ?p { cn:date cn:begin }
?uri ?p ?d
}}
filter(?min <= ?d && ?d <= ?max)
}
order by asc(?d)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy