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

Properties for special forms of variant names #4

Open
thoffma opened this issue Aug 2, 2024 · 0 comments
Open

Properties for special forms of variant names #4

thoffma opened this issue Aug 2, 2024 · 0 comments

Comments

@thoffma
Copy link
Collaborator

thoffma commented Aug 2, 2024

Up to now, all variant name forms in the GND have been output using the datatype property #variantNameForThePerson. In contrast to the implementation for "Relationships to persons", the relationship code is currently not evaluated for "Alternative name". This means that, among other things, the information as to whether a variant name form is a pseudonym is not transported. This information available in the data should be output in future.

I therefore propose the following addtions

Datatype Properties

#pseudonymNameOfThePerson (PICA 400 $4pseu)
#realNameOfThePerson (PICA 400 $4nawi)
#earlierNameOfThePerson (PICA 400 $4=nafr)
#fullerFormOfNameOfThePerson (PICA 400 $4=navo)
#laterNameOfThePerson (PICA 400 $4=nasp).
(all subproperties of #variantNameOfThePerson)

Examples

Current:

<https://d-nb.info/gnd/131884786> gndo:variantNameForThePerson "Ganßauge, Sophia";
  gndo:variantNameEntityForThePerson _:node1i3f1dpg6x7465615 .

_:node1i3f1dpg6x7465615 gndo:forename "Sophia";
  gndo:surname "Ganßauge" .

Should be:

<https://d-nb.info/gnd/131884786> gndo:earlierNameOfThePerson "Ganßauge, Sophia";
  gndo:variantNameEntityForThePerson _:node1i3f1dpg6x7465615 .

_:node1i3f1dpg6x7465615 a gndo:EarlierNameOfThePerson ;
  gndo:forename "Sophia";
  gndo:surname "Ganßauge" .

Comments and suggestions are very welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant