XML Literal Puzzle 2

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