diff options
Diffstat (limited to 'lv2/dynmanifest')
-rw-r--r-- | lv2/dynmanifest/dynmanifest.ttl | 11 | ||||
-rw-r--r-- | lv2/dynmanifest/lv2-dynmanifest.doap.ttl | 1 | ||||
-rw-r--r-- | lv2/dynmanifest/manifest.ttl | 3 |
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> . + |