graph-rdfa-processor 0.3.12

Graph RDFa processor
Documentation
<div
  prefix="
  rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns#
  foaf: http://xmlns.com/foaf/0.1/
  gr: http://purl.org/goodrelations/v1#
  xsd: http://www.w3.org/2001/XMLSchema#"
  typeof="gr:Offering"
>
  <div>
    <h1 property="gr:name">Canon Rebel T2i (EOS 550D)</h1>
    <div rel="foaf:depiction">
      <img
        style="float: left; width: 20%"
        src="http://shop.usa.canon.com/wcsstore/eStore/images/t2ikit_1_l.jpg"
      />
    </div>
    <p property="gr:description">
      The Canon Rebel T2i (EOS 550D) is Cannon's top-of-the-line consumer
      digital SLR camera. It can shoot up to 18 megapixel resolution photos and
      features an ISO range of 100-6400.
    </p>
    <link
      rel="gr:hasBusinessFunction"
      href="http://purl.org/goodrelations/v1#Sell"
    />
    <meta property="gr:hasEAN_UCC-13" content="013803123784" />
    Sale price:
    <span
      property="gr:hasPriceSpecification"
      typeof="gr:UnitPriceSpecification"
    >
      <span property="gr:hasCurrency" content="USD">$</span>
      <span property="gr:hasCurrencyValue" datatype="xsd:float">899</span>
    </span>
    <link
      rel="gr:acceptedPaymentMethods"
      href="http://purl.org/goodrelations/v1#PayPal"
    />
    <link
      rel="gr:acceptedPaymentMethods"
      href="http://purl.org/goodrelations/v1#MasterCard"
    />
    [<a rel="foaf:page" href="http://shop.usa.canon.com/">more...</a>]
  </div>
</div>