Git Product home page Git Product logo

Comments (4)

thodoris avatar thodoris commented on June 7, 2024

From what is mentioned in issue #37 , for the givenName we could have cases with 1,2, or even 3 given names.
The same apply probably and for the familyName.

If for some member states there are legal validity issues that require knowledge of the order of the names (e.g if the second or the first familyName is missing) then I cannot see any othe solution than extending the Person entity to support at least 3 fields for the given and family names.

Another approach would be to change the data type to an array of strings e.g
['Johan', 'Sebastian'] for givenName
['Cervantes', 'Saavedra'] for familyName
['Cervantes' , ''] for cases in which the second family name does not exists or is not specified.

However, I'm not sure how we should deal with the hypens and prefixed in this approach (e.g van , de , etc..)

from sdg-sandbox.

cbahim avatar cbahim commented on June 7, 2024

Thanks for you comment @thodoris.

We propose to make a reference to the eIDAS metadata schema, which uses the approach from Core Person: one field for first name(s) (givenName) – as many as you like as one string – and one field for last name(s) (familyName) – again, as many as you like as one string, including prefixes, infixes, postfixes, hyphenated names etc.

In SDG, as in eIDAS, names are a means to identify a person.

from sdg-sandbox.

ibodor avatar ibodor commented on June 7, 2024

Ingrid (FIN): fine, in this case please be prepared to match a person/ID successfully and return data e.g. "Ari-Pekka Olavi Eemeli Lahtinen-Rantanen" to be returned when the search word is "Lahtinen". Or do you mean to say, that in such a case this person will be matched and found ONLY if you put the last name, the whole last name exactly as it is written here "Lahtinen-Rantanen"? again, speculating here since we do not have a list of MS procedures that would use birth certificate as an input and no info about search criteria either. as a hint, the name goes like this : given name1= Ari-Pekka, given name2=Olavi, given name3= Eemeli, family name=Lahtinen-Rantanen.

from sdg-sandbox.

cbahim avatar cbahim commented on June 7, 2024

@ibodor thanks again for your comment. Identification and names issues have been addressed in our Author's view report following the first formal SDG review cycle. I'd advise you to have a look specifically at issues 15,16 and 17 in the report.

from sdg-sandbox.

Related Issues (20)

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.