aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/dynmanifest
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-02-16 11:59:39 +0100
committerDavid Robillard <d@drobilla.net>2020-02-16 12:02:05 +0100
commitb042d19364170e03db35b4c736d7d17c897d5203 (patch)
tree23ae7c49621566139b7d536c68c50b4e0afe01f0 /lv2/dynmanifest
parentd5d6a9529d9ee0d5e8d8db96fb0015f0e9222bcf (diff)
downloadlv2-b042d19364170e03db35b4c736d7d17c897d5203.tar.xz
Normalise syntax of all specification data with serdi
Diffstat (limited to 'lv2/dynmanifest')
-rw-r--r--lv2/dynmanifest/dynmanifest.ttl11
-rw-r--r--lv2/dynmanifest/lv2-dynmanifest.doap.ttl1
-rw-r--r--lv2/dynmanifest/manifest.ttl3
3 files changed, 9 insertions, 6 deletions
diff --git a/lv2/dynmanifest/dynmanifest.ttl b/lv2/dynmanifest/dynmanifest.ttl
index 63e0730..966dd0f 100644
--- a/lv2/dynmanifest/dynmanifest.ttl
+++ b/lv2/dynmanifest/dynmanifest.ttl
@@ -1,15 +1,15 @@
@prefix dman: <http://lv2plug.in/ns/ext/dynmanifest#> .
-@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
-@prefix owl: <http://www.w3.org/2002/07/owl#> .
-@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
+@prefix owl: <http://www.w3.org/2002/07/owl#> .
+@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/dynmanifest>
a lv2:Specification ;
rdfs:seeAlso <dynmanifest.h> ,
<lv2-dynmanifest.doap.ttl> ;
- lv2:documentation """
+ lv2:documentation """
<p>The LV2 API, on its own, cannot be used to write plugin libraries where data
is dynamically generated at runtime (e.g. API wrappers), since LV2 requires
needed information to be provided in one or more static data (RDF) files. This
@@ -83,3 +83,4 @@ dman:DynManifest
There MUST NOT be any instances of dman:DynManifest in the generated manifest.
All relative URIs in the generated data MUST be relative to the base path that would be used to parse a normal LV2 manifest (the bundle path).""" .
+
diff --git a/lv2/dynmanifest/lv2-dynmanifest.doap.ttl b/lv2/dynmanifest/lv2-dynmanifest.doap.ttl
index 9dd6c81..77f03ca 100644
--- a/lv2/dynmanifest/lv2-dynmanifest.doap.ttl
+++ b/lv2/dynmanifest/lv2-dynmanifest.doap.ttl
@@ -53,3 +53,4 @@
]
]
] .
+
diff --git a/lv2/dynmanifest/manifest.ttl b/lv2/dynmanifest/manifest.ttl
index 784fb30..db27a73 100644
--- a/lv2/dynmanifest/manifest.ttl
+++ b/lv2/dynmanifest/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/dynmanifest>
@@ -6,3 +6,4 @@
lv2:minorVersion 1 ;
lv2:microVersion 6 ;
rdfs:seeAlso <dynmanifest.ttl> .
+