ISSUE-74: Prefixed names and slashes

Prefixed names and slashes

State:
CLOSED
Product:
RDF Turtle
Raised by:
Gavin Carothers
Opened on:
2011-08-12
Description:
Something odd happened when we changed Turtles escape process with regards to prefixed local names, and slashes.

Good Old Turtle:

Allowed:
@prefix bob: http://example.org/bob/ .
bob:name

Not Allowed:
@prefix bob: http://example.org/bob/ .
bob:goldfish/1

Slashes not allowed in local names, thanks to restricting them to be QNames.

New Turtle:

Allowed:
@prefix bob: http://example.org/bob/ .
bob:name

Not Allowed:
@prefix bob: http://example.org/bob/ .
bob:goldfish/1

Allowed:
@prefix bob: http://example.org/bob/ .
bob:goldfish\u002F1

This is vary strange.

I'm not sure what the rational for continuing to disallow /'s in the local part of prefixed name is. RDFa via the CURIE spec via the IRI fragement production allows them.
Related Actions Items:
No related actions
Related emails:
  1. Re: Status update on LC comments and post-LC changes to R2RML (from richard@cyganiak.de on 2011-11-07)
  2. Status update on LC comments and post-LC changes to R2RML (from richard@cyganiak.de on 2011-11-07)
  3. Re: Issues found in Turtle spec (from gregg@kellogg-assoc.com on 2011-08-29)
  4. Re: Issues found in Turtle spec (from gavin@topquadrant.com on 2011-08-29)
  5. Re: RDF-ISSUE-74: Prefixed names and slashes [RDF Turtle] (from richard@cyganiak.de on 2011-08-15)
  6. Re: RDF-ISSUE-74: Prefixed names and slashes [RDF Turtle] (from andy.seaborne@epimorphics.com on 2011-08-15)
  7. Re: RDF-ISSUE-74: Prefixed names and slashes [RDF Turtle] (from andy.seaborne@epimorphics.com on 2011-08-15)
  8. Re: RDF-ISSUE-74: Prefixed names and slashes [RDF Turtle] (from eric@w3.org on 2011-08-15)
  9. Re: RDF-ISSUE-74: Prefixed names and slashes [RDF Turtle] (from andy.seaborne@epimorphics.com on 2011-08-15)
  10. Re: RDF-ISSUE-74: Prefixed names and slashes [RDF Turtle] (from richard@cyganiak.de on 2011-08-15)
  11. Re: RDF-ISSUE-74: Prefixed names and slashes [RDF Turtle] (from gavin@topquadrant.com on 2011-08-14)
  12. Re: RDF-ISSUE-74: Prefixed names and slashes [RDF Turtle] (from richard@cyganiak.de on 2011-08-13)
  13. RDF-ISSUE-74: Prefixed names and slashes [RDF Turtle] (from sysbot+tracker@w3.org on 2011-08-12)

Related notes:

Requires input from Eric P.

David Wood, 13 Oct 2011, 17:33:57

Overcome by events: Addition of reserved character escaping in Turtle.

David Wood, 28 Mar 2012, 15:13:00

Display change log ATOM feed


Guus Schreiber <guus.schreiber@vu.nl>, Chair, Ivan Herman <ivan@w3.org>, Sandro Hawke <sandro@w3.org>, Staff Contacts
Tracker: documentation, (configuration for this group), originally developed by Dean Jackson, is developed and maintained by the Systems Team <w3t-sys@w3.org>.
$Id: 74.html,v 1.1 2014-07-09 12:18:03 carine Exp $