aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-03-04 04:08:21 +0000
committerDavid Robillard <d@drobilla.net>2012-03-04 04:08:21 +0000
commit039f76cacd875fe8a68f131a3cfbef959a8cd40c (patch)
tree3b234eff2fb43dfd18a03864f156b1a09df67a8e /lv2/lv2plug.in
parentced8aa601bd433d5648cd22d89fd3f23ec9826fa (diff)
downloadlv2-039f76cacd875fe8a68f131a3cfbef959a8cd40c.tar.xz
Add skeleton definitions for undefined properties (fix broken links).
Diffstat (limited to 'lv2/lv2plug.in')
-rw-r--r--lv2/lv2plug.in/ns/ext/message/message.ttl17
1 files changed, 16 insertions, 1 deletions
diff --git a/lv2/lv2plug.in/ns/ext/message/message.ttl b/lv2/lv2plug.in/ns/ext/message/message.ttl
index 6f0d971..70fa304 100644
--- a/lv2/lv2plug.in/ns/ext/message/message.ttl
+++ b/lv2/lv2plug.in/ns/ext/message/message.ttl
@@ -308,10 +308,25 @@ message is equivalent to:</p>
</pre>
""" .
+msg:subject
+ a rdf:Property ,
+ owl:ObjectProperty ;
+ rdfs:domain msg:Message .
+
msg:add
a rdf:Property ,
owl:ObjectProperty ;
- rdfs:domain msg:Method .
+ rdfs:domain msg:Message .
+
+msg:remove
+ a rdf:Property ,
+ owl:ObjectProperty ;
+ rdfs:domain msg:Message .
+
+msg:destination
+ a rdf:Property ,
+ owl:ObjectProperty ;
+ rdfs:domain msg:Message .
msg:body
a rdf:Property ,