Creating the take home database

From Knot Atlas
Revision as of 11:44, 18 July 2007 by Scott (talk | contribs) (New page: 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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

  1. Go to /www/html/data/
  2. 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].