psychoinformatics-de / datalad-concepts

Other
3 stars 2 forks source link

Investigate `datetime` validation issue #48

Closed mih closed 4 months ago

mih commented 4 months ago

Some information is reported to linkml at https://github.com/linkml/linkml/issues/1806

Any attempt to fixing it via a local patch has proven to not work (so far).

I am starting to suspect that the issue may be in the model specification. The datetime range is (would be) declared in a mixin. Maybe a (re)declaration in the schema element class would cause the linkml tooling to pick up the correct info in all scenarios.

mih commented 4 months ago

The mainline now has a W3CISO8601 that circumvents this problem, while providing all we are likely to need.