/rdf4h

rdf4h is a library for working with RDF in Haskell

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

rdf4h - An RDF library for Haskell

Available on Hackage License BSD3 Build Status

rdf4h is a library for working with RDF in Haskell.

For details see the GitHub project pages:

http://robstewart57.github.io/rdf4h/

To run the tests:

$ git submodule update --init --recursive
$ git submodule foreach git pull origin gh-pages
$ stack test

To run the bencharks:

$ wget https://www.govtrack.us/data/rdf/bills.099.actions.rdf.gz
$ gzip -d bills.099.actions.rdf.gz
$ stack bench