File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ main = (payload) => {
168168 // get desired language for preflabel. This is frontendlanguage from original data...
169169 let desiredLanguage = originalCdata . frontendLanguage ;
170170 // lock in save data
171- newCdata . conceptURI = data . id ;
171+ newCdata . conceptURI = data [ '@id' ] ;
172172 newCdata . conceptName = data . preferredName ;
173173
174174 // if no frontendLanguage exists in originalData: add
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ class GNDUtil
6161
6262 # missing in entityfacts: gndIdentifier, replace with derivative of @id
6363 if efJSON[' @id' ] and fulltextConfig ? .gndIdentifier
64- _fulltext = efJSON[' @id' ].split (' /' ).at (- 1 ) + ' '
64+ _fulltext + = efJSON[' @id' ].split (' /' ).at (- 1 ) + ' '
6565
6666 # same in both: preferredName
6767 if efJSON ? .preferredName and fulltextConfig ? .preferredName
You can’t perform that action at this time.
0 commit comments