MODS Element |
Attributes |
Subelements |
<mods:originInfo> |
@type -- <mods:place>
@authority -- <mods:place>
@keyDate -- date
@encoding -- date
@point -- date
@qualifier -- date
@eventType -- <mods:originInfo>
|
<mods:place>
<mods:placeterm>
<mods:publisher>
<mods:dateIssued>
<mods:dateCreated>
<mods:copyrightDate>
<mods:dateOther>
<mods:edition>
<mods:issuance>
<mods:frequency>
|
Usage Guidelines
- At least one <mods:originInfo> with one date subelement marked as the key date are required in every record. Even if there is only one date in the record, that date must be marked as the keyDate. For date ranges, the start date should be marked as the keyDate.
- This element represents the original form of the resource, not the digitized form of an originally analog resource. Information related to digitization should go in <mods:relatedItem> or <mod:note> (more below).
- It is not necessary to include full <mods:originInfo> for every version of a resource known to exist. Only include information about those versions likely to be relevant to an end user.
- Rely on RDA for determining the place and publisher of a resource. This element may also be used for production, manufacture, or distribution.
- Omit <mods:place> element if no information is known about the originating place of a resource. DO NOT use “unknown.”
- For coded <mods:placeTerm> values, the MARC Code List for Countries is preferred, but ISO3166 may also be used. Indicate your choice in the authority attribute.
- If multiple date elements apply, but would contain identical information, use only one of the relevant date elements.
- If a date range is being indicated, always use the point attribute. If a single date is being indicated, never use the point attribute.
- When a date is uncertain, indicate this in a qualifier attribute. When only the decade or century are known, enter a date range for the entire decade or century and mark the date as questionable. DO NOT use “ca.”
- Information related to the digitization process, such as <mods:dateCaptured> or <mods:dateValid> should be omitted in the descriptive record.
- Places can also be subjects (more below).
Elements
<mods:originInfo>
Required: Y
Repeatable: Y
Definition: Information about the origin of the resource, including place of origin or publication, publisher/originator, and dates associated with the resource.
Attributes:
eventType (required): Takes the following values:
production
publication
distribution
manufacture
<mods:place>
Required: R
Repeatable: Y
Definition: Name of a place associated with the issuing, publication, release, distribution, manufacture, production, or origin of a resource. Place is a wrapper for <mods:placeTerm>
<mods:placeTerm>
Required: Y
Repeatable: Y
MARC: 264 $a
Definition: Used to express place in a textual or coded form.
Attributes:
type (required): Takes the following values:
text
code
authority (recommended if applicable): Used to indicate the controlled list from which the code is taken. Authority takes the following values:
marccountry
iso3166
<mods:publisher>
Required: N
Repeatable: Y
MARC: 264 $b
Definition: The name of the entity that published, printed, distributed, released, issued, or produced the resource.
<mods:dateIssued>: publication or issued date (260 $c, 008/07-14)
<mods:dateCreated>: date of creation of the resource (260 $c, $g, 534 $c, 533 $d)
<mods:copyrightDate>: date on which a resource is copyrighted (260 $c)
<mods:dateOther>: generic date element that does not fall into another category but is important to the record
Required: Y
Repeatable: Y
MARC: 264 $c, 008/07-14
Attributes for date elements:
encoding (required): Dates should always be recorded in a structured form using W3CDTF. If W3CDTF cannot be used for some reason (e.g. the exact year is unknown), ISO8601 may be used instead.
point (required if applicable): always use for date ranges, but never for single dates
keyDate=”yes” (required): the date considered to be the most important for end user access, typically the date of creation or issuance.
qualifier (recommended if applicable): qualifier takes the following values:
inferred
questionable
<mods:edition>
Required: R
Repeatable: N
MARC: 250
Definition: Information identifying the version of the resource.
<mods:issuance>
Required: N
Repeatable: N
MARC: Leader/07
Definition: A term that designates how the resource is issued. <mods:issuance> takes the following values:
monographic
single unit
multipart monographic
continuing
serial
integrating resource
<mods:frequency>
Required: N
Repeatable: N
MARC: 008/18, 310
Definition: A statement of publication frequency in textual form.
Examples
<mods:originInfo eventType="publication">
<mods:place>
<mods:placeTerm type="text">New York</mods:placeTerm>
</mods:place>
<mods:publisher>MacMillan</mods:publisher>
<mods:copyrightDate encoding="w3cdtf" keyDate="yes" qualifier="inferred">1922</mods:copyrightDate>
<mods:edition>2nd ed.</mods:edition>
</mods:originInfo>
<mods:originInfo eventType="publication">
<mods:place>
<mods:placeTerm type="code" authority="marccountry">dcu</mods:placeTerm>
<mods:placeTerm type="text">Washington, DC</mods:placeTerm>
</mods:place>
<mods:publisher>Library of Congress, Cataloging Distribution Service, in collaboration with Follett Software Company</mods:publisher>
<mods:dateIssued encoding="w3cdtf" keyDate="yes" >2003</mods:dateIssued>
<mods:edition>7th ed.</mods:edition>
<mods:issuance>monographic</mods:issuance>
</mods:originInfo>
<mods:originInfo eventType="publication">
<mods:dateCreated encoding="w3cdtf" keyDate="yes" qualifier="approximate" point="start">1857</mods:dateCreated>
<mods:dateCreated encoding="w3cdtf" qualifier="approximate" point="end">1860</mods:dateCreated>
</mods:originInfo>