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
16
17
<html>
  <head>
    ...
  </head>

  <body>
    ...
    <h2 property="http://purl.org/dc/terms/title">The Trouble with Bob</h2>
    <p>
      Date:
      <span property="http://purl.org/dc/terms/created" content="2011-09-10"
        >10th of September, 2011</span
      >
    </p>
    ...
  </body>
</html>