about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMunyoki Kilyungi2023-12-22 12:00:45 +0300
committerBonfaceKilz2024-01-06 14:15:26 +0300
commitde072fd7248c8b1fe3a9c40a0309bfbc1655ac8b (patch)
tree7360cfcd5e473eb69902fbfefedc52055d2237df
parent52bfc164eb2ee3b1f0e7b831af4123d17f399c5e (diff)
downloadgenenetwork3-de072fd7248c8b1fe3a9c40a0309bfbc1655ac8b.tar.gz
Add extra keys to the Probeset's json-ld context.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
-rw-r--r--gn3/api/metadata.py6
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",