Switch to urn instead of fake URL

This commit is contained in:
2013-02-01 17:59:12 +00:00
parent 60bbaac366
commit 029d2f6cdd
4 changed files with 4 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://fuzzle.org/~petern/ptap/1>
<urn:fuzzle:ptap>
a lv2:Plugin, lv2:DelayPlugin;
lv2:binary <ptap.so>;
rdfs:seeAlso <ptap.ttl>.