From 61ca99092ee9e4558ace1b9dc60249e41e9e196b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 30 Mar 2012 23:21:56 +0000 Subject: Add missing definition of patch:wildcard. --- lv2/lv2plug.in/ns/ext/patch/patch.h | 1 + lv2/lv2plug.in/ns/ext/patch/patch.ttl | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/lv2/lv2plug.in/ns/ext/patch/patch.h b/lv2/lv2plug.in/ns/ext/patch/patch.h index 24c3b17..aad3788 100644 --- a/lv2/lv2plug.in/ns/ext/patch/patch.h +++ b/lv2/lv2plug.in/ns/ext/patch/patch.h @@ -46,5 +46,6 @@ #define LV2_PATCH__remove LV2_PATCH_PREFIX "remove" #define LV2_PATCH__request LV2_PATCH_PREFIX "request" #define LV2_PATCH__subject LV2_PATCH_PREFIX "subject" +#define LV2_PATCH__wildcard LV2_PATCH_PREFIX "wildcard" #endif /* LV2_PATCH_H */ 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. +""" . -- cgit v1.2.1