diff options
Diffstat (limited to 'lv2/state')
-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 19ccaa2..48537c8 100644 --- a/lv2/state/state.ttl +++ b/lv2/state/state.ttl @@ -9,7 +9,8 @@ rdfs:label "LV2 State" ; rdfs:comment "An interface for LV2 plugins to save and restore state." ; rdfs:seeAlso <state.h> , - <state.meta.ttl> . + <state.meta.ttl> ; + owl:imports <http://lv2plug.in/ns/lv2core> . state:interface a lv2:ExtensionData ; |