graph-rdfa-processor 0.3.12

Graph RDFa processor
Documentation
<html>
  <head> </head>

  <body>
    <div vocab="http://xmlns.com/foaf/0.1/">
      <ul>
        <li typeof="Person">
          <a property="homepage" href="http://example.com/bob/">Bob</a>
        </li>
        <li typeof="Person">
          <a property="homepage" href="http://example.com/eve/">Eve</a>
        </li>
        <li typeof="Person">
          <a property="homepage" href="http://example.com/manu/">Manu</a>
        </li>
      </ul>
    </div>
  </body>
</html>