-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to describe single parent-child relationships #90
base: main
Are you sure you want to change the base?
Conversation
As recommended in FamilySearch/GEDCOM#334
|
||
Parent-child relationships are stored in the `INDI`.`FAMC` structure, which must point to a `FAM` not an `INDI`. | ||
Additional details about that relationship are stored in its `PEDI` substructure. | ||
To describe the relationship of an `INDI` to just one parent, make a `FAM` that has only one partner. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add that there is risk of misinterpretation, with recommendation the second FAM should not be assumed to mean another MARR.
Add that this may not be suited to SOUR a single parent-child relationship within an existing FAM, only for indicating historical facts about single parent-child relationsip
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also recommend against duplicating relationships with the same partners
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure I understand:
Add that there is risk of misinterpretation, with recommendation the second
FAM
should not be assumed to mean anotherMARR
.
Every addition of a FAM
record indicates a new relationship between two adults, even if only one adult is known. It does not (should not) assume that a marriage occurred. People (MM, FF or MF) living together can form a "family" as can two estranged individuals. All of these combinations can produce children either biologically, via adoption, fostering, or sealing. The sex or gender of the adult participants in the FAM
can only be determined by accessing the actual record for that individual (INDI
) via the WIFE/HUSB links, which contains all other information needed to determine the current gender of the individual AND more importantly the preferred name and any restrictions for displaying (privacy) of data such as birth, death via the event restriction tag. Programs that don't follow these protocols are at risk of violating date security constrains.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Every addition of a
FAM
record indicates a new relationship between two adults, even if only one adult is known.
I agree with that, and don't think we should recommend creating a new FAM structure just to hold details about the relationship to one of the two parents in another FAM structure.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Norwegian-Sardines wrote: "Every addition of a FAM record indicates a new relationship between two adults, even if only one adult is known."
I disagree. There are situations, where an adult and one or more children form a relation. I.e. a child living with an unmarried aunt (or uncle, or anybody else), caring for the child. This will be a FAM record with a WIFE (or HUSB) and a CHILD. There is no other adult in this relationship.
Approved during GEDCOM Steering Committee meeting. Any other discussion will be handled under another issue. |
As recommended in FamilySearch/GEDCOM#334