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/core/meta.ttl | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'lv2/core/meta.ttl') diff --git a/lv2/core/meta.ttl b/lv2/core/meta.ttl index 4fa9a6a..e767910 100644 --- a/lv2/core/meta.ttl +++ b/lv2/core/meta.ttl @@ -1,8 +1,8 @@ -@prefix dcs: . +@prefix dcs: . @prefix doap: . -@prefix lv2: . +@prefix lv2: . @prefix meta: . -@prefix rdf: . +@prefix rdf: . @prefix rdfs: . @@ -75,7 +75,7 @@ THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH R dcs:blame ; dcs:changeset [ dcs:item [ - rdfs:label "eg-scope: Don't feed back UI state updates." + rdfs:label """eg-scope: Don't feed back UI state updates.""" ] , [ rdfs:label "eg-sampler: Fix handling of state file paths." ] , [ @@ -173,9 +173,10 @@ THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH R dcs:blame ; dcs:changeset [ dcs:item [ - rdfs:label "Initial release as a unified project. Projects can now simply depend on the pkg-config package 'lv2' for all official LV2 APIs." + rdfs:label """Initial release as a unified project. Projects can now simply depend on the pkg-config package 'lv2' for all official LV2 APIs.""" ] , [ rdfs:label "New extensions: atom, log, parameters, patch, port-groups, port-props, resize-port, state, time, worker." ] ] ] . + -- cgit v1.2.1