aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/worker/worker.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'lv2/worker/worker.ttl')
-rw-r--r--lv2/worker/worker.ttl25
1 files changed, 0 insertions, 25 deletions
diff --git a/lv2/worker/worker.ttl b/lv2/worker/worker.ttl
deleted file mode 100644
index cb8a81a..0000000
--- a/lv2/worker/worker.ttl
+++ /dev/null
@@ -1,25 +0,0 @@
-@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#> .
-
-<http://lv2plug.in/ns/ext/worker>
- a owl:Ontology ;
- rdfs:label "LV2 Worker" ;
- rdfs:comment "Support for doing non-realtime work in plugins." ;
- owl:imports <http://lv2plug.in/ns/lv2core> ;
- rdfs:seeAlso <worker.h> ,
- <worker.meta.ttl> .
-
-work:interface
- a lv2:ExtensionData ;
- rdfs:label "work interface" ;
- rdfs:comment "The work interface provided by a plugin." .
-
-work:schedule
- a lv2:Feature ;
- rdfs:label "work schedule" ;
- rdfs:comment "The work scheduling feature provided by a host." .
-