time-link / timelink-kleio

Provides translation of files in Kleio notation into XML and other formats. Part of Timelink.
1 stars 0 forks source link

User comments as authority records #14

Open joaquimrcarvalho opened 1 year ago

joaquimrcarvalho commented 1 year ago

User comments, provided by the MHK web interface, are a form of authority records.

They consist of a comment id, id of entity to which the comment refers too, title, content, user id, database, timestamp.

They have a structure compatible with the definition of authority records in Kleio:

part name=authority-register;
    position=id,name;
    guaranteed=id,name,date,user,dbase;
    also=date,user,dbase;
    part=authority-record

Also their aggregation and sharing poses the same design problems as sharing of indentifications, which is already done with authority records.

So a format for comments in Kleio, that would allow saving loading and exchanging comment should be added to gacto2.str