From cbe433d9d0f6c71626f9e1e2c9f4600ced6ad97a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 19 Feb 2015 21:32:07 -0500 Subject: Simplify property restrictions by removing redundancy. --- lv2/lv2plug.in/ns/extensions/ui/ui.ttl | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lv2/lv2plug.in/ns/extensions') 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 """

A port notification. This describes which ports the host must send -- cgit v1.2.1