From b042d19364170e03db35b4c736d7d17c897d5203 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 16 Feb 2020 11:59:39 +0100 Subject: Normalise syntax of all specification data with serdi --- lv2/ui/manifest.ttl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lv2/ui/manifest.ttl') diff --git a/lv2/ui/manifest.ttl b/lv2/ui/manifest.ttl index 384bf2e..282b929 100644 --- a/lv2/ui/manifest.ttl +++ b/lv2/ui/manifest.ttl @@ -1,8 +1,9 @@ -@prefix lv2: . +@prefix lv2: . @prefix rdfs: . a lv2:Specification ; lv2:minorVersion 2 ; lv2:microVersion 20 ; - rdfs:seeAlso . \ No newline at end of file + rdfs:seeAlso . + -- cgit v1.2.1