<html>
<head>
...
</head>
<body prefix="dc: http://purl.org/dc/terms/ schema: http://schema.org/">
<div resource="/alice/posts/trouble_with_bob" typeof="schema:BlogPosting">
<h2 property="dc:title">The trouble with Bob</h2>
...
<h3 property="dc:creator" resource="#me">
<span property="schema:creator" resource="#me">Alice</span>
</h3>
<div property="schema:articleBody">
<p>
The trouble with Bob is that he takes much better photos than I do:
</p>
</div>
...
</div>
</body>
</html>