Re: Few CWM Bugs

> @prefix string:  <http://www.w3.org/2000/10/swap/string#>.

Ah, thanks. That works just fine.

> yup; that's by design. Notation3 encourages folks
> to use namespace names that end with #.

Well, at least we're not stuck with "bind" now... but it does seem to
be a strange inconvenience to build it into the parser, rather than to
convince people that namespaces sans trailing "#" are not a good thing
for the Semantic Web (although having said that, I did actually once
change a "namespace" to use a trailing hash so that CWM would give me
neat QNames... TimBL's plan worked!).

> > [      <http://www.daml.org/2001/03/daml+oil#first> :p;
> >        <http://www.daml.org/2001/03/daml+oil#rest>  (
> >       :q
> >        ) .
> >   <#_g1>     <http://www.daml.org/2001/03/daml+oil#first> :q;
> >        <http://www.daml.org/2001/03/daml+oil#rest>  (
> >        ) .
> >   <#_g0>     :r :s ].
> > ]]] - out.n3
>
> "messed up" w.r.t. what?

Messed up: as in the above isn't valid Notation3 (note the period in
the anon node). The output is fine in 1.82 though, so it appears to
have been fixed.

Many thanks for the help,

--
Kindest Regards,
Sean B. Palmer
@prefix : <http://webns.net/roughterms/> .
:Sean :hasHomepage <http://purl.org/net/sbp/> .

Received on Thursday, 22 November 2001 15:28:19 UTC