What problem does it solve?
This Skill removes the barrier to entry for querying complex RDF datasets by providing a standardized, local environment to run SPARQL queries against N-Quads, Turtle, and other RDF formats without needing a remote server.
Core Features & Use Cases
- Multi-Backend Support: Choose between rdflib-endpoint for quick Python-based queries, Apache Jena Fuseki for a full web UI, or Oxigraph for persistent, high-performance storage.
- Transparent Decompression: Automatically handles gzipped RDF files, allowing you to query compressed datasets directly.
- Use Case: Researchers can join multiple local RDF corpora, such as election results and identity graphs, to perform complex cross-dataset analysis on their own machine.
Quick Start
Use the local-sparql skill to serve the psephology dataset using the rdflib backend by running the provided script with the path to the compressed N-Quads file.