about summary refs log tree commit diff
diff options
context:
space:
mode:
-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",