about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--tests/unit/db/rdf/data.py8
1 files changed, 1 insertions, 7 deletions
diff --git a/tests/unit/db/rdf/data.py b/tests/unit/db/rdf/data.py
index b4d0590..ed5349d 100644
--- a/tests/unit/db/rdf/data.py
+++ b/tests/unit/db/rdf/data.py
@@ -2,14 +2,9 @@
 
 LPL_RIF_ENTRIES = {
     "@context": {
-        "data": "@graph",
-        "type": "@type",
-        "gn": "http://genenetwork.org/id/",
-        "gnc": "http://genenetwork.org/category/",
+        "dct": "http://purl.org/dc/terms/",
         "gnt": "http://genenetwork.org/term/",
         "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
-        "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#>",
-        "dct": "http://purl.org/dc/terms/",
         "skos": "http://www.w3.org/2004/02/skos/core#",
         "symbol": "gnt:symbol",
         "species": "gnt:species",
@@ -19,7 +14,6 @@ LPL_RIF_ENTRIES = {
         "created": "dct:created",
         "comment": "rdfs:comment",
         "version": "dct:hasVersion",
-        "id": "dct:identifier",
     },
     "data": [
         {