diff options
| -rw-r--r-- | _extensions/ruc-play/semantic-markdown/semantic-markdown.lua | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/_extensions/ruc-play/semantic-markdown/semantic-markdown.lua b/_extensions/ruc-play/semantic-markdown/semantic-markdown.lua index fb96abe..23dcff4 100644 --- a/_extensions/ruc-play/semantic-markdown/semantic-markdown.lua +++ b/_extensions/ruc-play/semantic-markdown/semantic-markdown.lua @@ -11,10 +11,10 @@ --- ```markdown --- # {=<#artwork> .:Image} Semantics --- ---- Simple ontological annotation: +--- Simple ontological annotation: --- [This][painting] is not a [pipe]. --- ---- Nested, mixed-use and custom-namespaced annotations: +--- Nested, mixed-use and custom-namespaced annotations: --- [[Ceci][painting] n'est pas une [pipe].]{lang=fr bibo:shortDescription} --- --- [painting]: {wd:Q1061035} @@ -48,10 +48,10 @@ --- --- --- # Semantics --- ---- Simple ontological annotation: +--- Simple ontological annotation: --- [This][painting] is not a [pipe]. --- ---- Nested, mixed-use and custom-namespaced annotations: +--- Nested, mixed-use and custom-namespaced annotations: --- [[Ceci][painting] n'est pas une [pipe].]{lang=fr} --- --- [painting]: https://www.wikidata.org/entity/Q1061035 @@ -71,7 +71,7 @@ --- prefix="bibo: http://purl.org/ontology/bibo/" --- resource="#artwork" typeof="Image"> --- <h1>Semantics</h1> ---- <p>Simple ontological annotation:<br /> +--- <p>Simple ontological annotation: --- <a property="depiction" --- href="https://www.wikidata.org/entity/Q1061035" --- title="A painting of a smoking pipe">This</a> @@ -80,7 +80,7 @@ --- href="https://www.wikidata.org/entity/Q104526" --- title="A smoking pipe">pipe</a>.</p> --- ---- <p>Nested, mixed-use and custom-namespaced annotations:<br /> +--- <p>Nested, mixed-use and custom-namespaced annotations: --- <span lang="fr" property="bibo:shortDescription"> --- <a property="depiction" --- href="https://www.wikidata.org/entity/Q1061035" |
