diff options
author | David Robillard <d@drobilla.net> | 2015-02-19 21:32:07 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-02-19 21:32:07 -0500 |
commit | cbe433d9d0f6c71626f9e1e2c9f4600ced6ad97a (patch) | |
tree | 3a80011d1d9e1236e4d6d689b0c9313e54ff31ec /lv2/lv2plug.in/ns/extensions/ui/ui.ttl | |
parent | 7506393c934bed3f5481af592d8276d5a651aa74 (diff) | |
download | lv2-cbe433d9d0f6c71626f9e1e2c9f4600ced6ad97a.tar.xz |
Simplify property restrictions by removing redundancy.
Diffstat (limited to 'lv2/lv2plug.in/ns/extensions/ui/ui.ttl')
-rw-r--r-- | lv2/lv2plug.in/ns/extensions/ui/ui.ttl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lv2/lv2plug.in/ns/extensions/ui/ui.ttl b/lv2/lv2plug.in/ns/extensions/ui/ui.ttl index 512a967..1d3d440 100644 --- a/lv2/lv2plug.in/ns/extensions/ui/ui.ttl +++ b/lv2/lv2plug.in/ns/extensions/ui/ui.ttl @@ -211,11 +211,8 @@ ui:PortNotification rdfs:subClassOf [ a owl:Restriction ; owl:onProperty ui:plugin ; - owl:someValuesFrom lv2:Plugin ; owl:cardinality 1 ; - rdfs:comment """ -A PortNotification MUST have exactly one ui:plugin which is a lv2:Plugin. -""" + rdfs:comment "A PortNotification MUST have exactly one ui:plugin." ; ] ; lv2:documentation """ <p>A port notification. This describes which ports the host must send |