This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
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>
I don't understand, why can't you have <http://www.w3.org/1999/xhtml/microdata#http://microformats.org/profile/hcard%23:n%20> as the prefix and then call it vcard:given-name?
Ah, the comment is about the example in http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#examples-4
How weird. Why would XML be relevant to Turtle's syntax?! Oh well. EDITOR'S RESPONSE: This is an Editor's Response to your comment. If you are satisfied with this response, please change the state of this bug to CLOSED. If you have additional information and would like the editor to reconsider, please reopen this bug. If you would like to escalate the issue to the full HTML Working Group, please add the TrackerRequest keyword to this bug, and suggest title and text for the tracker issue; or you may create a tracker issue yourself, if you are able to do so. For more details, see this document: http://dev.w3.org/html5/decision-policy/decision-policy.html Status: Accepted Change Description: see diff given below. I dropped the use of prefixes here. Rationale: Concurred with reporter's comments.
Checked in as WHATWG revision r6280. Check-in comment: Work around a limitation of Turtle syntax. http://html5.org/tools/web-apps-tracker?from=6279&to=6280
mass-move component to LC1