amalgame/commit

rdf11

authorJacco van Ossenbruggen
Fri Mar 27 17:26:40 2020 +0100
committerJacco van Ossenbruggen
Fri Mar 27 17:26:40 2020 +0100
commitec957c7ee8588cf12a3e0a62d7e1a608480fe22b
treea13e668ce1471594823b20fa46d1449b86bc8138
parentadef3dc4068d9170ddd1aa75f5cd72906eefa1a8
Diff style: patch stat
diff --git a/lib/amalgame/amalgame_modules.pl b/lib/amalgame/amalgame_modules.pl
index c5c0fbe..ac52975 100644
--- a/lib/amalgame/amalgame_modules.pl
+++ b/lib/amalgame/amalgame_modules.pl
@@ -1,5 +1,5 @@
 :- module(amalgame_modules,
-	  [ current_amalgame_module/2,    % ?URI, ?Module
+	  [
 	    amalgame_module_id/2,         % +URI, -Module
 	    amalgame_modules_of_type/2,   % +Class, -Modules
 	    amalgame_module_parameters/2, % +Module, -Parameters
@@ -8,7 +8,7 @@
 	    expand_options/2
 	  ]).
 
-:- use_module(library(semweb/rdf_db)).
+:- use_module(library(semweb/rdf11)).
 :- use_module(library(semweb/rdfs)).
 :- use_module(library(semweb/rdf_label)).
 :- use_module(library(http/http_path)).