FAM.<event>.ASSO, are they one way associations? #526
-
An association points to an individual. So when we record an association to an individual event, for example a birth, we can create a the BIRT.ASSO pointing at the individual local doctor who delivered the child. A back pointer on the doctor’s INDI.ASSO can record all of the children that doctor brought into the world, an interesting bit of trivia! For a marriage, we can record the priest that married a couple using the FAM.MARR.ASSO to the priest record. However to record on the priest’s record who s/he married we can only point at the parties of the marriage (bride and groom) not the family record that carries the MARR tag, still interesting but requires additional record links to located any detail of the marriage. Complicated by the fact that these individuals could have multiple marriages. I’m not asking to change the use of the ASSO tag in v7.0, just looking for any additional thoughts on what can be recorded and where to record it for better reporting! |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 5 replies
-
I think we do not need the backward association within the GEDCOM file. It is up to the program to expand the data after import. In case of the priest: The application can collect all callings of this INDI record in marriage events and show them with the priest's data. That is what my application is doing with GEDCOM 5.5.1 and GEDCOM 7.0 input files. |
Beta Was this translation helpful? Give feedback.
-
@Norwegian-Sardines : As my software automatically shows the backward associations, too, in case of double information (association and additionally backward association in GEDCOM file) these associations are shown both, on both sides. It needs to be deleted one of them. If backward association is entered by user, too, there is a chance of mismatch. Example: I1 is godfather for I2. Then the users corrects this information and modifies in record for I2: I3 is godfather for I2. But he forgets to modify the record I1, this still pointing to I2. So in database we only should have one direction (which is the way in my application), and it does not make sense to double this information for export. Godfather is always entered in the record of the child, together with other data of baptism. I do not have the option of "godchild" in godfather's record... |
Beta Was this translation helpful? Give feedback.
-
Ok, we now know that we have different proposals for associations. There is no new information any more, so we wait for other people to tell their view. |
Beta Was this translation helpful? Give feedback.
-
Agreed 💯 On a related subject, I asked about the redundant I still feel that only one of the |
Beta Was this translation helpful? Give feedback.
-
Since you can only link an ASSO record to an individual (not to a fact/event), then a "backwards" link from the priest to the person baptised/buried can't link to the baptism/burial, only the individual. "Forward" links (from the baptism/burial to the priest) provide this linkage. You can add the source (priests's notebook) to all these facts/events. |
Beta Was this translation helpful? Give feedback.
I think we do not need the backward association within the GEDCOM file. It is up to the program to expand the data after import. In case of the priest: The application can collect all callings of this INDI record in marriage events and show them with the priest's data. That is what my application is doing with GEDCOM 5.5.1 and GEDCOM 7.0 input files.
If we include the backward ASSOciations, too, we will have the problem of contradicting data!