diff options
| author | Munyoki Kilyungi | 2024-10-11 11:41:40 +0300 |
|---|---|---|
| committer | BonfaceKilz | 2024-10-14 23:50:49 +0300 |
| commit | 91eb554f861250ff550b71e4fdb4e7e8bcf86584 (patch) | |
| tree | b401a76f53fcb3fb04a843ae75fc76b0f677c86b /tests/unit | |
| parent | 2eb68b71a599bac47b8c30fdf1f82ca2861722e9 (diff) | |
| download | genenetwork3-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/unit')
| -rw-r--r-- | tests/unit/db/rdf/data.py | 8 |
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": [ { |
