Ldkit
- https://ldkit.io/
- repo: https://github.com/karelklima/ldkit
- compatible-with: Comunica Deno NodeJS
Concepts
Query Engine
LDkit ships with a simple SPARQL query engine that lets you execute queries over a SPARQL endpoint. This engine is used by default, unless you specify a custom one.
If you want to query other RDF data sources like files or in-memory quad stores, you need to use a custom query engine like Comunica, or implement your own.
References
Backlinks