Skip to content

samvera-deprecated/rdf-vocab

Repository files navigation

RDF::Vocab

This project has moved to https://github.com/ruby-rdf/rdf-vocab.

A library of RDF vocabularies generated from RDF schema and web ontologies (OWL) using the ruby-rdf vocab-loader.

See the list of rake tasks in the vocab namespace for specific vocabulary generators.

Vocabularies

  • The Fcrepo3 module was extracted from ActiveFedora, so does not have a generator task.

Installation

Add to your Gemfile

gem "rdf-vocab"

then

bundle install

NOTE: rdf-vocab versions <= 0.7.0 are not compatible with linkeddata >= 1.1.11.

Usage

require "rdf-vocab"

This will load all the vocabulary classes in the library.