@hackage / hsparql

A SPARQL query generator and DSL, and a client to query a SPARQL server.

Latest0.4.0

About

Metadata

  • Last updated , by RobStewart
  • License BSD-3-Clause
  • Categories Databases
  • Maintained by: Rob Stewart <robstewart57@gmail.com>

  • Lottery factor: 1

Links

Installation

Readme

hsparql includes a DSL to easily create queries, as well as methods to submit those queries to a SPARQL server, returning the results as simple Haskell data structures. Supports SELECT, CONSTRUCT, ASK and UPDATE queries. Example queries are included in the tests: https://github.com/robstewart57/hsparql/blob/master/tests/DBPedia.hs.