From 6afca0de6eadb16e17d92e59d2d0b938e6695edc Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Wed, 28 Aug 2024 16:02:30 +0300 Subject: Remove "@id" re-map in the json-ld base context. * gn3/db/constants.py [BASE_CONTEXT]: Remove "id" key. Signed-off-by: Munyoki Kilyungi --- gn3/db/constants.py | 1 - 1 file changed, 1 deletion(-) (limited to 'gn3') diff --git a/gn3/db/constants.py b/gn3/db/constants.py index a8c9dc7..45e3bfc 100644 --- a/gn3/db/constants.py +++ b/gn3/db/constants.py @@ -31,7 +31,6 @@ RDF_PREFIXES = "\n".join([f"PREFIX {key}: <{value}>" BASE_CONTEXT = { "data": "@graph", - "id": "@id", "type": "@type", "gn": "http://genenetwork.org/id/", "gnc": "http://genenetwork.org/category/", -- cgit v1.2.3