sage-client
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