INCATools / kgcl

Datamodel for KGCL (Knowledge Graph Change Language)
https://w3id.org/kgcl/
MIT License
11 stars 4 forks source link

Remove x_representation fields #68

Open cmungall opened 5 months ago

cmungall commented 5 months ago

changes be like

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

there is no need for about_node_representation if we have a prefix map for each change set.

hrshdhgd commented 5 months ago

It is derived from get_entity_representation() which is sprinkled all over the project. I'll need more clarification as to where it's needed and where not. This seems to be in place since a long time.