graph-rdfa-processor 0.3.12

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

  <body vocab="http://purl.org/dc/terms/">
    <h2 property="title">The Trouble with Bob</h2>
    <p>Date: <span property="created">2011-09-10</span></p>
    <p vocab="http://creativecommons.org/ns#">
      All content on this site is licensed under
      <a property="license" href="http://creativecommons.org/licenses/by/3.0/">
        a Creative Commons License</a
      >. ©2011 Alice Birpemswick.
    </p>
  </body>
</html>