From d4a2ba26832d0428db12ec13494765f9d2825920 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 31 Dec 2015 12:55:01 -0500 Subject: Remove domain of lv2:scalePoint This property is useful for both control ports and properties, so the previous domain caused validation errors. Since there is no simple class which covers both ports and properties, and this property is probably useful in other cases as well, simply removing the domain makes sense. Note that having multiple domains for a property implies that any resource with that property has all the domain types (not just one), so adding lv2:Parameter as a domain as well would be incorrect. --- lv2/lv2plug.in/ns/lv2core/lv2core.ttl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lv2/lv2plug.in/ns') diff --git a/lv2/lv2plug.in/ns/lv2core/lv2core.ttl b/lv2/lv2plug.in/ns/lv2core/lv2core.ttl index 5d5f699..d08d063 100644 --- a/lv2/lv2plug.in/ns/lv2core/lv2core.ttl +++ b/lv2/lv2plug.in/ns/lv2core/lv2core.ttl @@ -593,10 +593,9 @@ lv2:ScalePoint lv2:scalePoint a rdf:Property , owl:ObjectProperty ; - rdfs:domain lv2:Port ; rdfs:range lv2:ScalePoint ; rdfs:label "scale point" ; - rdfs:comment "A scale point of this port." . + rdfs:comment "A scale point of a port or parameter." . lv2:default a rdf:Property , -- cgit v1.2.1