sttl.rdfxml.prefix.rq Maven / Gradle / Ivy
template st:prefix {
st:nl()
format {
"xmlns:%s='%s'"
str(?p) str(?n)
}
; separator = ""
}
where {
bind( kg:unnest(st:prefix()) as (?p, ?n))
} © 2015 - 2025 Weber Informatics LLC | Privacy Policy