aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/morph/morph.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'lv2/morph/morph.ttl')
-rw-r--r--lv2/morph/morph.ttl18
1 files changed, 10 insertions, 8 deletions
diff --git a/lv2/morph/morph.ttl b/lv2/morph/morph.ttl
index 2a2e9fc..7f64157 100644
--- a/lv2/morph/morph.ttl
+++ b/lv2/morph/morph.ttl
@@ -1,15 +1,16 @@
-@prefix doap: <http://usefulinc.com/ns/doap#> .
-@prefix foaf: <http://xmlns.com/foaf/0.1/> .
-@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
+@prefix doap: <http://usefulinc.com/ns/doap#> .
+@prefix foaf: <http://xmlns.com/foaf/0.1/> .
+@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
@prefix morph: <http://lv2plug.in/ns/ext/morph#> .
@prefix opts: <http://lv2plug.in/ns/ext/options#> .
-@prefix owl: <http://www.w3.org/2002/07/owl#> .
-@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl: <http://www.w3.org/2002/07/owl#> .
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://lv2plug.in/ns/ext/morph>
- a owl:Ontology ;
+ a owl:Ontology ,
+ lv2:Specification ;
rdfs:seeAlso <morph.h> ,
<lv2-morph.doap.ttl> ;
lv2:documentation """
@@ -83,3 +84,4 @@ morph:currentType
<p>The currently active type of the port. This is for dynamic use as an option
and SHOULD NOT be listed in the static plugin data.</p>
""" .
+