You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This target directory is only so that the commands in the examples match as if the code was build locally.
51
52
# basically target/ can be remove from all examples below
52
53
```
54
+
53
55
If building locally in this git repository:
56
+
54
57
```bash
55
58
mvn package
56
59
```
57
60
58
61
59
-
# Quality Assurance (QA).
62
+
##Quality Assurance (QA)
60
63
61
64
To test your examples pass the folder/directory containing your examples as an argument (`--input-directory` to the `test` subcommand, e.g.:
62
65
@@ -74,7 +77,7 @@ java -jar target/sparql-examples-utils-*-uber.jar test --input-directory=../spar
74
77
>
75
78
> All CLI commands provided in this readme expects you have the [`sparql-examples`](https://github.com/sib-swiss/sparql-examples) folder cloned in the same directory alongside this `sparql-examples-utils` project folder. Feel free to change them for your own example folder and path.
76
79
77
-
# Conversion for upload in SPARQL endpoint
80
+
##Conversion for upload in SPARQL endpoint
78
81
79
82
Before loading the examples into a SPARQL endpoint they should be concatenated into one file, including the prefixes/namespaces definitions.
80
83
@@ -105,17 +108,18 @@ Generate markdown files with the query and a mermaid diagram of the queries, to
If you reuse any part of this work, please cite [the arXiv paper](http://arxiv.org/abs/2410.06010):
146
152
153
+
```
154
+
@misc{largecollectionsparqlquestionquery,
155
+
title={A large collection of bioinformatics question-query pairs over federated knowledge graphs: methodology and applications},
156
+
author={Jerven Bolleman and Vincent Emonet and Adrian Altenhoff and Amos Bairoch and Marie-Claude Blatter and Alan Bridge and Severine Duvaud and Elisabeth Gasteiger and Dmitry Kuznetsov and Sebastien Moretti and Pierre-Andre Michel and Anne Morgat and Marco Pagni and Nicole Redaschi and Monique Zahn-Zabal and Tarcisio Mendes de Farias and Ana Claudia Sima},
0 commit comments