amalgame/commit

missing import

authorJacco van Ossenbruggen
Mon Aug 11 18:13:07 2014 +0200
committerJacco van Ossenbruggen
Mon Aug 11 18:14:10 2014 +0200
commitd3123906864e6bb83ca7fb9c632bbc32025ef062
tree53b8a301930411208c0c249724bb45821399b939
parent73f5f4965c4afe68c19171b558020f1281e1c76e
Diff style: patch stat
diff --git a/api/mappinglist.pl b/api/mappinglist.pl
index 6de3551..d97ce7a 100644
--- a/api/mappinglist.pl
+++ b/api/mappinglist.pl
@@ -10,6 +10,7 @@
 :- use_module(library(semweb/rdf_label)).
 
 :- use_module(library(amalgame/util)).
+:- use_module(library(amalgame/rdf_util)).
 :- use_module(library(amalgame/vocabulary)).
 :- use_module(library(amalgame/voc_stats)).
 :- use_module(library(amalgame/expand_graph)).
diff --git a/components/amalgame/correspondence.pl b/components/amalgame/correspondence.pl
index 50ae538..636b95d 100644
--- a/components/amalgame/correspondence.pl
+++ b/components/amalgame/correspondence.pl
@@ -14,6 +14,7 @@
 
 :- use_module(library(skos/util)).
 :- use_module(library(amalgame/util)).
+:- use_module(library(amalgame/rdf_util)).
 
 html_correspondence_options(_Options) -->
 	html([ 'include all correspondences with the same: ',
diff --git a/components/amalgame/startpage.pl b/components/amalgame/startpage.pl
index d01b08f..8242036 100644
--- a/components/amalgame/startpage.pl
+++ b/components/amalgame/startpage.pl
@@ -16,6 +16,7 @@
 :- use_module(components(label)).
 
 :- use_module(library(amalgame/util)).
+:- use_module(library(amalgame/rdf_util)).
 :- use_module(library(amalgame/voc_stats)).
 :- use_module(components(amalgame/util)).