diff options
author | David Robillard <d@drobilla.net> | 2020-03-22 21:35:59 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-04-10 19:46:04 +0200 |
commit | 55f8ee266cd705a5abfdaf80e96427dd84350240 (patch) | |
tree | a6feb57229c459402cc2800b531107149dbf9430 /lv2/state | |
parent | adbb099856fd80445d7a6627460ce239c4bc902a (diff) | |
download | lv2-55f8ee266cd705a5abfdaf80e96427dd84350240.tar.xz |
Add more specific property types
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 a344d5f..704b312 100644 --- a/lv2/state/state.ttl +++ b/lv2/state/state.ttl @@ -27,7 +27,8 @@ state:loadDefaultState rdfs:comment "A feature indicating that the plugin has default state." . state:state - a rdf:Property ; + a rdf:Property , + owl:ObjectProperty ; rdfs:label "state" ; rdfs:range state:State ; rdfs:comment "The state of an LV2 plugin instance." . |