mappings.put("016", "xbib://identifierAuthority");
mappings.put("035 $a", "xbib://identifierAuthorityEKI");
mappings.put("100 $0", "dc:creator");
mappings.put("245 $a", "dc:title");
mappings.put("502 $o", "xbib://identifierUniversityScript");
PropertyRecord propertyRecord = marcImporter
.newPropertyRecord(marcRecord);
assertEquals(4, propertyRecord.size());
logger.info(propertyRecord);
}