Galaxy | Tool Preview

SPARQL Query Tool (version 1.0.0)

What it does

SPARQL is a query language for RDF graphs.

About SPARQL, see http://www.w3.org/TR/rdf-sparql-query/


How to use

To use this tool a user first needs SPARQL query as an input.

For example:

SELECT * WHERE {
  ?s ?p ?o
} LIMIT 10

Please input a SPARQL endpoint URL ( e.g. http://www.semantic-systems-biology.org/biogateway/endpoint ) and select the SPARQL query dataset.

And click the execute button.

The results can be shown on the middle pane by clicking the eye symbol on the history pane.


Note: SPARQL results has a header line (e.g. ?S ?V ?O). If you want to remove the header line, use the 'Text Manipulation / Remove beginning' tool, and remove a first line.


Output

SPARQL results as tabular format.


Example

If you specify example parameter, the results was:

?s      ?p      ?o
<http://www.openlinksw.com/virtrdf-data-formats#default-iid>    <http://www.w3.org/1999/02/22-rdf-syntax-ns#type>       <http://www.openlinksw.com/schemas/virtrdf#QuadMapFormat>
<http://www.openlinksw.com/virtrdf-data-formats#default-iid-nullable>   <http://www.w3.org/1999/02/22-rdf-syntax-ns#type>       <http://www.openlinksw.com/schemas/virtrdf#QuadMapFormat>
<http://www.openlinksw.com/virtrdf-data-formats#default-iid-nonblank>   <http://www.w3.org/1999/02/22-rdf-syntax-ns#type>       <http://www.openlinksw.com/schemas/virtrdf#QuadMapFormat>
<http://www.openlinksw.com/virtrdf-data-formats#default-iid-nonblank-nullable>  <http://www.w3.org/1999/02/22-rdf-syntax-ns#type>       <http://www.openlinksw.com/schemas/virtrdf#QuadMapFormat>
<http://www.openlinksw.com/virtrdf-data-formats#default>        <http://www.w3.org/1999/02/22-rdf-syntax-ns#type>       <http://www.openlinksw.com/schemas/virtrdf#QuadMapFormat>
<http://www.openlinksw.com/virtrdf-data-formats#default-nullable>       <http://www.w3.org/1999/02/22-rdf-syntax-ns#type>       <http://www.openlinksw.com/schemas/virtrdf#QuadMapFormat>
<http://www.openlinksw.com/virtrdf-data-formats#sql-varchar>    <http://www.w3.org/1999/02/22-rdf-syntax-ns#type>       <http://www.openlinksw.com/schemas/virtrdf#QuadMapFormat>
<http://www.openlinksw.com/virtrdf-data-formats#sql-varchar-nullable>   <http://www.w3.org/1999/02/22-rdf-syntax-ns#type>       <http://www.openlinksw.com/schemas/virtrdf#QuadMapFormat>
<http://www.openlinksw.com/virtrdf-data-formats#sql-varchar-dt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type>       <http://www.openlinksw.com/schemas/virtrdf#QuadMapFormat>
<http://www.openlinksw.com/virtrdf-data-formats#sql-varchar-dt-nullable>        <http://www.w3.org/1999/02/22-rdf-syntax-ns#type>       <http://www.openlinksw.com/schemas/virtrdf#QuadMapFormat>