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

<!doctype html>
<html
  lang="en"
  prefix="schema: http://schema.org/ ex: http://example.org/vocab# foaf: http://xmlns.com/foaf/0.1/ dc: http://purl.org/dc/elements/1.1/"
>
  <head>
    <title>Advanced RDFa Example</title>
  </head>
  <body vocab="http://schema.org/" typeof="schema:WebPage">
    <header>
      <h1 property="schema:headline">Advanced RDFa Parser Test</h1>
    </header>
  </body>
</html>