File: 0060.xhtml

package info (click to toggle)
librdfa-java 1.0.0~BETA1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 6,848 kB
  • sloc: java: 3,458; xml: 3,070; sh: 41; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 482 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.0" 
      xmlns:foaf="http://xmlns.com/foaf/0.1/">
  <head>
    <title>Test 0060</title>
  </head>
  <body>
    <div about="http://www.example.org/#matsumoto-kimiko"
         typeof="foaf:Person">
      <p property="foaf:name">松本 后子</p>
    </div>
  </body>
</html>