diff options
author | Pjotr Prins | 2024-10-23 20:46:23 -0500 |
---|---|---|
committer | Pjotr Prins | 2024-10-23 20:46:23 -0500 |
commit | ad3f1176642a499229554d490037b533ef7da418 (patch) | |
tree | 84a66e75957544f369c7771cef90a72275923014 /gn/db/sparql.scm | |
parent | 071893cf9af080121fe60866dab59e7a691feb18 (diff) | |
download | gn-guile-ad3f1176642a499229554d490037b533ef7da418.tar.gz |
wikidata: build first query
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 |