Skip to content

Commit

Permalink
Added a missing GROUP (apparently VOS is okay with that)
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw authored Nov 23, 2024
1 parent cd6fa44 commit c82c4c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/WikiPathways/005.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://sparql.wikipathways.org/sparql> ;
schema:keywords "disease" .

0 comments on commit c82c4c4

Please sign in to comment.