From ee8ea88dd6b372143c6b08f56856666ce2d0b622 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Mon, 16 Nov 2020 11:15:33 +0000 Subject: Demo: add comment --- bh20simplewebuploader/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bh20simplewebuploader/main.py b/bh20simplewebuploader/main.py index 9e817fb..9823e11 100644 --- a/bh20simplewebuploader/main.py +++ b/bh20simplewebuploader/main.py @@ -1103,9 +1103,9 @@ PREFIX rdfs: """ ?seq ?x [obo:GAZ_00000448 ?geoLocation] . ?geoLocation rdfs:label ?geoLocation_label } - GROUP BY ?geoLocation ?geoLocation_label + GROUP BY ?geoLocation ?geoLocation_label ORDER BY DESC (?seqCount) """ - description = "Get count of all sequences grouped by geoLocation and geoLocation_label (1-to-1 relationship)" + description = "Get count of all sequences grouped by geoLocation and geoLocation_label (1-to-1 relationship) - spot the champions of open data!" payload = {'query': prefix+query, 'format': 'json'} r = requests.get(sparqlURL, params=payload) result = r.json()['results']['bindings'] -- cgit v1.2.3