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/units/lv2-units.doap.ttl | 1 + lv2/units/manifest.ttl | 2 +- lv2/units/units.ttl | 17 +++++++++-------- 3 files changed, 11 insertions(+), 9 deletions(-) (limited to 'lv2/units') diff --git a/lv2/units/lv2-units.doap.ttl b/lv2/units/lv2-units.doap.ttl index 076fef6..c55b9de 100644 --- a/lv2/units/lv2-units.doap.ttl +++ b/lv2/units/lv2-units.doap.ttl @@ -107,3 +107,4 @@ ] ; doap:developer ; doap:maintainer . + diff --git a/lv2/units/manifest.ttl b/lv2/units/manifest.ttl index ada802a..c6c9286 100644 --- a/lv2/units/manifest.ttl +++ b/lv2/units/manifest.ttl @@ -1,4 +1,4 @@ -@prefix lv2: . +@prefix lv2: . @prefix rdfs: . diff --git a/lv2/units/units.ttl b/lv2/units/units.ttl index aaae520..de0cd40 100644 --- a/lv2/units/units.ttl +++ b/lv2/units/units.ttl @@ -1,9 +1,9 @@ -@prefix lv2: . -@prefix owl: . -@prefix rdf: . -@prefix rdfs: . +@prefix lv2: . +@prefix owl: . +@prefix rdf: . +@prefix rdfs: . @prefix units: . -@prefix xsd: . +@prefix xsd: . a owl:Ontology ; @@ -106,7 +106,7 @@ units:prefixConversion rdfs:domain units:Unit ; rdfs:range units:Conversion ; rdfs:label "prefix conversion" ; - rdfs:comment """A conversion from this unit to the same unit but with a different SI prefix (e.g. Hz to kHz).""" . + rdfs:comment "A conversion from this unit to the same unit but with a different SI prefix (e.g. Hz to kHz)." . units:to a rdf:Property , @@ -121,7 +121,7 @@ units:factor owl:DatatypeProperty ; rdfs:domain units:Conversion ; rdfs:label "conversion factor" ; - rdfs:comment """The factor to multiply the source value by in order to convert to the target unit.""" . + rdfs:comment "The factor to multiply the source value by in order to convert to the target unit." . units:s a units:Unit ; @@ -262,7 +262,7 @@ units:inch units:to units:cm ] ; rdfs:label "inches" ; - units:render """%f\"""" ; + units:render "%f\"" ; units:symbol "in" . units:mile @@ -391,3 +391,4 @@ units:midiNote rdfs:label "MIDI note" ; units:render "MIDI note %d" ; units:symbol "note" . + -- cgit v1.2.1