JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5561
  • Score
    100M100P100Q120758F
  • License MIT

A collection of common RDF namespaces used in the Solid project

Package Exports

  • solid-namespace

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 (solid-namespace) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

solid-namespace

NPM Version

A collection of common RDF namespaces used in the Solid project.

Usage

var rdf = require('rdflib')  // optional
var vocab = require('solid-vocab')(rdf)  // or require('solid-vocab')()
console.log(vocab.foaf('name'))  
// -> NamedNode(<http://xmlns.com/foaf/0.1/name>)