diff options
author | Munyoki Kilyungi | 2023-07-07 15:23:00 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2023-07-07 15:23:00 +0300 |
commit | 88dec95b9abbf38d1de44bbf43473b7f81d8d82b (patch) | |
tree | 40c71b579a2576a0f47fa191e3b600862e09cc3c | |
parent | 1f29d21150743f9ab27fac52a8d4265148e5c38f (diff) | |
download | gn-gemtext-88dec95b9abbf38d1de44bbf43473b7f81d8d82b.tar.gz |
Create new wrt improving SPARQL results
-rw-r--r-- | issues/improve-sparql-results.gmi | 29 |
1 files changed, 29 insertions, 0 deletions
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 + |