diff options
Diffstat (limited to 'lv2/worker')
-rw-r--r-- | lv2/worker/lv2-worker.doap.ttl | 1 | ||||
-rw-r--r-- | lv2/worker/manifest.ttl | 3 | ||||
-rw-r--r-- | lv2/worker/worker.ttl | 9 |
3 files changed, 8 insertions, 5 deletions
diff --git a/lv2/worker/lv2-worker.doap.ttl b/lv2/worker/lv2-worker.doap.ttl index b01159b..f25c2c3 100644 --- a/lv2/worker/lv2-worker.doap.ttl +++ b/lv2/worker/lv2-worker.doap.ttl @@ -30,3 +30,4 @@ ] ] ] . + diff --git a/lv2/worker/manifest.ttl b/lv2/worker/manifest.ttl index 28c2129..692720d 100644 --- a/lv2/worker/manifest.ttl +++ b/lv2/worker/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/worker> @@ -6,3 +6,4 @@ lv2:minorVersion 1 ; lv2:microVersion 2 ; rdfs:seeAlso <worker.ttl> . + diff --git a/lv2/worker/worker.ttl b/lv2/worker/worker.ttl index 6b32742..19c31d1 100644 --- a/lv2/worker/worker.ttl +++ b/lv2/worker/worker.ttl @@ -1,9 +1,9 @@ -@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 work: <http://lv2plug.in/ns/ext/worker#> . -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://lv2plug.in/ns/ext/worker> a owl:Ontology ; @@ -51,3 +51,4 @@ other context. Hosts MAY pass this feature to other functions as well, in which case the plugin MAY use it to schedule work in the calling context. The plugin MUST NOT assume any relationship between different schedule features.</p> """ . + |