Harium / suneidesis

A project to represent knowledge
MIT License
2 stars 1 forks source link

[Serialization] Differentiate short Id from texts #95

Closed yuripourre closed 3 years ago

yuripourre commented 3 years ago

Currently, to avoid circular dependency Attributes that are concepts are replaced by their ids. But there is no way to differentiate it from real textual data.

Change it in a way that would be possible to differentiate it.

The easiest way is adding a prefix. "attr1": "ID_123455"