amalgame/commit

rdf11

authorJacco van Ossenbruggen
Mon Mar 2 14:45:42 2020 +0100
committerJacco van Ossenbruggen
Mon Mar 2 14:45:42 2020 +0100
commit429b98c2778c4fd266c5edabf72a4d681ecd6a15
tree0e149175b38129032da6eb8dfbb1f58811230501
parentcb35c06356bcf63619c66ed7b18a74a2d08afaa3
Diff style: patch stat
diff --git a/lib/ag_modules/ancestor_match.pl b/lib/ag_modules/ancestor_match.pl
index 529d2ad..1f9d3a6 100644
--- a/lib/ag_modules/ancestor_match.pl
+++ b/lib/ag_modules/ancestor_match.pl
@@ -3,7 +3,7 @@
 	  ]).
 
 :- use_module(library(assoc)).
-:- use_module(library(semweb/rdf_db)).
+:- use_module(library(semweb/rdf11)).
 :- use_module(library(skos/util)).
 
 ancestor_match(align(S, T, Prov0), BackgroundMatches,
diff --git a/lib/ag_modules/descendent_match.pl b/lib/ag_modules/descendent_match.pl
index efd4346..9f0e37d 100644
--- a/lib/ag_modules/descendent_match.pl
+++ b/lib/ag_modules/descendent_match.pl
@@ -2,7 +2,8 @@
 	  [ descendent_match/4
 	  ]).
 
-:- use_module(library(semweb/rdf_db)).
+:- use_module(library(assoc)).
+:- use_module(library(semweb/rdf11)).
 :- use_module(library(skos/util)).
 
 descendent_match(align(S, T, Prov0), BackgroundMatches, align(S, T, [Prov|Prov0]), Options) :-