Dublin Core fields used in the MMDatabase

1. Title
    Label: title
    Desc: The name given to the resource by the ``creator'' or ``publisher''.
    Format: 256 byte string
    Repeatable.
    DC Map: DC.TITLE

 2. Author or Creator
    Label: creator
    Desc: The person or organization primarily responsible for creating the
          intellectual content of the resource. For example, authors in the
          case of written documents, artists, photographers, or illustrators
          in the case of visual resources.
    Format: 128 byte string
    Repeatable.
    DC Map: DC.CREATOR

 3. Subject and Keywords
    Label: subject
    Desc: The topic of the resource. Typically, subject will be expressed
          as keywords or phrases that describe the subject or content of
          the resource.
    Format: 128 byte string
    Repeatable.
    DC Map: DC.SUBJECT

 4. Description
    Label: description
    Desc: The topic of the resource. Typically, subject will be expressed
          as keywords or phrases that describe the subject or content of
          the resource.
    Format: 1024 byte string
    Repeatable.
    DC Map: DC.DESCRIPTION

 5. Publisher
    Label: publisher
    Desc: The entity responsible for making the resource available in its
          present form, such as a publishing house, a university department,
          or a corporate entity.
    Format: 128 byte string
    Repeatable.
    DC Map: DC.Publisher

 6. Other Contributor
    Label: contributor
    Desc: A person or organization not specified in a ``creator'' element
          who has made significant intellectual contributions to the resource
          but whose contribution is secondary to any person or organization
          specified in a ``creator'' element (for example, editor, transcriber,
          and illustrator).
    Format: 128 byte string
    Repeatable.
    DC Map: DC.CONTRIBUTOR

 7. Date
    Label: date
    Desc:
    Format: YYYY-MM-DD
    Repeatable.
    DC Map: DC.DATE

 8. Format
    Label: format
    Desc: mimetype of the file
    Format: 128 byte string
    DC Map: DC.FORMAT

 9. Resource Identifier
    Label: identifier
    Desc: globally-unique id, such as ISBN number. Used for things that
          already have already been assigned a catalogue number elsewhere.
    Format: 128 byte string
    Repeatable.
    DC Map: DC.IDENTIFIER

10. Language
    Label: language
    Desc: RFC 1766
    Format: 128 byte string
    Repeatable.
    DC Map: DC.LANGUAGE

11. Relation
    Label: relation
    Desc: The relationship of this resource to other resources. Needs a
          formal specification, and a away of refering to other ids in
          the db
    Format: 128 byte string
    Repeatable.
    DC Map: DC.RELATION

12. Rights Management
    Label: rights
    Desc: A link to a copyright notice, to a rights-management statement.
    Format: 256 byte string
    Repeatable.
    DC Map: DC.RIGHTS

13. Submitter name
    Label: submitname
    Desc: name of person that submitted the material
    Format: 64 byte string
    DC Map: none

13. Submitter email
    Label: submitemail
    Desc: email of person that submitted the material
    Format: 64 byte string
    DC Map: none

13. Submit date
    Label: submitdate
    Desc: date of submission to db
    Format: YYYY-MM-DD
    DC Map: none

14. Copyright
    Label: copyright
    Desc: integer classification of copyright situation to enable fast
          serving of files in various situations.
    Format: integer
    DC Map: none

15. Filename
    Label: Filename
    Desc: Some kind of filename associated with the object. Depending on
          the way the data archive is structured, this may be an actual
          path on the filesystem (or part of) or it may take a more logical
          structure. This could possibly be a URL for external objects.
    Format: 256 byte string
    DC Map: none

16. Archive
    Label: archive
    Desc: Name of the archive, if any, that the file belongs to. For fast
          querying. May for part of the filename, eg:
          /data/archive/wellington/files/portrait.jpg
          archive=wellington, filename=files/portrait.jpg
    Format: 32 byte string
    DC Map: none