Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tbw-cmif
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dikon
tbw-cmif
Commits
022fd6bf
Commit
022fd6bf
authored
4 years ago
by
Donatus Herre
Browse files
Options
Downloads
Patches
Plain Diff
cmif: updated (identify)
parent
a11255cf
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
data/briefverzeichnis.xml
+1
-1
1 addition, 1 deletion
data/briefverzeichnis.xml
prep/corrdata.py
+0
-2
0 additions, 2 deletions
prep/corrdata.py
with
1 addition
and
3 deletions
data/briefverzeichnis.xml
+
1
−
1
View file @
022fd6bf
...
...
@@ -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"
>
...
...
This diff is collapsed.
Click to expand it.
prep/corrdata.py
+
0
−
2
View file @
022fd6bf
...
...
@@ -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
)]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment