graph-rdfa-processor 0.3.12

Graph RDFa processor
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>
  <head prefix="og: http://ogp.me/ns#">
    ...
    <meta property="og:title" content="The Trouble with Bob" />
    <meta property="og:type" content="text" />
    <meta property="og:image" content="http://example.com/alice/bob-ugly.jpg" />
    ...
  </head>

  <body>
    ...
  </body>
</html>