Skip to content

Instantly share code, notes, and snippets.

View corani's full-sized avatar

Daniel Bos corani

View GitHub Profile
@corani
corani / goodrelations-example.html
Created November 14, 2010 04:51
Code example of embedding the GoodRelations vocabulary in a product offer page using RDFa
<div
xmlns:gr="http://purl.org/goodrelations/v1#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
typeof="gr:Offering" about="#product_data">
<span property="gr:name">Protective Sleeve for HyperPhone</span>
<span rel="gr:hasPriceSpecification">
<span typeof="gr:UnitPriceSpecification">
Price: $<span property="gr:hasCurrencyValue" datatype="xsd:float">19.99</span>
<span property="gr:hasCurrency" content="USD" datatype="xsd:string"></span>