Skip to content

Commit

Permalink
Update query-06-provided_by_counts.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
matentzn committed Sep 25, 2020
1 parent d26c9fc commit 32c2a5c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions queries/sparql/query-06-provided_by_counts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ description:
endpoint:
"http://kg-hub-rdf.berkeleybop.io/blazegraph/sparql"
query: >
prefix bl: <https://w3id.org/biolink/vocab/>
SELECT (COUNT(?v2) AS ?v1) ?v0
WHERE {
?v2 bl:provided_by ?v0
} GROUP BY ?v0
ORDER BY DESC(?v1)
prefix bl: <https://w3id.org/biolink/vocab/>
SELECT (COUNT(?v2) AS ?v1) ?v0
WHERE {
?v2 bl:provided_by ?v0
} GROUP BY ?v0
ORDER BY DESC(?v1)

0 comments on commit 32c2a5c

Please sign in to comment.