Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

rdf-store-ldp

rdf-ext47MITdeprecated0.3.1

This package is deprecated and got replaced by rdf-store-web

Restfull LDP RDF Store that follows the RDF Interface specification

rdf-stores, rdf, linked, data

readme

rdf-store-ldp

Build Status NPM Version

RESTful LDP RDF Store that follows the RDF Interface specification

Install

npm install --save rdf-store-ldp

Usage

Store implementation to access graphs via a RESTful LDP interface. The constructor accepts a single options parameters.

The options object can have the following properties:

  • defaultParser If the response uses an unknow mime type, that parse is used by default. By default 'text/turtle' is used.
  • defaultSerializer The mime type and serializer used for write requests. By default 'text/turtle' is used.
  • parsers Map that contains mime type to parser function key value pairs. By default LdpStore.defaultParsers is used
  • request Replaces the default request function. See the utils sections for implementations provided by RDF-Ext.
  • serializers Map that contains mime type to serialize function key value pairs. By default LdpStore.defaultSerializers is used

History

Taken from zazukoians/rdf-ext

Licence

MIT