termterm.js
v0.0.2
Published
Small utility that converts string representations of RDF terms to a JSON representation as specified by RDF.js
Downloads
2
Readme
TermTerm.js
Small utility that converts string representations of RDF terms to a JSON representation as specified by RDF.js
Setup
- Install NPM
npm install -g typescript
npm install -g gulp-cli
npm install
npm build
npm test
You can also use gulp
or gulp watch
for building & compiling.
TODO
- Testing (probably gonna experiment with some less verbose testing methods, in combination with jest)
Extra
Code ripped and ported from N3.js Credits for the logic to @RubenVerborgh.