asami

simongray 2022-05-12T08:33:40.504899Z

Is there an optimal way to store dates? i.e. strings, chronotypes (one type or mixed?)?

simongray 2022-05-12T08:41:19.021669Z

I have some dates of varying precision, e.g. some just years while others are specific dates, and I was wondering whether it makes any sense to mix these in the value part of the EaV triple?

simongray 2022-05-12T08:46:53.505029Z

Or split into separate triples for each chronounit, e.g. :document/year, :document/month, :document/date, etc