Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nichtich/skos-browser
- Owner: nichtich
- Created: 2011-05-26T15:13:32.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-05-26T15:14:35.000Z (over 13 years ago)
- Last Synced: 2024-10-30T16:24:49.163Z (2 months ago)
- Language: Perl
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.