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

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

#
# Timeline SPARQL Template - Olivier Corby - 2014
#
prefix cn: 
prefix ft: 
template cn:head(?c, ?title) {
format {

  ft:head.html
    
    str(?title)
    ?title
    "" #st:call-template(cn:icon, cn:icon)
    st:call-template(cn:index,  ?title)
    }
}
where {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy