diff options
author | David Robillard <d@drobilla.net> | 2020-02-16 11:59:39 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-02-16 12:02:05 +0100 |
commit | b042d19364170e03db35b4c736d7d17c897d5203 (patch) | |
tree | 23ae7c49621566139b7d536c68c50b4e0afe01f0 /lv2/port-groups | |
parent | d5d6a9529d9ee0d5e8d8db96fb0015f0e9222bcf (diff) | |
download | lv2-b042d19364170e03db35b4c736d7d17c897d5203.tar.xz |
Normalise syntax of all specification data with serdi
Diffstat (limited to 'lv2/port-groups')
-rw-r--r-- | lv2/port-groups/lv2-port-groups.doap.ttl | 1 | ||||
-rw-r--r-- | lv2/port-groups/manifest.ttl | 2 | ||||
-rw-r--r-- | lv2/port-groups/port-groups.ttl | 21 |
3 files changed, 13 insertions, 11 deletions
diff --git a/lv2/port-groups/lv2-port-groups.doap.ttl b/lv2/port-groups/lv2-port-groups.doap.ttl index 84a92f4..975e4ee 100644 --- a/lv2/port-groups/lv2-port-groups.doap.ttl +++ b/lv2/port-groups/lv2-port-groups.doap.ttl @@ -41,3 +41,4 @@ ] ] ] . + diff --git a/lv2/port-groups/manifest.ttl b/lv2/port-groups/manifest.ttl index 4a7befe..3cda6c6 100644 --- a/lv2/port-groups/manifest.ttl +++ b/lv2/port-groups/manifest.ttl @@ -1,4 +1,4 @@ -@prefix lv2: <http://lv2plug.in/ns/lv2core#> . +@prefix lv2: <http://lv2plug.in/ns/lv2core#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . <http://lv2plug.in/ns/ext/port-groups> 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: <http://lv2plug.in/ns/lv2core#> . -@prefix owl: <http://www.w3.org/2002/07/owl#> . -@prefix pg: <http://lv2plug.in/ns/ext/port-groups#> . -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix lv2: <http://lv2plug.in/ns/lv2core#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix pg: <http://lv2plug.in/ns/ext/port-groups#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://lv2plug.in/ns/ext/port-groups> 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 ] . + |