From adbb099856fd80445d7a6627460ce239c4bc902a Mon Sep 17 00:00:00 2001
From: David Robillard <d@drobilla.net>
Date: Sun, 22 Mar 2020 18:24:15 +0100
Subject: Remove redundant lv2:Specification type properties

These are included in the manifest so that hosts can discover them.  Having
them in the data file as well is redundant, and in some cases requires an
otherwise unnecessary import of the core spec.
---
 lv2/event/event.ttl | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'lv2/event')

diff --git a/lv2/event/event.ttl b/lv2/event/event.ttl
index 8cbf3ba..ec1c4df 100644
--- a/lv2/event/event.ttl
+++ b/lv2/event/event.ttl
@@ -5,8 +5,7 @@
 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
 
 <http://lv2plug.in/ns/ext/event>
-	a owl:Ontology ,
-		lv2:Specification ;
+	a owl:Ontology ;
 	owl:deprecated true ;
 	rdfs:label "LV2 Event" ;
 	rdfs:comment "A port-based real-time generic event interface." ;
-- 
cgit v1.2.1