@prefix lv2: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix work: . @prefix xsd: . a owl:Ontology ; rdfs:label "LV2 Worker" ; rdfs:comment "Support for doing non-realtime work in plugins." ; owl:imports ; rdfs:seeAlso , . 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." .