JSPM

  • Created
  • Published
  • Downloads 27847
  • Score
    100M100P100Q180299F
  • License MIT

RDF-Ext is a developer-friendly extension for RDF/JS

Package Exports

  • rdf-ext
  • rdf-ext/index.js
  • rdf-ext/lib/NamedNode
  • rdf-ext/lib/NamedNode.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (rdf-ext) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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