What problem does it solve?
This Skill unit helps users understand the HDT (Header-Dictionary-Triples) binary RDF archive format, how it is used in the Sparq-hdt crate, and how to work with it within the Sparq ecosystem.
Core Features & Use Cases
- HDT Format Explanation: Provides a detailed layout of the HDT format, including dictionary sections and BitmapTriples.
- sparq-hdt Integration: Offers insights into how Sparq-hdt wraps the hdt crate and how it is used to load .hdt archives into a Sparq Graph.
- Use Case: For developers and data scientists who need to reason about HDT decode performance, translate id-level into Sparq's Dict, or understand the gaps in HDT write-support.
Quick Start
Learn about the HDT format and its usage in Sparq-hdt by reading the 'SKILL.md' file within the .claude/skills/hdt-format directory.