<html>
<head> </head>
<body>
<div vocab="http://purl.org/dc/terms/">
<div resource="/alice/posts/trouble_with_bob">
<h2 property="title">The trouble with Bob</h2>
<h3 property="creator" resource="#me">Alice</h3>
</div>
</div>
<div vocab="http://purl.org/dc/terms/">
<div resource="/alice/posts/my_photos">
<h2 property="title">I will post my photos nevertheless…</h2>
<h3 property="creator" resource="#me">Alice</h3>
</div>
</div>
<div
class="sidebar"
vocab="http://xmlns.com/foaf/0.1/"
resource="#me"
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>
</div>
</body>
</html>