From 91eb554f861250ff550b71e4fdb4e7e8bcf86584 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Fri, 11 Oct 2024 11:41:40 +0300 Subject: Update the NCBI expected test data context. * tests/unit/db/rdf/data.py: [LPL_RIF_ENTRIES]: Update "@context". Signed-off-by: Munyoki Kilyungi --- tests/unit/db/rdf/data.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'tests/unit/db/rdf/data.py') 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": [ { -- cgit 1.4.1