- From: <bugzilla@jessica.w3.org>
- Date: Wed, 29 Jun 2011 17:57:06 +0000
- To: public-html@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=13090
Summary: Turtle markup includes invalid QNames
Product: HTML WG
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: HTML Microdata (editor: Ian Hickson)
AssignedTo: ian@hixie.ch
ReportedBy: gregg@kellogg-assoc.com
QAContact: public-html-bugzilla@w3.org
CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
public-html@w3.org
The Turtle associated with the last example ("Princeton", "Trekkie", "Avenue
Q") has markup issues:
Many of the predicates are illegal QNames, for example hcard:n%20given-name is
not a valid QName, as '%' is not a valid NCName (ref
http://www.w3.org/TR/REC-xml-names/#ns-qualnames), an NCName does not include
the '%' character.
Unfortunately, this means that the predicate must be represented as the full
URI:
<http://www.w3.org/1999/xhtml/microdata#http://microformats.org/profile/hcard%23:n%20given-name>
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Received on Wednesday, 29 June 2011 17:57:11 UTC