0.3.1 • Published 10 years ago
rdf-store-ldp v0.3.1
rdf-store-ldp
RESTful LDP RDF Store that follows the RDF Interface specification
Install
npm install --save rdf-store-ldpUsage
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:
defaultParserIf the response uses an unknow mime type, that parse is used by default. By default 'text/turtle' is used.defaultSerializerThe mime type and serializer used for write requests. By default 'text/turtle' is used.parsersMap that contains mime type to parser function key value pairs. By default LdpStore.defaultParsers is usedrequestReplaces the default request function. See the utils sections for implementations provided by RDF-Ext.serializersMap that contains mime type to serialize function key value pairs. By default LdpStore.defaultSerializers is used
History
Taken from zazukoians/rdf-ext
Licence
MIT