README.md in rdf-vocab-0.1.0 vs README.md in rdf-vocab-0.2.0

- old
+ new

@@ -1,4 +1,31 @@ rdf-vocab ========= -A library of RDF vocabularies and tools based on ruby-rdf. +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 + +- RDF::LDP +- RDF::MADS +- RDF::MARC_RELATORS +- RDF::MODS +- RDF::PREMIS::V1 +- RDF::PremisEventType (LoC) + +## Installation + +Add to your Gemfile + + gem "rdf-vocab" + +then + + bundle install + +## Usage + + require "rdf-vocab" + +This will load all the vocabulary classes in the library.