diff options
author | David Robillard <d@drobilla.net> | 2011-11-09 02:43:41 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-11-09 02:43:41 +0000 |
commit | f989c306d966f2933e1a57dd32dac87dcab4a625 (patch) | |
tree | 45f14cc8d07161b81fee635c5939748a4a7f94bf /ext/files.lv2 | |
parent | ea8e4e2982328a1941bbe6bbdc96f954598a1174 (diff) | |
download | lv2-f989c306d966f2933e1a57dd32dac87dcab4a625.tar.xz |
Fix incorrect rdfs:Class URI.
Diffstat (limited to 'ext/files.lv2')
-rw-r--r-- | ext/files.lv2/files.ttl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/files.lv2/files.ttl b/ext/files.lv2/files.ttl index 84bac64..bd1c99b 100644 --- a/ext/files.lv2/files.ttl +++ b/ext/files.lv2/files.ttl @@ -94,7 +94,7 @@ LV2_FILES_NEW_FILE_SUPPORT_URI and LV2_Feature::data pointed to an instance of LV2_Files_New_File_Support.</p> """ . -files:AbstractPath a rdfs:class ; +files:AbstractPath a rdfs:Class ; rdfs:label "File Path" ; lv2:documentation """ <p>An abstract path to a file in persistent plugin state.</p> |