diff options
Diffstat (limited to '_intro.qmd')
| -rw-r--r-- | _intro.qmd | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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. + +{#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 |
