Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nichtich/skos-browser

Browseable Linked Data interface to SKOS vocabularies
https://github.com/nichtich/skos-browser

Last synced: 22 days ago
JSON representation

Browseable Linked Data interface to SKOS vocabularies

Awesome Lists containing this project

README

        

This is a draft of a Linked Data browser for SKOS vocabularies. At the moment
it is nothing but a skeleton of an application that makes use of 'Plack' and
'Template'.

To install the application under mod_perl, add this to your server settings:


SetHandler perl-script
PerlResponseHandler Plack::Handler::Apache2
PerlSetVar psgi_app /path/to/skos-browser/bin/app.psgi
PerlSetEnv SKOS_BROWSER_CONFIG /path/to/skos_browser.json

You can test the application by calling rundemo.sh.