rdf-mt/commit

Added package description

authorJan Wielemaker
Tue Dec 17 16:45:58 2013 +0100
committerJan Wielemaker
Tue Dec 17 16:45:58 2013 +0100
commitaff5e6d1ab0bf544f9cdbab64338d8c67ef973a1
treee09c37948779797cb196c7f3670ffa46553b849b
parent0d6978b42b5f59cf4c70f00e7b23afd4e3db02b8
Diff style: patch stat
diff --git a/rdf/cpack/rdf-mt.ttl b/rdf/cpack/rdf-mt.ttl
index 43dbe28..a2c6e76 100644
--- a/rdf/cpack/rdf-mt.ttl
+++ b/rdf/cpack/rdf-mt.ttl
@@ -24,7 +24,33 @@
 	    ] ;
 	cpack:description
 
-"""Package description goes here.  You can use PlDoc markup.
+"""This cpack implements the
+   [RDF semantics](https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-mt/index.html)
+   as defined by RDF 1.1.  In particular it implement running the test suite.
+   To run the test suite, proceed as follows:
+
+     1. Install [SWI-Prolog](http://www.swi-prolog.org) version 7.1.4
+     2. Install [ClioPatria](http://cliopatria.swi-prolog.org) from git
+     3. Configure a new ClioPatria project
+     4. Run the project and run
+
+        ==
+        ?- cpack_install('rdf-mt').
+	==
+
+     5. Load the manifest using
+
+        ==
+        ?- load_manifest(remote).
+        ==
+
+     6. Run the test suite using
+
+        ==
+        ?- run_tests.
+        ==
+
+   All tests succeeded using the suite dated Dec 17, 2013.
 """ .