aboutsummaryrefslogtreecommitdiff
path: root/test/ex_title_and_list.rdfa.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/ex_title_and_list.rdfa.html')
-rw-r--r--test/ex_title_and_list.rdfa.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/test/ex_title_and_list.rdfa.html b/test/ex_title_and_list.rdfa.html
new file mode 100644
index 0000000..b3c62d1
--- /dev/null
+++ b/test/ex_title_and_list.rdfa.html
@@ -0,0 +1,16 @@
+<div vocab="http://schema.org/">
+<h2 typeof="Event" property="name">Specification meeting</h2>
+<ul>
+<li>Date: <span property="startDate">11/10</span></li>
+<li>Place: <span property="location">Our office, Street name, Paris</span></li>
+<li>Meeting participants:
+<ul>
+<li property="attendee">Alice</li>
+<li property="attendee">Bob</li>
+<li><a property="attendee" href="https://www.wikidata.org/wiki/Q80">Tim</a></li>
+</ul></li>
+<li>Description: Some information not annotated</li>
+</ul>
+<h2 typeof="Event" property="name">Launch party</h2>
+<p>(TODO)</p>
+</div>