[SKG-IF] denormalization fixing issue and new properties

This commit is contained in:
Miriam Baglioni 2024-03-12 14:58:42 +01:00
parent cb9a081236
commit 2811e2ebd7
9 changed files with 20 additions and 19 deletions

View File

@ -123,7 +123,8 @@ public class EmitFromEntities implements Serializable {
.setMinDatsource(
MinVenue
.newInstance(
//Utils.getIdentifier(Prefixes.DATASOURCE, d.getId()), d.getOfficialname().getValue()));
// Utils.getIdentifier(Prefixes.DATASOURCE, d.getId()),
// d.getOfficialname().getValue()));
d.getId(), d.getOfficialname().getValue()));
eme.setEnclosedEntityId(d.getId());
return eme;