From 20808f047414f0bd28e039f4db73428f9f251eee Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Thu, 7 Dec 2023 20:38:39 +0300 Subject: Fix typo in GoTree prefix. Signed-off-by: Munyoki Kilyungi --- gn3/api/metadata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gn3') 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#", -- cgit v1.2.3