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 24cbf11..0b7e587 100644 --- a/gn3/api/metadata.py +++ b/gn3/api/metadata.py @@ -45,8 +45,8 @@ DATASET_CONTEXT = { "organization": "foaf:Organization", "prefLabel": "skos:prefLabel", "citation": "dct:isReferencedBy", - "platform": "gnt:gnt:usePlatform", "GoTree": "gnt:hasGoTreeValue", + "platform": "gnt:usesPlatform", "processingInfo": "gnt:hasDataProcessingInfo", "rdfs": "http://www.w3.org/2000/01/rdf-schema#", "skos": "http://www.w3.org/2004/02/skos/core#", |