RE: Finding News Taxonomies [was: RE: Towards a TAG consideration of CURIEs]

> > Misha Wolf scripsit:
> > . . . 
> > 1) "123456" is an invalid fragment: false.  If you look at the
> > syntax rules in RFC 3986, you see that every character in a 
> > fragment can be a digit.

And here are the relevant syntax rules from RFC3986:
http://www.ietf.org/rfc/rfc3986.txt
[[
   fragment      = *( pchar / "/" / "?" )

   pchar         = unreserved / pct-encoded / sub-delims / ":" / "@"

   pct-encoded   = "%" HEXDIG HEXDIG

   unreserved    = ALPHA / DIGIT / "-" / "." / "_" / "~"
   reserved      = gen-delims / sub-delims
   gen-delims    = ":" / "/" / "?" / "#" / "[" / "]" / "@"
   sub-delims    = "!" / "$" / "&" / "'" / "(" / ")"
                 / "*" / "+" / "," / ";" / "="
]]

David Booth, Ph.D.
HP Software
+1 617 629 8881 office  |  dbooth@hp.com
http://www.hp.com/go/software 

Received on Saturday, 7 April 2007 17:30:51 UTC