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

sttl.cdn.global.rq Maven / Gradle / Ivy

#
# Timeline SPARQL Template - Olivier Corby - 2018
#
prefix cn: 
prefix foaf: 

template  cn:global {

  st:call-template(cn:head, cn:XX, "XX")

  us:table(aggregate(?cell), 10)

}
where {

    {select * where {
        graph ?g { [] cn:topic ?topic . 
            { ?uri cn:date ?date } union { ?uri cn:begin ?date }
        }
    }
    order by ?date ?topic
    }
    filter xt:print(?uri, ?date)
    bind (st:apply-templates(?uri) as ?cell)

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy