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 vocab="http://purl.org/dc/terms/">
    <div resource="/alice/posts/trouble_with_bob">
      <h2 property="title">The trouble with Bob</h2>
      The trouble with Bob is that he takes much better photos than I do:
      <div resource="http://example.com/bob/photos/sunset.jpg">
        <img src="http://example.com/bob/photos/sunset.jpg" />
        <span property="title">Beautiful Sunset</span>
        by <span property="creator">Bob</span>.
      </div>
    </div>
  </body>
</html>