graph-rdfa-processor 0.3.12

Graph RDFa processor
Documentation
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
  <title>Test 0298: Testing @typeof and @about=[]</title>
</head>
<body>
  <div about="[]" typeof="foaf:Person">
    <span property="foaf:name">Alex Milowski</span>
  </div>
</body>
</html>