diff options
Diffstat (limited to 'lv2')
-rw-r--r-- | lv2/time/time.ttl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lv2/time/time.ttl b/lv2/time/time.ttl index 5aa54e3..9a4184d 100644 --- a/lv2/time/time.ttl +++ b/lv2/time/time.ttl @@ -90,6 +90,7 @@ time:beatUnit owl:FunctionalProperty ; rdfs:domain time:Rate ; rdfs:range xsd:nonNegativeInteger ; + rdfs:label "beat unit" ; lv2:documentation """ <p>Beat unit, the note value that counts as one beat. This is the bottom number in a time signature: 2 for half note, 4 for quarter note, and so on.</p> |