Event and attribute reorganization #290
Replies: 3 comments 4 replies
-
It is a lot, agree. I am unsure how many more you might end up with, probably not many, and maybe some in the list can be rationalized away. I think once the exercise is done you end up in that ballpark and have 80% or more of the use cases covered unlike today and then it likely shouldn't need to change. The remaining 20% gets handled under the generic tag for custom events or facts. I interpret this proposal as just converting the tags so they represent categories and shifting the specific type down into the kind field. It would work, maybe I miss something but it also seems like it adds an unnecessary layer and more work than is needed. In my mind the primary concern of a data transfer envelope like Gedcom should be structuring the data such that the importing application understands the context of the information so the content can be stored properly in the applications own data model. I am unsure adding an extra layer here does anything to improve context, how to categorize groups of types seems like an application level concern to me. At least those are my thoughts at the moment, maybe I am misunderstanding something. |
Beta Was this translation helpful? Give feedback.
-
@tychonievich I never got around to submitting a PR to add additional event and attribute information. I started looking at it again today for the first time in many months and stepped back from that for now. Instead I have gone ahead and compiled a survey of sorts of the predefined facts provided by FindMyPast, MyHeritage, Ancestry, Geneanet, Filae, FamilySearch, and Gramps since I am familiar with that. Filae was not of much interest, they only seem to support the predefined events/attributes provided by the Gedcom standard. The others all provide predefined ones for users to select that are not enumerated in the standard. A few platforms group them in categories and I captured that information as well. Some of that seems not well thought out. Anyway, the current copy of the compiled document is attached, I hope maybe it is of possible use to the committee and others: |
Beta Was this translation helpful? Give feedback.
-
@tychonievich @kiwi3685 I iterated on my fact (attribute/event) survey document this weekend and the latest copy is attached. It could have some errors, it's a bit of data to try to gather and dig through. Should be easy enough to figure out. Gedcom rows are in bold of course. I added Gedcom and GedcomX columns. I include information on how the data is tagged in the Gedcom exports for the different platforms/programs. I hope you find this of use, I think this format works well, at least for what I think I may try to do with it. |
Beta Was this translation helpful? Give feedback.
-
In #117 we have at time of writing) around 200 event and attribute types under consideration. Implementing that feels painful to me.
What if we introduce a streamlined event and attribute system with just a few tags based on (a) how the event/attribute type is edited and (b) what can be inferred from it?
Tentatively, I propose the following
We introduce two types of TYPE-like qualifiers: the current free-text TYPE and a new enumerated (or URI) KIND
We keep the current event and attribute tags (for backwards compatibility) but redefine them as short hand for the new system; for example, FAM.MARB might be redefined as short hand for FAM.JOIN with KIND MARB and INDI.NATI might be redefined as INDI.MEMBERSHIP with KIND NATI.
My hope is that this would allow code could be written to handle each structure type mostly without worrying about the specific KIND. KIND would be needed for labeling, but that could be done with a simple look-up table. There would probably still also be a few application-specific special cases such as how some applications currently look for BIRT.DATE to default privacy restrictions.
I realize this is a big proposed change; thoughts?
Beta Was this translation helpful? Give feedback.
All reactions