Re: N3 to RDF/XML conversion generating bad 'xmlns' declarations

Aaron Straup Cope wrote:

>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 tried running ./cwm.py --n3 http://nospum.net/resto.n3 --rdf and saw 
nothing wrong with the namespace declarations it generated. Perhaps you 
can give the example from the file of what tag is wrong?


Yosi

Received on Monday, 18 October 2004 13:56:06 UTC