rdf

Representation and Incremental Processing of RDF Data

https://github.com/traviswhitaker/rdf

Version on this page:0.1.0.1
LTS Haskell 22.13:0.1.0.8
Stackage Nightly 2024-03-14:0.1.0.8
Latest on Hackage:0.1.0.8

See all snapshots rdf appears in

MIT licensed by Travis Whitaker
Maintained by [email protected]
This version can be pinned in stack with:rdf-0.1.0.1@sha256:fbe13053c19dabaf8a527cea21b1f847de20655428aeb74d2d3219471566ad43,2141

Module documentation for 0.1.0.1

rdf

Data structures, parsers, and encoders for RDF data sets based on the RDF 1.1 abstract syntax and RFC 3987. The interface is intended to support incremental graph processing in constant space.

Changes

0.1.0.1

  • Fix the benchmarks.
  • Minor cosmetic changes.
  • Add dlist version constraints.

0.1.0.0

Initial release. RDF generation DSL needs more instances.