Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jmandel/smart-json-proxy

Tool for generating nice idiomatic JSON that can be converted to SMART RDF.
https://github.com/jmandel/smart-json-proxy

Last synced: 19 days ago
JSON representation

Tool for generating nice idiomatic JSON that can be converted to SMART RDF.

Awesome Lists containing this project

README

        

# SMART JSON -> RDF Toolkit
For generating nice idiomatic JSON that can be converted to SMART RDF...

Experimental tool to highlight a migration path towards easier-to-understand payloads.

### Proxy mode
Sits in front of a JSON-serving container and converts to RDF on-the-fly.

### Converter mode
Explicit POST to `/convert` to convert on-demand

### Browser mode
`sample_container/convert.js` is a browserify'd version that runs client-side

---
To re-generate `convert.js`:

```
npm install -g browserify
browserify -s convert -e ./lib/convert.js > sample_container/convert.js
```