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

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

#
# Timeline SPARQL Template - Olivier Corby - 2014
#
prefix cn: 
prefix db: 

template st:start {
   
   if (?uri = st:global, 
    st:call-template(cn:global),
    st:call-template(st:substart, ?uri))  
        
}
where {

 bind (coalesce(st:get(st:uri), cn:XIV) as ?uri)

}  





© 2015 - 2025 Weber Informatics LLC | Privacy Policy