From 49482954ebb719288e710ec23abdd026cdcf1d79 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 13 Jul 2020 16:03:02 +0200 Subject: fix example: annotate two named events (not one event with two names) --- README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f48f41f..bf0cdfd 100644 --- a/README.md +++ b/README.md @@ -75,9 +75,7 @@ Notice how IRI namespace "schema" is implicitly resolved from its listing at [RD ### Title and list example ```markdown -{.schema:Event} - -## {schema:name} +## {.schema:Event schema:name} ## Specification meeting * Date: [11/10]{schema:startDate} @@ -97,7 +95,7 @@ Notice how IRI namespace "schema" is implicitly resolved from its listing at [RD Would produce the following HTML+RDFa: ```html -
+

Specification meeting

  • Date: 11/10
  • @@ -112,14 +110,11 @@ Would produce the following HTML+RDFa:
  • Description: Some information not annotated
-

Launch party

+

Launch party

(TODO)

``` -:::danger -:heavy_exclamation_mark: FIXME: There is a problem in the RDFa markup as this generates _a single event with 2 names_ instead of 2 events each with a name (Thomas). Test the markup at http://rdfa.info/play -::: ## Annotation syntax -- cgit v1.2.3