Skip to content

Instantly share code, notes, and snippets.

@danbri
Created June 10, 2011 15:52
Show Gist options
  • Save danbri/1019123 to your computer and use it in GitHub Desktop.
Save danbri/1019123 to your computer and use it in GitHub Desktop.
<html>
<head><title>Test Snippet</title></head>
<body profile="http://zoo.foaf.tv">
<div typeof="Person">
This is a sentence about a person called
<span property="name">Noah</span> who
<span rel="made">wrote
<span typeof="Book">a book called
<span property="title">Noah's Story.</span>
</span>
</span>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment