Skip to content

corentinmrnn/sage-client

 
 

Repository files navigation

sage-client

npm version Build Status

Javascript client for the SaGe query engine, built on top of the sparql-engine framework.

Installation

Requirements:

npm installation

npm install -g sage-client

Manual installation

git clone https://github.com/Callidon/sage-client.git
cd sage-client
npm install --production

CLI Usage

Usage: sage-client <server> [options]

  Execute a SPARQL query using a SaGe interface

  Options:

    -q, --query <query>     evaluates the given SPARQL query
    -f, --file <file>       evaluates the SPARQL query in the given file
    -t, --type <mime-type>  determines the MIME type of the output (e.g., application/json) (default: application/json)
    -h, --help              output usage information

About

JS client for evaluating SPARQL queries against a SaGe server

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%