graph-rdfa-processor 0.3.12

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

  <body vocab="http://purl.org/dc/terms/" prefix="mike: http://schema.org/">
    <div resource="/alice/posts/trouble_with_bob" typeof="mike:BlogPosting">
      <h2 property="title">The trouble with Bob</h2>
      ...
      <h3 property="creator" resource="#me">Alice</h3>
      <div property="mike:articleBody">
        <p>
          The trouble with Bob is that he takes much better photos than I do:
        </p>
      </div>
      ...
    </div>
  </body>
</html>