JSON-LD REST Services
This module provides a JSON-LD format for RESTful data using your site's RDF mappings. It allows your own modules to further customize the JSON-LD output.
JSON-LD (JavaScript Object Notation for Linking Data) is a lightweight Linked Data format that gives your data context. It is easy for humans to read and write. It is easy for machines to parse and generate.
This module provides a JSON-LD format for REST via a custom serializer that uses your site's RDF mappings. It also provides an alter to let your own module customize the JSON-LD beyond what RDF mappings can support.
To view the JSON-LD output, use the ?_format=jsonld query parameter after your entity URI, for example node/1?_format=jsonld.
Although this module has been developed as part of the Islandora ecosystem, it has no dependencies on Islandora and can be used on its own.
Development is done on Github.com so please contribute PRs there rather than MRs here.
Depends on
Dependencies of the latest stable release
- Hypermedia Application Language (HAL)
- Resource Description Framework (RDF)
- serialization Drupal core
Required by
1 tracked project depends on this one
- Islandora 587 sites