about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMunyoki Kilyungi2023-12-07 20:38:39 +0300
committerMunyoki Kilyungi2023-12-07 20:41:31 +0300
commit20808f047414f0bd28e039f4db73428f9f251eee (patch)
tree71ccf8520ae71627212e42dcf5aa98506e3fe99b
parentd508d902d4575028b3972cfa281aec99182b786f (diff)
downloadgenenetwork3-20808f047414f0bd28e039f4db73428f9f251eee.tar.gz
Fix typo in GoTree prefix.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
-rw-r--r--gn3/api/metadata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gn3/api/metadata.py b/gn3/api/metadata.py
index 62abf26..681eed8 100644
--- a/gn3/api/metadata.py
+++ b/gn3/api/metadata.py
@@ -45,7 +45,7 @@ DATASET_CONTEXT = {
     "organization": "foaf:Organization",
     "prefLabel": "skos:prefLabel",
     "citation": "dct:isReferencedBy",
-    "GoTree": "gnt:hasGoTreeValue",
+    "GoTree": "gnt:hasGOTreeValue",
     "platform": "gnt:usesPlatform",
     "processingInfo": "gnt:hasDataProcessingInfo",
     "rdfs": "http://www.w3.org/2000/01/rdf-schema#",