From b042d19364170e03db35b4c736d7d17c897d5203 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 16 Feb 2020 11:59:39 +0100 Subject: Normalise syntax of all specification data with serdi --- lv2/ui/lv2-ui.doap.ttl | 3 ++- lv2/ui/manifest.ttl | 5 +++-- lv2/ui/ui.ttl | 31 ++++++++++++++++--------------- 3 files changed, 21 insertions(+), 18 deletions(-) (limited to 'lv2/ui') diff --git a/lv2/ui/lv2-ui.doap.ttl b/lv2/ui/lv2-ui.doap.ttl index 8b804b1..7a956fc 100644 --- a/lv2/ui/lv2-ui.doap.ttl +++ b/lv2/ui/lv2-ui.doap.ttl @@ -1,4 +1,4 @@ -@prefix dcs: . +@prefix dcs: . @prefix doap: . @prefix foaf: . @prefix rdfs: . @@ -144,3 +144,4 @@ ] ] ] . + diff --git a/lv2/ui/manifest.ttl b/lv2/ui/manifest.ttl index 384bf2e..282b929 100644 --- a/lv2/ui/manifest.ttl +++ b/lv2/ui/manifest.ttl @@ -1,8 +1,9 @@ -@prefix lv2: . +@prefix lv2: . @prefix rdfs: . a lv2:Specification ; lv2:minorVersion 2 ; lv2:microVersion 20 ; - rdfs:seeAlso . \ No newline at end of file + rdfs:seeAlso . + diff --git a/lv2/ui/ui.ttl b/lv2/ui/ui.ttl index 48ac166..061ef0d 100644 --- a/lv2/ui/ui.ttl +++ b/lv2/ui/ui.ttl @@ -1,9 +1,9 @@ -@prefix lv2: . -@prefix owl: . -@prefix rdf: . +@prefix lv2: . +@prefix owl: . +@prefix rdf: . @prefix rdfs: . -@prefix ui: . -@prefix xsd: . +@prefix ui: . +@prefix xsd: . a owl:Ontology ; @@ -88,63 +88,63 @@ ui:GtkUI owl:Class ; rdfs:subClassOf ui:UI ; rdfs:label "GTK2 UI" ; - rdfs:comment """A UI where the LV2_Widget is a pointer to a Gtk+ 2.0 compatible GtkWidget, and the host guarantees that the Gtk+ library has been initialised and the Glib main loop is running before a UI of this type is instantiated.""" . + rdfs:comment "A UI where the LV2_Widget is a pointer to a Gtk+ 2.0 compatible GtkWidget, and the host guarantees that the Gtk+ library has been initialised and the Glib main loop is running before a UI of this type is instantiated." . ui:Gtk3UI a rdfs:Class , owl:Class ; rdfs:subClassOf ui:UI ; rdfs:label "GTK3 UI" ; - rdfs:comment """A UI where the LV2_Widget is a pointer to a Gtk+ 3.0 compatible GtkWidget, and the host guarantees that the Gtk+ library has been initialised and the Glib main loop is running before a UI of this type is instantiated.""" . + rdfs:comment "A UI where the LV2_Widget is a pointer to a Gtk+ 3.0 compatible GtkWidget, and the host guarantees that the Gtk+ library has been initialised and the Glib main loop is running before a UI of this type is instantiated." . ui:Qt4UI a rdfs:Class , owl:Class ; rdfs:subClassOf ui:UI ; rdfs:label "Qt4 UI" ; - rdfs:comment """A UI where the LV2_Widget is a pointer to a Qt4 compatible QWidget, and the host guarantees that the Qt4 library has been initialised and the Qt4 main loop is running before a UI of this type is instantiated.""" . + rdfs:comment "A UI where the LV2_Widget is a pointer to a Qt4 compatible QWidget, and the host guarantees that the Qt4 library has been initialised and the Qt4 main loop is running before a UI of this type is instantiated." . ui:Qt5UI a rdfs:Class , owl:Class ; rdfs:subClassOf ui:UI ; rdfs:label "Qt5 UI" ; - rdfs:comment """A UI where the LV2_Widget is a pointer to a Qt5 compatible QWidget, and the host guarantees that the Qt5 library has been initialised and the Qt5 main loop is running before a UI of this type is instantiated.""" . + rdfs:comment "A UI where the LV2_Widget is a pointer to a Qt5 compatible QWidget, and the host guarantees that the Qt5 library has been initialised and the Qt5 main loop is running before a UI of this type is instantiated." . ui:X11UI a rdfs:Class , owl:Class ; rdfs:subClassOf ui:UI ; rdfs:label "X11 UI" ; - rdfs:comment """A UI where the LV2_Widget is an X11 window ID. Note this is actually an integer, i.e. the LV2_Widget is not a pointer to an X11 window ID, but should be itself taken as an integer value. This is the native UI type on most POSIX systems.""" . + rdfs:comment "A UI where the LV2_Widget is an X11 window ID. Note this is actually an integer, i.e. the LV2_Widget is not a pointer to an X11 window ID, but should be itself taken as an integer value. This is the native UI type on most POSIX systems." . ui:WindowsUI a rdfs:Class , owl:Class ; rdfs:subClassOf ui:UI ; rdfs:label "Windows UI" ; - rdfs:comment """A UI where the LV2_Widget is a Windows HWND window ID. Note this is actually an unsigned 32-bit integer, i.e. the LV2_Widget is not a pointer to a HWND but should be interpreted as an HWND itself. This is the native UI type on Microsoft Windows.""" . + rdfs:comment "A UI where the LV2_Widget is a Windows HWND window ID. Note this is actually an unsigned 32-bit integer, i.e. the LV2_Widget is not a pointer to a HWND but should be interpreted as an HWND itself. This is the native UI type on Microsoft Windows." . ui:CocoaUI a rdfs:Class , owl:Class ; rdfs:subClassOf ui:UI ; rdfs:label "Cocoa UI" ; - rdfs:comment """A UI where the LV2_Widget is a pointer to a NSView, the basic view type for the Cocoa API (formerly OpenStep). This is the native UI type on Mac OS X.""" . + rdfs:comment "A UI where the LV2_Widget is a pointer to a NSView, the basic view type for the Cocoa API (formerly OpenStep). This is the native UI type on Mac OS X." . ui:ui a rdf:Property ; rdfs:domain lv2:Plugin ; rdfs:range ui:UI ; rdfs:label "user interface" ; - rdfs:comment """Relates a plugin to a UI that applies to it.""" . + rdfs:comment "Relates a plugin to a UI that applies to it." . ui:binary a rdf:Property ; owl:sameAs lv2:binary ; owl:deprecated "true"^^xsd:boolean ; rdfs:label "binary" ; - rdfs:comment """The shared library a UI resides in. This property is redundant, new UIs SHOULD use lv2:binary, however hosts MUST still support ui:binary at this time.""" . + rdfs:comment "The shared library a UI resides in. This property is redundant, new UIs SHOULD use lv2:binary, however hosts MUST still support ui:binary at this time." . ui:makeSONameResident a lv2:Feature ; @@ -200,7 +200,7 @@ ui:PortNotification a owl:Restriction ; owl:onProperty ui:plugin ; owl:cardinality 1 ; - rdfs:comment "A PortNotification MUST have exactly one ui:plugin." ; + rdfs:comment "A PortNotification MUST have exactly one ui:plugin." ] ; lv2:documentation """

A port notification. This describes which ports the host must send @@ -459,3 +459,4 @@ computed is called a measurement period.

None. """ . + -- cgit v1.2.1