From f4ae40195ebd1fcfe0568236ce1ba00dbae0f3c1 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 22 May 2025 22:54:07 +0200 Subject: add workflow diagrams --- _intro.qmd | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '_intro.qmd') diff --git a/_intro.qmd b/_intro.qmd index 30f086c..a15883a 100644 --- a/_intro.qmd +++ b/_intro.qmd @@ -77,7 +77,10 @@ Annotations are metadata, not directly part of the content. Consequently, the simplest way to correctly process markdown with semantic text annotations is to omit the annotations altogether, -rendering as if they had not been applied at all. +rendering as if they had not been applied at all, +as illustrated in @fig-phase1. + +![Simplest implementation level.](workflow/phase1.svg){#fig-phase1} More advanced processing may optionally embed semantic text annotations as semantic document annotations, i.e. embed as document-wide metadata. @@ -88,6 +91,7 @@ for embedded hypermedia markup like links and anchors. This project aims at the simplest processing level as described above, due to the limited time of the project. +(further processing is discussed in @sec-rdf). ## Maintaining usability and interoperability -- cgit v1.2.3