diff options
author | Munyoki Kilyungi | 2023-10-24 17:09:58 +0300 |
---|---|---|
committer | BonfaceKilz | 2023-10-27 13:45:32 +0300 |
commit | 4fed1c7937604ae9d9f316104847237770f0598a (patch) | |
tree | d5a3bb8594b34a5c97a589dc34ca1d88e7b428b5 /gn3/api | |
parent | 0018c7e23596e63977651d512f25940e70d376ef (diff) | |
download | genenetwork3-4fed1c7937604ae9d9f316104847237770f0598a.tar.gz |
Add missing prefixes.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'gn3/api')
-rw-r--r-- | gn3/api/metadata.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gn3/api/metadata.py b/gn3/api/metadata.py index 1bd9d5f..dfedd27 100644 --- a/gn3/api/metadata.py +++ b/gn3/api/metadata.py @@ -734,6 +734,7 @@ CONSTRUCT { "xsd": "http://www.w3.org/2001/XMLSchema#", "entries": "ex:entries", "comment": "rdfs:comment", + "species": "ex:species", "category": 'gnt:belongsToCategory', "author": "dct:creator", "pubmed": "dct:references", @@ -830,6 +831,8 @@ CONSTRUCT { "comment": "rdfs:comment", "category": 'gnt:belongsToCategory', "author": "dct:creator", + "species": "ex:species", + "geneId": "gnt:hasGeneId", "pubmed": "dct:references", "currentPage": "ex:currentPage", "pages": "ex:totalCount", |