aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-05-12 12:10:41 +0200
committerJonas Smedegaard <dr@jones.dk>2025-05-12 12:10:41 +0200
commitbe35a0f322b03cf38fbba3b60f657ffce1a62c8d (patch)
treecf0dd4065725883f421339c30456bd2a51eb4465 /test
parent6d432681934a532f4429f57c0c92eb96ed3388c7 (diff)
fix IRIs in tests
Diffstat (limited to 'test')
-rw-r--r--test/ex_title_and_list.md2
-rw-r--r--test/ex_title_and_list.plain.html2
-rw-r--r--test/ex_title_and_list.rdfa.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/test/ex_title_and_list.md b/test/ex_title_and_list.md
index 5b12b34..3d87542 100644
--- a/test/ex_title_and_list.md
+++ b/test/ex_title_and_list.md
@@ -7,7 +7,7 @@
* Meeting participants: {schema:attendee}
* Alice
* Bob
- * [Tim](https://www.wikidata.org/wiki/Q80)
+ * [Tim](https://www.wikidata.org/entity/Q80)
* Description: Some information not annotated
## Launch party
diff --git a/test/ex_title_and_list.plain.html b/test/ex_title_and_list.plain.html
index 1ef3fac..0a2b3c0 100644
--- a/test/ex_title_and_list.plain.html
+++ b/test/ex_title_and_list.plain.html
@@ -6,7 +6,7 @@
<ul>
<li>Alice</li>
<li>Bob</li>
-<li><a href="https://www.wikidata.org/wiki/Q80">Tim</a></li>
+<li><a href="https://www.wikidata.org/entity/Q80">Tim</a></li>
</ul></li>
<li>Description: Some information not annotated</li>
</ul>
diff --git a/test/ex_title_and_list.rdfa.html b/test/ex_title_and_list.rdfa.html
index b3c62d1..fb0c98b 100644
--- a/test/ex_title_and_list.rdfa.html
+++ b/test/ex_title_and_list.rdfa.html
@@ -7,7 +7,7 @@
<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>
+<li><a property="attendee" href="https://www.wikidata.org/entity/Q80">Tim</a></li>
</ul></li>
<li>Description: Some information not annotated</li>
</ul>