Sha256: 6748e5b0c361591be8fd8f4c71d10a1c9c181d134d3733632bd275d3e2312366
Contents?: true
Size: 959 Bytes
Versions: 1
Compression:
Stored size: 959 Bytes
Contents
# rdf-ldp [](http://badge.fury.io/rb/rdf-fcrepo4) Contains vocabularies to be used by RDF ruby gem https://github.com/ruby-rdf/rdf/ to simplify coding when using Fedora RDF objects. Also contains helper method to strip Fedora triples from an RDF::Graph object. ## Installation Add this line to your application's Gemfile: ```ruby gem 'rdf-fcrepo4' ``` And then execute: $ bundle Or install it yourself as: $ gem install rdf-fcrepo4 ## Usage include rdf include rdf-fcrepo4 RDF::FCRepo4.Object #=> RDF::URI("http://fedora.info/definitions/v4/rest-api#object") ## Contributing 1. Fork it ( https://github.com/[my-github-username]/rdf-fcrepo4/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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rdf-fcrepo4-0.0.1 | README.md |