xmlrdf/commit

Added README file

authorJan Wielemaker
Tue Sep 27 11:47:20 2011 +0200
committerJan Wielemaker
Tue Sep 27 11:47:20 2011 +0200
commit2a1683164ca680ac156a0ef8929324b1a66901de
tree5867f9e4a4b393c8553f7379c8a01176a9c5fa81
parentb878f7af3ba8d3964bbc821467d363a338897b51
Diff style: patch stat
diff --git a/examples/AHM/README.TXT b/examples/AHM/README.TXT
new file mode 100644
index 0000000..d1e48f3
--- /dev/null
+++ b/examples/AHM/README.TXT
@@ -0,0 +1,37 @@
+---+ The Amsterdam Museum example
+
+Below are the steps for converting the   the  Amsterdam Museum XML dumps
+into RDF.  We encourage copying the content of this directory into a new
+directory for starting a new conversion process.
+
+---++ Running the AHM example
+
+  1. Make sure that the data can be found.  By default, these scripts
+  are configured to look in $RDF_METADATA_DIR/AHM or ~/RDF/metadata/AHM.
+  In this directory they expect a subdirectory =src= holding these
+  files that contain the original XML dumps from the Amsterdam Museum:
+
+    - people.xml
+    - thesaurus.xml
+    - collection-<start>-<end>.xml
+
+  2. Configure ClioPatria and make sure the xmlrdf package is installed
+  using
+
+    ==
+    ?- cpack_install(xmlrdf).
+    ==
+
+  3. Load the desired script. For converting the people database, this
+  is done using this command:
+
+    ==
+    ?- ['cpack/xmlrdf/run-people'].
+    ==
+
+  4. Run the conversion using
+
+    ==
+    ?- ahm_run_people.
+    ==
+