diff options
author | David Robillard <d@drobilla.net> | 2012-03-04 04:08:21 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-03-04 04:08:21 +0000 |
commit | 039f76cacd875fe8a68f131a3cfbef959a8cd40c (patch) | |
tree | 3b234eff2fb43dfd18a03864f156b1a09df67a8e /lv2/lv2plug.in/ns/ext/message/message.ttl | |
parent | ced8aa601bd433d5648cd22d89fd3f23ec9826fa (diff) | |
download | lv2-039f76cacd875fe8a68f131a3cfbef959a8cd40c.tar.xz |
Add skeleton definitions for undefined properties (fix broken links).
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/message/message.ttl')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/message/message.ttl | 17 |
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 , |