-
Notifications
You must be signed in to change notification settings - Fork 22
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
Standardized Layout - First Run #312
base: main
Are you sure you want to change the base?
Changes from 12 commits
0ccd8e3
828f59a
beeafca
e87c155
258b50f
289dd55
699dc27
186cd2a
f221c29
2982bfa
4971338
d001464
22c4fee
4a7a78f
f36eb52
cbaa193
6318d30
c7d0e89
90b57dc
2b91285
680a74f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -7,39 +7,40 @@ Guides for using this document can be found in the associated [README.md](README | |||||
|
||||||
| G7 Tag | Since | Name | Notes | | ||||||
|:------:|-------|------|-------| | ||||||
| \* | 5.0 | [Childless](#childless) | encoded as `NCHI 0` | | ||||||
| | | [Lived Together](#lived-together) | perhaps `RESI`? | | ||||||
| `NCHI` | 5.0 | Number of children | | | ||||||
| `RESI` | 3.0 | Residence | | | ||||||
|
||||||
| \* | Proposed | [Childless](#childless) | encoded as `NCHI 0` | | ||||||
| \* | Proposed | [Lived Together](#lived-together) | perhaps `RESI` | | ||||||
| `NCHI` | 5.0 | [Number of Children](#number-of-children) | | | ||||||
| `RESI` | 3.0 | [Residence](#residence) | | | ||||||
# Details | ||||||
|
||||||
-------------------------- | ||||||
## Childless | ||||||
|
||||||
### Description | ||||||
The assertion that a family does not have children can be made using the `NCHI` structure with payload "`0`". | ||||||
This is distinct from simply not having any `CHIL` structures, | ||||||
which might mean there are children that have not yet been added to the data. | ||||||
|
||||||
### Used | ||||||
### Value | ||||||
|
||||||
- Part of the [GEDCOM X specification](https://github.com/FamilySearch/gedcomx/blob/master/specifications/fact-types-specification.md) as a distinct stucture with URI `http://familysearch.org/v1/CoupleNeverHadChildren` | ||||||
|
||||||
## Lived together | ||||||
### Absence | ||||||
|
||||||
### Description | ||||||
|
||||||
### Used | ||||||
- Part of the [GEDCOM X specification](https://github.com/FamilySearch/gedcomx/blob/master/specifications/fact-types-specification.md) as a distinct stucture with URI `http://familysearch.org/v1/CoupleNeverHadChildren | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
-------------------------- | ||||||
## Lived Together | ||||||
### Description | ||||||
*proposed description missing* | ||||||
|
||||||
*In [FamilySearch API documentation](https://www.familysearch.org/developers/docs/guides/facts)* without a definition | ||||||
|
||||||
### Value | ||||||
|
||||||
Found in the following historical records: | ||||||
|
||||||
- (records not yet identified) | ||||||
|
||||||
### Absence | ||||||
|
||||||
The most closely related structures are: | ||||||
|
||||||
- `FAM`.`RESI`: provides the place of residence for the couple, which generally implies they lived together. However, "lived together" is sometimes used as a euphemism for "acted as a couple without a preceding marriage ceremony," which is only indirectly implied by the presence of a `FAM`.`RESI`. | ||||||
|
@@ -49,7 +50,35 @@ Related proposals include | |||||
|
||||||
- Common Law Marriage (in the Family Events document): some interpretations of common law marriage and cohabitation are very similar to one another | ||||||
|
||||||
### Used | ||||||
- Used by the [FamilySearch API](https://www.familysearch.org/developers/docs/guides/facts) with URI `http://familysearch.org/v1/LivedTogether` | ||||||
|
||||||
-------------------------- | ||||||
## Number of Children | ||||||
### Description | ||||||
|
||||||
|
||||||
### Value | ||||||
|
||||||
|
||||||
### Absence | ||||||
|
||||||
|
||||||
### Used | ||||||
|
||||||
- Used by the [FamilySearch API](https://www.familysearch.org/developers/docs/guides/facts) with URI `http://familysearch.org/v1/LivedTogether` | ||||||
|
||||||
-------------------------- | ||||||
## Residence | ||||||
### Description | ||||||
|
||||||
|
||||||
### Value | ||||||
|
||||||
|
||||||
### Absence | ||||||
|
||||||
|
||||||
### Used | ||||||
|
||||||
|
||||||
-------------------------- |
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -7,57 +7,190 @@ Guides for using this document can be found in the associated [README.md](README | |||||
|
||||||
| G7 Tag | Since | Name | Notes | | ||||||
|:------:|-------|------|-------| | ||||||
| `ANUL` | 4.0 | [Annulment](#annulment) | | | ||||||
| `CENS` | 3.0 | Census | | | ||||||
| | | [Common Law Marriage](#common-law-marriage) | perhaps `MARR`.`TYPE Common law`? | | ||||||
| `DIV` | 3.0 | [Divorce](#divorce) | | | ||||||
| `DIVF` | 4.0 | Divorce Filed | | | ||||||
| `ENGA` | 4.0 | Engagement | | | ||||||
| `MARR` | 3.0 | [Marriage](#marriage) | | | ||||||
| `MARB` | 4.0 | Marriage Bann | | | ||||||
| `MARL` | 4.0 | Marriage License | | | ||||||
| `MARS` | 4.0 | Marriage Settlement | | | ||||||
|
||||||
| `ANUL` | 4.0 | [Annulment](#annulment) | | | ||||||
| `CENS` | 3.0 | [Census](#census) | | | ||||||
| \* | Proposed | [Child Recognition](#child-recognition) | | | ||||||
| \* | Proposed | [Common Law Marriage](#common-law-marriage) | see `MARR` | | ||||||
| `DIV` | 3.0 | [Divorce](#divorce) | | | ||||||
| `DIVF` | 4.0 | [Divore Filed](#divore-filed) | | | ||||||
| `ENGA` | 4.0 | [Engagement](#engagement) | | | ||||||
| `MARR` | 3.0 | [Marriage](#marriage) | | | ||||||
| `MARB` | 4.0 | [Marriage Bann](#marriage-bann) | | | ||||||
| `MARL` | 4.0 | [Marriage License](#marriage-license) | | | ||||||
| `MARS` | 4.0 | [Marriage Settlement](#marriage-settlement) | | | ||||||
# Details | ||||||
|
||||||
-------------------------- | ||||||
## Annulment | ||||||
### Description | ||||||
|
||||||
In [GEDCOM X](https://github.com/FamilySearch/gedcomx/blob/master/specifications/fact-types-specification.md) with URI `http://gedcomx.org/Annulment` | ||||||
|
||||||
## Common Law Marriage | ||||||
### Value | ||||||
|
||||||
|
||||||
### Absence | ||||||
|
||||||
|
||||||
### Used | ||||||
*In [GEDCOM X](https://github.com/FamilySearch/gedcomx/blob/master/specifications/event-types-specification.md)* with URI `http://gedcomx.org/Annulment` | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why the italics? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Some had it that way in the original other did not. This should be universally applied or not! |
||||||
|
||||||
-------------------------- | ||||||
## Census | ||||||
### Description | ||||||
|
||||||
|
||||||
### Value | ||||||
|
||||||
|
||||||
### Absence | ||||||
|
||||||
|
||||||
### Used | ||||||
*In [GEDCOM X](https://github.com/FamilySearch/gedcomx/blob/master/specifications/event-types-specification.md)* with URI http://gedcomx.org/Census | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
-------------------------- | ||||||
## Child Recognition | ||||||
### Description | ||||||
A legal action which grants a parent-child relationship between a child and a parent; often as part of legitimizing a step-parent relationship or as legal recognition of a biological relationship that was not recognized at the time of birth. | ||||||
|
||||||
### Value | ||||||
Found in the following historical records | ||||||
|
||||||
- As "reconnaissance d'enfant" in legal registries in France | ||||||
- As "Legitimation" in legal registries in Germany | ||||||
|
||||||
### Absence | ||||||
The most closely related structures are: | ||||||
|
||||||
- `ADOP`: both events establish a legal parent relationship after birth. In some countries they are the same as one another; in other countries they have different criteria and/or legal ramifications. | ||||||
|
||||||
### Used | ||||||
Applications using this structure have not yet been identified. | ||||||
|
||||||
-------------------------- | ||||||
## Common Law Marriage | ||||||
### Description | ||||||
*proposed description missing* | ||||||
|
||||||
*In [GEDCOM X](https://github.com/FamilySearch/gedcomx/blob/master/specifications/fact-types-specification.md) as* "The fact of a marriage by common law." | ||||||
|
||||||
### Value | ||||||
|
||||||
Found in the following historical records: | ||||||
|
||||||
- (records not yet identified) | ||||||
|
||||||
### Absence | ||||||
|
||||||
The most closely related structures are: | ||||||
|
||||||
- `MARR`: can express a marriage of any type, potentially including common law marriages. Common law marriages can differ from other marriages, however, in that they may lack a ceremony or event marking the entrance into the married state. | ||||||
|
||||||
''' | ||||||
1 MARR | ||||||
2 TYPE Common Law | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fix markup |
||||||
|
||||||
Related proposals include | ||||||
|
||||||
- Lived Together (in the Family Attributes document): some interpretations of common law marriage and cohabitation are very similar to one another | ||||||
|
||||||
### Used | ||||||
|
||||||
- Part of the [GEDCOM X specification](https://github.com/FamilySearch/gedcomx/blob/master/specifications/fact-types-specification.md) with URI `http://gedcomx.org/CommonLawMarriage` | ||||||
|
||||||
- Used by the [FamilySearch API](https://www.familysearch.org/developers/docs/guides/facts) via GEDCOM X. | ||||||
|
||||||
-------------------------- | ||||||
## Divorce | ||||||
### Description | ||||||
|
||||||
|
||||||
### Value | ||||||
|
||||||
|
||||||
### Absence | ||||||
|
||||||
|
||||||
### Used | ||||||
*In [GEDCOM X](https://github.com/FamilySearch/gedcomx/blob/master/specifications/fact-types-specification.md)* with URI `http://gedcomx.org/Divorce` | ||||||
|
||||||
-------------------------- | ||||||
## Divore Filed | ||||||
### Description | ||||||
|
||||||
|
||||||
### Value | ||||||
|
||||||
|
||||||
### Absence | ||||||
|
||||||
|
||||||
### Used | ||||||
|
||||||
In [GEDCOM X](https://github.com/FamilySearch/gedcomx/blob/master/specifications/fact-types-specification.md) with URI `http://gedcomx.org/Divorce` | ||||||
|
||||||
-------------------------- | ||||||
## Engagement | ||||||
### Description | ||||||
|
||||||
|
||||||
### Value | ||||||
|
||||||
|
||||||
### Absence | ||||||
|
||||||
|
||||||
### Used | ||||||
|
||||||
|
||||||
-------------------------- | ||||||
## Marriage | ||||||
### Description | ||||||
|
||||||
|
||||||
### Value | ||||||
|
||||||
|
||||||
### Absence | ||||||
|
||||||
|
||||||
### Used | ||||||
*In [GEDCOM X](https://github.com/FamilySearch/gedcomx/blob/master/specifications/fact-types-specification.md)* with URI `http://gedcomx.org/Marriage` | ||||||
|
||||||
-------------------------- | ||||||
## Marriage Bann | ||||||
### Description | ||||||
|
||||||
|
||||||
### Value | ||||||
|
||||||
|
||||||
### Absence | ||||||
|
||||||
|
||||||
### Used | ||||||
|
||||||
|
||||||
-------------------------- | ||||||
## Marriage License | ||||||
### Description | ||||||
|
||||||
|
||||||
### Value | ||||||
|
||||||
|
||||||
### Absence | ||||||
|
||||||
|
||||||
### Used | ||||||
|
||||||
|
||||||
-------------------------- | ||||||
## Marriage Settlement | ||||||
### Description | ||||||
|
||||||
|
||||||
### Value | ||||||
|
||||||
|
||||||
### Absence | ||||||
|
||||||
|
||||||
### Used | ||||||
|
||||||
|
||||||
In [GEDCOM X](https://github.com/FamilySearch/gedcomx/blob/master/specifications/fact-types-specification.md) with URI `http://gedcomx.org/Marriage` | ||||||
-------------------------- |
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 think the "encoded as
NCHI 0
point would belong here under Absence