diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2019-11-03 11:27:36 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-03-17 14:35:01 +0100 |
commit | 81e1b3c2eaf52a7e4beb87e136f6c672ab239759 (patch) | |
tree | 48f5eff970229afec945403961b6211263ca074e | |
parent | 3aad5eb1b08ed5c27e60aa36021c4a85ce90c08f (diff) | |
download | lv2-81e1b3c2eaf52a7e4beb87e136f6c672ab239759.tar.xz |
Add missing rdfs:label for time:beatUnit
-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> |