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/atom | |
parent | d5d6a9529d9ee0d5e8d8db96fb0015f0e9222bcf (diff) | |
download | lv2-b042d19364170e03db35b4c736d7d17c897d5203.tar.xz |
Normalise syntax of all specification data with serdi
Diffstat (limited to 'lv2/atom')
-rw-r--r-- | lv2/atom/atom.ttl | 19 | ||||
-rw-r--r-- | lv2/atom/lv2-atom.doap.ttl | 1 | ||||
-rw-r--r-- | lv2/atom/manifest.ttl | 3 |
3 files changed, 13 insertions, 10 deletions
diff --git a/lv2/atom/atom.ttl b/lv2/atom/atom.ttl index 891cd1f..f02ce64 100644 --- a/lv2/atom/atom.ttl +++ b/lv2/atom/atom.ttl @@ -1,11 +1,11 @@ -@prefix atom: <http://lv2plug.in/ns/ext/atom#> . -@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 ui: <http://lv2plug.in/ns/extensions/ui#> . +@prefix atom: <http://lv2plug.in/ns/ext/atom#> . +@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 ui: <http://lv2plug.in/ns/extensions/ui#> . @prefix units: <http://lv2plug.in/ns/extensions/units#> . -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://lv2plug.in/ns/ext/atom> a owl:Ontology ; @@ -65,7 +65,7 @@ atom:cType rdfs:label "C type" ; rdfs:domain rdfs:Class ; rdfs:range lv2:Symbol ; - rdfs:comment """The identifier for a C type describing the binary representation of an Atom of this type.""" . + rdfs:comment "The identifier for a C type describing the binary representation of an Atom of this type." . atom:Atom a rdfs:Class ; @@ -550,7 +550,7 @@ atom:childType a rdf:Property , owl:ObjectProperty ; rdfs:label "child type" ; - rdfs:comment "The type of a container's children." . + rdfs:comment """The type of a container's children.""" . atom:supports a rdf:Property ; @@ -600,3 +600,4 @@ atom:atomTransfer <p>This protocol applies to atom ports. The host must transfer the complete atom contained in the port, including header.</p> """ . + diff --git a/lv2/atom/lv2-atom.doap.ttl b/lv2/atom/lv2-atom.doap.ttl index 1613c64..4f6e69b 100644 --- a/lv2/atom/lv2-atom.doap.ttl +++ b/lv2/atom/lv2-atom.doap.ttl @@ -101,3 +101,4 @@ ] ] ] . + diff --git a/lv2/atom/manifest.ttl b/lv2/atom/manifest.ttl index ae6195b..46d6de5 100644 --- a/lv2/atom/manifest.ttl +++ b/lv2/atom/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/atom> @@ -6,3 +6,4 @@ lv2:minorVersion 2 ; lv2:microVersion 2 ; rdfs:seeAlso <atom.ttl> . + |