diff options
author | David Robillard <d@drobilla.net> | 2016-10-03 22:51:41 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-10-04 00:47:19 -0400 |
commit | 039023c4b4b0e3cdf787c33fcfe62c97def07dd4 (patch) | |
tree | 9567d5432ed7bcacf6205595fee1cd811722c148 /lv2/lv2plug.in/ns/ext/patch/patch.ttl | |
parent | 6e4ba73d8363b35fb8fea4ec711320e9475822f7 (diff) | |
download | lv2-039023c4b4b0e3cdf787c33fcfe62c97def07dd4.tar.xz |
Add patch:accept property
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/patch/patch.ttl')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/patch/patch.ttl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lv2/lv2plug.in/ns/ext/patch/patch.ttl b/lv2/lv2plug.in/ns/ext/patch/patch.ttl index 1d22aef..79ada4e 100644 --- a/lv2/lv2plug.in/ns/ext/patch/patch.ttl +++ b/lv2/lv2plug.in/ns/ext/patch/patch.ttl @@ -272,6 +272,13 @@ values for the property before setting the new value. For example:</p> </pre> """ . +patch:accept + a rdf:Property ; + rdfs:label "accept" ; + rdfs:domain patch:Request ; + rdfs:range rdfs:Class ; + rdfs:comment "An accepted type for a response." . + patch:add a rdf:Property , owl:ObjectProperty , |