From 88dec95b9abbf38d1de44bbf43473b7f81d8d82b Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Fri, 7 Jul 2023 15:23:00 +0300 Subject: Create new wrt improving SPARQL results --- issues/improve-sparql-results.gmi | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 issues/improve-sparql-results.gmi (limited to 'issues') diff --git a/issues/improve-sparql-results.gmi b/issues/improve-sparql-results.gmi new file mode 100644 index 0000000..591b861 --- /dev/null +++ b/issues/improve-sparql-results.gmi @@ -0,0 +1,29 @@ +# Improve sparql results + +## Tags +* assigned: bonfacem +* type: improvement +* priority: high +* status: in progress +* keywords: RDF, SPARQL + +For this query: + +=> https://sparql.genenetwork.org/sparql?default-graph-uri=&qtxt=prefix%20gn%3A%20%3Chttp%3A%2F%2Fgenenetwork.org%2F%3E%0A%0ASELECT%20*%20WHERE%20%7B%0Agn%3Aspecies_mus_musculus%20%3Fp%20%3Fo.%0A%7D&format=text%2Fhtml&timeout=0&signal_void=on + +* Investigate why we have duplicate results for + +=> http://genenetwork.org/binomialName? + +* Also, links with the "gn:" prefix should resolve. Move the documents to a Markdown document that is hosted in gn-docs; and then create an end-point on GN2 for that. + +* How do we encode wikidata entries as part of a dump? E.g. + +=> http://www.wikidata.org/entity/Q83310 + +* How do we ascertain that the wikidata entries are retained in the future? + +* For 'taxon:' prefix use: + +=> http://purl.uniprot.org/core/scientificName + -- cgit v1.2.3