aboutsummaryrefslogtreecommitdiff
path: root/test/ex_title_and_list.rdfa.html
blob: fb0c98b867a442ca004c91d616dbc70f0f5854f7 (plain)
  1. <div vocab="http://schema.org/">
  2. <h2 typeof="Event" property="name">Specification meeting</h2>
  3. <ul>
  4. <li>Date: <span property="startDate">11/10</span></li>
  5. <li>Place: <span property="location">Our office, Street name, Paris</span></li>
  6. <li>Meeting participants:
  7. <ul>
  8. <li property="attendee">Alice</li>
  9. <li property="attendee">Bob</li>
  10. <li><a property="attendee" href="https://www.wikidata.org/entity/Q80">Tim</a></li>
  11. </ul></li>
  12. <li>Description: Some information not annotated</li>
  13. </ul>
  14. <h2 typeof="Event" property="name">Launch party</h2>
  15. <p>(TODO)</p>
  16. </div>