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/state/lv2-state.doap.ttl | 1 + lv2/state/manifest.ttl | 3 ++- lv2/state/state.ttl | 7 ++++--- 3 files changed, 7 insertions(+), 4 deletions(-) (limited to 'lv2/state') diff --git a/lv2/state/lv2-state.doap.ttl b/lv2/state/lv2-state.doap.ttl index c2372c9..784946d 100644 --- a/lv2/state/lv2-state.doap.ttl +++ b/lv2/state/lv2-state.doap.ttl @@ -74,3 +74,4 @@ ] ] ] . + diff --git a/lv2/state/manifest.ttl b/lv2/state/manifest.ttl index 44732b1..4bbee9a 100644 --- a/lv2/state/manifest.ttl +++ b/lv2/state/manifest.ttl @@ -1,4 +1,4 @@ -@prefix lv2: . +@prefix lv2: . @prefix rdfs: . @@ -6,3 +6,4 @@ lv2:minorVersion 2 ; lv2:microVersion 5 ; rdfs:seeAlso . + diff --git a/lv2/state/state.ttl b/lv2/state/state.ttl index e5a4ab3..88981cd 100644 --- a/lv2/state/state.ttl +++ b/lv2/state/state.ttl @@ -1,6 +1,6 @@ -@prefix lv2: . -@prefix rdf: . -@prefix rdfs: . +@prefix lv2: . +@prefix rdf: . +@prefix rdfs: . @prefix state: . @@ -389,3 +389,4 @@ result in a different state being saved, but not when the host explicity makes a change which it knows is likely to have that effect, such as changing a parameter.

""" . + -- cgit v1.2.1