aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/patch/patch.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'lv2/patch/patch.ttl')
-rw-r--r--lv2/patch/patch.ttl4
1 files changed, 1 insertions, 3 deletions
diff --git a/lv2/patch/patch.ttl b/lv2/patch/patch.ttl
index 305a3e7..a74a67e 100644
--- a/lv2/patch/patch.ttl
+++ b/lv2/patch/patch.ttl
@@ -1,5 +1,4 @@
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
-@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix patch: <http://lv2plug.in/ns/ext/patch#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@@ -7,8 +6,7 @@
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://lv2plug.in/ns/ext/patch>
- a owl:Ontology ,
- lv2:Specification ;
+ a owl:Ontology ;
rdfs:seeAlso <patch.h> ,
<patch.meta.ttl> ;
rdfs:label "LV2 Patch" ;