aboutsummaryrefslogtreecommitdiff
path: root/_intro.qmd
diff options
context:
space:
mode:
Diffstat (limited to '_intro.qmd')
-rw-r--r--_intro.qmd6
1 files changed, 5 insertions, 1 deletions
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