Nemrod

Categories

Component ID

2704561

Component name

Nemrod

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

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.