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/dynmanifest/dynmanifest.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lv2/dynmanifest/dynmanifest.ttl') diff --git a/lv2/dynmanifest/dynmanifest.ttl b/lv2/dynmanifest/dynmanifest.ttl index c93120f..4e2e830 100644 --- a/lv2/dynmanifest/dynmanifest.ttl +++ b/lv2/dynmanifest/dynmanifest.ttl @@ -6,7 +6,7 @@ @prefix xsd: . - a lv2:Specification ; + a owl:Ontology ; rdfs:label "LV2 Dyn Manifest" ; rdfs:comment "Support for dynamic manifest data generation." ; rdfs:seeAlso , -- cgit v1.2.1