?:rdf-mt | "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.
" |