query.funmain.rq Maven / Gradle / Ivy
prefix db:
function xt:main(){
maplist(us:service,
xt:list(db:Paris,db:Nice, db:Antibes, db:Grasse),
rdfs:label)
}
function us:service(?x, ?p) {
let ((?l) = select ?x ?p ?l where {
service {
?x ?p ?l}}){
?l}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy