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

guile-jsonld

Guile implementation of the JsonLD API specification

Guile JsonLD is an implementation of the JsonLD (Json for Linked Data) API defined by the W3C for GNU Guile. It allows you to express links between data, in a way that is very similar to WikiData or RDF for instance. An object can have relations (in the form of an IRI) that relates it to one or more objects or strings, represented by a Json object or an IRI.

Installation

Install the latest version of guile-jsonld as follows:

guix install guile-jsonld

Or install a particular version:

guix install guile-jsonld@1.0.2

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 guile-jsonld about the latest version available in Guix.

Example HTML:

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

Example Markdown:

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

Example Org:

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