amalgame/commit

rdf11

authorJacco van Ossenbruggen
Wed Mar 4 16:31:46 2020 +0100
committerJacco van Ossenbruggen
Wed Mar 4 16:31:46 2020 +0100
commita71e8937097052c659bac62e685e7bc8f9d985f1
treec483218f87e2798aff54c448a79c6b6969faecc4
parent8e4367d79f5dcfe18044c18f1c861a00ccf4c245
Diff style: patch stat
diff --git a/lib/ag_drivers/exec_amalgame_process.pl b/lib/ag_drivers/exec_amalgame_process.pl
index a74543f..1c3b4f5 100644
--- a/lib/ag_drivers/exec_amalgame_process.pl
+++ b/lib/ag_drivers/exec_amalgame_process.pl
@@ -9,7 +9,7 @@
 :- use_module(library(assoc)).
 :- use_module(library(lists)).
 
-:- use_module(library(semweb/rdf_db)).
+:- use_module(library(semweb/rdf11)).
 :- use_module(library(semweb/rdfs)).
 :- use_module(library(amalgame/expand_graph)).
 :- use_module(library(amalgame/map)).
@@ -82,7 +82,7 @@ select_result_scheme(_Id, vocspec(Scheme), OutputType, vocspec(Scheme)) :-
 	rdf_equal(amalgame:wasGeneratedBy, OutputType).
 
 collect_snd_input(Process, Strategy, SecInput):-
-	findall(S, rdf(Process, amalgame:secondary_input, S), SecInputs),
+	findall(S, rdf(Process, amalgame:secondary_input, S, Strategy), SecInputs),
 	maplist(expand_node(Strategy), SecInputs, SecInputNF),
 	merger(SecInputNF, SecInput, []).