Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jmandel/smart-json-proxy
- Owner: jmandel
- Created: 2013-06-07T22:29:39.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-03T18:33:04.000Z (over 11 years ago)
- Last Synced: 2024-10-06T15:40:48.215Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 744 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```