Skip to content

pbellon/SparqlQueryWorskpace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPARQL Query Workspace

I don't believe this is the perfect setup for SPARQL querying however it's what I put in place to easily create SPARQL query and execute them on various endpoints then save the resulting data.

Installation

To configure & install the workspace run

chmod u+x manage.sh
./manage.sh install

List available Commands

./manage.sh help

Execute a SPARQL query

# FILENAME: the path containing the sparql query (example.sparql by default)
# ENDPOINT: the endpoint the query must be executed on 
# FORMAT: the data format wanted (CSV by default)
./manage.sh query FILENAME ENDPOINT FORMAT

About

My small setup for querying sparql endpoints

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages