aboutsummaryrefslogtreecommitdiff
path: root/gn3/db
diff options
context:
space:
mode:
authorMunyoki Kilyungi2023-06-06 12:36:23 +0300
committerBonfaceKilz2023-06-06 12:37:50 +0300
commit095d8bbbbc2c7c02508b2796085e203a95b135b6 (patch)
treea272e80b0987790afbeff9e88d244b55b6dd42ee /gn3/db
parenta03ce5be2ab4c1413f260146d552302a2e832f1d (diff)
downloadgenenetwork3-095d8bbbbc2c7c02508b2796085e203a95b135b6.tar.gz
Pass geoSeries as a URL
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'gn3/db')
-rw-r--r--gn3/db/rdf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gn3/db/rdf.py b/gn3/db/rdf.py
index 430983a..bb9f1b4 100644
--- a/gn3/db/rdf.py
+++ b/gn3/db/rdf.py
@@ -133,7 +133,7 @@ CONSTRUCT {
name=name
)
)[0].items():
- if key.endswith("Url"):
+ if key.endswith("Url") or key == "geoSeries":
response[key] = value
else:
response[key] = value.map(get_url_local_name)