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

query.produceservice.rq Maven / Gradle / Ivy

There is a newer version: 3.2.1
Show newest version
select * where {
  ?x a ?t ; rdfs:label ?l
}

function xt:produce(?q){
  let ((?s, ?p, ?o) = ?q){
    let (?g = 
      construct { ?x ?p ?y } 
      where { service  {
	select * where { ?x ?p ?y ; rdfs:label ?l } limit 10
      }}){
      ?g
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy