0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
This gem deprecated in favor of rdf-vocab; helper method is in triannon gem
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.6
~> 10.0
~> 3.0

Runtime

 Project Readme

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 Dependency Status Gem Version

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:

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.