graph-rdfa-processor 0.3.12

Graph RDFa processor
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html>
  <head> </head>

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