0296-isvalid.html (1152B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset=utf-8> 5 <title>Test 0296</title> 6 </head> 7 <body> 8 <div vocab="http://xmlns.com/foaf/0.1/" resource="http://example.com/gregg/#me" typeof="Person"> 9 <a property="homepage" href="http://example.com/gregg/"><span property="name">Gregg</span></a> 10 Knows 11 <ul> 12 <li property="knows" resource="http://example.com/niklas/#me" typeof="Person"> 13 <a property="homepage" href="http://example.com/niklas/"><span property="name">Niklas</span></a> 14 </li> 15 <li property="knows" resource="http://example.com/stéphane/#me" typeof="Person"> 16 <a property="homepage" href="http://example.com/stéphane/"><span property="name">Stéphane</span></a> 17 </li> 18 <li property="knows" resource="http://example.com/ivan/#me" typeof="Person"> 19 <a property="homepage" href="http://example.com/ivan/"><span property="name">Ivan</span></a> 20 </li> 21 <li property="knows" resource="http://example.com/manu/#me" typeof="Person"> 22 <a property="homepage" href="http://example.com/manu/"><span property="name">Manu</span></a> 23 </li> 24 </ul> 25 </div> 26 </body> 27 </html>