diff options
Diffstat (limited to 'gn3')
-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 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#", |