@prefix lv2: . @prefix extui: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix ui: . @prefix xsd: . a owl:Ontology ; rdfs:seeAlso , , <../kx-meta/meta.ttl> ; lv2:documentation """

LV2 External UI extension is an LV2 UI extension, subclass of ui:UI just like ui:GtkUI is.
The ui:Widget type used in this extension is extui:Widget, see the C header file for more details.

This extension used to be (wronly) defined in a lv2plug.in domain.
The old URI is deprecated and the extension is available under a new URI.
Or if you prefer, the old extension is deprecated and a new one with exactly same semantics but different URI is available.

List of plugins that use this extension:

List of hosts that support this extension:

""" . extui:Host a lv2:Feature ; lv2:documentation """

TODO

""" . extui:Widget a rdfs:Class , owl:Class ; rdfs:subClassOf ui:UI ; rdfs:label "External UI" ; lv2:documentation """

TODO

""" . a lv2:Feature , rdfs:Class , owl:Class ; owl:deprecated true ; rdfs:seeAlso extui:Host, extui:Widget ; rdfs:label "Old External UI" ; lv2:documentation """

TODO

""" .