diff options
author | Munyoki Kilyungi | 2023-12-22 12:00:45 +0300 |
---|---|---|
committer | BonfaceKilz | 2024-01-06 14:15:26 +0300 |
commit | de072fd7248c8b1fe3a9c40a0309bfbc1655ac8b (patch) | |
tree | 7360cfcd5e473eb69902fbfefedc52055d2237df /gn3 | |
parent | 52bfc164eb2ee3b1f0e7b831af4123d17f399c5e (diff) | |
download | genenetwork3-de072fd7248c8b1fe3a9c40a0309bfbc1655ac8b.tar.gz |
Add extra keys to the Probeset's json-ld context.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'gn3')
-rw-r--r-- | gn3/api/metadata.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gn3/api/metadata.py b/gn3/api/metadata.py index cb61227..11f9f46 100644 --- a/gn3/api/metadata.py +++ b/gn3/api/metadata.py @@ -953,18 +953,20 @@ CONSTRUCT { "comments": "rdfs:comments", "dct": "http://purl.org/dc/terms/", "description": "dct:description", - "gene": "gnt:gene", + "geneID": "gnt:hasGeneId", "kgID": "gnt:hasKgID", "location": "gnt:location", "mb": "gnt:mb", "name": "rdfs:label", + "proteinID": "gnt:hasProteinID", "references": "dct:references", + "rgdID": "gnt:hasRgdID", "skos": "http://www.w3.org/2004/02/skos/core#", "species": "gnt:belongsToSpecies", "specificity": "gnt:hasSpecificity", "strand": "gnt:Strand", "strandProbe": "gnt:strandProbe", - "symbol": "gnt:symbol", + "symbol": "gnt:geneSymbol", "targetID": "gnt:hasTargetId", "targetRegion": "gnt:targetsRegion", "targetSequence": "gnt:hasTargetSeq", |