Skip to content

Bio2RDF QueryAll help page

fbelleau edited this page Oct 8, 2014 · 3 revisions

Bio2RDF _QueryaAll_ REST service is used to extract the graph definition of a URI by merging together all RDF graph from a list of available SPARQL endpoint.

A Talend ESB job is used to implement this service which is shown here.

[image]

The following SPARQL query is used to crawl the endpoints :

SELECT ?s ?p ?o ?g isLiteral(?o) 
WHERE { GRAPH ?g { 
  ?s ?p ?o .  
  FILTER (?s = <http://bio2rdf.org/"+ context.ns +":"+ context.id +">) . 
}}

This is the list of queried SPARQL endpoints :

Clone this wiki locally