Abrupt

Build Status Code Climate Test Coverage

Tools for the AbRUPt project, see http://wba.cs.hs-rm.de/AbRUPt/service/

Installation

Add this line to your application's Gemfile:

gem 'abrupt'

And then execute:

$ bundle

Or install it yourself as:

$ gem install abrupt

Usage

For converting owl file from xml use:

 abrupt convert spec/fixtures/rikscha_Result_min.xml spec/fixtures/rikscha.ohneBilder.2013-04-30_2013-08-17_min.xml --output tmp/out.ttl --format turtle

Contributing

  1. Fork it ( https://github.com/[my-github-username]/abrupt/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request