Name | Date | Size | |
---|---|---|---|
.. | 2012-01-26 00:02:00 | 17 | |
README.cwm | 2012-01-26 00:02:00 | 487 |
README.cwm
The cwm tool (http://www.w3.org/2000/10/swap/doc/cwm.html) is used by
Hets to convert between different RDF serializations:
* N-Triples (http://www.w3.org/TR/rdf-testcases/#ntriples)
* Turtle (http://www.w3.org/TeamSubmission/turtle/)
In order to install it, you can do either:
(for Ubuntu)
sudo apt-get install swap-cwm
or
tar -xvf cwm.tar.gz
cd cwm-1.2.1
sudo ./setup.py install