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:
- Re: Status update on LC comments and post-LC changes to R2RML (from richard@cyganiak.de on 2011-11-07)
- Status update on LC comments and post-LC changes to R2RML (from richard@cyganiak.de on 2011-11-07)
- Re: Issues found in Turtle spec (from gregg@kellogg-assoc.com on 2011-08-29)
- Re: Issues found in Turtle spec (from gavin@topquadrant.com on 2011-08-29)
- Re: RDF-ISSUE-74: Prefixed names and slashes [RDF Turtle] (from richard@cyganiak.de on 2011-08-15)
- Re: RDF-ISSUE-74: Prefixed names and slashes [RDF Turtle] (from andy.seaborne@epimorphics.com on 2011-08-15)
- Re: RDF-ISSUE-74: Prefixed names and slashes [RDF Turtle] (from andy.seaborne@epimorphics.com on 2011-08-15)
- Re: RDF-ISSUE-74: Prefixed names and slashes [RDF Turtle] (from eric@w3.org on 2011-08-15)
- Re: RDF-ISSUE-74: Prefixed names and slashes [RDF Turtle] (from andy.seaborne@epimorphics.com on 2011-08-15)
- Re: RDF-ISSUE-74: Prefixed names and slashes [RDF Turtle] (from richard@cyganiak.de on 2011-08-15)
- Re: RDF-ISSUE-74: Prefixed names and slashes [RDF Turtle] (from gavin@topquadrant.com on 2011-08-14)
- Re: RDF-ISSUE-74: Prefixed names and slashes [RDF Turtle] (from richard@cyganiak.de on 2011-08-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:57Overcome by events: Addition of reserved character escaping in Turtle.
David Wood, 28 Mar 2012, 15:13:00Display change log