From f989c306d966f2933e1a57dd32dac87dcab4a625 Mon Sep 17 00:00:00 2001
From: David Robillard
Date: Wed, 9 Nov 2011 02:43:41 +0000
Subject: Fix incorrect rdfs:Class URI.
---
ext/files.lv2/files.ttl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'ext/files.lv2')
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.
""" .
-files:AbstractPath a rdfs:class ;
+files:AbstractPath a rdfs:Class ;
rdfs:label "File Path" ;
lv2:documentation """
An abstract path to a file in persistent plugin state.
--
cgit v1.2.1