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

webapp.data.query.dbpedia.frdbpedialoop.rq Maven / Gradle / Ivy

Go to download

Corese is a Semantic Web Factory (triple store and SPARQL endpoint) implementing RDF, RDFS, SPARQL 1.1 Query and Update.

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