vemonet/SPARQL Operations
Execute SPARQL operations from files using RDF4J
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file | Path of file(s) to execute. Single file from URL or filepath. Multiple files from directory (query files must have .rq extension). | no | — |
| query | Execute the provided SPARQL query | no | — |
| endpoint | URL of the SPARQL Endpoint to query or RDF4J Server. e.g. https://graphdb.dumontierlab.com/repositories/test/statements or https://graphdb.dumontierlab.com | yes | https://graphdb.dumontierlab.com/repositories/test/statements |
| user | Username used for SPARQL endpoint authentication | no | — |
| password | Password used for SPARQL endpoint authentication | no | — |
| operation | SPARQL query operation (update, construct, select, upload, split). Default is update | no | update |
| graph | Graph URI used in some operations (e.g. to upload to a specific graph) | no | — |
| inputvar | Input graph URI variable to replace in the SPARQL query. E.g.: https://w3id.org/d2s/input | no | — |
| outputvar | Output graph URI to upload RDF to, or to be replaced in the SPARQL query. E.g.: https://w3id.org/d2s/output | no | — |
| servicevar | A SPARQL service URL variable to replace in the SPARQL query. E.g.: http://localhost:7200/repositories/test | no | — |
Outputs
no outputs