aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/ui.lv2/ui.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'lv2/ui.lv2/ui.ttl')
-rw-r--r--lv2/ui.lv2/ui.ttl6
1 files changed, 3 insertions, 3 deletions
diff --git a/lv2/ui.lv2/ui.ttl b/lv2/ui.lv2/ui.ttl
index e888988..c42992e 100644
--- a/lv2/ui.lv2/ui.ttl
+++ b/lv2/ui.lv2/ui.ttl
@@ -95,13 +95,13 @@ ui:binary
a rdf:Property ,
owl:ObjectProperty ;
owl:sameAs lv2:binary ;
- owl:deprecated "true"^^xsd:boolean ;
+ owl:deprecated true ;
rdfs:label "binary" ;
rdfs:comment "The shared library that a UI resides in." .
ui:makeSONameResident
a lv2:Feature ;
- owl:deprecated "true"^^xsd:boolean ;
+ owl:deprecated true ;
rdfs:label "make SO name resident" ;
rdfs:comment "UI binary must not be unloaded." .
@@ -188,7 +188,7 @@ ui:notifyType
ui:resize
a lv2:Feature ,
lv2:ExtensionData ;
- owl:deprecated "true"^^xsd:boolean ;
+ owl:deprecated true ;
rdfs:label "resize" ;
rdfs:comment """A feature that provides control of, and notifications about, a UI's size.""" .