123456789101112131415161718192021222324252627282930313233 |
- *Header Dictionary Triples*, or *HDT*, is a binary serialization format for RDF
- datasets. It is capable of compressing RDF data while maintaining search and
- browse operations without prior decompression^<<1>>^. HDT is an open format in
- progress of standardization^<<2>>^.
- = HDT tools
- - `hdt-cpp` is a library and command-line tool to create and search HDT files^<<3>>^
- - `hdt-java` allows integration of HDT with Apache Jena and Fuseki^<<4>>^
- - `HDT-it!` is a GUI application for browsing HDT files, which includes a 3D
- Visualization of the RDF adjacency matrix of the RDF Graph^<<5>>^
- = Gallery
- video::https://archive.dokk.org/videos/hdt-it-rdf-demo.mp4[width="20%"]
- image:https://archive.dokk.org/images/hdt-it-screenshot-1.png["HDT-it!",title="HDT-it!",width="20%"]
- image:https://archive.dokk.org/images/hdt-it-screenshot-2.png["HDT-it!",title="HDT-it!",width="20%"]
- = See also
- - link:DOKK[DOKK]
- = References
- [[[1]]] http://www.rdfhdt.org/what-is-hdt/ +
- [[[2]]] https://www.w3.org/Submission/2011/03/ +
- [[[3]]] http://www.rdfhdt.org/manual-of-the-c-hdt-library/ +
- [[[4]]] http://www.rdfhdt.org/manual-of-hdt-integration-with-jena/
- = External links
- - link:http://rdfhdt.org[Official website] at rdfhdt.org
|