From c82c4c4e9f6264d2fca874ac441e914767191b96 Mon Sep 17 00:00:00 2001 From: Egon Willighagen Date: Sat, 23 Nov 2024 12:16:20 +0100 Subject: [PATCH] Added a missing GROUP (apparently VOS is okay with that) --- examples/WikiPathways/005.ttl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/WikiPathways/005.ttl b/examples/WikiPathways/005.ttl index 18347e6d3..90d5d0f97 100644 --- a/examples/WikiPathways/005.ttl +++ b/examples/WikiPathways/005.ttl @@ -17,6 +17,7 @@ WHERE { ?pathway wp:diseaseOntologyTag ?disease ; a wp:Pathway . ?disease rdfs:label ?diseaseLabel . -} ORDER BY DESC(?count)""" ; +} GROUP BY ?diseaseLabel ?disease + ORDER BY DESC(?count)""" ; schema:target ; schema:keywords "disease" .