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>
  14.