diff options
-rw-r--r-- | gn3/api/metadata.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn3/api/metadata.py b/gn3/api/metadata.py index 740bb40..4e42677 100644 --- a/gn3/api/metadata.py +++ b/gn3/api/metadata.py @@ -115,7 +115,7 @@ PHENOTYPE_CONTEXT = BASE_CONTEXT | PUBLICATION_CONTEXT | { "contributor": "dct:contributor", "mean": "gnt:mean", "locus": "gnt:locus", - "LRS": "gnt:LRS", + "lodScore": "gnt:lodScore", "references": "dct:isReferencedBy", "additive": "gnt:additive", "sequence": "gnt:sequence", |