aboutsummaryrefslogtreecommitdiff
path: root/gn3/db
diff options
context:
space:
mode:
Diffstat (limited to 'gn3/db')
-rw-r--r--gn3/db/rdf/wiki.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gn3/db/rdf/wiki.py b/gn3/db/rdf/wiki.py
index b0c732c..a78dd74 100644
--- a/gn3/db/rdf/wiki.py
+++ b/gn3/db/rdf/wiki.py
@@ -15,7 +15,7 @@ WIKI_CONTEXT = BASE_CONTEXT | {
"symbol": "rdfs:label",
"reason": "gnt:reason",
"species": "gnt:species",
- "pubmed_id": "dct:references",
+ "pubmed_ids": "dct:references",
"email": "foaf:mbox",
"initial": "gnt:initial",
"comment": "rdfs:comment",