Callidon / sparql-engine

🚂 A framework for building SPARQL query engines in Javascript/Typescript
https://callidon.github.io/sparql-engine
MIT License
97 stars 14 forks source link

The N3 example is not working... #42

Closed jbouecke closed 4 years ago

jbouecke commented 4 years ago

Describe the bug The N3.js implementation example seems to be outdated. It's not working for several reasons

e.g. Store is a constructor and needs to be called with 'new', the N3 store fully relies on rdf.js spec terms (not on strings), ...

Expected behavior

I attached a working example.

sparql-engine-n3-example.txt

Callidon commented 4 years ago

Hi

The N3.js example was developed with a specific version of N3.js (0.11.3). You can use the package.json file in the examples directory to install it. Indeed, since then, N3.js has changed drastically its API. However, we will not update the example with the last version of N3.js, as it is just here to demonstrate the usage of the framework, and we do not have the ambition of maintaining an implementation up-to-date with the latest version of N3.

Callidon commented 4 years ago

I'm closing this issue due to the lack of interactions. Feel free to re-open it if you think it's needed.