All Downloads are FREE. Search and download functionalities are using the official Maven repository.

query.funmain.rq Maven / Gradle / Ivy

There is a newer version: 3.2.1
Show newest version
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