From adbb099856fd80445d7a6627460ce239c4bc902a Mon Sep 17 00:00:00 2001 From: David Robillard 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/core/lv2core.ttl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lv2/core') diff --git a/lv2/core/lv2core.ttl b/lv2/core/lv2core.ttl index 85ccf1e..f5836c6 100644 --- a/lv2/core/lv2core.ttl +++ b/lv2/core/lv2core.ttl @@ -6,8 +6,7 @@ @prefix xsd: . - a owl:Ontology , - lv2:Specification ; + a owl:Ontology ; rdfs:label "LV2" ; rdfs:comment "An extensible open standard for audio plugins." ; rdfs:seeAlso , -- cgit v1.2.1