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
16
17
18
<html>

<head> </head>

<body>
  <div vocab="http://purl.org/dc/terms/">
    <div resource="/alice/posts/trouble_with_bob">
      <h2 property="title">The trouble with Bob</h2>
      <h3 vocab="http://xmlns.com/foaf/0.1/" property="http://purl.org/dc/terms/creator" typeof="Person">
        <span property="name">Alice Birpemswick</span>, Email:
        <a property="mbox" href="mailto:alice@example.com">alice@example.com</a>, Phone:
        <a property="phone" href="tel:+1-617-555-7332">+1 617.555.7332</a>
      </h3>
    </div>
  </div>
</body>

</html>