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.ttl2
1 files changed, 2 insertions, 0 deletions
diff --git a/lv2/lv2plug.in/ns/ext/patch/patch.ttl b/lv2/lv2plug.in/ns/ext/patch/patch.ttl
index a1ff201..9599285 100644
--- a/lv2/lv2plug.in/ns/ext/patch/patch.ttl
+++ b/lv2/lv2plug.in/ns/ext/patch/patch.ttl
@@ -193,6 +193,7 @@ patch:Patch
owl:minCardinality 1 ;
owl:onProperty patch:subject
] ;
+ rdfs:label "Patch" ;
lv2:documentation """
<p>A method for modifying the properties of an object.</p>
@@ -252,6 +253,7 @@ patch:Response
patch:Set
a rdfs:Class ;
+ rdfs:label "Set" ;
rdfs:subClassOf patch:Request ,
[
a owl:Restriction ;