Class MCREnrichmentResolver

java.lang.Object
org.mycore.mods.enrichment.MCREnrichmentResolver
All Implemented Interfaces:
URIResolver

public class MCREnrichmentResolver extends Object implements URIResolver
Retrieves a publication as MODS XML from a given URI and enriches publication data using external data sources. There may be different configurations for the enrichment process. Syntax: enrich:[ConfigID]:[URIReturningExistingMODS] To start with just an identifier, use the "buildxml" resolver, e.g. enrich:import:buildxml:_rootName_=mods:mods&mods:identifier=10.123/456&mods:identifier/@type=doi This first builds an empty MODS document with just a DOI identifier, then enriches it using the "import" configuration of MCREnricher. For further details,
Author:
Frank Lützenkirchen
See Also: