aboutsummaryrefslogtreecommitdiff
path: root/gn3/db/rdf
diff options
context:
space:
mode:
Diffstat (limited to 'gn3/db/rdf')
-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 f81d695..4464eed 100644
--- a/gn3/db/rdf/wiki.py
+++ b/gn3/db/rdf/wiki.py
@@ -196,7 +196,7 @@ def update_wiki_comment(
identifier but an updated version id.
"""
name = f"gn:wiki-{insert_dict['Id']}-{insert_dict['versionId']}"
- comment_triple = Template("""$name rdf:label '''$comment'''@en ;
+ comment_triple = Template("""$name rdfs:label '''$comment'''@en ;
rdf:type gnc:GNWikiEntry ;
gnt:symbol "$symbol" ;
dct:identifier "$comment_id"^^xsd:integer ;