diff options
author | Pjotr Prins | 2023-11-15 07:46:12 +0100 |
---|---|---|
committer | Pjotr Prins | 2023-11-15 07:46:12 +0100 |
commit | 58acb7ccf46881708f7552ad303fb156603c29d2 (patch) | |
tree | 3138cc8484d6e934bc901110f2580bc041574668 /gn/db/sparql.scm | |
parent | 12e43794a12a94e45c25cadf5d167697c16c4f5f (diff) | |
download | gn-guile-58acb7ccf46881708f7552ad303fb156603c29d2.tar.gz |
Return list of BXD
Diffstat (limited to 'gn/db/sparql.scm')
-rw-r--r-- | gn/db/sparql.scm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gn/db/sparql.scm b/gn/db/sparql.scm index c413b9a..b7d94f3 100644 --- a/gn/db/sparql.scm +++ b/gn/db/sparql.scm @@ -1,3 +1,12 @@ +#! + +Module for handling SPARQL primitives. + +Note that GN queries should go into gn/data - this is currently not +the case. + +!# + (define-module (gn db sparql) #:use-module (json) #:use-module (ice-9 match) |