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 xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>My home-page</title>
    <meta property="http://purl.org/dc/terms/creator" content="Mark Birbeck" />
    <link
      rel="http://xmlns.com/foaf/0.1/topic"
      href="http://www.example.com/#us"
    />
  </head>

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