This package browser is in early development. Mind the rough edges.

rasqal

RDF query library

Rasqal is a C library that handles Resource Description Framework (RDF) query language syntaxes, query construction and execution of queries returning results as bindings, boolean, RDF graphs/triples or syntaxes. The supported query languages are SPARQL Query 1.0, SPARQL Query 1.1, SPARQL Update 1.1 (no executing) and the Experimental SPARQL extensions (LAQRS). Rasqal can write binding query results in the SPARQL XML, SPARQL JSON, CSV, TSV, HTML, ASCII tables, RDF/XML and Turtle/N3 and read them in SPARQL XML, RDF/XML and Turtle/N3.

Installation

Install the latest version of rasqal as follows:

guix install rasqal

Or install a particular version:

guix install rasqal@0.9.33

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of rasqal about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/rasqal'><img src='https://packages.guix.gnu.org/packages/rasqal/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/rasqal/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/rasqal)

Example Org:

[[https://packages.guix.gnu.org/packages/rasqal][https://packages.guix.gnu.org/packages/rasqal/badges/latest-version.svg]]