Skip to content
This repository has been archived by the owner on Jan 27, 2020. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 305 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 305 Bytes

rdf-namespaces-common

A collection of common RDF Namespaces as @rdfjs/namespace builders.

Usage

const ns = require('rdf-namespaces-common')

const type = ns.rdf('type') // creates a NamedNode...

console.log(type.value) // ...with the value http://www.w3.org/1999/02/22-rdf-syntax-ns#type