Metadata-Version: 1.0
Name: cubicweb-frbr
Version: 0.1.1
Summary: Cube for FRBR vocabulary (works, expressions, manifestations, ...)
Home-page: http://www.cubicweb.org/project/cubicweb-frbr
Author: LOGILAB S.A. (Paris, FRANCE)
Author-email: contact@logilab.fr
License: LGPL
Description: 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
        
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: CubicWeb
Classifier: Programming Language :: Python
Classifier: Programming Language :: JavaScript
