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/event/event.ttl | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'lv2/event/event.ttl') diff --git a/lv2/event/event.ttl b/lv2/event/event.ttl index 94e429f..b356666 100644 --- a/lv2/event/event.ttl +++ b/lv2/event/event.ttl @@ -1,7 +1,7 @@ -@prefix ev: . -@prefix lv2: . -@prefix owl: . -@prefix rdf: . +@prefix ev: . +@prefix lv2: . +@prefix owl: . +@prefix rdf: . @prefix rdfs: . @@ -31,7 +31,7 @@ ev:EventPort a rdfs:Class ; rdfs:label "Event Port" ; rdfs:subClassOf lv2:Port ; - rdfs:comment """Ports of this type will be connected to a struct of type LV2_Event_Buffer, defined in event.h. These ports contain a sequence of generic events (possibly several types mixed in a single stream), the specific types of which are defined by some URI in another LV2 extension.""" . + rdfs:comment "Ports of this type will be connected to a struct of type LV2_Event_Buffer, defined in event.h. These ports contain a sequence of generic events (possibly several types mixed in a single stream), the specific types of which are defined by some URI in another LV2 extension." . ev:Event a rdfs:Class ; @@ -81,7 +81,7 @@ ev:inheritsEvent lv2:OutputPort ; rdfs:range lv2:Port ; rdfs:label "inherits event type" ; - rdfs:comment """Indicates that this output port might pass through events that arrived at some other input port (or generate an event of the same type as events arriving at that input). The host must always check the stamp type of all outputs when connecting an input, but this property should be set whenever it applies.""" . + rdfs:comment "Indicates that this output port might pass through events that arrived at some other input port (or generate an event of the same type as events arriving at that input). The host must always check the stamp type of all outputs when connecting an input, but this property should be set whenever it applies." . ev:supportsTimeStamp a rdf:Property ; @@ -112,3 +112,4 @@ ev:inheritsTimeStamp rdfs:comment """Indicates that this port follows the time stamp type of an input port. This property is not necessary, but it should be set for outputs that base their output type on an input port so the host can make more sense of the plugin and provide a more sensible interface.""" . + -- cgit v1.2.1