A Sinatra server for setting up RDF Repositories and interacting with them. Fully content negotiated and cross domain.
Add this line to your application's Gemfile:
gem 'publisci-server'
And then execute:
$ bundle
Or install it yourself as:
$ gem install publisci-server
Run the gem executable publisci-server
and access it by browsing to http://localhost:4567/
Server features
- Import Turtle, N3, and RDF/XML
- Export in all RDF.rb compatible serialization formats
- Query using SPARQL
- Access PubliSci DSL
Supported Repository Types
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request