From 152ebc6df6c9da8defdd74a790661faf956b0ad0 Mon Sep 17 00:00:00 2001 From: Alyssa Dai Date: Wed, 28 Feb 2024 03:40:19 -0500 Subject: [PATCH] better highlight default query file in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 056591d..c96b3bf 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ Please refer to our [**official documentation**](https://neurobagel.org/api/) fo - [Docker (recommended)](#docker) - [Python](#python) - [Testing](#testing) +- [The default Neurobagel SPARQL query](#the-default-neurobagel-sparql-query) - [License](#license) @@ -180,7 +181,7 @@ pytest tests ## The default Neurobagel SPARQL query -`docs/default_neurobagel_query.rq` contains a sample default SPARQL query sent by the Neurobagel API to a graph database to retrieve all available phenotypic and imaging data. +[docs/default_neurobagel_query.rq](docs/default_neurobagel_query.rq) contains a sample default SPARQL query sent by the Neurobagel API to a graph database to retrieve all available phenotypic and imaging data. This file is mainly intended for reference because in normal operations, the API will always talk to the graph on behalf of the user.