- From: Ian Davis <iand@internetalchemy.org>
- Date: Mon, 19 Mar 2007 09:10:04 +0000
- To: public-rdf-in-xhtml task force <public-rdf-in-xhtml-tf@w3.org>
How can an RDFa processor distinguish between:
<div about="">
<h2 property="dc:title">
E = mc<sup>2</sup>: The Most Urgent Problem of Our Time
</h2>
</div>
and:
<div about="">
<h2 property="dc:title">
E = mc<sup property="rdf:value">2</sup>: The Most Urgent Problem
of Our Time
</h2>
</div>
How is the processor supposed to guess whether there is one or two
embedded triples?
Ian
Received on Monday, 19 March 2007 09:10:20 UTC