diff options
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> """ . + |