Skip to content

Loading RDF Data

Jeremy Nelson edited this page Apr 17, 2017 · 1 revision

For the first few Build-Measure-Learn iterations of this project, data is stored in the data directory. These directions assume you are running in a python virtualenv with all of the project dependencies installed

Load active RDF Turtle Files

  1. Start from the alliance-bibcat root directory

  2. With the load.py script run the turtles command

    python load.py turtles
    

Load Archived RDF Turtles

  1. Start from the alliance-bibcat root directory
  2. With the load.py scrip run the archive command with the archive sub-directory in the data directory
Clone this wiki locally