diff options
Diffstat (limited to 'gn3')
-rw-r--r-- | gn3/api/metadata.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gn3/api/metadata.py b/gn3/api/metadata.py index 6623508..e001eb2 100644 --- a/gn3/api/metadata.py +++ b/gn3/api/metadata.py @@ -110,6 +110,8 @@ PHENOTYPE_CONTEXT = BASE_CONTEXT | PUBLICATION_CONTEXT | { "abbreviation": "dct:abbreviation", "labCode": "gnt:labCode", "submitter": "gnt:submitter", + "ex": "http://example.org/stuff/1.0/", + "species": "ex:species", "contributor": "dct:contributor", "mean": "gnt:mean", "locus": "gnt:locus", |