<html>
<head> </head>
<body>
<div vocab="http://xmlns.com/foaf/0.1/" typeof="Person">
<p>
<span property="name">Alice Birpemswick</span>, Email:
<a property="mbox" href="mailto:alice@example.com">alice@example.com</a
>, Phone:
<a property="phone" href="tel:+1-617-555-7332">+1 617.555.7332</a>
</p>
<ul>
<li property="knows" typeof="Person">
<a property="homepage" href="http://example.com/bob/"
><span property="name">Bob</span></a
>
</li>
<li property="knows" typeof="Person">
<a property="homepage" href="http://example.com/eve/"
><span property="name">Eve</span></a
>
</li>
<li property="knows" typeof="Person">
<a property="homepage" href="http://example.com/manu/"
><span property="name">Manu</span></a
>
</li>
</ul>
</div>
</body>
</html>