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