kgcl-rdflib icon indicating copy to clipboard operation
kgcl-rdflib copied to clipboard

Parsed strings retain quotes

Open cmungall opened this issue 2 years ago • 0 comments

Given "rename GO:1 from 'foo' to 'bar'"

the parser returns

{
  "id": "CHANGE:001",
  "old_value": "'foo'",
  "new_value": "'bar'",
  "about_node": "GO:1",
  "about_node_representation": "curie",
  "@type": "NodeRename"
} 

The quoted value is itself quoted

cmungall avatar Jul 02 '22 01:07 cmungall