Hi, If I try to do 'cwm.py --n3 resto.n3 --rdf' with the following file : http://nospum.net/resto.n3 cwm will generate RDF/XML with bad xmlns declarations. Specifically, stuff like this : # @prefix foo: <x-urn:foo.com#> . # equivalent N3 'foo:bar "baz";' <bar xmlns="foo:">baz</bar> I poked around the code a bit and added a patch (attached) to XMLWriter.figurePrefix in notation3.py -- I am not intimate with everything that goes on in cwm-land so perhaps there is a more elegant way to handle this. Cheers,
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 8 January 2008 14:10:58 GMT