JSPM

  • Created
  • Published
  • Downloads 1123
  • Score
    100M100P100Q43873F
  • License MIT

A simple SPARQL expression evaluator library

Package Exports

  • sparqlee

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (sparqlee) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Sparqlee

A simple SPARQL expression evaluator library.

Using Sparqlee

Note: If you want to use aggregates, or exists you should check out the stream section.

Installation

This package is available on (TODO)npm.

Evaluating

TODO Add section about creating an evaluator and passing bindings.

Streams

TODO Add section about streams and their relation to aggregates and exists.

Spec compliance

TODO Add section about differences from the spec and which functions are affected (and which are implemented).

Setup locally

  1. Install yarn (or npm) and node.
  2. Run yarn install.
  3. Use these evident commands (or check package.json):
    • building once: yarn run build
    • build and watch: yarn run watch
    • testing: yarn run test
    • benchmarking: yarn run bench

Testing

Running tests will generate a test-report.html in the root dir. TODO Explain test organizatian and expression tables