Summary
-------
Cube for FRBR vocabulary (works, expressions, manifestations, ...)



Installation
------------

Creation of the instance:

 * Create an instance using: cubicweb-ctl create libraryui <name-of-instance>

 * Create the instance's database using: cubicweb-ctl db-create <name-of-instance>


Getting databnf data:

 * Download the rdf xml dumps of databnf from http://data.bnf.fr/semanticweb.
   You should take all the (rdf/xml) files.

Import the rdf data:

 * For now, the RDF dumps are splitted in 'docrameau', 'editions',
   'org_authors', 'person_authors', 'rameau', 'study', 'works'.
   You should uncompress all the files in the same directory, and launch the command:

   cubicweb-ctl databnflite-import <name-of-instance> <path-to-rdf-directory>
                 --rdf-format=xml --lib=librdf

