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

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

#
# Timeline SPARQL Template - Olivier Corby - 2014
#
prefix cn: 
prefix db: 
template st:substart(?cent) {
   
   st:call-template(cn:content, ?cent) 
   
  # st:call-template-with(st:d3, st:frame, us:dbclean)  

   st:call-template(cn:sign, cn:sign)
   
}
where {
}  


@public
function us:dbclean(?s) {
    if (isURI(?s) && strstarts(?s, db:), replace(?s, db:, "db:"), 
    if (contains(?s, ".gif") || contains(?s, ".JPG") || contains(?s, ".jpg") || contains(?s, ".jpeg") || contains(?s, ".svg") || contains(?s, ".png"), "icon", ?s))
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy