aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/core/lv2core.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-03-19 18:03:53 +0100
committerDavid Robillard <d@drobilla.net>2020-03-28 17:10:05 +0100
commit96e5616beee2b8910c1597c6299e63043f95f9d7 (patch)
treeeae1aefb2decbcafec90b756abd9ec568afe1c3d /lv2/core/lv2core.ttl
parent8c5e414fda0160c6105503c584d3a3c0534f74e4 (diff)
downloadlv2-96e5616beee2b8910c1597c6299e63043f95f9d7.tar.xz
Add lv2:Markdown datatype
Diffstat (limited to 'lv2/core/lv2core.ttl')
-rw-r--r--lv2/core/lv2core.ttl12
1 files changed, 12 insertions, 0 deletions
diff --git a/lv2/core/lv2core.ttl b/lv2/core/lv2core.ttl
index b830e1a..aa8a192 100644
--- a/lv2/core/lv2core.ttl
+++ b/lv2/core/lv2core.ttl
@@ -17,6 +17,18 @@ lv2:Specification
so hosts may discover <em>all</em> present LV2 data.</p>
""" .
+lv2:Markdown
+ a rdfs:Datatype ;
+ owl:onDatatype xsd:string ;
+ lv2:documentation """
+<p>A string in <a href="https://daringfireball.net/projects/markdown/syntax">Markdown</a> syntax.</p>
+
+<p>Generally, documentation with this datatype should stay as close to readable
+plain text as possible, but may use core Markdown syntax for nicer
+presentation. Documentation can assume that basic extensions like codehilite
+and tables are available.</p>
+""" .
+
lv2:documentation
a rdf:Property ,
owl:AnnotationProperty ;