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