amalgame/commit

rdf11. Removed final explict import of rdf_db

authorJacco van Ossenbruggen
Sun Mar 29 16:46:28 2020 +0200
committerJacco van Ossenbruggen
Sun Mar 29 16:46:28 2020 +0200
commit0d47f57af3cd76e922195c50520ac42293f05dbe
treeeb7a7430bb88ec34c763b57192734c07c92d595b
parent9cccf883bd947ac09b98a4f24e0353903390ef6e
Diff style: patch stat
diff --git a/api/correspondence.pl b/api/correspondence.pl
index 63f75d0..d264260 100644
--- a/api/correspondence.pl
+++ b/api/correspondence.pl
@@ -6,7 +6,7 @@
 :- use_module(library(http/http_dispatch)).
 :- use_module(library(http/http_parameters)).
 :- use_module(library(http/html_write)).
-:- use_module(library(semweb/rdf_db)).
+:- use_module(library(semweb/rdf11)).
 
 :- use_module(library(amalgame/map)).
 :- use_module(library(amalgame/expand_graph)).
diff --git a/api/strategy_viz.pl b/api/strategy_viz.pl
index 1841b72..abae519 100644
--- a/api/strategy_viz.pl
+++ b/api/strategy_viz.pl
@@ -5,7 +5,7 @@
 :- use_module(library(http/http_parameters)).
 :- use_module(library(http/html_write)).
 
-:- use_module(library(semweb/rdf_db)).
+:- use_module(library(semweb/rdf11)).
 :- use_module(library(semweb/rdfs)).
 :- use_module(library(semweb/rdf_label)).
 :- use_module(components(label)).