Benjamin Geer
Benjamin Geer
@gfoo That looks very cool, thanks. As a first step, I'm going to try to generate this: https://github.com/dhlab-basel/knora-api-js-lib/blob/develop/andreas/src/models/admin/user.ts
Discussion with @subotic: The ontology definition of a class is not going to be sufficient to generate client API code, because we need some information that is specific to an...
@andreas-aeschlimann please see the comment above.
> How would results of Gravsearch queries be handled? After talking with @andreas-aeschlimann about this PR yesterday, it seems that the simplest solution would be not to enforce cardinalities in...
Initial implementation in #1259, work continuing in #1392.
I agree, and I think this goes in the same direction as #438.
It sounds like you don't want to describe a period, but rather the beginning or end of a period. In that case, you can use a period in which both...
> No, you know it is period not a single date. I'm saying that you can't store information that you don't have. If all you have is one date, you...
> But if a GUI could allow the user to give more information about a date (simple date vs. approximate date with a range, period with probable TPQ & TAQ),...
Maybe we should advise people not to use a single `DateValue` to represent a period, and instead to use it only to represent a single date (approximate or not), and...