RE: Dropping the redundant colon in N3

From memory, a url is resolved, then any fragment id is used to locate a
portion of the doc.  Instead of a space, how about an 'empty' fragment in
the current doc, i.e.:

'#' writtenBy Sean .

daml:equivalentTo

<> :writtenBy :Sean .

This seems a more deliberate sequence of chars, less prone to typo's and
clearer to read / understand, etc.

Regards

Lee

-----Original Message-----
From: Sean B. Palmer [mailto:sean@mysterylights.com]
Sent: 02 March 2001 16:51
To: Lee Jonas; 'Seth Russell'; www-rdf-interest@w3.org
Subject: Re: Dropping the redundant colon in N3


> so N3 can be nested inside XML/HTML easily.

No, so that semEnglish can be nested inside XML easily... N3 still
can't.

> 2) avoids overloading the use of "[" and "]"

Plus it means we can now use XPath quite easily! I suppose that to
refer to the same document now, you must use ''? That's two
apostrophies, but it looks like a double quote. May I therefore
suggest a single character of whitespace be added in between:-

     ' ' writtenBy Sean .

daml:equivalentTo

   <> :writtenBy :Sean .

In N3.

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

Received on Friday, 2 March 2001 12:00:28 UTC