Skip to content
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

Draft
wants to merge 21 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 12 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 43 additions & 14 deletions attribute-event-requests/FAM-attribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Copy link
Collaborator

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

### 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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- 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
- Part of the [GEDCOM X specification](https://github.com/FamilySearch/gedcomx/blob/master/specifications/fact-types-specification.md) as a distinct structure with URI `http://familysearch.org/v1/CoupleNeverHadChildren`


--------------------------
## 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`.
Expand All @@ -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


--------------------------
173 changes: 153 additions & 20 deletions attribute-event-requests/FAM-event.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why the italics?

Copy link
Author

Choose a reason for hiding this comment

The 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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
*In [GEDCOM X](https://github.com/FamilySearch/gedcomx/blob/master/specifications/event-types-specification.md)* with URI http://gedcomx.org/Census
*In [GEDCOM X](https://github.com/FamilySearch/gedcomx/blob/master/specifications/event-types-specification.md)* with URI `http://gedcomx.org/Census`


--------------------------
## 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
Copy link
Collaborator

Choose a reason for hiding this comment

The 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`
--------------------------
Loading