cwm --rdf foo.xml --n3 > foo.n3
- --rdf : change to using RDF/XML as the data format
- foo.xml : read the file foo.xml using the current data format
and add its statements to store
- --n3 : change to using n3 as the data format
- (end) : output contents of the store using the current data
format