Experimental project

This is a sandbox project, which contains experimental code for developer use only.

Nemrod is a framework providing an abstraction layer for handling (consuming and producing) RDF in a Drupal project. The framework provides five main components:

- a resource manager (similar to Doctrine's resource manager)
- a SPARQL query builder allowing to interact directly with your sparql endpoint(s)
- a form extension allowing to build forms to create or update data
- a json-ld serializer allowing to produce framed json-ld representation of RDF, usable with REST module.

Nemrod mainly relies on
- EasyRdf
- Json-ld

Need to make a composer require "easyrdf/easyrdf": "dev-master as 0.9" "conjecto/json-ld": "dev-master" "conjecto/nemrod": "dev-feature-independant-library" to use the module.

Project information