aboutsummaryrefslogtreecommitdiffstats
path: root/lv2
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
parent3bab97b1556e7684dd5cfb48b7108fdfff583c6d (diff)
downloadlv2-caee326e6ecd1f0f5633e250bf42a44391f741dd.tar.xz
Remove overly restrictive domain from units:unit
Diffstat (limited to 'lv2')
-rw-r--r--lv2/units/lv2-units.doap.ttl2
-rw-r--r--lv2/units/units.ttl2
2 files changed, 2 insertions, 2 deletions
diff --git a/lv2/units/lv2-units.doap.ttl b/lv2/units/lv2-units.doap.ttl
index e81aa70..e18cb4e 100644
--- a/lv2/units/lv2-units.doap.ttl
+++ b/lv2/units/lv2-units.doap.ttl
@@ -17,6 +17,8 @@
dcs:changeset [
dcs:item [
rdfs:label "Fix outdated port description in documentation."
+ ] , [
+ rdfs:label "Remove overly restrictive domain from units:unit."
]
]
] , [
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." .