Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antoniogarrote/geektalk
a demo JS app using RDF to link data from different APIs
https://github.com/antoniogarrote/geektalk
Last synced: 5 days ago
JSON representation
a demo JS app using RDF to link data from different APIs
- Host: GitHub
- URL: https://github.com/antoniogarrote/geektalk
- Owner: antoniogarrote
- Created: 2012-02-05T11:27:32.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2016-02-25T22:13:14.000Z (over 8 years ago)
- Last Synced: 2024-08-01T12:35:37.884Z (3 months ago)
- Language: JavaScript
- Homepage: http://antoniogarrote.com/geektalk
- Size: 729 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - antoniogarrote/geektalk - a demo JS app using RDF to link data from different APIs (others)
README
# Geektalk
Geektalk is a small demo of how RDF can be used in a JS application to easily integrate data from different APIs.
A deployed version of the app can be found [here](http://antoniogarrote.com/geektalk/).
Geektalk is built using a number of libraries we have developed to make the use of RDF and other semantic technologies in JS easier:
- [RDFStore-JS](https://github.com/antoniogarrote/rdfstore-js)
- [SemanticKO](https://github.com/antoniogarrote/semantic-ko)
- [JSON-LD Macros](https://github.com/antoniogarrote/json-ld-macros)All these libraries are free software and can be cloned and modified from their Github repositories.
To use the application just get the code and open *index.html* in a (modern) browser.
## Build
A ruby file named *build.rb* can be used to minify and join all the JS files in the application for a more convenient deployment. To execute this script, simply run:
$ ruby ./build.rb
The files can also be included from the *src* directory in development. Check the comment in the *head* HTML tag at the top of *index.html*## License
Licensed under the GPLv3 license, (c) Antonio Garrote 2012