about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorMunyoki Kilyungi2024-10-11 11:41:40 +0300
committerBonfaceKilz2024-10-14 23:50:49 +0300
commit91eb554f861250ff550b71e4fdb4e7e8bcf86584 (patch)
treeb401a76f53fcb3fb04a843ae75fc76b0f677c86b /tests
parent2eb68b71a599bac47b8c30fdf1f82ca2861722e9 (diff)
downloadgenenetwork3-91eb554f861250ff550b71e4fdb4e7e8bcf86584.tar.gz
Update the NCBI expected test data context.
* tests/unit/db/rdf/data.py: [LPL_RIF_ENTRIES]: Update "@context".

Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'tests')
-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": [
         {