rdfjs / N3.js

Lightning fast, spec-compatible, streaming RDF for JavaScript
http://rdf.js.org/N3.js/
Other
714 stars 130 forks source link

DRAFT: Reasoning Support #291

Closed jeswr closed 2 years ago

jeswr commented 2 years ago

This branch is in early development stages and not ready for review - I am just creating a draft PR so that:

This is a WIP PR to add RL reasoning support to N3.js.

Part of my reasoning for doing this is to see what the performance difference between reasoning via something like https://github.com/comunica/comunica-feature-reasoning/ vs. reasoning directly using the store internals is.