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

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

Go to download

Corese is a Semantic Web Factory (triple store and SPARQL endpoint) implementing RDF, RDFS, SPARQL 1.1 Query and Update.

There is a newer version: 4.6.1
Show newest version
prefix cn: 
prefix o:  

template cn:href(?r, ?u, ?t, ?i) {

  "
" if (?img, concat(st:call-template(cn:img, ?i), "
"), "") if (isURI(?r) && ?isp, st:call-template(st:navlab, ?r, ?t), st:call-template(cn:hlink, ?u, ?t)) "
" } where { bind ( exists { ?r a ?tt . filter (?tt in (foaf:Person, o:Place)) } as ?isp ) bind (bound(?i) && strstarts(?i, "http://") as ?img) }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy