diff options
Diffstat (limited to 'lv2/state/state.ttl')
-rw-r--r-- | lv2/state/state.ttl | 3 |
1 files changed, 2 insertions, 1 deletions
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: <http://lv2plug.in/ns/lv2core#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix state: <http://lv2plug.in/ns/ext/state#> . <http://lv2plug.in/ns/ext/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 <state.h> , |