[Haskell-cafe] ANNOUNCE: rdf4h

Rob Stewart robstewart57 at gmail.com
Wed Nov 7 15:49:19 CET 2012


Hi,

I am pleased to announce the recent release of rdf4h 1.1.0 .

The Resource Description Framework (RDF) is a language for representing
information about resources in the World Wide Web, and is a family of W3C
specifications. RDF is a standardized machine readable data model
that provides a common framework for expressing information to be exchanged
between applications without loss of meaning. It is becoming a popular
data-modelling language, thanks to the growing adoption of semantic web
principles for publishing linked open data.

This `rdf4h' is a library for working with RDF in Haskell. It includes
parsers and serializers for the N-Triples and Turtle formats. It provides
abilities such as RDF graph comparison, querying for triples containing a
particular subject, predicate, or object, or selecting triples that satisfy
an arbitrary predicate function.

The library is on hackage: http://hackage.haskell.org/package/rdf4h
Examples are on GitHub: https://github.com/robstewart57/rdf4h

Contributions very welcome!

--
Rob Stewart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20121107/4a37d238/attachment.htm>


More information about the Haskell-Cafe mailing list