0182-isvalid.html (419B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset=utf-8> 5 <title>Test 0182</title> 6 <base href="http://example.org/"> 7 </head> 8 <body> 9 <div prefix="foaf: http://example.org/wrong/foaf/uri/ dc: http://purl.org/dc/terms/" > 10 <div about ="#this" typeof="dc:Agent" prefix="foaf: http://xmlns.com/foaf/0.1/" > 11 <p property="foaf:name">A particular agent</p> 12 </div> 13 </div> 14 </body> 15 </html>