query.produceservice.rq Maven / Gradle / Ivy
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