Sha256: 82fb7e439e51f9e12607ed0340d0864aeb4a2cbb002e0814d5b6c79611b9f4cd
Contents?: true
Size: 1.46 KB
Versions: 1
Compression:
Stored size: 1.46 KB
Contents
# DEPRECATED This gem is deprecated; rdf-vocab gem (https://github.com/ruby-rdf/rdf-vocab, included in the linkeddata gem) now contains RDF::Vocab::Fcrepo4. You can find the helper method to strip Fedora triples from an RDF::Graph object in the triannon gem in lib/oa_graph_helper.rb. # rdf-fcrepo4 [![Build Status](https://travis-ci.org/sul-dlss/rdf-fcrepo4.svg)](https://travis-ci.org/sul-dlss/rdf-fcrepo4) [![Dependency Status](https://gemnasium.com/sul-dlss/rdf-fcrepo4.svg)](https://gemnasium.com/sul-dlss/rdf-fcrepo4) [![Gem Version](https://badge.fury.io/rb/rdf-fcrepo4.svg)](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-vocab' # (was rdf-fcrepo4) ``` And then execute: $ bundle Or install it yourself as: $ gem install rdf-vocab # (was rdf-fcrepo4) ## Usage require 'rdf/vocab' RDF::Vocab::Fcrepo4.Object #=> RDF::URI("http://fedora.info/definitions/v4/rest-api#object") # DEPRECATED This gem is deprecated; rdf-vocab gem (https://github.com/ruby-rdf/rdf-vocab, included in the linkeddata gem) now contains RDF::Vocab::Fcrepo4. You can find the helper method to strip Fedora triples from an RDF::Graph object in the triannon gem in lib/oa_graph_helper.rb.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rdf-fcrepo4-0.1.0 | README.md |