diff options
Diffstat (limited to 'gn/db/sparql.scm')
-rw-r--r-- | gn/db/sparql.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gn/db/sparql.scm b/gn/db/sparql.scm index b7d94f3..f03389b 100644 --- a/gn/db/sparql.scm +++ b/gn/db/sparql.scm @@ -2,7 +2,7 @@ Module for handling SPARQL primitives. -Note that GN queries should go into gn/data - this is currently not +Note that GN queries should go into gn/db/sources - this is currently not the case. !# @@ -18,6 +18,7 @@ the case. #:use-module (web request) #:use-module (web uri) #:use-module (gn cache memoize) + #:use-module (gn db sources wikidata) #:use-module (web gn-uri) #:export (memo-sparql-species |