diff options
author | David Robillard <d@drobilla.net> | 2020-02-16 11:59:39 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-02-16 12:02:05 +0100 |
commit | b042d19364170e03db35b4c736d7d17c897d5203 (patch) | |
tree | 23ae7c49621566139b7d536c68c50b4e0afe01f0 /lv2/log | |
parent | d5d6a9529d9ee0d5e8d8db96fb0015f0e9222bcf (diff) | |
download | lv2-b042d19364170e03db35b4c736d7d17c897d5203.tar.xz |
Normalise syntax of all specification data with serdi
Diffstat (limited to 'lv2/log')
-rw-r--r-- | lv2/log/log.ttl | 9 | ||||
-rw-r--r-- | lv2/log/lv2-log.doap.ttl | 1 | ||||
-rw-r--r-- | lv2/log/manifest.ttl | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/lv2/log/log.ttl b/lv2/log/log.ttl index 60e1d3f..ae5fc8d 100644 --- a/lv2/log/log.ttl +++ b/lv2/log/log.ttl @@ -1,8 +1,8 @@ -@prefix log: <http://lv2plug.in/ns/ext/log#> . -@prefix lv2: <http://lv2plug.in/ns/lv2core#> . -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix log: <http://lv2plug.in/ns/ext/log#> . +@prefix lv2: <http://lv2plug.in/ns/lv2core#> . +@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/log> a lv2:Specification ; @@ -66,3 +66,4 @@ log:log the host must pass an LV2_Feature to LV2_Descriptor::instantiate() with URI LV2_LOG__log and data pointed to an instance of LV2_Log_Log.</p> """ . + diff --git a/lv2/log/lv2-log.doap.ttl b/lv2/log/lv2-log.doap.ttl index d109809..1a5a56e 100644 --- a/lv2/log/lv2-log.doap.ttl +++ b/lv2/log/lv2-log.doap.ttl @@ -50,3 +50,4 @@ ] ] ] . + diff --git a/lv2/log/manifest.ttl b/lv2/log/manifest.ttl index afe7449..bcaeff3 100644 --- a/lv2/log/manifest.ttl +++ b/lv2/log/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/log> |