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.
- Versions: 0.9.33
- Website: https://librdf.org/rasqal/
- Licenses: LGPL 2.1+
- Package source: gnu/packages/rdf.scm
- Builds: See build status
- Issues: See known issues
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:
[](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]]