What problem does it solve?
This Skill provides an interface for JavaScript/TypeScript developers to interact with the sparq RDF+SPARQL engine from within Node.js or browsers, allowing them to leverage RDF and SPARQL functionality directly from their applications.
Core Features & Use Cases
- JavaScript/TypeScript Interface: Interact with the sparq engine through WebAssembly using idiomatic RDF/JS surface.
- SPARQL Execution: Run SPARQL 1.1 SELECT, ASK, CONSTRUCT, and DESCRIBE queries.
- Data Management: Ingest RDF data in various formats (Turtle, N-Triples, N-Quads, TriG, JSON-LD) and manage RDF stores.
- Use Case: Developers can use this Skill to build RDF-based applications or to integrate RDF capabilities into existing web services and applications.
Quick Start
Use the @jeswr/sparq package to query the RDF data in the Turtle format from your JavaScript code.