skos_browser/commit

export predicates needed in the amalgame virtual concept browser

authorJacco van Ossenbruggen
Tue Sep 3 18:51:50 2013 +0200
committerJacco van Ossenbruggen
Tue Sep 3 18:51:50 2013 +0200
commitceb089ea4d5d8abb9b19576eb3385f5eccca7e5c
tree09793e621cfe4e9a30af962650281ebe7ab209a6
parent53a1a5e6ff917145634c2ce820d97581b520d3dd
Diff style: patch stat
diff --git a/api/skos_concepts.pl b/api/skos_concepts.pl
index c5a097e..d8a6212 100644
--- a/api/skos_concepts.pl
+++ b/api/skos_concepts.pl
@@ -1,5 +1,7 @@
 :- module(skos_concepts,
-	  []).
+	  [concept_results/3,
+	   http_concepts/1
+	  ]).
 
 :- use_module(library(http/http_dispatch)).
 :- use_module(library(http/http_parameters)).