rdf4h

A library for RDF processing in Haskell

https://github.com/robstewart57/rdf4h

Latest on Hackage:5.1.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Rob Stewart, Pierre Le Marre, Slava Kravchenko, Calvin Smith, Fabian Meyer, koslambrou, Tim McIver
Maintained by Rob Stewart

'RDF for Haskell' is a library for working with RDF in Haskell. It includes RDF parsers and serializers for N-Triples and Turtle, and an RDF parser for RDF/XML. It provides the ability to query for triples containing a particular subject, predicate, or object, or selecting triples that satisfy an arbitrary predicate function. It also supports IRI parsing and resolution, and compiled-time generation of Haskell modules from Turtle schema files.