From 3c2158e66863e9feca3fa78b6963c9cde2a57f25 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 12 Jul 2024 06:37:24 -0400 Subject: Use bare boolean literals I'm not sure why these were written out in full, although vaguely recall something about rdflib having trouble with these. In any case, it seems to work now, and this is fundamental Turtle syntax that should be supported by everything. This is necessary for the lint tests to pass after improvements to serd that will rewrite these literals in this way. --- lv2/core.lv2/lv2core.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lv2/core.lv2/lv2core.ttl') diff --git a/lv2/core.lv2/lv2core.ttl b/lv2/core.lv2/lv2core.ttl index e86f1be..e96cede 100644 --- a/lv2/core.lv2/lv2core.ttl +++ b/lv2/core.lv2/lv2core.ttl @@ -374,7 +374,7 @@ lv2:connectionOptional lv2:reportsLatency a lv2:PortProperty ; - owl:deprecated "true"^^xsd:boolean ; + owl:deprecated true ; rdfs:label "reports latency" ; rdfs:comment "Control port value is the plugin latency in frames." . -- cgit v1.2.1