Skip to content
Snippets Groups Projects
Commit 022fd6bf authored by Donatus Herre's avatar Donatus Herre
Browse files

cmif: updated (identify)

parent a11255cf
Branches
No related tags found
No related merge requests found
......@@ -2267,7 +2267,7 @@
<date notBefore="1691-06" notAfter="1691-06"/>
</correspAction>
<correspAction type="received">
<persName ref="http://d-nb.info/gnd/118535730">Hof des Kurfürsten Friedrich III. von Brandenburg</persName>
<persName ref="http://d-nb.info/gnd/118535730">den Hof des Kurfürsten Friedrich III. von Brandenburg</persName>
</correspAction>
</correspDesc>
<correspDesc key="226" source="b90e403d-9b78-3633-a3db-08cef4a93894">
......
......@@ -88,8 +88,6 @@ def identify(name):
"""
if name in persons:
identifier = persons[name] # GND identifier is present
if name == "den Hof des Kurfürsten Friedrich III. von Brandenburg":
name = "Hof des Kurfürsten Friedrich III. von Brandenburg"
if identifier is not None:
if type(identifier) == str: # single author
return [build.tei_pers_name(name, "http://d-nb.info/gnd/" + identifier)]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment