Skip to content

Instantly share code, notes, and snippets.

@niklasl
Created November 8, 2012 16:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save niklasl/4039715 to your computer and use it in GitHub Desktop.
Save niklasl/4039715 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body vocab="http://schema.org/">
<div resource="_:TShirtModel">
<div property="owl:unionOf" inlist typeof>
<link property="owl:onProperty" resource="schema:name"/>
<span property="owl:hasValue">Crew-neck T-shirt</span>
</div>
<div property="owl:unionOf" inlist typeof>
<link property="owl:onProperty" resource="schema:manufacturer"/>
<span property="owl:hasValue">Gap, Inc.</span>
</div>
</div>
<div typeof="Product _:TShirtModel">
<span property="color">Blue</span>
<span property="price">$14.99</span>
</div>
<div typeof="Product _:TShirtModel">
<span property="color">Red</span>
<span property="price">$15.99</span>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment