diff options
Diffstat (limited to 'lv2/presets')
-rw-r--r-- | lv2/presets/lv2-presets.doap.ttl | 1 | ||||
-rw-r--r-- | lv2/presets/manifest.ttl | 2 | ||||
-rw-r--r-- | lv2/presets/presets.ttl | 11 |
3 files changed, 8 insertions, 6 deletions
diff --git a/lv2/presets/lv2-presets.doap.ttl b/lv2/presets/lv2-presets.doap.ttl index 5ba8867..43857f6 100644 --- a/lv2/presets/lv2-presets.doap.ttl +++ b/lv2/presets/lv2-presets.doap.ttl @@ -59,3 +59,4 @@ ] ] ] . + diff --git a/lv2/presets/manifest.ttl b/lv2/presets/manifest.ttl index d1fc482..b9cacf5 100644 --- a/lv2/presets/manifest.ttl +++ b/lv2/presets/manifest.ttl @@ -1,4 +1,4 @@ -@prefix lv2: <http://lv2plug.in/ns/lv2core#> . +@prefix lv2: <http://lv2plug.in/ns/lv2core#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . <http://lv2plug.in/ns/ext/presets> diff --git a/lv2/presets/presets.ttl b/lv2/presets/presets.ttl index a32347b..410ec00 100644 --- a/lv2/presets/presets.ttl +++ b/lv2/presets/presets.ttl @@ -1,9 +1,9 @@ -@prefix lv2: <http://lv2plug.in/ns/lv2core#> . -@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix lv2: <http://lv2plug.in/ns/lv2core#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix pset: <http://lv2plug.in/ns/ext/presets#> . -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://lv2plug.in/ns/ext/presets> a owl:Ontology ; @@ -91,7 +91,7 @@ pset:value a rdf:Property ; rdfs:domain lv2:PortBase ; rdfs:label "value" ; - rdfs:comment """Specifies the value of a Port on some Preset. This property is used in a similar way to e.g. lv2:default.""" . + rdfs:comment "Specifies the value of a Port on some Preset. This property is used in a similar way to e.g. lv2:default." . pset:preset a rdf:Property ; @@ -103,3 +103,4 @@ pset:preset may be useful for saving state, or notifying a plugin instance at run-time about a preset change.</p> """ . + |