diff options
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/patch/patch.ttl')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/patch/patch.ttl | 6 |
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. +""" . |