- From: Alex Milowski <alex@milowski.com>
- Date: Fri, 27 Apr 2012 17:16:35 -0700
- To: W3C RDFWA WG <public-rdfa-wg@w3.org>
Test 0121 contains:
<p about="http://example.org/">
<span about="[]" property="dc:title">Test Case 0121</span>
checks to make sure RDFa processors resolve the empty
CURIE correctly.
<p resource="[]">
<span property="dc:contributor">Shane McCarron</span>
contributed to this test.
</p>
</p>
the output expected is:
<http://example.org/> <http://purl.org/dc/elements/1.1/title> "Test
Case 0121" .
<http://example.org/> <http://purl.org/dc/elements/1.1/contributor>
"Shane McCarron" .
but I can't seem to find the appropriate language that talks about
processing an empty safe CURIE value. The test would seem to
indicate the current subject would be used but I just don't see that
in section 6.
--
--Alex Milowski
"The excellence of grammar as a guide is proportional to the paucity of the
inflexions, i.e. to the degree of analysis effected by the language
considered."
Bertrand Russell in a footnote of Principles of Mathematics
Received on Saturday, 28 April 2012 00:17:04 UTC