Skip to content

Commit

Permalink
https://github.com/INCATools/kgcl-rdflib/issues/43
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Aug 11, 2022
1 parent 217acad commit 8ccad9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kgcl_schema/grammar/render_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def render_entity(entity, rdf_type):
# TODO: replacing quotes with backticks
# is only a temporary workaround
entity = entity.replace("'", "`")
return "'" + entity + "'"
return entity
elif rdf_type == "literal":
# TODO: test this
if '"' not in entity:
Expand Down

0 comments on commit 8ccad9e

Please sign in to comment.