aboutsummaryrefslogtreecommitdiff
path: root/test/ex_title_and_list.rdfa.html
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-05-11 18:47:19 +0200
committerJonas Smedegaard <dr@jones.dk>2025-05-11 18:47:19 +0200
commit765ceca3bf63c1ea99c4060e793d96953582e19a (patch)
tree1b2f31fe4bd42a9dd091621bfafec7fcaec16df2 /test/ex_title_and_list.rdfa.html
parent80dfc2d690108220f991f282314d73765f285081 (diff)
add tests derived from draft protocol documentation
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>