SPARQL Select
Abstract
SPARQL Select
Transforms SPARQL SELECT query results to CSV. It does not validate query.
Name | Description | Example |
---|---|---|
Target path* | path and target CSV file name | /tmp/out.csv |
SPARQL query | text area dedicated for SPARQL SELECT query | SELECT ?s ?p ?o WHERE { ?s ?p ?o } |
Name | Type | DataUnit | Description | Required |
---|---|---|---|---|
input | i | RDFDataUnit | RDF graph | |
output | o | FilesDataUnit | CSV file containing SPARQL SELECT query result |
The following image shows a pipeline which loads all data from a SPARQL Endpoint, selects a subset of the data using the SPARQL Select Query, transforms the CSV response to relational data and loads that into a relational database