Back to IMesh Toolkit Home Page
Back to IMesh Toolkit Homepage
Subject Gateway Requirements
Technology Review
Work In Hand
  Personalization
Annotation
Reading Lists
OAI  Normalization tools
Metadata Exchange
RDF queries
Evaluation
Dissemination
Project Documentation
Related Links
Project Partners
IMesh Home Page

The IMesh Toolkit

[ Work In Hand > Components > OAI Normalization tools]

OAI normalization Tools: schematic view of record


  Comments
<record>  
     <header> detail omitted
  </header>  
  <metadata> The metadata part consists of a single root tag with nested tags belonging to the metadata format (in this case Dublin Core)
          <dc>  
         <title></title> This part contains zero, one or more of each of the elements: title, creator, subject, description, publisher, contributor, date, type, format, identifier, source, language, relation, coverage, rights
      <subject></subject>  
      <subject></subject>  
      <type></type>  
    </dc>  
  </metadata>  
  <about> detail omitted
  </about>  
</record>