sttl.rdfxml.resource.rq Maven / Gradle / Ivy
prefix ft:
template st:resource(?in) {
format {
us:format(if (?bnode, ft:descriptionbn.html, ft:description.html))
st:linkuri(?in)
box { st:call-template(st:property, ?in) }
}
}
where {
bind (isBlank(?in) as ?bnode)
bind (us:bnvisit(?in) as ?bn)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy