Conceptual Framework

From Metadata-Registry
Revision as of 07:44, 10 October 2005 by Diane (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Metadata Repository Conceptual Framework

There is an ArchitecturePhilosophy at work that forms the basis of the following framework:

  1. A ProviderManagement service provides a user interface and a data storage space for providers to register their OAI servers with the aggregator, supply and maintain data necessary to the HarvestService, and provide metadata describing their service. This service creates two xml document types for further processing:
    • HarvestTrigger documents that contain all information nexessary to initiate an OAI harvest from a metadata provider.
    • CollectionRecord? documents that contain descriptive metadata about a collection of metadata being provided by a metadata provider.
  2. A HarvestService that processes incoming HarvestTrigger documents in order to initiate an OAI harvest and then optionally further processes the resulting harvested documents. The HarvestService utilizes the concept of WatchedFolders and an extensible ProcessingHarness?. HarvestTrigger documents may arrive in the WatchedFolders from many sources via many methods and will be processed as long as they contain a valid set of instructions. This service produces the following documents for further processing:
    • HarvestMerge documents that contain information from the HarvestTrigger document that initiated the harvest and may also contain the results of combining all metadata documents created by the OAI harvest process.
    • Emailed server and metadata validation responses may also be optionally produced
  3. A MetadataCrosswalk service processes incoming HarvestMerge documents to create the xxxx_dc metadata format. This is the canonical qualified Dublin Core metadata format created and maintained for use by XXXX services. By default, xxxx_dc is created from the required oai_dc metadata format that must be provided by every oai-pmh server, but it may also be crosswalked from any other "native" metadata format. The MetadataCrosswalk service:
    • validates the base utility of incoming metadata and either accepts or rejects it
    • utilizes "safe" xslt transforms to correct minor imperfections where possible
    • utilizes either custom or default xslt transforms provided by a MetadataQA service to create xxxx_dc
    • produces as output a DbInsert document that is used by the MetadataIngest service of the MetadataRepository?
  4. A MetadataQA service that produces provider-specific crosswalks in the form of xslt scripts to create high quality xxxx_dc metadata from selected native metadata.
  5. MetadataIngest service that further validates and parses DbInsert documents and inserts the processed metadata into the MetadataRepository?

The Metadata Repository stores all provided native metadata formats and xxxx_dc in an object/relational layer. From this layer, internal processes create static xml documents for use in efficiently serving metadata in multiple formats via OAI.