Examples of newPropertyRecord()


Examples of org.culturegraph.registry.importers.MarcImporter.newPropertyRecord()

    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);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.