Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doriantaylor/p5-app-ibis
Front end to the IBIS ontology
https://github.com/doriantaylor/p5-app-ibis
ibis issue-based-information-systems rdf
Last synced: 2 months ago
JSON representation
Front end to the IBIS ontology
- Host: GitHub
- URL: https://github.com/doriantaylor/p5-app-ibis
- Owner: doriantaylor
- License: apache-2.0
- Created: 2013-10-25T00:34:06.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-03-17T00:49:00.000Z (10 months ago)
- Last Synced: 2024-03-17T05:59:24.140Z (10 months ago)
- Topics: ibis, issue-based-information-systems, rdf
- Language: Perl
- Homepage: https://vocab.methodandstructure.com/ontology/ibis/1#
- Size: 1.36 MB
- Stars: 6
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
App::IBIS - We have issues.
This is an app initially designed to demo my RDF-KV protocol, but
it has also turned out to be useful for kicking the tires on my IBIS
vocabulary. See http://vocab.methodandstructure.com/ibis# .Before you begin, get JQuery by running script/get-jquery, which is a
happy medium between sourcing it on the fly and bundling it in this
project.Also, be sure to run the Makefile.PL to fetch dependencies. Note:
Catalyst may complain unless you install Catalyst::Devel via cpan.You will also need to change the database parameters in app_ibis.conf
to something sane, and note the latest Redland bindings for Perl are
not on CPAN. You can either install it through some other mechanism
(e.g. apt-get or homebrew) or see the RDF::Trine::Store documentation
for alternative storage mechanisms.When you're ready, run script/app_ibis_server.pl and connect to
http://localhost:3000/ .