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

rdf-ext-archive/rdf-namespaces-common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published