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/uri-map/lv2-uri-map.doap.ttl | 1 + lv2/uri-map/manifest.ttl | 3 ++- lv2/uri-map/uri-map.ttl | 7 ++++--- 3 files changed, 7 insertions(+), 4 deletions(-) (limited to 'lv2/uri-map') diff --git a/lv2/uri-map/lv2-uri-map.doap.ttl b/lv2/uri-map/lv2-uri-map.doap.ttl index a5fec84..540585a 100644 --- a/lv2/uri-map/lv2-uri-map.doap.ttl +++ b/lv2/uri-map/lv2-uri-map.doap.ttl @@ -54,3 +54,4 @@ ] ] ] . + diff --git a/lv2/uri-map/manifest.ttl b/lv2/uri-map/manifest.ttl index 87087b6..a64e4fb 100644 --- a/lv2/uri-map/manifest.ttl +++ b/lv2/uri-map/manifest.ttl @@ -1,4 +1,4 @@ -@prefix lv2: . +@prefix lv2: . @prefix rdfs: . @@ -6,3 +6,4 @@ lv2:minorVersion 1 ; lv2:microVersion 6 ; rdfs:seeAlso . + diff --git a/lv2/uri-map/uri-map.ttl b/lv2/uri-map/uri-map.ttl index d9f7f5a..a62fb05 100644 --- a/lv2/uri-map/uri-map.ttl +++ b/lv2/uri-map/uri-map.ttl @@ -1,6 +1,6 @@ -@prefix lv2: . -@prefix owl: . -@prefix rdf: . +@prefix lv2: . +@prefix owl: . +@prefix rdf: . @prefix rdfs: . @prefix umap: . @@ -22,3 +22,4 @@ use in the audio thread without doing any string comparison. This allows the extensibility of RDF with the performance of integers (or centrally defined enumerations).

""" . + -- cgit v1.2.1