blob: 2cc2ab6f33869500980c434e514e7ebf2d8d9d00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Create Traits Endpoints in RDF
## Tags
* assigned: bonfacem
* type: feature
* status: closed
Create end-points that query RDF for the following:
* [x] Phenotypes: (prefix "phenotype:" "<http://genenetwork.org/phenotype/>")
* [x] Genotypes: (prefix "phenotype:" "<http://genenetwork.org/genotype/>")
* [x] Probesets: (prefix "phenotype:" "<http://genenetwork.org/probesets/>")
In the process, also add examples here:
=> /topics/RDF/example-sparql-queries Querying SPARQL Examples
I ran into a problem where I can't upload probeset metadata, despite chunking and reducing the size of the dump. This is issue is tracked here:
=> /issues/probeset-metadata-upload Upload probeset metadata
|