about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gn3/db/constants.py1
1 files changed, 0 insertions, 1 deletions
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/",