Creation, Issuance, Copyright date
Abstract
REQUIRED MODS Element name: <originInfo><dateCreated> (Creation date) or <originInfo><dateIssued> (Issuance date); <originInfo><copyrightDate> (Copyright date) Short definition: Information about the original creation, publication or copyright date of the resource (adapted from MODS standard). An asset's metadata need to contain either a Creation date or an Issuance date. If both dates are present, the asset cannot be published to the Collections portal. Input guidelines: It is strongly recommended to input known dates in a structured format: YYYY-MM-DD (year-month-date). You can also enter year and month (YYYY-MM), or year only (YYYY). For unknown dates, enter "undated". For uncertain dates, select a date qualifier (approximate, inferred, or questionable). Alternatively, a limited number of textual date information can be entered: circa/ca/c/ca./c. YYYY, 19th century, 1960s, late 1850s, mid 4th century. Creation Date: Original creation date of the resource, most relevant to discovery of the resource by end-users. Input the original Creation date/ Start date of creation of the resource. End date of creation is recommended if a date range is applicable, but it is not mandatory. Issuance Date: The date that the resource was published, released, or issued. End date of issuance is recommended if a date range is applicable, but it is not mandatory. Copyright Date: A date in which a resource is copyrighted (date copyright was established, e. g. through registration).
Definition
Information about the original creation, publication or copyright date of the resource (adapted from MODS standard). Can be single date (point) or date range. An asset's metadata need to contain either a Creation date or an Issuance date. If both dates are present, the asset cannot be published to the Collections portal.
The following types of date can be used for the DAMS:
- Creation Date: Original creation date of the resource, most relevant to discovery of the resource by end-users. Input the original Creation date/ Start date of creation of the resource. End date of creation is recommended if a date range is applicable, but it is not mandatory.
- Issuance Date: The date that the resource was published, released, or issued. End date of issuance is recommended if a date range is applicable, but it is not mandatory.
- Copyright Date: A date in which a resource is copyrighted (date copyright was established, e. g. through registration).
DAMS input form fields
Date
DAMS form field name | form field type | required | MODS element | Collections portal display | notes |
---|---|---|---|---|---|
Select key date for this object | radio button option selection
| yes | dateCreated[@keyDate] dateIssued[@keyDate] | Used for Date Created/Date Issued facet | This selection is only available in the metadata input form for assets ingested with content types Book, Publication, Publication issue. The system will create a new machine-readable date element with a keyDate attribute based on the user-provided information for Date created or Date issued. If a date range is specified, only the start date will be used as key date. |
Date Created/ Date Created Start | text field | yes, if Date created is selected as key date | dateCreated[@point="start"] | Date Created/Date Issued | An asset's metadata need to contain either a Creation date or an Issuance date. If both dates are present, the asset cannot be published to the Collections portal. It is strongly recommended to input known dates in a structured format: YYYY-MM-DD (year-month-date). You can also enter year and month (YYYY-MM), or year only (YYYY). For unknown dates, enter "undated". For uncertain dates, enter a time span (e. g. a year, decade, century) and select a date qualifier (approximate, inferred, or questionable). Alternatively, a limited number of textual date information can be entered: The DAMS will create a machine-readable date element with a keyDate attribute that approximates the textual date information. The machine-readable date is for instance used for sorting of search results. |
Start Date Qualifier (Creation date) | dropdown selection
| no | dateCreated[@qualifier] | N/A | It is strongly recommended to input uncertain dates in a structured format as well and indicate the level of certainty by selecting one of the date qualifiers. Do not input dates containing a question mark in the DAMS input form. Specify a qualifier (approximate, inferred, or questionable) for uncertain dates: |
Date Created End (if applicable) | text field | no | dateCreated[@point="end"] | N/A | see Date Created/ Date Created Start |
End Date Qualifier (Creation date) | dropdown selection
| no | dateCreated[@qualifier] | N/A | see Start Date Qualifier (Creation date) |
Date Issued/ Date Issued Start | text field | yes, if Date issued is selected as key date | dateIssued[@point="start"] | Date Created/Date Issued | This form field is only available in the metadata input form for assets ingested with content types Book, Publication, Publication issue. see Date Created/ Date Created Start |
Start Date Qualifier (Issuance date) | dropdown selection
| no | dateIssued[@qualifier] | N/A | This form field is only available in the metadata input form for assets ingested with content types Book, Publication, Publication issue. see Start Date Qualifier (Creation Date) |
Date Issued End (if applicable) | text field | no | dateIssued[@point="end"] | N/A | This form field is only available in the metadata input form for assets ingested with content types Book, Publication, Publication issue. see Date Created End |
End Date Qualifier (Issuance date) | dropdown selection
| no | dateIssued[@qualifier] | N/A | This form field is only available in the metadata input form for assets ingested with content types Book, Publication, Publication issue. see End Date Qualifier (Creation Date) |
Copyright Date | text field | no | copyrightDate | N/A | This form field is only available in the metadata input form for assets ingested with content types Book, Publication, Publication issue. see Date Created/ Date Created Start |
MODS Element description
Element <originInfo>
http://www.loc.gov/standards/mods/userguide/origininfo.html
Guidelines for use
<originInfo> is a container element that contains all subelements related to publication and origination information. It includes all dates associated with the creation, issuance, and/or publication of the resource. Dates associated with the temporal content of the resource go under <subject>, and dates associated with the metadata go in <recordInfo>. Data is input only within each subelement.
Attributes
Currently no attributes for originInfo are implemented in the DAMS.
Subelements
The following subelements of <originInfo> are used in the DAMS:
- dateCreated
- dateIssued
- copyrightDate
- (place)
- (publisher)
Subelement <originInfo><dateCreated>
Guidelines for use
An asset's metadata need to contain either a Creation date or an Issuance date. If both dates are present, the asset cannot be published to the Collections portal. It is strongly recommended to input known dates in a structured format: YYYY-MM-DD (year-month-date). You can also enter year and month (YYYY-MM), or year only (YYYY). For unknown dates, enter "undated". For uncertain dates, enter a time span (e. g. a year, decade, century) and select a date qualifier (approximate, inferred, or questionable). Alternatively, a limited number of textual date information can be entered: The DAMS will create a machine-readable date element with a keyDate attribute that approximates the textual date information. The machine-readable date is for instance used for sorting of search results.
Attributes
Attribute name | Details | XPath syntax examples |
---|---|---|
point | values:
The 'start' date value is used for the first date of a range, or for a single date, if an end date is not present. | originInfo/dateCreated[@point="start"] |
keyDate | values:
The system will create a new machine-readable date element with a keyDate attribute based on the user-provided information for Date created or Date issued. If a date range is specified, only the start date will be used as key date. The ingest process currently ignores a keyDate attribute set by users when preparing metadata as MODS XML. Instead, the system will create a new machine-readable date element with a keyDate attribute based on dateIssued or dateCreated (in this order and depending on which of the two is available). Any user-provided keyDate attribute will be stripped from the metadata upon ingest. If you want to designate a specific date element as the key date in metadata prepared for batch ingest, add the following attribute-value pair to the respective element: keyGen="yes". | originInfo/dateCreated[@keyDate="yes"] |
qualifier | values:
Specify a qualifier (approximate, inferred, or questionable) for uncertain dates: | originInfo/dateCreated[@qualifier="approximate"] |
encoding | values:
Used on automatically generated date element only. | originInfo/dateCreated[@encoding="w3cdtf"] |
Subelements
No subelements for dateCreated.
Subelement <originInfo><dateIssued>
Guidelines for use
An asset's metadata need to contain either a Creation date or an Issuance date. If both dates are present, the asset cannot be published to the Collections portal. It is strongly recommended to input known dates in a structured format: YYYY-MM-DD (year-month-date). You can also enter year and month (YYYY-MM), or year only (YYYY). For unknown dates, enter "undated". For uncertain dates, enter a time span (e. g. a year, decade, century) and select a date qualifier (approximate, inferred, or questionable). Alternatively, a limited number of textual date information can be entered: The DAMS will create a machine-readable date element with a keyDate attribute that approximates the textual date information. The machine-readable date is for instance used for sorting of search results.
Attributes
Attribute name | Details | XPath syntax examples |
---|---|---|
point | values:
The 'start' date value is used for the first date of a range, or for a single date, if an end date is not present. | originInfo/dateIssued[@point="start"] |
keyDate | value:
The system will create a new machine-readable date element with a keyDate attribute based on the user-provided information for Date created or Date issued. If a date range is specified, only the start date will be used as key date. The batch ingest process currently ignores a keyDate attribute set by users when preparing metadata as MODS XML. Instead, the system will create a new machine-readable date element with a keyDate attribute based on dateIssued or dateCreated (in this order and depending on which of the two is available). Any user-provided keyDate attribute will be stripped from the metadata upon ingest. If you want to designate a specific date element as the key date in metadata prepared for batch ingest, add the following attribute-value pair to the respective element: keyGen="yes". | originInfo/dateIssued[@keyDate="yes"] |
qualifier | values:
Specify a qualifier (approximate, inferred, or questionable) for uncertain dates: | originInfo/dateIssued[@qualifier="inferred"] |
encoding | value:
Used on automatically generated date element only. | originInfo/dateIssued[@encoding="w3cdtf"] |
Subelements
No subelements for dateIssued.
Subelement <originInfo><copyrightDate>
REPEATABLE
Guidelines for use
Input known dates in a structured format: YYYY-MM-DD (year-month-date). You can also enter year and month (YYYY-MM), or year only (YYYY).
Attributes
Currently no attributes for originInfo are implemented in the DAMS.
Subelements
No subelements for copyrightDate.
XML Examples
Mappings
Dublin Core
Depending on the direction of mapping necessary, check
- DC to MODS: https://www.loc.gov/standards/mods/dcsimple-mods.html
- MODS to DC: http://www.loc.gov/standards/mods/mods-dcsimple.html
The following specific guidelines apply for the DAMS:
Dublin Core field | Mapping condition | MODS element | Notes |
---|---|---|---|
dc:date | dateCreated[@point="start"] | The date value in the MODS element is prefixed with the text "Created: ". | |
dc:date | dateCreated[@point="end"] | Creation start and end date are concatenated, separated by "/". The resulting string is prefixed with the text "Created: ". | |
dc:date | dateIssued[@point="start"] | The date value in the MODS element is prefixed with the text "Issued: ". | |
dc:date | dateIssued[@point="end"] | Creation start and end date are concatenated, separated by "/". The resulting string is prefixed with the text "Issued: ". | |
N/A | copyrightDate | Currently, there is no mapping of copyrightDate to DC implemented in the DAMS. |
MARC 21
see http://www.loc.gov/standards/mods/mods-mapping.html#publication. The following specific guidelines apply for the DAMS: 264$c 046$m MARC field 534 describes an original version, i.e. likely a different Expression/ Manifestation than what is described by the main bibliographic fields in the same record. Consider using a MARC record describing the same Expression/ Manifestation of a work that is digitized and ingested in the DAMS. Check textual statement in MARC subfield 534$c carefully to determine whether to map to dateCreated or dateIssued. MARC field 775 describes another available edition, i.e. likely a different Expression/ Manifestation than what is described by the main bibliographic fields in the same record. Consider using a MARC record describing the same Expression/ Manifestation of a work that is digitized and ingested in the DAMS. Check textual statement in MARC subfield 775$d carefully to determine whether to map to dateCreated or dateIssued. MARC field 776 describes another available physical form, i.e. likely a different Manifestation than what is described by the main bibliographic fields in the same record. Consider using a MARC record describing the same Manifestation of a work that is digitized and ingested in the DAMS. Check textual statement in MARC subfield 776$d carefully to determine whether to map to dateCreated or dateIssued.MARC 21 field Mapping condition MODS element Notes * *[@encoding] Only use encoding="w3cdtf" or do not use the encoding attribute at all. 260$g dateCreated The MODS field dateOther is not implemented in the DAMS. Map MARC field 260$g to dateCreated instead. 264$c MARC indicator 2 has values 0, 3 dateCreated The MODS field dateOther is not implemented in the DAMS. Map MARC field 264$c to dateCreated instead. MARC indicator 2 has value 2 dateIssued The MODS field dateOther is not implemented in the DAMS. Map MARC field 264$c to dateIssued instead. 033 note[@type="date captured"] The MODS field dateCaptured is not implemented in the DAMS. Map MARC field 033 to a note element with type "date captured" instead. N/A The MODS field dateValid is not implemented in the DAMS. 046$n N/A The MODS field dateValid is not implemented in the DAMS. 046$j N/A The MODS field dateModified is not implemented in the DAMS. 534$c dateCreated/ dateIssued 775$d dateCreated/ dateIssued 776$d dateCreated/ dateIssued
Solr
In general, all MODS metadata is imported into the DAMS Solr server upon ingest. The ingest process generates Solr fields typically named according to the following schema:
mods_value*_suffix
where
- value* can be one or multiple element, subelement or attribute names that allow to distinguish Solr fields
- suffix is s, t, ss, ms or mt, which refers to the type of data stored in a Solr field and how it is indexed. The Solr index usually contains multiple copies of each field with the same content, distinguished by their suffix.
The following table shows mappings between MODS elements and Solr fields for those fields that are currently used for display in the Collections Portal, or where additional processing happens in Islandora or during the publishing process. Suffixes are ignored, unless relevant for the mapping.
DAMS metadata element | Mapping condition | Solr DAMS | Solr Collections portal | Notes |
---|---|---|---|---|
dateCreated[point="start"] | [not(@keyDate="yes")] | mods_dateCreated_start | date_created_issued | date_created_issued is generated during the publication process. The field contains the date information in the MODS metadata, as entered by the metadata contributor. date_created_issued is used to display date information in the list of search results in the Collections portal and on the full metadata (landing page) view in the Collections portal. The list of search results can be sorted by mods_keyDate_sort. |
dateCreated[point="end"] | mods_dateCreated_end | N/A | Creation end date is not displayed in the Collections portal. | |
dateIssued[point="start"] | [not(@keyDate="yes")] | mods_dateIssued_start | date_created_issued | date_created_issued is generated during the publication process. The field contains the date information in the MODS metadata, as entered by the metadata contributor. date_created_issued is used to display date information in the list of search results in the Collections portal and on the full metadata (landing page) view in the Collections portal. The list of search results can be sorted by mods_keyDate_sort. |
dateIssued[point="end"] | mods_dateIssued_end | N/A | Issuance end date is not displayed in the Collections portal. | |
*[@keyDate="yes"] | mods_keyDate_sort | display_date | mods_keyDate_sort is generated during ingest from the date value marked as key date in the MODS metadata. mods_keyDate_sort is used for sorting the list of search results in the Collections portal. display_date is generated during the publication process. The field contains the first 4 characters of the date value marked as key date in the MODS metadata. display_date is used to generate the search facets for Date Created/Date Issued and Public Domain Status in the Collections portal. | |
dc:date | dc.date | N/A | Cf. MODS to Dublin Core metadata mapping. Separate dc.date Solr fields are generated for Creation/Issuance date(s) as entered by the metadata provider and for the key date. |
Welcome to the University Wiki Service! Please use your IID (yourEID@eid.utexas.edu) when prompted for your email address during login or click here to enter your EID. If you are experiencing any issues loading content on pages, please try these steps to clear your browser cache.