diff options
Diffstat (limited to 'blip.lv2')
-rw-r--r-- | blip.lv2/adsr.ttl | 3 | ||||
-rw-r--r-- | blip.lv2/adsr_gt.ttl | 3 | ||||
-rw-r--r-- | blip.lv2/amp.ttl | 3 | ||||
-rw-r--r-- | blip.lv2/branch.ttl | 3 | ||||
-rw-r--r-- | blip.lv2/dahdsr.ttl | 3 | ||||
-rw-r--r-- | blip.lv2/difference.ttl | 3 | ||||
-rw-r--r-- | blip.lv2/fmod.ttl | 3 | ||||
-rw-r--r-- | blip.lv2/interpolator.ttl | 3 | ||||
-rw-r--r-- | blip.lv2/lp4pole.ttl | 3 | ||||
-rw-r--r-- | blip.lv2/product.ttl | 3 | ||||
-rw-r--r-- | blip.lv2/pulse.ttl | 3 | ||||
-rw-r--r-- | blip.lv2/quantiser_100.ttl | 3 | ||||
-rw-r--r-- | blip.lv2/quantiser_20.ttl | 3 | ||||
-rw-r--r-- | blip.lv2/quantiser_50.ttl | 3 | ||||
-rw-r--r-- | blip.lv2/random.ttl | 3 | ||||
-rw-r--r-- | blip.lv2/ratio.ttl | 3 | ||||
-rw-r--r-- | blip.lv2/sawtooth.ttl | 3 | ||||
-rw-r--r-- | blip.lv2/sequencer_16.ttl | 3 | ||||
-rw-r--r-- | blip.lv2/sequencer_32.ttl | 3 | ||||
-rw-r--r-- | blip.lv2/sequencer_64.ttl | 3 | ||||
-rw-r--r-- | blip.lv2/square.ttl | 3 | ||||
-rw-r--r-- | blip.lv2/sum.ttl | 3 | ||||
-rw-r--r-- | blip.lv2/sync_pulse.ttl | 3 | ||||
-rw-r--r-- | blip.lv2/sync_square.ttl | 3 | ||||
-rw-r--r-- | blip.lv2/tracker.ttl | 3 | ||||
-rw-r--r-- | blip.lv2/triangle.ttl | 3 |
26 files changed, 52 insertions, 26 deletions
diff --git a/blip.lv2/adsr.ttl b/blip.lv2/adsr.ttl index 7cb9699..22256f4 100644 --- a/blip.lv2/adsr.ttl +++ b/blip.lv2/adsr.ttl @@ -1,5 +1,6 @@ @prefix blip: <http://drobilla.net/plugins/blip/> . @prefix dc: <http://purl.org/dc/elements/1.1/> . +@prefix dct: <http://purl.org/dc/terms/> . @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix lv2: <http://lv2plug.in/ns/lv2core#> . @@ -72,7 +73,7 @@ blip:adsr lv2:Port ] ; dc:creator "Mike Rawes <mike_rawes[at]yahoo.co.uk>" ; - dc:replaces <urn:ladspa:1653> ; + dct:replaces <urn:ladspa:1653> ; dc:rights "GPL" ; doap:name "ADSR Envelope" ; lv2:documentation """ diff --git a/blip.lv2/adsr_gt.ttl b/blip.lv2/adsr_gt.ttl index 33abc17..85a18f5 100644 --- a/blip.lv2/adsr_gt.ttl +++ b/blip.lv2/adsr_gt.ttl @@ -1,5 +1,6 @@ @prefix blip: <http://drobilla.net/plugins/blip/> . @prefix dc: <http://purl.org/dc/elements/1.1/> . +@prefix dct: <http://purl.org/dc/terms/> . @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix lv2: <http://lv2plug.in/ns/lv2core#> . @@ -72,7 +73,7 @@ blip:adsr_gt lv2:Port ] ; dc:creator "Mike Rawes <mike_rawes[at]yahoo.co.uk>" ; - dc:replaces <urn:ladspa:1680> ; + dct:replaces <urn:ladspa:1680> ; dc:rights "GPL" ; doap:name "ADSR Envelope with Gate and Trigger" ; lv2:documentation """ diff --git a/blip.lv2/amp.ttl b/blip.lv2/amp.ttl index e0b7386..0214b48 100644 --- a/blip.lv2/amp.ttl +++ b/blip.lv2/amp.ttl @@ -1,5 +1,6 @@ @prefix blip: <http://drobilla.net/plugins/blip/> . @prefix dc: <http://purl.org/dc/elements/1.1/> . +@prefix dct: <http://purl.org/dc/terms/> . @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix lv2: <http://lv2plug.in/ns/lv2core#> . @@ -37,7 +38,7 @@ blip:amp lv2:Port ] ; dc:creator "Mike Rawes <mike_rawes[at]yahoo.co.uk>" ; - dc:replaces <urn:ladspa:1654> , + dct:replaces <urn:ladspa:1654> , <urn:ladspa:1655> ; dc:rights "GPL" ; doap:name "Amplifier" ; diff --git a/blip.lv2/branch.ttl b/blip.lv2/branch.ttl index dd8afb8..dfc9a1b 100644 --- a/blip.lv2/branch.ttl +++ b/blip.lv2/branch.ttl @@ -1,5 +1,6 @@ @prefix blip: <http://drobilla.net/plugins/blip/> . @prefix dc: <http://purl.org/dc/elements/1.1/> . +@prefix dct: <http://purl.org/dc/terms/> . @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix lv2: <http://lv2plug.in/ns/lv2core#> . @@ -35,7 +36,7 @@ blip:branch lv2:Port ] ; dc:creator "Mike Rawes <mike_rawes[at]yahoo.co.uk>" ; - dc:replaces <urn:ladspa:1673> , + dct:replaces <urn:ladspa:1673> , <urn:ladspa:1674> ; dc:rights "GPL" ; doap:name "Signal Branch" ; diff --git a/blip.lv2/dahdsr.ttl b/blip.lv2/dahdsr.ttl index eb695d8..f2cfc67 100644 --- a/blip.lv2/dahdsr.ttl +++ b/blip.lv2/dahdsr.ttl @@ -1,5 +1,6 @@ @prefix blip: <http://drobilla.net/plugins/blip/> . @prefix dc: <http://purl.org/dc/elements/1.1/> . +@prefix dct: <http://purl.org/dc/terms/> . @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix lv2: <http://lv2plug.in/ns/lv2core#> . @@ -90,7 +91,7 @@ blip:dahdsr lv2:Port ] ; dc:creator "Mike Rawes <mike_rawes[at]yahoo.co.uk>" ; - dc:replaces <urn:ladspa:2021> , + dct:replaces <urn:ladspa:2021> , <urn:ladspa:2022> , <urn:ladspa:2038> ; dc:rights "GPL" ; diff --git a/blip.lv2/difference.ttl b/blip.lv2/difference.ttl index fe1cdf6..18a4a51 100644 --- a/blip.lv2/difference.ttl +++ b/blip.lv2/difference.ttl @@ -1,5 +1,6 @@ @prefix blip: <http://drobilla.net/plugins/blip/> . @prefix dc: <http://purl.org/dc/elements/1.1/> . +@prefix dct: <http://purl.org/dc/terms/> . @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix lv2: <http://lv2plug.in/ns/lv2core#> . @@ -35,7 +36,7 @@ blip:difference lv2:Port ] ; dc:creator "Mike Rawes <mike_rawes[at]yahoo.co.uk>" ; - dc:replaces <urn:ladspa:2030> , + dct:replaces <urn:ladspa:2030> , <urn:ladspa:2031> , <urn:ladspa:2032> , <urn:ladspa:2033> ; diff --git a/blip.lv2/fmod.ttl b/blip.lv2/fmod.ttl index 0b5fa83..434c34c 100644 --- a/blip.lv2/fmod.ttl +++ b/blip.lv2/fmod.ttl @@ -1,5 +1,6 @@ @prefix blip: <http://drobilla.net/plugins/blip/> . @prefix dc: <http://purl.org/dc/elements/1.1/> . +@prefix dct: <http://purl.org/dc/terms/> . @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix lv2: <http://lv2plug.in/ns/lv2core#> . @@ -39,7 +40,7 @@ blip:fmod lv2:Port ] ; dc:creator "Mike Rawes <mike_rawes[at]yahoo.co.uk>" ; - dc:replaces <urn:ladspa:1656> , + dct:replaces <urn:ladspa:1656> , <urn:ladspa:1657> , <urn:ladspa:1658> , <urn:ladspa:1659> ; diff --git a/blip.lv2/interpolator.ttl b/blip.lv2/interpolator.ttl index 9edb64c..6ea32a7 100644 --- a/blip.lv2/interpolator.ttl +++ b/blip.lv2/interpolator.ttl @@ -1,5 +1,6 @@ @prefix blip: <http://drobilla.net/plugins/blip/> . @prefix dc: <http://purl.org/dc/elements/1.1/> . +@prefix dct: <http://purl.org/dc/terms/> . @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix lv2: <http://lv2plug.in/ns/lv2core#> . @@ -28,7 +29,7 @@ blip:interpolator lv2:Port ] ; dc:creator "Mike Rawes <mike_rawes[at]yahoo.co.uk>" ; - dc:replaces <urn:ladspa:1660> ; + dct:replaces <urn:ladspa:1660> ; dc:rights "GPL" ; doap:name "Control to Audio Interpolator" ; lv2:documentation """ diff --git a/blip.lv2/lp4pole.ttl b/blip.lv2/lp4pole.ttl index 2e7aeb7..64fdd16 100644 --- a/blip.lv2/lp4pole.ttl +++ b/blip.lv2/lp4pole.ttl @@ -1,5 +1,6 @@ @prefix blip: <http://drobilla.net/plugins/blip/> . @prefix dc: <http://purl.org/dc/elements/1.1/> . +@prefix dct: <http://purl.org/dc/terms/> . @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix lv2: <http://lv2plug.in/ns/lv2core#> . @@ -50,7 +51,7 @@ blip:lp4pole lv2:Port ] ; dc:creator "Mike Rawes <mike_rawes[at]yahoo.co.uk>" ; - dc:replaces <urn:ladspa:1671> , + dct:replaces <urn:ladspa:1671> , <urn:ladspa:1672> ; dc:rights "GPL" ; doap:name "4 Pole Resonant Low-Pass Filter" ; diff --git a/blip.lv2/product.ttl b/blip.lv2/product.ttl index d8d6b02..af6fc4a 100644 --- a/blip.lv2/product.ttl +++ b/blip.lv2/product.ttl @@ -1,5 +1,6 @@ @prefix blip: <http://drobilla.net/plugins/blip/> . @prefix dc: <http://purl.org/dc/elements/1.1/> . +@prefix dct: <http://purl.org/dc/terms/> . @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix lv2: <http://lv2plug.in/ns/lv2core#> . @@ -35,7 +36,7 @@ blip:product lv2:Port ] ; dc:creator "Mike Rawes <mike_rawes[at]yahoo.co.uk>" ; - dc:replaces <urn:ladspa:1668> , + dct:replaces <urn:ladspa:1668> , <urn:ladspa:1669> , <urn:ladspa:1670> ; dc:rights "GPL" ; diff --git a/blip.lv2/pulse.ttl b/blip.lv2/pulse.ttl index bf0d495..3c05693 100644 --- a/blip.lv2/pulse.ttl +++ b/blip.lv2/pulse.ttl @@ -1,5 +1,6 @@ @prefix blip: <http://drobilla.net/plugins/blip/> . @prefix dc: <http://purl.org/dc/elements/1.1/> . +@prefix dct: <http://purl.org/dc/terms/> . @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix lv2: <http://lv2plug.in/ns/lv2core#> . @@ -43,7 +44,7 @@ blip:pulse lv2:Port ] ; dc:creator "Mike Rawes <mike_rawes[at]yahoo.co.uk>" ; - dc:replaces <urn:ladspa:1645> , + dct:replaces <urn:ladspa:1645> , <urn:ladspa:1646> , <urn:ladspa:1647> , <urn:ladspa:1648> ; diff --git a/blip.lv2/quantiser_100.ttl b/blip.lv2/quantiser_100.ttl index 98d1d3a..b44d21d 100644 --- a/blip.lv2/quantiser_100.ttl +++ b/blip.lv2/quantiser_100.ttl @@ -1,5 +1,6 @@ @prefix blip: <http://drobilla.net/plugins/blip/> . @prefix dc: <http://purl.org/dc/elements/1.1/> . +@prefix dct: <http://purl.org/dc/terms/> . @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix lv2: <http://lv2plug.in/ns/lv2core#> . @@ -780,7 +781,7 @@ blip:quantiser_100 lv2:Port ] ; dc:creator "Mike Rawes <mike_rawes[at]yahoo.co.uk>" ; - dc:replaces <urn:ladspa:2029> ; + dct:replaces <urn:ladspa:2029> ; dc:rights "GPL" ; doap:name "Quantiser (100 Steps)" ; lv2:documentation """ diff --git a/blip.lv2/quantiser_20.ttl b/blip.lv2/quantiser_20.ttl index a67b2d9..893c346 100644 --- a/blip.lv2/quantiser_20.ttl +++ b/blip.lv2/quantiser_20.ttl @@ -1,5 +1,6 @@ @prefix blip: <http://drobilla.net/plugins/blip/> . @prefix dc: <http://purl.org/dc/elements/1.1/> . +@prefix dct: <http://purl.org/dc/terms/> . @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix lv2: <http://lv2plug.in/ns/lv2core#> . @@ -220,7 +221,7 @@ blip:quantiser_20 lv2:Port ] ; dc:creator "Mike Rawes <mike_rawes[at]yahoo.co.uk>" ; - dc:replaces <urn:ladspa:2027> ; + dct:replaces <urn:ladspa:2027> ; dc:rights "GPL" ; doap:name "Quantiser (20 Steps)" ; lv2:documentation """ diff --git a/blip.lv2/quantiser_50.ttl b/blip.lv2/quantiser_50.ttl index fe93e4a..9481cd2 100644 --- a/blip.lv2/quantiser_50.ttl +++ b/blip.lv2/quantiser_50.ttl @@ -1,5 +1,6 @@ @prefix blip: <http://drobilla.net/plugins/blip/> . @prefix dc: <http://purl.org/dc/elements/1.1/> . +@prefix dct: <http://purl.org/dc/terms/> . @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix lv2: <http://lv2plug.in/ns/lv2core#> . @@ -430,7 +431,7 @@ blip:quantiser_50 lv2:Port ] ; dc:creator "Mike Rawes <mike_rawes[at]yahoo.co.uk>" ; - dc:replaces <urn:ladspa:2028> ; + dct:replaces <urn:ladspa:2028> ; dc:rights "GPL" ; doap:name "Quantiser (50 Steps)" ; lv2:documentation """ diff --git a/blip.lv2/random.ttl b/blip.lv2/random.ttl index 10cfb94..b8b25c1 100644 --- a/blip.lv2/random.ttl +++ b/blip.lv2/random.ttl @@ -1,5 +1,6 @@ @prefix blip: <http://drobilla.net/plugins/blip/> . @prefix dc: <http://purl.org/dc/elements/1.1/> . +@prefix dct: <http://purl.org/dc/terms/> . @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix lv2: <http://lv2plug.in/ns/lv2core#> . @@ -43,7 +44,7 @@ blip:random lv2:Port ] ; dc:creator "Mike Rawes <mike_rawes[at]yahoo.co.uk>" ; - dc:replaces <urn:ladspa:1661> , + dct:replaces <urn:ladspa:1661> , <urn:ladspa:1662> , <urn:ladspa:1663> , <urn:ladspa:1664> ; diff --git a/blip.lv2/ratio.ttl b/blip.lv2/ratio.ttl index 2c8e14a..74a154a 100644 --- a/blip.lv2/ratio.ttl +++ b/blip.lv2/ratio.ttl @@ -1,5 +1,6 @@ @prefix blip: <http://drobilla.net/plugins/blip/> . @prefix dc: <http://purl.org/dc/elements/1.1/> . +@prefix dct: <http://purl.org/dc/terms/> . @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix lv2: <http://lv2plug.in/ns/lv2core#> . @@ -35,7 +36,7 @@ blip:ratio lv2:Port ] ; dc:creator "Mike Rawes <mike_rawes[at]yahoo.co.uk>" ; - dc:replaces <urn:ladspa:2034> , + dct:replaces <urn:ladspa:2034> , <urn:ladspa:2035> , <urn:ladspa:2036> , <urn:ladspa:2037> ; diff --git a/blip.lv2/sawtooth.ttl b/blip.lv2/sawtooth.ttl index 63f0510..72a5303 100644 --- a/blip.lv2/sawtooth.ttl +++ b/blip.lv2/sawtooth.ttl @@ -1,5 +1,6 @@ @prefix blip: <http://drobilla.net/plugins/blip/> . @prefix dc: <http://purl.org/dc/elements/1.1/> . +@prefix dct: <http://purl.org/dc/terms/> . @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix lv2: <http://lv2plug.in/ns/lv2core#> . @@ -33,7 +34,7 @@ blip:sawtooth lv2:Port ] ; dc:creator "Mike Rawes <mike_rawes[at]yahoo.co.uk>" ; - dc:replaces <urn:ladspa:1642> , + dct:replaces <urn:ladspa:1642> , <urn:ladspa:1643> ; dc:rights "GPL" ; doap:name "Sawtooth Oscillator" ; diff --git a/blip.lv2/sequencer_16.ttl b/blip.lv2/sequencer_16.ttl index c722b66..6f08ab2 100644 --- a/blip.lv2/sequencer_16.ttl +++ b/blip.lv2/sequencer_16.ttl @@ -1,5 +1,6 @@ @prefix blip: <http://drobilla.net/plugins/blip/> . @prefix dc: <http://purl.org/dc/elements/1.1/> . +@prefix dct: <http://purl.org/dc/terms/> . @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix lv2: <http://lv2plug.in/ns/lv2core#> . @@ -176,7 +177,7 @@ blip:sequencer_16 lv2:Port ] ; dc:creator "Mike Rawes <mike_rawes[at]yahoo.co.uk>" ; - dc:replaces <urn:ladspa:1677> ; + dct:replaces <urn:ladspa:1677> ; dc:rights "GPL" ; doap:name "Analogue Style 16 Step Sequencer" ; lv2:documentation """ diff --git a/blip.lv2/sequencer_32.ttl b/blip.lv2/sequencer_32.ttl index cac2792..6797b36 100644 --- a/blip.lv2/sequencer_32.ttl +++ b/blip.lv2/sequencer_32.ttl @@ -1,5 +1,6 @@ @prefix blip: <http://drobilla.net/plugins/blip/> . @prefix dc: <http://purl.org/dc/elements/1.1/> . +@prefix dct: <http://purl.org/dc/terms/> . @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix lv2: <http://lv2plug.in/ns/lv2core#> . @@ -288,7 +289,7 @@ blip:sequencer_32 lv2:Port ] ; dc:creator "Mike Rawes <mike_rawes[at]yahoo.co.uk>" ; - dc:replaces <urn:ladspa:1676> ; + dct:replaces <urn:ladspa:1676> ; dc:rights "GPL" ; doap:name "Analogue Style 32 Step Sequencer" ; lv2:documentation """ diff --git a/blip.lv2/sequencer_64.ttl b/blip.lv2/sequencer_64.ttl index 03de647..c38b82e 100644 --- a/blip.lv2/sequencer_64.ttl +++ b/blip.lv2/sequencer_64.ttl @@ -1,5 +1,6 @@ @prefix blip: <http://drobilla.net/plugins/blip/> . @prefix dc: <http://purl.org/dc/elements/1.1/> . +@prefix dct: <http://purl.org/dc/terms/> . @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix lv2: <http://lv2plug.in/ns/lv2core#> . @@ -512,7 +513,7 @@ blip:sequencer_64 lv2:Port ] ; dc:creator "Mike Rawes <mike_rawes[at]yahoo.co.uk>" ; - dc:replaces <urn:ladspa:1675> ; + dct:replaces <urn:ladspa:1675> ; dc:rights "GPL" ; doap:name "Analogue Style 64 Step Sequencer" ; lv2:documentation """ diff --git a/blip.lv2/square.ttl b/blip.lv2/square.ttl index bcfdafe..4236e01 100644 --- a/blip.lv2/square.ttl +++ b/blip.lv2/square.ttl @@ -1,5 +1,6 @@ @prefix blip: <http://drobilla.net/plugins/blip/> . @prefix dc: <http://purl.org/dc/elements/1.1/> . +@prefix dct: <http://purl.org/dc/terms/> . @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix lv2: <http://lv2plug.in/ns/lv2core#> . @@ -33,7 +34,7 @@ blip:square lv2:Port ] ; dc:creator "Mike Rawes <mike_rawes[at]yahoo.co.uk>" ; - dc:replaces <urn:ladspa:1643> , + dct:replaces <urn:ladspa:1643> , <urn:ladspa:1644> ; dc:rights "GPL" ; doap:name "Square Oscillator" ; diff --git a/blip.lv2/sum.ttl b/blip.lv2/sum.ttl index 04a12c0..a0139f9 100644 --- a/blip.lv2/sum.ttl +++ b/blip.lv2/sum.ttl @@ -1,5 +1,6 @@ @prefix blip: <http://drobilla.net/plugins/blip/> . @prefix dc: <http://purl.org/dc/elements/1.1/> . +@prefix dct: <http://purl.org/dc/terms/> . @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix lv2: <http://lv2plug.in/ns/lv2core#> . @@ -35,7 +36,7 @@ blip:sum lv2:Port ] ; dc:creator "Mike Rawes <mike_rawes[at]yahoo.co.uk>" ; - dc:replaces <urn:ladspa:1665> , + dct:replaces <urn:ladspa:1665> , <urn:ladspa:1666> , <urn:ladspa:1667> ; dc:rights "GPL" ; diff --git a/blip.lv2/sync_pulse.ttl b/blip.lv2/sync_pulse.ttl index ce99d76..9814a65 100644 --- a/blip.lv2/sync_pulse.ttl +++ b/blip.lv2/sync_pulse.ttl @@ -1,5 +1,6 @@ @prefix blip: <http://drobilla.net/plugins/blip/> . @prefix dc: <http://purl.org/dc/elements/1.1/> . +@prefix dct: <http://purl.org/dc/terms/> . @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix lv2: <http://lv2plug.in/ns/lv2core#> . @@ -48,7 +49,7 @@ blip:sync_pulse lv2:Port ] ; dc:creator "Mike Rawes <mike_rawes[at]yahoo.co.uk>" ; - dc:replaces <urn:ladspa:2023> , + dct:replaces <urn:ladspa:2023> , <urn:ladspa:2024> ; dc:rights "GPL" ; doap:name "Clock Pulse Oscillator with Gate" ; diff --git a/blip.lv2/sync_square.ttl b/blip.lv2/sync_square.ttl index 814e388..85be37c 100644 --- a/blip.lv2/sync_square.ttl +++ b/blip.lv2/sync_square.ttl @@ -1,5 +1,6 @@ @prefix blip: <http://drobilla.net/plugins/blip/> . @prefix dc: <http://purl.org/dc/elements/1.1/> . +@prefix dct: <http://purl.org/dc/terms/> . @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix lv2: <http://lv2plug.in/ns/lv2core#> . @@ -38,7 +39,7 @@ blip:sync_square lv2:Port ] ; dc:creator "Mike Rawes <mike_rawes[at]yahoo.co.uk>" ; - dc:replaces <urn:ladspa:1678> , + dct:replaces <urn:ladspa:1678> , <urn:ladspa:1679> ; dc:rights "GPL" ; doap:name "Clock Oscillator with Gate" ; diff --git a/blip.lv2/tracker.ttl b/blip.lv2/tracker.ttl index 489cc23..db2dd68 100644 --- a/blip.lv2/tracker.ttl +++ b/blip.lv2/tracker.ttl @@ -1,5 +1,6 @@ @prefix blip: <http://drobilla.net/plugins/blip/> . @prefix dc: <http://purl.org/dc/elements/1.1/> . +@prefix dct: <http://purl.org/dc/terms/> . @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix lv2: <http://lv2plug.in/ns/lv2core#> . @@ -83,7 +84,7 @@ blip:tracker lv2:Port ] ; dc:creator "Mike Rawes <mike_rawes[at]yahoo.co.uk>" ; - dc:replaces <urn:ladspa:2025> , + dct:replaces <urn:ladspa:2025> , <urn:ladspa:2026> ; dc:rights "GPL" ; doap:name "Signal Tracker" ; diff --git a/blip.lv2/triangle.ttl b/blip.lv2/triangle.ttl index 8a0bc75..37ef06f 100644 --- a/blip.lv2/triangle.ttl +++ b/blip.lv2/triangle.ttl @@ -1,5 +1,6 @@ @prefix blip: <http://drobilla.net/plugins/blip/> . @prefix dc: <http://purl.org/dc/elements/1.1/> . +@prefix dct: <http://purl.org/dc/terms/> . @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix lv2: <http://lv2plug.in/ns/lv2core#> . @@ -43,7 +44,7 @@ blip:triangle lv2:Port ] ; dc:creator "Mike Rawes <mike_rawes[at]yahoo.co.uk>" ; - dc:replaces <urn:ladspa:1649> , + dct:replaces <urn:ladspa:1649> , <urn:ladspa:1650> , <urn:ladspa:1651> , <urn:ladspa:1652> ; |