0196-isvalid.html (387B)
1 <!DOCTYPE html> 2 <html prefix="ex: http://example.org/rdf/ rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns#"> 3 <head> 4 <meta charset=utf-8> 5 <title>Test 0196</title> 6 </head> 7 <body> 8 <div about="http://www.example.org"> 9 <p property="ex:xmllit" datatype="rdf:XMLLiteral">This is an XMLLiteral</p> 10 <p property="ex:plainlit">This is a <em>plain</em> literal</p> 11 </div> 12 </body> 13 </html>