-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
As already written in #424, we should think about how to add the qualified familial relationships to the JSON data. See also this issue for background: deutsche-nationalbibliothek/gnd-ontology#5
@moinluk asked about it today on fedi, see https://openbiblio.social/@moinluk/116238817833094089.
gndo:hasRelation
It seems that this is used redundantly to the specific agrelon relation properties. Example (snippet):
<https://d-nb.info/gnd/118540238> skos:exactMatch thesoz:concept_10045849; gndo:originalScriptNameOfThePerson "ゲーテ, ヨハン・ヴォルフガング・フォン"@ja; gndo:familialRelationship <https://d-nb.info/gnd/118695940>; agrelon:hasParent <https://d-nb.info/gnd/118695940>; gndo:hasRelation _:node1iqff71p6x165539 . _:node1iqff71p6x165539 agrelon:hasParent <https://d-nb.info/gnd/118695940>; a gndo:Relationship . <https://d-nb.info/gnd/118540238> gndo:familialRelationship <https://d-nb.info/gnd/118540246>; agrelon:hasParent <https://d-nb.info/gnd/118540246>; gndo:hasRelation _:node1iqff71p6x165540 . _:node1iqff71p6x165540 agrelon:hasParent <https://d-nb.info/gnd/118540246>; a gndo:Relationship . <https://d-nb.info/gnd/118540238> gndo:familialRelationship <https://d-nb.info/gnd/11871791X>; agrelon:hasSibling <https://d-nb.info/gnd/11871791X>; gndo:hasRelation _:node1iqff71p6x165541 . _:node1iqff71p6x165541 agrelon:hasSibling <https://d-nb.info/gnd/11871791X>; a gndo:Relationship . <https://d-nb.info/gnd/118540238> gndo:familialRelationship <https://d-nb.info/gnd/118795163>; gndo:hasRelation _:node1iqff71p6x165542 . _:node1iqff71p6x165542 gndo:familialRelationship <https://d-nb.info/gnd/118795163>; gndo:functionOrRoleAsLiteral "Schwager"; a gndo:Relationship . <https://d-nb.info/gnd/118540238> gndo:familialRelationship <https://d-nb.info/gnd/118628011>; agrelon:hasSpouse <https://d-nb.info/gnd/118628011>; gndo:hasRelation _:node1iqff71p6x165543 . _:node1iqff71p6x165543 agrelon:hasSpouse <https://d-nb.info/gnd/118628011>; a gndo:Relationship .I think, we should leave this out from now and open a separate ticket for this.
Reactions are currently unavailable