From ffea25768ab52cfa505d80e7b52fd5826933509b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 16 Feb 2020 15:15:32 +0100 Subject: Make all specifications a lv2:Specification --- lv2/atom/atom.ttl | 3 ++- lv2/core/lv2core.ttl | 3 ++- lv2/data-access/data-access.ttl | 3 ++- lv2/event/event.ttl | 3 ++- lv2/instance-access/instance-access.ttl | 3 ++- lv2/midi/midi.ttl | 3 ++- lv2/morph/morph.ttl | 3 ++- lv2/options/options.ttl | 3 ++- lv2/patch/patch.ttl | 3 ++- lv2/port-groups/port-groups.ttl | 3 ++- lv2/port-props/port-props.ttl | 3 ++- lv2/presets/presets.ttl | 3 ++- lv2/time/time.ttl | 3 ++- lv2/ui/ui.ttl | 3 ++- lv2/units/units.ttl | 3 ++- lv2/uri-map/uri-map.ttl | 3 ++- lv2/worker/worker.ttl | 3 ++- 17 files changed, 34 insertions(+), 17 deletions(-) (limited to 'lv2') 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: . - a owl:Ontology ; + a owl:Ontology , + lv2:Specification ; rdfs:seeAlso , , , 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 owl:Ontology ; + a owl:Ontology , + lv2:Specification ; rdfs:seeAlso , , ; 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: . - a lv2:Feature ; + a lv2:Feature , + lv2:Specification ; rdfs:seeAlso , ; 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: . - a owl:Ontology ; + a owl:Ontology , + lv2:Specification ; owl:deprecated true ; rdfs:seeAlso , , 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: . - a lv2:Feature ; + a lv2:Feature , + lv2:Specification ; rdfs:seeAlso , ; 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: . - a owl:Ontology ; + a owl:Ontology , + lv2:Specification ; rdfs:seeAlso , ; 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: . - a owl:Ontology ; + a owl:Ontology , + lv2:Specification ; rdfs:seeAlso , ; 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: . - a owl:Ontology ; + a owl:Ontology , + lv2:Specification ; rdfs:seeAlso , ; 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: . - a owl:Ontology ; + a owl:Ontology , + lv2:Specification ; rdfs:seeAlso , ; 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: . - a owl:Ontology ; + a owl:Ontology , + lv2:Specification ; rdfs:seeAlso . 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: . - a owl:Ontology ; + a owl:Ontology , + lv2:Specification ; rdfs:seeAlso ; lv2:documentation """

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: . - a owl:Ontology ; + a owl:Ontology , + lv2:Specification ; rdfs:seeAlso ; lv2:documentation """

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: . - a owl:Ontology ; + a owl:Ontology , + lv2:Specification ; rdfs:seeAlso , ; 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: . - a owl:Ontology ; + a owl:Ontology , + lv2:Specification ; owl:imports ; rdfs:seeAlso , ; 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: . - a owl:Ontology ; + a owl:Ontology , + lv2:Specification ; owl:imports ; rdfs:seeAlso , ; 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: . - a lv2:Feature ; + a lv2:Feature , + lv2:Specification ; owl:deprecated true ; rdfs:seeAlso , ; 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: . - a owl:Ontology ; + a owl:Ontology , + lv2:Specification ; rdfs:seeAlso , ; lv2:documentation """ -- cgit v1.2.1