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/port-groups/port-groups.ttl | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'lv2/port-groups/port-groups.ttl') diff --git a/lv2/port-groups/port-groups.ttl b/lv2/port-groups/port-groups.ttl index 65974c2..5d49341 100644 --- a/lv2/port-groups/port-groups.ttl +++ b/lv2/port-groups/port-groups.ttl @@ -1,9 +1,9 @@ -@prefix lv2: . -@prefix owl: . -@prefix pg: . -@prefix rdf: . +@prefix lv2: . +@prefix owl: . +@prefix pg: . +@prefix rdf: . @prefix rdfs: . -@prefix xsd: . +@prefix xsd: . a owl:Ontology ; @@ -54,7 +54,7 @@ pg:element owl:ObjectProperty ; rdfs:range pg:Element ; rdfs:label "element" ; - rdfs:comment """Indicates that a group has a certain element (a parameter or channel designation with a possible index).""" . + rdfs:comment "Indicates that a group has a certain element (a parameter or channel designation with a possible index)." . pg:sideChainOf a rdf:Property , @@ -69,7 +69,7 @@ pg:subGroupOf rdfs:domain pg:Group ; rdfs:range pg:Group ; rdfs:label "sub-group of" ; - rdfs:comment """Indicates that this group is a child of another group. This property has no meaning with respect to plugin execution, but the host may find this information useful (e.g. to provide a compact user interface). Note that being a sub-group does not relax the restriction that the group MUST have a unique symbol with respect to the plugin.""" . + rdfs:comment "Indicates that this group is a child of another group. This property has no meaning with respect to plugin execution, but the host may find this information useful (e.g. to provide a compact user interface). Note that being a sub-group does not relax the restriction that the group MUST have a unique symbol with respect to the plugin." . pg:source a rdf:Property , @@ -104,12 +104,12 @@ pg:group rdfs:domain lv2:Port ; rdfs:range pg:Group ; rdfs:label "group" ; - rdfs:comment """Indicates that this port is a part of a group of ports on the plugin. The port should also have an lv2:designation property to define its designation within that group.""" . + rdfs:comment "Indicates that this port is a part of a group of ports on the plugin. The port should also have an lv2:designation property to define its designation within that group." . pg:DiscreteGroup a rdfs:Class ; rdfs:subClassOf pg:Group ; - rdfs:comment """Discrete channel configurations. These groups are divided into channels where each represents a particular speaker location. The position of sound in one of these groups depends on a particular speaker configuration.""" . + rdfs:comment "Discrete channel configurations. These groups are divided into channels where each represents a particular speaker location. The position of sound in one of these groups depends on a particular speaker configuration." . pg:left a lv2:Channel ; @@ -485,7 +485,7 @@ pg:ACN15 pg:AmbisonicGroup a rdfs:Class ; rdfs:subClassOf pg:Group ; - rdfs:comment """Ambisonic channel configurations. These groups are divided into channels which together represent a position in an abstract n-dimensional space. The position of sound in one of these groups does not depend on a particular speaker configuration; a decoder can be used to convert an ambisonic stream for any speaker configuration.""" . + rdfs:comment "Ambisonic channel configurations. These groups are divided into channels which together represent a position in an abstract n-dimensional space. The position of sound in one of these groups does not depend on a particular speaker configuration; a decoder can be used to convert an ambisonic stream for any speaker configuration." . pg:AmbisonicBH1P0Group a rdfs:Class ; @@ -747,3 +747,4 @@ pg:AmbisonicBH3P3Group lv2:index 15 ; lv2:designation pg:ACN15 ] . + -- cgit v1.2.1