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
<section>
  <h3>Dynamic List of References</h3>
  <ul>
    <li inlist="true" rel="schema:citation" typeof="schema:CreativeWork">
      <span property="schema:name">RDFa Primer</span> -
      <a property="schema:url" href="https://www.w3.org/TR/rdfa-primer/"
        >W3C Document</a
      >
    </li>
    <li inlist="true" rel="schema:citation" typeof="schema:CreativeWork">
      <span property="schema:name">Semantic Web for Developers</span> -
      <a property="schema:url" href="https://example.com/semantic-web"
        >Read More</a
      >
    </li>
  </ul>
</section>