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_square.ttl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'blip.lv2/sync_square.ttl') 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: . @prefix dc: . +@prefix dct: . @prefix doap: . @prefix foaf: . @prefix lv2: . @@ -38,7 +39,7 @@ blip:sync_square lv2:Port ] ; dc:creator "Mike Rawes " ; - dc:replaces , + dct:replaces , ; dc:rights "GPL" ; doap:name "Clock Oscillator with Gate" ; -- cgit v1.2.1