Re: cwm q? [default namespace and attributes messed up]

> > Is there a workaround?
>
> Umm... I dunno.

FWIW, this occurs when you bind the empty prefix to a URI that doesn't
end with a hash, *and* produce typed nodes. For exmaple, this triggers
the problem:-

[[[
@prefix : <http://example.org/> .
:x a :z .
]]]

The only workaround, AFAICT, is to not bind the empty prefix to a URI
that doesn't end with a hash.

--
Kindest Regards,
Sean B. Palmer
@prefix : <http://purl.org/net/swn#> .
:Sean :homepage <http://purl.org/net/sbp/> .

Received on Tuesday, 19 February 2002 19:16:20 UTC