rdf_qa/commit

testing undefined hooks

authorJacco van Ossenbruggen
Tue Jan 31 14:29:35 2012 +0100
committerJacco van Ossenbruggen
Tue Jan 31 14:29:35 2012 +0100
commitb35b74d8b4ae0c3464c6b54cabcc222adf98df5d
tree80063519874d2ebd73ec54ff598ee25ea03c2d7e
parentde089aa9611fd5db25bff41726059d9d4a114603
Diff style: patch stat
diff --git a/components/qa_heuristics.pl b/components/qa_heuristics.pl
index 04b5458..8eb1d5a 100644
--- a/components/qa_heuristics.pl
+++ b/components/qa_heuristics.pl
@@ -1,14 +1,12 @@
-:- module(qa_heuristics, [
-			  qa:rdf_warning/2,  % +Class, -URI
-			  qa:class_label//1  % +Class
-			 ]).
+:- module(qa, []).
+
 
 :- multifile
-	qa:rdf_warning/2,
-	qa:rdf_qa_ok/2,
-	qa:class_label//1.
+	rdf_warning/2,
+	rdf_qa_ok/2,
+	class_label//1.
 
 
 :- rdf_meta
-	qa:rdf_warning(o,r).
+	rdf_warning(o,r).