View difference between Paste ID: f10e65d55 and
SHOW: | | - or go back to the newest paste.
1-
1+
<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.0">
2
  <head><title>Employees</title></head>
3
  <body>
4
    <h3>Employees</h3>
5
    <ul xmlns:employeeData="http://example.org/EmployeeInformation#">
6
      <li about="http://example.org/Employees#BobSmith" typeof="employeeData:employee">
7
        <a rel="employeeData:email" 
8
           href="mailto:BobSmith@example.org" 
9
           property="employeeData:name">Bob Smith</a>
10
      </li>
11
    </ul>
12
  </body>
13
</html>