diff options
Diffstat (limited to 'gn3/api/metadata.py')
-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", |