From 9ea87991e1e91560efd888a59b00e648ed68feed Mon Sep 17 00:00:00 2001
From: David Robillard <d@drobilla.net>
Date: Fri, 18 Mar 2011 07:12:24 +0000
Subject: <http://lv2plug.in/ns/lv2core> a owl:Ontology .

---
 core.lv2/lv2.ttl      | 2 +-
 core.lv2/manifest.ttl | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/core.lv2/lv2.ttl b/core.lv2/lv2.ttl
index c9d76b5..d41a184 100644
--- a/core.lv2/lv2.ttl
+++ b/core.lv2/lv2.ttl
@@ -65,7 +65,7 @@ devices). See <a href="http://www.w3.org/TR/xhtml-basic/#s_xhtmlmodules"
 """ .
 
 <http://lv2plug.in/ns/lv2core>
-    a lv2:Specification ;
+    a lv2:Specification , owl:Ontology ;
     lv2:documentation """
 <h4>Overview</h4>
 
diff --git a/core.lv2/manifest.ttl b/core.lv2/manifest.ttl
index c4f134d..9f07af9 100644
--- a/core.lv2/manifest.ttl
+++ b/core.lv2/manifest.ttl
@@ -4,7 +4,7 @@
 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
 
 <http://lv2plug.in/ns/lv2core>
-	a doap:Project , lv2:Specification ;
+	a doap:Project , lv2:Specification , owl:Ontology;
 	lv2:minorVersion 3 ;
 	lv2:microVersion 2 ;
 	rdfs:seeAlso <lv2.ttl> ;
-- 
cgit v1.2.1