comparison src/main/java/de/mpiwg/itgroup/ismi/entry/beans/CurrentWitnessBean.java @ 121:6f0e9a333c15

misidentification of witness mostly works now.
author casties
date Mon, 09 Jan 2017 20:37:29 +0100
parents 71638720fe2f
children fb3cb7d70f66
comparison
equal deleted inserted replaced
120:71638720fe2f 121:6f0e9a333c15
233 // WITNESS -> had_patron -> PERSON 233 // WITNESS -> had_patron -> PERSON
234 this.entity.replaceSourceRelation(this.patronageLo.entity, PERSON, rel_had_patron); 234 this.entity.replaceSourceRelation(this.patronageLo.entity, PERSON, rel_had_patron);
235 235
236 236
237 /* 237 /*
238 * save misattributions 238 * save misidentifications
239 */ 239 */
240 this.entity = this.misidentTable.saveMisidentifications(this.entity); 240 this.entity = this.misidentTable.saveMisidentifications(this.entity);
241 241
242 // WITNESS -> is_exemplar_of -> TEXT 242 // WITNESS -> is_exemplar_of -> TEXT
243 this.entity.replaceSourceRelation(this.titleLo.entity, TEXT, is_exemplar_of); 243 this.entity.replaceSourceRelation(this.titleLo.entity, TEXT, is_exemplar_of);