From e425c701e747fbc7a91c1a8d814fe31f97e2d37c Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Thu, 5 May 2022 15:33:28 +0530 Subject: Validate dumped RDF using rapper. * manifest.scm: Import raptor2 from (gnu packages rdf). Add raptor2 to manifest. * README.md (Using): Document validation using rapper. --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 264e886..a44b07f 100644 --- a/README.md +++ b/README.md @@ -43,11 +43,13 @@ Make sure there is enough free space! It\'s best to dump the database on penguin2 where disk space and bandwidth are not significant constraints. -Then, load the dumped RDF into virtuoso. This will load the dumped RDF -into the `http://genenetwork.org` graph, and will delete all -pre-existing data in that graph. +Then, validate the dumped RDF using `rapper` and load it into +virtuoso. This will load the dumped RDF into the +`http://genenetwork.org` graph, and will delete all pre-existing data +in that graph. ``` shell +$ rapper --input turtle --count ~/data/dump/dump.ttl $ ./pre-inst-env ./load-rdf.scm conn.scm ~/data/dump/dump.ttl ``` -- cgit v1.2.3