graph-rdfa-processor 0.3.12

Graph RDFa processor
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
<div vocab="http://schema.org/" resource="#bbg" typeof="LocalBusiness">
  <h1 property="name">Beachwalk Beachwear &amp; Giftware</h1>
  <span property="description">
    A superb collection of fine gifts and clothing to accent your stay in Mexico
    Beach.</span
  >
  <div property="address" resource="#bbg-address" typeof="PostalAddress">
    <span property="streetAddress">3102 Highway 98</span>
    <span property="addressLocality">Mexico Beach</span>,
    <span property="addressRegion">FL</span>
  </div>
  Phone: <span property="telephone">850-648-4200</span>
</div>