image_annotation/commit

do not autoload dcterms

authorMichiel Hildebrand
Thu Mar 22 11:39:23 2012 +0100
committerMichiel Hildebrand
Thu Mar 22 11:39:23 2012 +0100
commit85fa05a5e6d2082950271149ee167a9d9ef6da52
tree3946d91a1f302d60fc8f43c0673c9e1f34fe1cd7
parente4d4ee5d4aedb046ae55aa68c3818d0e5fd2fa43
Diff style: patch stat
diff --git a/config-available/image_annotation.pl b/config-available/image_annotation.pl
index 10a6293..67b83d4 100644
--- a/config-available/image_annotation.pl
+++ b/config-available/image_annotation.pl
@@ -4,9 +4,9 @@
 */
 
 :- use_module(library('semweb/rdf_db')).
-:- use_module(library('semweb/rdf_library')).
 
-:- rdf_load_library(dcterms).
+% @TBD
+% requires Dublin Core and SKOS
 
 % hack namespace
 :- rdf_register_ns(oac, 'http://www.openannotation.org/ns/').