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

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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.11 && <5.0), bytestring (>=0.10 && <0.11), deepseq (>=1.4 && <1.5), dlist (>=0.7 && <0.9), fgl (>=5.5 && <5.8), 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
Revised Revision 1 made by HerbertValerioRiedel at 2019-04-24T16:47:33Z
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 2019-04-23T09:02:46Z
Distributions LTSHaskell:0.1.0.8, NixOS:0.1.0.8, Stackage:0.1.0.8
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3435 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 2019-04-23 [all 1 reports]

Readme for rdf-0.1.0.3

[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.