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

sttl.d3.title.rq Maven / Gradle / Ivy

prefix ft: 
template st:title {

  if (bound(?title), st:format("

%s

", str(?title)), "") if (bound(?uri), st:format("

URI: %s

", str(?uri)), "") if (bound(?param) || bound(?mode), st:format("

%s %s %s

", coalesce(str(?param), ""), coalesce(str(?arg), ""), coalesce(str(?mode), "")), "") } where { bind (st:get(st:title) as ?title) bind (st:get(st:get(st:uriparam)) as ?uri) bind (st:get(st:param) as ?param) bind (st:get(st:mode) as ?mode) bind (st:get(st:arg) as ?arg) }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy