sttl.datashape.result.title.rq Maven / Gradle / Ivy
prefix sh:
prefix ft:
template st:title {
format {
ft:title.html
st:get(st:service)
if (! ?text, coalesce(st:get(st:param), st:get(st:rdf), ""), "")
if (! ?text, coalesce(st:get(st:mode), st:get(st:schema), ""), "")
if (?text, coalesce(st:get(st:param), ""), "")
if (?text, coalesce(st:get(st:mode), ""), "")
?title ?comment
}
}
where {
bind (st:get(st:format) as ?format)
bind (bound(?format) as ?text)
bind (coalesce(st:get(st:title), "Shacl") as ?title)
bind (coalesce(st:get(st:comment), "") as ?comment)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy