diff options
author | David Robillard <d@drobilla.net> | 2020-02-16 15:15:32 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-02-16 16:04:48 +0100 |
commit | ffea25768ab52cfa505d80e7b52fd5826933509b (patch) | |
tree | 85d225aa9e4cc3b186fa62a0abb733ddbe39c659 /lv2 | |
parent | d2bd47c38be8ca75385a8de5f8ce32003d790429 (diff) | |
download | lv2-ffea25768ab52cfa505d80e7b52fd5826933509b.tar.xz |
Make all specifications a lv2:Specification
Diffstat (limited to 'lv2')
-rw-r--r-- | lv2/atom/atom.ttl | 3 | ||||
-rw-r--r-- | lv2/core/lv2core.ttl | 3 | ||||
-rw-r--r-- | lv2/data-access/data-access.ttl | 3 | ||||
-rw-r--r-- | lv2/event/event.ttl | 3 | ||||
-rw-r--r-- | lv2/instance-access/instance-access.ttl | 3 | ||||
-rw-r--r-- | lv2/midi/midi.ttl | 3 | ||||
-rw-r--r-- | lv2/morph/morph.ttl | 3 | ||||
-rw-r--r-- | lv2/options/options.ttl | 3 | ||||
-rw-r--r-- | lv2/patch/patch.ttl | 3 | ||||
-rw-r--r-- | lv2/port-groups/port-groups.ttl | 3 | ||||
-rw-r--r-- | lv2/port-props/port-props.ttl | 3 | ||||
-rw-r--r-- | lv2/presets/presets.ttl | 3 | ||||
-rw-r--r-- | lv2/time/time.ttl | 3 | ||||
-rw-r--r-- | lv2/ui/ui.ttl | 3 | ||||
-rw-r--r-- | lv2/units/units.ttl | 3 | ||||
-rw-r--r-- | lv2/uri-map/uri-map.ttl | 3 | ||||
-rw-r--r-- | lv2/worker/worker.ttl | 3 |
17 files changed, 34 insertions, 17 deletions
diff --git a/lv2/atom/atom.ttl b/lv2/atom/atom.ttl index f02ce64..ff21d5b 100644 --- a/lv2/atom/atom.ttl +++ b/lv2/atom/atom.ttl @@ -8,7 +8,8 @@ @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://lv2plug.in/ns/ext/atom> - a owl:Ontology ; + a owl:Ontology , + lv2:Specification ; rdfs:seeAlso <atom.h> , <util.h> , <forge.h> , diff --git a/lv2/core/lv2core.ttl b/lv2/core/lv2core.ttl index 5f8696c..2f5ebc3 100644 --- a/lv2/core/lv2core.ttl +++ b/lv2/core/lv2core.ttl @@ -36,7 +36,8 @@ devices). See <a href="http://www.w3.org/TR/xhtml-basic/#s_xhtmlmodules" """ . <http://lv2plug.in/ns/lv2core> - a owl:Ontology ; + a owl:Ontology , + lv2:Specification ; rdfs:seeAlso <lv2.h> , <lv2_util.h> , <lv2core.doap.ttl> ; diff --git a/lv2/data-access/data-access.ttl b/lv2/data-access/data-access.ttl index 384dd87..40cafd3 100644 --- a/lv2/data-access/data-access.ttl +++ b/lv2/data-access/data-access.ttl @@ -3,7 +3,8 @@ @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . <http://lv2plug.in/ns/ext/data-access> - a lv2:Feature ; + a lv2:Feature , + lv2:Specification ; rdfs:seeAlso <data-access.h> , <lv2-data-access.doap.ttl> ; lv2:documentation """ diff --git a/lv2/event/event.ttl b/lv2/event/event.ttl index b356666..ec309b8 100644 --- a/lv2/event/event.ttl +++ b/lv2/event/event.ttl @@ -5,7 +5,8 @@ @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . <http://lv2plug.in/ns/ext/event> - a owl:Ontology ; + a owl:Ontology , + lv2:Specification ; owl:deprecated true ; rdfs:seeAlso <event.h> , <event-helpers.h> , diff --git a/lv2/instance-access/instance-access.ttl b/lv2/instance-access/instance-access.ttl index 5e4dd9a..4554a10 100644 --- a/lv2/instance-access/instance-access.ttl +++ b/lv2/instance-access/instance-access.ttl @@ -3,7 +3,8 @@ @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . <http://lv2plug.in/ns/ext/instance-access> - a lv2:Feature ; + a lv2:Feature , + lv2:Specification ; rdfs:seeAlso <instance-access.h> , <lv2-instance-access.doap.ttl> ; lv2:documentation """ diff --git a/lv2/midi/midi.ttl b/lv2/midi/midi.ttl index 21e3078..0af3a3e 100644 --- a/lv2/midi/midi.ttl +++ b/lv2/midi/midi.ttl @@ -8,7 +8,8 @@ @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://lv2plug.in/ns/ext/midi> - a owl:Ontology ; + a owl:Ontology , + lv2:Specification ; rdfs:seeAlso <midi.h> , <lv2-midi.doap.ttl> ; lv2:documentation """ diff --git a/lv2/morph/morph.ttl b/lv2/morph/morph.ttl index 77dac01..7f64157 100644 --- a/lv2/morph/morph.ttl +++ b/lv2/morph/morph.ttl @@ -9,7 +9,8 @@ @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://lv2plug.in/ns/ext/morph> - a owl:Ontology ; + a owl:Ontology , + lv2:Specification ; rdfs:seeAlso <morph.h> , <lv2-morph.doap.ttl> ; lv2:documentation """ diff --git a/lv2/options/options.ttl b/lv2/options/options.ttl index 0380b6b..3afe333 100644 --- a/lv2/options/options.ttl +++ b/lv2/options/options.ttl @@ -6,7 +6,8 @@ @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://lv2plug.in/ns/ext/options> - a owl:Ontology ; + a owl:Ontology , + lv2:Specification ; rdfs:seeAlso <options.h> , <lv2-options.doap.ttl> ; lv2:documentation """ diff --git a/lv2/patch/patch.ttl b/lv2/patch/patch.ttl index 5cc3e71..9f2ef69 100644 --- a/lv2/patch/patch.ttl +++ b/lv2/patch/patch.ttl @@ -7,7 +7,8 @@ @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://lv2plug.in/ns/ext/patch> - a owl:Ontology ; + a owl:Ontology , + lv2:Specification ; rdfs:seeAlso <patch.h> , <lv2-patch.doap.ttl> ; lv2:documentation """ diff --git a/lv2/port-groups/port-groups.ttl b/lv2/port-groups/port-groups.ttl index 5d49341..944b5c7 100644 --- a/lv2/port-groups/port-groups.ttl +++ b/lv2/port-groups/port-groups.ttl @@ -6,7 +6,8 @@ @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://lv2plug.in/ns/ext/port-groups> - a owl:Ontology ; + a owl:Ontology , + lv2:Specification ; rdfs:seeAlso <lv2-port-groups.doap.ttl> . pg:Group diff --git a/lv2/port-props/port-props.ttl b/lv2/port-props/port-props.ttl index 3baa094..c2b938c 100644 --- a/lv2/port-props/port-props.ttl +++ b/lv2/port-props/port-props.ttl @@ -6,7 +6,8 @@ @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://lv2plug.in/ns/ext/port-props> - a owl:Ontology ; + a owl:Ontology , + lv2:Specification ; rdfs:seeAlso <lv2-port-props.doap.ttl> ; lv2:documentation """ <p>This vocabulary defines various properties for plugin ports, which can be diff --git a/lv2/presets/presets.ttl b/lv2/presets/presets.ttl index 410ec00..97f43da 100644 --- a/lv2/presets/presets.ttl +++ b/lv2/presets/presets.ttl @@ -6,7 +6,8 @@ @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://lv2plug.in/ns/ext/presets> - a owl:Ontology ; + a owl:Ontology , + lv2:Specification ; rdfs:seeAlso <lv2-presets.doap.ttl> ; lv2:documentation """ <p>This vocabulary describes a format for presets (i.e. named sets of control diff --git a/lv2/time/time.ttl b/lv2/time/time.ttl index 9afa0eb..5aa54e3 100644 --- a/lv2/time/time.ttl +++ b/lv2/time/time.ttl @@ -6,7 +6,8 @@ @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://lv2plug.in/ns/ext/time> - a owl:Ontology ; + a owl:Ontology , + lv2:Specification ; rdfs:seeAlso <time.h> , <lv2-time.doap.ttl> ; lv2:documentation """ diff --git a/lv2/ui/ui.ttl b/lv2/ui/ui.ttl index 061ef0d..ecebbf4 100644 --- a/lv2/ui/ui.ttl +++ b/lv2/ui/ui.ttl @@ -6,7 +6,8 @@ @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://lv2plug.in/ns/extensions/ui> - a owl:Ontology ; + a owl:Ontology , + lv2:Specification ; owl:imports <http://lv2plug.in/ns/lv2core> ; rdfs:seeAlso <ui.h> , <lv2-ui.doap.ttl> ; diff --git a/lv2/units/units.ttl b/lv2/units/units.ttl index de0cd40..36e5118 100644 --- a/lv2/units/units.ttl +++ b/lv2/units/units.ttl @@ -6,7 +6,8 @@ @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://lv2plug.in/ns/extensions/units> - a owl:Ontology ; + a owl:Ontology , + lv2:Specification ; owl:imports <http://lv2plug.in/ns/lv2core> ; rdfs:seeAlso <units.h> , <lv2-units.doap.ttl> ; diff --git a/lv2/uri-map/uri-map.ttl b/lv2/uri-map/uri-map.ttl index a62fb05..2a19182 100644 --- a/lv2/uri-map/uri-map.ttl +++ b/lv2/uri-map/uri-map.ttl @@ -5,7 +5,8 @@ @prefix umap: <http://lv2plug.in/ns/ext/uri-map#> . <http://lv2plug.in/ns/ext/uri-map> - a lv2:Feature ; + a lv2:Feature , + lv2:Specification ; owl:deprecated true ; rdfs:seeAlso <uri-map.h> , <lv2-uri-map.doap.ttl> ; diff --git a/lv2/worker/worker.ttl b/lv2/worker/worker.ttl index 19c31d1..598769d 100644 --- a/lv2/worker/worker.ttl +++ b/lv2/worker/worker.ttl @@ -6,7 +6,8 @@ @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://lv2plug.in/ns/ext/worker> - a owl:Ontology ; + a owl:Ontology , + lv2:Specification ; rdfs:seeAlso <worker.h> , <lv2-worker.doap.ttl> ; lv2:documentation """ |