virgil/commit

ADD missing rdf_db module

authorMichiel Hildebrand
Mon Jul 15 21:22:19 2013 +0200
committerMichiel Hildebrand
Mon Jul 15 21:22:19 2013 +0200
commit1191c550bee7a0657b3a45986d86886d19de565b
tree7dfd4461e24b29bfed255be5d9c0d134ff28a253
parentec55a0559e7c185a742a3d597a7078da7d18b963
Diff style: patch stat
diff --git a/lib/drug_normalise.pl b/lib/drug_normalise.pl
index 0809aaa..585d375 100644
--- a/lib/drug_normalise.pl
+++ b/lib/drug_normalise.pl
@@ -2,6 +2,7 @@
 	  [drug_normalise/2
 	  ]).
 
+:- use_module(library(semweb/rdf_db)).
 :- use_module(library(semweb/rdf_label)).
 :- use_module(library(semweb/rdf_litindex)).
 :- use_module(library(aspell)).
@@ -42,6 +43,7 @@ punct('*').
 		 /*******************************
 		 *               C		*
 		 *******************************/
+:- use_module(library(semweb/rdf_label)).
 
 
 normalise_drug_names :-
diff --git a/lib/drug_spell_check.pl b/lib/drug_spell_check.pl
index b0dcf64..9116ce4 100644
--- a/lib/drug_spell_check.pl
+++ b/lib/drug_spell_check.pl
@@ -4,6 +4,7 @@
 
 
 :- use_module(library(aspell)).
+:- use_module(library(semweb/rdf_db)).
 :- use_module(library(semweb/rdf_label)).
 :- use_module(library(semweb/rdf_litindex)).