guile-jsonld 1.0.2
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.
- Outputs:
out
- Website: https://framagit.org/tyreunom/guile-jsonld
- Licenses: GPL 3+
- Package source: gnu/packages/guile-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install guile-jsonld 1.0.2
as follows:
guix install guile-jsonld@1.0.2
Or install the latest version:
guix install guile-jsonld
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.