tag_matcher/commit

include semweb modules

authorMichiel Hildebrand
Sun Jan 23 15:49:03 2011 +0100
committerMichiel Hildebrand
Sun Jan 23 15:49:03 2011 +0100
commit286caacdfe91e344ab9f58fe2ee872a01f0b8497
tree566829cfc052a169fc5d057f7b7e349ba359bf36
parentdcf95f079d2aae1562b200b0c7856e993e49edd5
Diff style: patch stat
diff --git a/api/tag_matcher.pl b/api/tag_matcher.pl
index e7c58e0..7478bdd 100644
--- a/api/tag_matcher.pl
+++ b/api/tag_matcher.pl
@@ -7,6 +7,8 @@
 :- use_module(library(http/http_json)).
 :- use_module(library(http/json)).
 :- use_module(library(http/json_convert)).
+:- use_module(library(semweb/rdf_db)).
+:- use_module(library(semweb/rdfs)).
 :- use_module(library(tag_match)).
 :- use_module(components(label)).