
query.fundbpedia.rq Maven / Gradle / Ivy
prefix r:
select (us:dbpedia(?x, rdfs:label) as ?t)
where {
}
values ?x {r:Auguste r:Tibère r:Caligula}
function us:dbpedia(?x, ?p) {
let((?l) =
service {
?x ?p ?l
})
{?l}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy