Creating the take home database
From Knot Atlas
Jump to navigationJump to search
This page is really only for Scott and Dror. It documents the procedure for creating RDF dumps from the Knot Atlas. If you're only interested in the actual data, go to Take Home Database.
Quick start
- Go to
/www/html/data/
- As root, run
./create-rdf.sh
What does this do?
XML dump
First, we dump the current version of every page in the Knot Atlas to XML, using the /w/maintenance/dumpBackup.php
script from mediawiki. This produces the file katlas.xml
.
Convert to RDF
This is actually a two step process. First, we create RDF statements in an on-disk RDF repository. Second, we dump these statements back to the file katlas.rdf
Cleaning up=
The file katlas.xml
gets deleted, as it's not so useful, and the file katlas.rdf
gets gzipped to katlas.rdf.gz
. It's then available at [1].