diff options
author | Munyoki Kilyungi | 2023-05-18 13:34:26 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2023-05-18 13:40:19 +0300 |
commit | 860384f409ff5c9d0fe8b1775ec2d82a3d0c8343 (patch) | |
tree | 1ceefcaa55daa9c1c2a5a7f2f1b208cc785c73de /issues | |
parent | 76ed8422fd5d1ca2accc862a882ce0b6a1ebcd0a (diff) | |
download | gn-gemtext-860384f409ff5c9d0fe8b1775ec2d82a3d0c8343.tar.gz |
Create new GN3 endpoints for phenotypes, genotypes and probesets
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'issues')
-rw-r--r-- | issues/create-rdf-traits-page.gmi | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/issues/create-rdf-traits-page.gmi b/issues/create-rdf-traits-page.gmi new file mode 100644 index 0000000..32eb63a --- /dev/null +++ b/issues/create-rdf-traits-page.gmi @@ -0,0 +1,17 @@ +# Create Traits Endpoints in RDF + +## Tags + +* assigned: bonfacem +* type: feature +* status: in progress + +Create end-points that query RDF for the following: + +* [ ] Phenotypes: (prefix "phenotype:" "<http://genenetwork.org/phenotype/>") +* [ ] Genotypes: (prefix "phenotype:" "<http://genenetwork.org/genotype/>") +* [ ] Probesets: (prefix "phenotype:" "<http://genenetwork.org/probesets/>") + +In the process, also add examples here: + +=> topics/RDF/sparql-queries Querying SPARQL Examples |