actions-marketplace-validations/SPARQL Operations

Execute SPARQL operations from files using RDF4J

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
filePath of file(s) to execute. Single file from URL or filepath. Multiple files from directory (query files must have .rq extension).no
queryExecute the provided SPARQL queryno
endpointURL of the SPARQL Endpoint to query or RDF4J Server. e.g. https://graphdb.dumontierlab.com/repositories/test/statements or https://graphdb.dumontierlab.comyeshttps://graphdb.dumontierlab.com/repositories/test/statements
userUsername used for SPARQL endpoint authenticationno
passwordPassword used for SPARQL endpoint authenticationno
operationSPARQL query operation (update, construct, select, upload, split). Default is updatenoupdate
graphGraph URI used in some operations (e.g. to upload to a specific graph)no
inputvarInput graph URI variable to replace in the SPARQL query. E.g.: https://w3id.org/d2s/inputno
outputvarOutput graph URI to upload RDF to, or to be replaced in the SPARQL query. E.g.: https://w3id.org/d2s/outputno
servicevarA SPARQL service URL variable to replace in the SPARQL query. E.g.: http://localhost:7200/repositories/testno

no outputs