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.14), base (>=4.8 && <5.0), bytestring (>=0.10 && <0.11), deepseq (>=1.4 && <1.5), dlist (>=0.7 && <0.9), fgl (>=5.5 && <5.7), text (>=1.2 && <1.3), transformers (>=0.4 && <0.6) [details]
License MIT
Copyright Travis Whitaker 2016
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 2017-08-17T17:58:28Z
Distributions LTSHaskell:0.1.0.8, NixOS:0.1.0.8, Stackage:0.1.0.8
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3433 total (37 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 2017-08-17 [all 1 reports]

Readme for rdf-0.1.0.2

[back to package description]

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.