sttl.rdfxml.literallang.rq Maven / Gradle / Ivy
prefix ft:
template (?x, ?p, ?y) {
format {
us:format(ft:propertylang.html)
st:turtle(?p, true)
lang(?y)
st:literal(str(?y))
}
}
where {
?x ?p ?y
filter (isLiteral(?y) && datatype(?y) = rdf:langString)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy