Skip to content

Extraction Instructions

jimkont edited this page Feb 19, 2013 · 33 revisions

Download

$ git clone git://github.com/dbpedia/extraction-framework.git

or use this page for more detailed instructions

Dump-Based Extraction

In the root directory run the following commands

$ mvn clean install # Compiles the code
$ cd dump
$ ../run download config=download-config-file # Downloads the wikipedia dumps
$ ../run extraction extraction-config-file # Extracts triples form the downloaded dumps

For download-config-file & extract-config-file you can either re-use existing files from the repository or adapt them to your needs

Download Ontology

To download a fresh copy of the DBpedia ontology from the mappings wiki, use the following commands

$ cd ../core
$ ../run download-ontology