diff options
-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", |