SPARQL Update
SPARQL Update
This DPU transforms input RDF using a single SPARQL Update query.
It supports RDF Validation extension.
It does not support quads - it is always executed either on top of all input graphs, or, if per-graph execution is checked, successively on each graph.
Name | Description | Example |
---|---|---|
Per-graph execution | If checked query is executed per-graph - the query is executed separately on each input graph | |
SPARQL update query | SPARQL update query |
Name | Type | DataUnit | Description | Required |
---|---|---|---|---|
input | i | RDFDataUnit | RDF input | |
output | o | RDFDataUnit | RDF output (transformed) |
In this pipeline below we are extracting data via a SPARQL Endpoint, then we split the pipeline into two processes to Update and Construct data using the SPARQL Update and SPARQL Construct DPUs. WIth the SPARQL Update Query we