Giter Club home page Giter Club logo

gedcom-name's People

Contributors

fisharebest avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

wgroleau

gedcom-name's Issues

Illegible parts of names

GEDCOM 5.5.1 (page 54):

NAME_PERSONAL:=
...
If part of name is illegible, that part is indicated by an ellipsis (...).

In GEDCOM7 I do not see this possibility anymore. Maybe I just overlooked it, but in a future name structure it should be possible to enter incomplete/illegible names:

1 NAME Mar(...) /(A...)men(dorf)/
2 TYPE BIRTH
2 GIVN Mar(...)
2 SURN (A...)men(dorf)

Gendered patronymics and surnames

Saw a discussion regarding patronymics, and it feels like another important concept to keep in mind is that many countries rely on gendered patronymics and surnames.

Below a romanized example:

Father
Vladimir Petkov

Son
Evgenii Vladimirov Petkov

Daughter
Lidia Vlamidirova Petkova

While it would be ok to manually handle their gendered suffix, it would still be important to somehow detect that they all count towards the same family entity

Patronymic / Father' s name in Bulgaria (Slavic)

In many slavic countries a patronymic is used (which is based on the father's or grandfather's given name). In Bulgaria, for example, this is included between the given- and the surname as an independent part of the name:

Example: 'Христо Ботйов Петков' (with Ботйов as the Father's name).

However, in the present GEDCOM versions, the patronymic cannot be included as a separate part, but only as a GIVN.

1 NAME Христо Ботйов /Петков/
2 GIVN Христо Ботйов
2 SURN Петков

In the future, it should be possibile to designate name parts individually:

Example:

1 NAME Христо Ботйов /Петков/
2 GIVN Христо
2 PATN Ботйов
2 SURN Петков

or in a more general way, like this:

1 NAME Христо Ботйов /Петков/
2 NAMEPART Христо
3 TYPE GIVN
2 NAMEPART Ботйов
3 TYPE FATHERSNAME
2 NAMEPART Петков
3 TYPE SURN

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.