aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gn3/api/metadata.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/gn3/api/metadata.py b/gn3/api/metadata.py
index e001eb2..ac582ed 100644
--- a/gn3/api/metadata.py
+++ b/gn3/api/metadata.py
@@ -107,11 +107,12 @@ PHENOTYPE_CONTEXT = BASE_CONTEXT | PUBLICATION_CONTEXT | {
"trait": "rdfs:label",
"altName": "rdfs:altLabel",
"description": "dct:description",
- "abbreviation": "dct:abbreviation",
+ "abbreviation": "gnt:abbreviation",
"labCode": "gnt:labCode",
"submitter": "gnt:submitter",
"ex": "http://example.org/stuff/1.0/",
"species": "ex:species",
+ "group": "ex:inbredSet",
"contributor": "dct:contributor",
"mean": "gnt:mean",
"locus": "gnt:locus",