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