diff options
author | Jonas Smedegaard <dr@jones.dk> | 2025-05-12 12:10:10 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2025-05-12 12:10:10 +0200 |
commit | 12d802da89ea8dbadc737aa0e6c966b23080791a (patch) | |
tree | 31f854400b9aee0d573fea7b374dc192cac6b30c | |
parent | 4ecfc4241891431add22d33cc0f8b46137e31951 (diff) |
sync with https://hackmd.io/KtR5fUhXRuS_XnNEo_gpow as of 2025-05-12T11:39
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -101,7 +101,7 @@ from its listing at [RDFa Core Initial Context] * 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 @@ -122,7 +122,7 @@ Would produce the following HTML+RDFa: <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> |