Created
June 10, 2011 15:52
-
-
Save danbri/1019123 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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