aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/ext/patch/patch.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-03-30 23:21:56 +0000
committerDavid Robillard <d@drobilla.net>2012-03-30 23:21:56 +0000
commit61ca99092ee9e4558ace1b9dc60249e41e9e196b (patch)
tree23e9c5c96831a5c3a81393865af12d98e26fba1d /lv2/lv2plug.in/ns/ext/patch/patch.ttl
parentf177c3b7d4ac6f4af8bb91ca9f41ce551b9cbb87 (diff)
downloadlv2-61ca99092ee9e4558ace1b9dc60249e41e9e196b.tar.xz
Add missing definition of patch:wildcard.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/patch/patch.ttl')
-rw-r--r--lv2/lv2plug.in/ns/ext/patch/patch.ttl6
1 files changed, 6 insertions, 0 deletions
diff --git a/lv2/lv2plug.in/ns/ext/patch/patch.ttl b/lv2/lv2plug.in/ns/ext/patch/patch.ttl
index 9e60939..347cf91 100644
--- a/lv2/lv2plug.in/ns/ext/patch/patch.ttl
+++ b/lv2/lv2plug.in/ns/ext/patch/patch.ttl
@@ -352,3 +352,9 @@ patch:remove
owl:ObjectProperty ,
owl:FunctionalProperty ;
rdfs:domain patch:Message .
+
+patch:wildcard
+ a rdfs:Resource ;
+ rdfs:comment """
+A wildcard which matches any resource. This makes it possible to describe the removal of all values for a given property.
+""" .