aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in
diff options
context:
space:
mode:
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 ,