From 039023c4b4b0e3cdf787c33fcfe62c97def07dd4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 3 Oct 2016 22:51:41 -0400 Subject: Add patch:accept property --- lv2/lv2plug.in/ns/ext/patch/patch.ttl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lv2/lv2plug.in/ns/ext/patch/patch.ttl') 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:

""" . +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 , -- cgit v1.2.1