@comunica/actor-init-sparql

v1.13.0
A Comunica engine for SPARQL query evaluation over heterogeneous interfaces
comunica actor init sparql

test

node "../../node_modules/jest/bin/jest.js" ${1}

test-watch

node "../../node_modules/jest/bin/jest.js" ${1} --watch

lint

node "../../node_modules/tslint/bin/tslint" lib/**/*.ts test/**/*.ts --exclude '**/*.d.ts'

build

node "../../node_modules/typescript/bin/tsc"

validate

npm ls

prepare

comunica-compile-config config/config-default.json > engine-default.js

browser

npm run prepare && "../../node_modules/webpack/bin/webpack.js" --config webpack.config.js --mode production

browser-profile

"../../node_modules/webpack/bin/webpack.js" --config webpack.config.js --profile --mode production --json > stats.json && webpack-bundle-analyzer stats.json && rm stats.json

spec-base

node ../../node_modules/rdf-test-suite/bin/Runner.js spec/sparql-engine.js http://w3c.github.io/rdf-tests/sparql11/data-sparql11/manifest-all.ttl -s http://www.w3.org/TR/sparql11-query/ -c ../../.rdf-test-suite-cache/

spec

yarn run spec-base -o summary -e

spec-file

yarn run spec-base -t

spec-earl

yarn run spec-base -o earl -p spec/earl-meta.json -e > earl.ttl

integration

rdf-test-suite-ldf spec/sparql-engine.js https://comunica.github.io/manifest-ldf-tests/sparql/sparql-manifest.ttl -d 200000 -c ../../.rdf-test-suite-ldf-cache/
npm i @comunica/[email protected]

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 6/3/2020

Downloads