aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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." .