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/urid | |
parent | d5d6a9529d9ee0d5e8d8db96fb0015f0e9222bcf (diff) | |
download | lv2-b042d19364170e03db35b4c736d7d17c897d5203.tar.xz |
Normalise syntax of all specification data with serdi
Diffstat (limited to 'lv2/urid')
-rw-r--r-- | lv2/urid/lv2-urid.doap.ttl | 1 | ||||
-rw-r--r-- | lv2/urid/manifest.ttl | 3 | ||||
-rw-r--r-- | lv2/urid/urid.ttl | 3 |
3 files changed, 5 insertions, 2 deletions
diff --git a/lv2/urid/lv2-urid.doap.ttl b/lv2/urid/lv2-urid.doap.ttl index b79545c..d4e5fdc 100644 --- a/lv2/urid/lv2-urid.doap.ttl +++ b/lv2/urid/lv2-urid.doap.ttl @@ -44,3 +44,4 @@ ] ] ] . + diff --git a/lv2/urid/manifest.ttl b/lv2/urid/manifest.ttl index 19b5832..772e2b6 100644 --- a/lv2/urid/manifest.ttl +++ b/lv2/urid/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/urid> @@ -6,3 +6,4 @@ lv2:minorVersion 1 ; lv2:microVersion 4 ; rdfs:seeAlso <urid.ttl> . + diff --git a/lv2/urid/urid.ttl b/lv2/urid/urid.ttl index 836d525..6f243e4 100644 --- a/lv2/urid/urid.ttl +++ b/lv2/urid/urid.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#> . @prefix urid: <http://lv2plug.in/ns/ext/urid#> . @@ -37,3 +37,4 @@ urid:map. To support this feature, the host must pass an LV2_Feature to LV2_Descriptor::instantiate() with URI LV2_URID__unmap and data pointed to an instance of LV2_URID_Unmap.</p> """ . + |