Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nichtich/rdf-jaos
Just Another Ontology Server
https://github.com/nichtich/rdf-jaos
Last synced: 5 days ago
JSON representation
Just Another Ontology Server
- Host: GitHub
- URL: https://github.com/nichtich/rdf-jaos
- Owner: nichtich
- Created: 2012-08-20T12:37:23.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-09-19T13:05:13.000Z (over 12 years ago)
- Last Synced: 2024-10-30T16:24:56.334Z (about 2 months ago)
- Language: Perl
- Size: 129 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## RDF::JAOS
The Perl module **RDF::JAOS** implements a simple web application to document
and serve RDF ontologies. The application is implement with Plack## SYNOPSIS
Create a subdirectory `data` with RDF ontologies in Turtle or RDF/XML syntax.
Then just run the application with:plackup -Ilib app/jaso.psgi
Locate your browser to . Modify the templates in
subdirectory `share` to adjust the layout.## BACKGROUND
On startup all ontology files are parsed with RDF::Trine.