aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-12-31 12:55:01 -0500
committerDavid Robillard <d@drobilla.net>2015-12-31 12:55:01 -0500
commitd4a2ba26832d0428db12ec13494765f9d2825920 (patch)
tree463900c87a013d0f9d7af692af833cd079a5281f /lv2/lv2plug.in/ns
parent5f9d2bfe875af27aa1764e796dffa5d426d95bd8 (diff)
downloadlv2-d4a2ba26832d0428db12ec13494765f9d2825920.tar.xz
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.
Diffstat (limited to 'lv2/lv2plug.in/ns')
-rw-r--r--lv2/lv2plug.in/ns/lv2core/lv2core.ttl3
1 files changed, 1 insertions, 2 deletions
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 ,