aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/ext/patch/patch.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/patch/patch.ttl')
-rw-r--r--lv2/lv2plug.in/ns/ext/patch/patch.ttl7
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 ,