aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/units/units.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-10-27 20:27:54 +0200
committerDavid Robillard <d@drobilla.net>2018-10-28 09:28:50 +0100
commitcaee326e6ecd1f0f5633e250bf42a44391f741dd (patch)
tree9e4e3585949c45d86e15821ad17311a5b705c0be /lv2/units/units.ttl
parent3bab97b1556e7684dd5cfb48b7108fdfff583c6d (diff)
downloadlv2-caee326e6ecd1f0f5633e250bf42a44391f741dd.tar.xz
Remove overly restrictive domain from units:unit
Diffstat (limited to 'lv2/units/units.ttl')
-rw-r--r--lv2/units/units.ttl2
1 files changed, 0 insertions, 2 deletions
diff --git a/lv2/units/units.ttl b/lv2/units/units.ttl
index e40bef6..aaae520 100644
--- a/lv2/units/units.ttl
+++ b/lv2/units/units.ttl
@@ -59,8 +59,6 @@ units:Unit
units:unit
a rdf:Property ,
owl:ObjectProperty ;
- rdfs:domain lv2:Port ,
- lv2:Parameter ;
rdfs:range units:Unit ;
rdfs:label "unit" ;
rdfs:comment "The unit used by the value of a port or parameter." .