current.addNaturalText(orgNameMapping.uri, StringUtils.chomp(orgName).trim());
//TODO: inverse relation form the ORG to the
// Person can not be supported without caching
// organisations. Therefore delete this relation for now
if(mapping.invUri != null){
current.removeAll(mapping.invUri);
}
//TODO: Organisation units are not supported
} else {
rep.addReference(mapping.uri, orgEntityId);
}