Sha256: 5201d6110c9e011062764a8cd9eb9d214e9e75498e533f314be3ffa0c3606a0b
Contents?: true
Size: 1.02 KB
Versions: 1
Compression:
Stored size: 1.02 KB
Contents
# rdf-iiif [](https://gemnasium.com/sul-dlss/rdf-iiif) [](http://badge.fury.io/rb/rdf-iiif) Contains vocabularies to be used by RDF ruby gem https://github.com/ruby-rdf/rdf/ to simplify coding when using IIIF (http://iiif.io/) data. ## Installation Add this line to your application's Gemfile: ```ruby gem 'rdf-iiif' ``` And then execute: $ bundle Or install it yourself as: $ gem install rdf-iiif ## Usage require 'rdf/iiif' RDF::IIIF.painting #=> RDF::URI("http://iiif.io/api/presentation/2#painting") RDF::SIOC::Services.has_service #=> RDF::URI("http://rdfs.org/sioc/services#has_service") ## Contributing 1. Fork it ( https://github.com/[my-github-username]/rdf-iiif/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-iiif-0.0.1 | README.md |