-
Notifications
You must be signed in to change notification settings - Fork 4
Extension that adds GEDCOM-X names to GEDCOM 7 #6
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
Open
tychonievich
wants to merge
7
commits into
FamilySearch:main
Choose a base branch
from
tychonievich:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
176920a
add gx names extension to extracted files
tychonievich 5c98034
add gx names extension
tychonievich 177aae7
Update enumeration/extension/gx-name-Particle.yaml
tychonievich 0c46442
Update enumeration/extension/gx-name-Title.yaml
tychonievich cc910ae
Update structure/extension/gx-name-part.yaml
tychonievich 9c55d71
Update structure/extension/gx-name-part.yaml
tychonievich a229993
Update structure/extension/gx-name-part.yaml
tychonievich File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| %YAML 1.2 | ||
| --- | ||
| lang: en-US | ||
|
|
||
| type: enumeration set | ||
|
|
||
| uri: https://tychonievich.github.io/gx-g7-names#qualifiers | ||
|
|
||
| enumeration values: | ||
| - "http://gedcomx.org/Title" | ||
| - "http://gedcomx.org/Primary" | ||
| - "http://gedcomx.org/Secondary" | ||
| - "http://gedcomx.org/Middle" | ||
| - "http://gedcomx.org/Familiar" | ||
| - "http://gedcomx.org/Religious" | ||
| - "http://gedcomx.org/Family" | ||
| - "http://gedcomx.org/Maiden" | ||
| - "http://gedcomx.org/Patronymic" | ||
| - "http://gedcomx.org/Matronymic" | ||
| - "http://gedcomx.org/Geographic" | ||
| - "http://gedcomx.org/Occupational" | ||
| - "http://gedcomx.org/Characteristic" | ||
| - "http://gedcomx.org/Postnom" | ||
| - "http://gedcomx.org/Particle" | ||
| - "http://gedcomx.org/RootName" | ||
| - "https://tychonievich.github.io/gx-g7-names#hidden" | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| %YAML 1.2 | ||
| --- | ||
| lang: en-US | ||
|
|
||
| type: enumeration set | ||
|
|
||
| uri: https://tychonievich.github.io/gx-g7-names#types | ||
|
|
||
| specification: | ||
| - This set is assumed to be non-extensible by several GEDCOM-X applications. | ||
| Extensions should use qualifiers instead of types. | ||
|
|
||
| enumeration values: | ||
| - "http://gedcomx.org/Prefix" | ||
| - "http://gedcomx.org/Suffix" | ||
| - "http://gedcomx.org/Given" | ||
| - "http://gedcomx.org/Surname" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| %YAML 1.2 | ||
| --- | ||
| lang: en-US | ||
|
|
||
| type: enumeration | ||
|
|
||
| uri: http://gedcomx.org/Characteristic | ||
|
|
||
| extension tags: | ||
| - _GX_CHARACTERISTIC | ||
|
|
||
| specification: | ||
| - A name derived from a characteristic. | ||
|
|
||
| value of: | ||
| - "https://tychonievich.github.io/gx-g7-names#qualifiers" | ||
| ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| %YAML 1.2 | ||
| --- | ||
| lang: en-US | ||
|
|
||
| type: enumeration | ||
|
|
||
| uri: http://gedcomx.org/Familiar | ||
|
|
||
| extension tags: | ||
| - _GX_FAMILIAR | ||
|
|
||
| specification: | ||
| - A designation for one's familiar name. | ||
|
|
||
| value of: | ||
| - "https://tychonievich.github.io/gx-g7-names#qualifiers" | ||
| ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| %YAML 1.2 | ||
| --- | ||
| lang: en-US | ||
|
|
||
| type: enumeration | ||
|
|
||
| uri: http://gedcomx.org/Family | ||
|
|
||
| extension tags: | ||
| - _GX_FAMILY | ||
|
|
||
| specification: | ||
| - A name that associates a person with a group, such as a clan, tribe, or | ||
| patriarchal hierarchy. | ||
|
|
||
| value of: | ||
| - "https://tychonievich.github.io/gx-g7-names#qualifiers" | ||
| ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| %YAML 1.2 | ||
| --- | ||
| lang: en-US | ||
|
|
||
| type: enumeration | ||
|
|
||
| uri: http://gedcomx.org/Geographic | ||
|
|
||
| extension tags: | ||
| - _GX_GEOGRAPHIC | ||
|
|
||
| specification: | ||
| - A name derived from associated geography. | ||
|
|
||
| value of: | ||
| - "https://tychonievich.github.io/gx-g7-names#qualifiers" | ||
| ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| %YAML 1.2 | ||
| --- | ||
| lang: en-US | ||
|
|
||
| type: enumeration | ||
|
|
||
| uri: http://gedcomx.org/Given | ||
|
|
||
| extension tags: | ||
| - _GX_GIVEN | ||
|
|
||
| specification: | ||
| - A given name. | ||
|
|
||
| value of: | ||
| - "https://tychonievich.github.io/gx-g7-names#types" | ||
| ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| %YAML 1.2 | ||
| --- | ||
| lang: en-US | ||
|
|
||
| type: enumeration | ||
|
|
||
| uri: http://gedcomx.org/Maiden | ||
|
|
||
| extension tags: | ||
| - _GX_MAIDEN | ||
|
|
||
| specification: | ||
| - A designation given by women to their original surname after they adopt a | ||
| new surname upon marriage. | ||
|
|
||
| value of: | ||
| - "https://tychonievich.github.io/gx-g7-names#qualifiers" | ||
| ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| %YAML 1.2 | ||
| --- | ||
| lang: en-US | ||
|
|
||
| type: enumeration | ||
|
|
||
| uri: http://gedcomx.org/Matronymic | ||
|
|
||
| extension tags: | ||
| - _GX_MATRONYMIC | ||
|
|
||
| specification: | ||
| - A name derived from a mother or maternal ancestor. | ||
|
|
||
| value of: | ||
| - "https://tychonievich.github.io/gx-g7-names#qualifiers" | ||
| ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| %YAML 1.2 | ||
| --- | ||
| lang: en-US | ||
|
|
||
| type: enumeration | ||
|
|
||
| uri: http://gedcomx.org/Middle | ||
|
|
||
| extension tags: | ||
| - _GX_MIDDLE | ||
|
|
||
| specification: | ||
| - A designation useful for cultures that designate a middle name that is | ||
| distinct from a given name and a surname. | ||
|
|
||
| value of: | ||
| - "https://tychonievich.github.io/gx-g7-names#qualifiers" | ||
| ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| %YAML 1.2 | ||
| --- | ||
| lang: en-US | ||
|
|
||
| type: enumeration | ||
|
|
||
| uri: http://gedcomx.org/Occupational | ||
|
|
||
| extension tags: | ||
| - _GX_OCCUPATIONAL | ||
|
|
||
| specification: | ||
| - A name derived from one's occupation. | ||
|
|
||
| value of: | ||
| - "https://tychonievich.github.io/gx-g7-names#qualifiers" | ||
| ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| %YAML 1.2 | ||
| --- | ||
| lang: en-US | ||
|
|
||
| type: enumeration | ||
|
|
||
| uri: http://gedcomx.org/Particle | ||
|
|
||
| extension tags: | ||
| - _GX_PARTICLE | ||
|
|
||
| specification: | ||
| - A grammatical designation for articles (a, the, dem, las, el, etc.), | ||
| prepositions (of, from, aus, zu, op, etc.), initials, annotations | ||
| (e.g., twin, wife of, infant, unknown), comparators (e.g., Junior, Senior, | ||
| younger, little), ordinals (e.g., III, eighth), descendancy words (e.g., ben, | ||
| ibn, bat, bin, bint, bar), and conjunctions (e.g., and, or, nee, ou, y, o, | ||
| ne, &). | ||
|
|
||
| value of: | ||
| - "https://tychonievich.github.io/gx-g7-names#qualifiers" | ||
| ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| %YAML 1.2 | ||
| --- | ||
| lang: en-US | ||
|
|
||
| type: enumeration | ||
|
|
||
| uri: http://gedcomx.org/Patronymic | ||
|
|
||
| extension tags: | ||
| - _GX_PATRONYMIC | ||
|
|
||
| specification: | ||
| - A name derived from a father or paternal ancestor. | ||
|
|
||
| value of: | ||
| - "https://tychonievich.github.io/gx-g7-names#qualifiers" | ||
| ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| %YAML 1.2 | ||
| --- | ||
| lang: en-US | ||
|
|
||
| type: enumeration | ||
|
|
||
| uri: http://gedcomx.org/Postnom | ||
|
|
||
| extension tags: | ||
| - _GX_POSTNOM | ||
|
|
||
| specification: | ||
| - A name mandated by law for populations from Congo Free State / Belgian | ||
| Congo / Congo / Democratic Republic of Congo (formerly Zaire). | ||
|
|
||
| value of: | ||
| - "https://tychonievich.github.io/gx-g7-names#qualifiers" | ||
| ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| %YAML 1.2 | ||
| --- | ||
| lang: en-US | ||
|
|
||
| type: enumeration | ||
|
|
||
| uri: http://gedcomx.org/Prefix | ||
|
|
||
| extension tags: | ||
| - _GX_PREFIX | ||
|
|
||
| specification: | ||
| - A name prefix. | ||
|
|
||
| value of: | ||
| - "https://tychonievich.github.io/gx-g7-names#types" | ||
| ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| %YAML 1.2 | ||
| --- | ||
| lang: en-US | ||
|
|
||
| type: enumeration | ||
|
|
||
| uri: http://gedcomx.org/Primary | ||
|
|
||
| extension tags: | ||
| - _GX_PRIMARY | ||
|
|
||
| specification: | ||
| - A designation for the name of most prominent in importance among the names | ||
| of that type (e.g., the primary given name). | ||
|
|
||
| value of: | ||
| - "https://tychonievich.github.io/gx-g7-names#qualifiers" | ||
| ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| %YAML 1.2 | ||
| --- | ||
| lang: en-US | ||
|
|
||
| type: enumeration | ||
|
|
||
| uri: http://gedcomx.org/Religious | ||
|
|
||
| extension tags: | ||
| - _GX_RELIGIOUS | ||
|
|
||
| specification: | ||
| - A designation for a name given for religious purposes. | ||
|
|
||
| value of: | ||
| - "https://tychonievich.github.io/gx-g7-names#qualifiers" | ||
| ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| %YAML 1.2 | ||
| --- | ||
| lang: en-US | ||
|
|
||
| type: enumeration | ||
|
|
||
| uri: http://gedcomx.org/RootName | ||
|
|
||
| extension tags: | ||
| - _GX_ROOTNAME | ||
|
|
||
| specification: | ||
| - The "root" of a name part as distinguished from prefixes or suffixes. For | ||
| example, the root of the Polish name "Wilkówna" is "Wilk". | ||
|
|
||
| value of: | ||
| - "https://tychonievich.github.io/gx-g7-names#qualifiers" | ||
| ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| %YAML 1.2 | ||
| --- | ||
| lang: en-US | ||
|
|
||
| type: enumeration | ||
|
|
||
| uri: http://gedcomx.org/Secondary | ||
|
|
||
| extension tags: | ||
| - _GX_SECONDARY | ||
|
|
||
| specification: | ||
| - A designation for a name that is not primary in its importance among the | ||
| names of that type (e.g., a secondary given name). | ||
|
|
||
| value of: | ||
| - "https://tychonievich.github.io/gx-g7-names#qualifiers" | ||
| ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| %YAML 1.2 | ||
| --- | ||
| lang: en-US | ||
|
|
||
| type: enumeration | ||
|
|
||
| uri: http://gedcomx.org/Suffix | ||
|
|
||
| extension tags: | ||
| - _GX_SUFFIX | ||
|
|
||
| specification: | ||
| - A name suffix. | ||
|
|
||
| value of: | ||
| - "https://tychonievich.github.io/gx-g7-names#types" | ||
| ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| %YAML 1.2 | ||
| --- | ||
| lang: en-US | ||
|
|
||
| type: enumeration | ||
|
|
||
| uri: http://gedcomx.org/Surname | ||
|
|
||
| extension tags: | ||
| - _GX_SURNAME | ||
|
|
||
| specification: | ||
| - A surname. | ||
|
|
||
| value of: | ||
| - "https://tychonievich.github.io/gx-g7-names#types" | ||
| ... |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Who should the
contactbe for this YAML file? The GEDCOM X spec maintainers? Luther personally?