Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wschella/termterm.js
Small utility that converts string representations of RDF terms to a JSON representation as specified by RDF.js
https://github.com/wschella/termterm.js
rdf sparql typescript utility
Last synced: 6 days ago
JSON representation
Small utility that converts string representations of RDF terms to a JSON representation as specified by RDF.js
- Host: GitHub
- URL: https://github.com/wschella/termterm.js
- Owner: wschella
- License: mit
- Created: 2017-10-14T21:10:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-15T12:49:13.000Z (over 6 years ago)
- Last Synced: 2024-10-07T11:37:38.995Z (about 1 month ago)
- Topics: rdf, sparql, typescript, utility
- Language: TypeScript
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TermTerm.js
## WARNING: Deprecated in favor of https://github.com/rubensworks/rdf-string.js
Small utility that converts string representations of RDF terms to a JSON representation as specified by RDF.js
## Setup
1. Install NPM
1. `npm install -g typescript`
1. `npm install -g gulp-cli`
1. `npm install`
1. `npm build`
1. `npm test`You can also use `gulp` or `gulp watch` for building & compiling.
## TODO
1. Testing (probably gonna experiment with some less verbose testing methods, in combination with jest)
## Extra
Code ripped and ported from [N3.js](https://github.com/RubenVerborgh/N3.js)
Credits for the logic to @RubenVerborgh.