diff options
Diffstat (limited to 'gn3/db')
-rw-r--r-- | gn3/db/constants.py | 1 |
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/", |