webapp.data.query.frdbpedialoop.rq Maven / Gradle / Ivy
The newest version!
#
# Set st:uri to next ressource, here successor of current uri
# Workflow next loop will tackle this new uri
#
prefix o:
@type kg:probe
select *
where {
bind (st:get(st:uri) as ?uri)
?uri o:successor ?suc
bind (
if (st:get(st:index) < st:get(st:loop) , st:set(st:uri, ?suc), true)
as ?s)
filter xt:display(concat(st:get(st:index), " : ", st:get(st:uri)))
} © 2015 - 2025 Weber Informatics LLC | Privacy Policy