Date created (Media file)

Date created (Media file)

MODS Element: originInfo

Element Definition

Information about the origin of the resource, including place of origin or publication, publisher/originator, and dates associated with the media file.

AILLA Definition (Audio/Video)

Date that this audio / video file was recorded.

AILLA Definition (pdf)

Date the original source of this PDF file was created (e.g., date of creation of a notebook of which the PDF is a scan or date of creation of the proprietary file from which this PDF was created).

AILLA Definition (text/binary)

Date of creation of this text or binary file.

AILLA Definition (basic image)

Date this photograph was taken or this image was created.

AILLA Definition (large image)

Date the original source of this TIF file was created (e.g., date of creation of a notebook of which this TIF is a scan or date photograph was take of which this TIF is a scan).

Form option

Date Created (YYYY-MM-DD) / Fecha de Creación (AAAA-MM-DD) = text

Repeatable

No

Form Required?

Recommended

AILLA Required?

Recommended

Subelement/Attribute Name

Definition/Description

Examples

XPath Syntax

Dublin Core

Event type

Defines the type of origin information

will auto-generate "Production"

production

mods:originInfo[@eventType="production"]

to be added

Date created

Subelement

The date of creation of the media file

 

mods:originInfo/mods:dateCreated

to be added

Key date

 Specifies that the value used is a particular date that is distinguished among several dates

yes

mods:dateCreated[@keyDate="yes"]

to be added

Display label

Defines the text that is used to display near the text when displayed on the media file page on AILLA site

Date research material was created

mods:dateCreated[@displayLabel="Date research material was created"]

to be added

XML

<originInfo eventType="production">

    <dateCreated keyDate="yes" displayLabel="Date research material was created">2017-03-30</dateCreated>

</originInfo>