Wesby is a linked data frontend that wraps your RDF resources with custom-built interfaces, effectively turning your SPARQL endpoints into rich HTML5 websites.
- RDF retrieval from SPARQL endpoint
- Resource caching with Memcached
- Result queries conversion to Json for easy Javascript access to data
- User defined template binding for RDF types
- Logic-less templates with HTML5 and Mustache
- Install Play! Framework Activator
- Install Git
git clone https://github.com/weso/Wesby.git
cd Wesby
activator run
- Read the docs