0213-isvalid.html (403B)
1 <!DOCTYPE html> 2 <html prefix="dc: http://purl.org/dc/elements/1.1/"> 3 <head> 4 <meta charset=utf-8> 5 <title>Test 0213</title> 6 </head> 7 <body> 8 <!-- In RDFa 1.1, by default a plain literal is generated even if it contains XML elements --> 9 <div about="http://www.example.org/"> 10 <h2 property="dc:title">E = mc<sup>2</sup>: The Most Urgent Problem of Our Time</h2> 11 </div> 12 </body> 13 14 </html>