rdf-ext

v0.1.0
Implements the RDF-Ext spec plus parsers (JSON-LD, RDF-XML, Turtle), serializers (JSON-LD, N-Triples) and stores (in memory, LDP, SPARQL)
RDF RDF Interfaces JSON-LD Turtle NTriples SPARQL

rdf-ext

build status npm version

RDF-Ext is a JavaScript library that extends the RDF/JS specs to handle RDF data in a developer-friendly way.

Install

npm install --save rdf-ext

Usage

Just import the default export from the package:

import rdf from 'rdf-ext'

const term = rdf.namedNode('http://example.org/')

The exported object is an instance of @rdfjs/environment. The following factories are included in the environment:

Experimental features

The package contains experimental features which may break or be removed without being covered in the semantic versioning:

Documentation & examples

For more details, please check rdf-ext.org

Metadata

  • MIT
  • Whatever
  • Thomas Bergwinkl
  • released 6/23/2014

Downloads

Maintainers