Header_Dictionary_Triples.adoc 1.2 KB

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