From 46cc0d41816154f741383590ae8cba48c6b19792 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 29 Mar 2012 01:44:30 +0000 Subject: Use correct replaces predicate. git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/blip.lv2@4129 a436a847-0d15-0410-975c-d299462d15a1 --- blip.lv2/sync_pulse.ttl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'blip.lv2/sync_pulse.ttl') 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: . @prefix dc: . +@prefix dct: . @prefix doap: . @prefix foaf: . @prefix lv2: . @@ -48,7 +49,7 @@ blip:sync_pulse lv2:Port ] ; dc:creator "Mike Rawes " ; - dc:replaces , + dct:replaces , ; dc:rights "GPL" ; doap:name "Clock Pulse Oscillator with Gate" ; -- cgit v1.2.1