rdf: Representation and Incremental Processing of RDF Data

[ data, library, mit ] [ Propose Tags ]

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.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.0.5, 0.1.0.6, 0.1.0.7, 0.1.0.8
Change log ChangeLog.md
Dependencies attoparsec (>=0.13 && <0.15), base (>=4.11 && <5.0), bytestring (>=0.10 && <0.14), deepseq (>=1.4 && <1.7), dlist (>=0.7 && <1.2), fgl (>=5.5 && <6), text (>=1.2 && <2.3), transformers (>=0.4 && <0.8) [details]
License MIT
Copyright Travis Whitaker 2016-2012
Author Travis Whitaker
Maintainer pi.boy.travis@gmail.com
Category Data
Home page https://github.com/traviswhitaker/rdf
Bug tracker https://github.com/traviswhitaker/rdf/issues
Source repo head: git clone https://github.com/TravisWhitaker/rdf.git
Uploaded by TravisWhitaker at 2023-12-23T00:47:34Z
Distributions LTSHaskell:0.1.0.8, NixOS:0.1.0.8, Stackage:0.1.0.8
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3397 total (38 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-12-23 [all 1 reports]

Readme for rdf-0.1.0.8

[back to package description]

rdf CircleCI

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.