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/resize-port | |
parent | d5d6a9529d9ee0d5e8d8db96fb0015f0e9222bcf (diff) | |
download | lv2-b042d19364170e03db35b4c736d7d17c897d5203.tar.xz |
Normalise syntax of all specification data with serdi
Diffstat (limited to 'lv2/resize-port')
-rw-r--r-- | lv2/resize-port/lv2-resize-port.doap.ttl | 1 | ||||
-rw-r--r-- | lv2/resize-port/manifest.ttl | 2 | ||||
-rw-r--r-- | lv2/resize-port/resize-port.ttl | 11 |
3 files changed, 8 insertions, 6 deletions
diff --git a/lv2/resize-port/lv2-resize-port.doap.ttl b/lv2/resize-port/lv2-resize-port.doap.ttl index 49ab3cb..6f7dac4 100644 --- a/lv2/resize-port/lv2-resize-port.doap.ttl +++ b/lv2/resize-port/lv2-resize-port.doap.ttl @@ -20,3 +20,4 @@ ] ] ] . + diff --git a/lv2/resize-port/manifest.ttl b/lv2/resize-port/manifest.ttl index 21569ae..9fae8b8 100644 --- a/lv2/resize-port/manifest.ttl +++ b/lv2/resize-port/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/resize-port> diff --git a/lv2/resize-port/resize-port.ttl b/lv2/resize-port/resize-port.ttl index 08186a7..a35ab1a 100644 --- a/lv2/resize-port/resize-port.ttl +++ b/lv2/resize-port/resize-port.ttl @@ -1,9 +1,9 @@ -@prefix lv2: <http://lv2plug.in/ns/lv2core#> . -@prefix owl: <http://www.w3.org/2002/07/owl#> . -@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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . -@prefix rsz: <http://lv2plug.in/ns/ext/resize-port#> . -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . +@prefix rsz: <http://lv2plug.in/ns/ext/resize-port#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://lv2plug.in/ns/ext/resize-port> a lv2:Specification ; @@ -62,3 +62,4 @@ minimumSize specified to a buffer at least as large as the value given for this property. Any host, especially those that do NOT support dynamic port resizing, SHOULD do so or reduced functionality may result. """ . + |