https://github.com/edsu/lod-graph
A protovis visualization of the linked open data cloud.
https://github.com/edsu/lod-graph
Last synced: about 1 year ago
JSON representation
A protovis visualization of the linked open data cloud.
- Host: GitHub
- URL: https://github.com/edsu/lod-graph
- Owner: edsu
- Created: 2010-09-23T04:49:33.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-07-25T02:31:34.000Z (almost 15 years ago)
- Last Synced: 2025-03-30T21:03:09.258Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 294 KB
- Stars: 26
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is a visualization of the Linked Open Data [1] cloud using the Protovis
JavaScript library [2]. The underlying data is generated by talking to the
Comprehensive Knowledge Archive Network (CKAN) API [3].
In order to view index.html in your browser you'll first need to generate
the lod.js file using ckan.py.
./ckan.py
If you would like to generate the lod.js on a regular basis just add it to
your crontab, e.g. to update data every hour:
0 * * * * cd /var/www/inkdroid.org/lod-graph; ./ckan.py
Contributors:
Richard Cyganiak
Ed Summers
[1] http://richard.cyganiak.de/2007/10/lod/
[2] http://vis.stanford.edu/protovis/
[3] http://knowledgeforge.net/ckan/doc/ckan/api.html