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/state/state.ttl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lv2/state/state.ttl') diff --git a/lv2/state/state.ttl b/lv2/state/state.ttl index de6d18b..a344d5f 100644 --- a/lv2/state/state.ttl +++ b/lv2/state/state.ttl @@ -1,10 +1,11 @@ @prefix lv2: . +@prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix state: . - a lv2:Specification ; + a owl:Ontology ; rdfs:label "LV2 State" ; rdfs:comment "An interface for LV2 plugins to save and restore state." ; rdfs:seeAlso , -- cgit v1.2.1