skip navigationThe Library of Congress » Standards » MODS Official Web Site |
Top-level Element: <originInfo>
Guidelines for Use<originInfo> is a container element that contains dates and other information related to publication, origination creation, and issuance of the resource. (Dates associated with the temporal content of the resource belong under <subject><temporal>, and dates associated with the metadata go in <recordInfo>.) Different instances of <originInfo> may be supplied for different events. It is recommended, but not required, to use a separate instance of
Specific Attribute InformationeventType Definition
A type of event. Application
There is no controlled list of eventTypes. However, the MARC21 standard contains the following list as possible event types: publication, distribution, manufacture, and production. Other eventType can be used based on specific local needs, such as digitization, in effect, etc. eventTypeURI Definition
URI for a type of event. Subelement: <place>
Guidelines for UseDescriptive standards such as AACR2, RDA, or DACS may be used to determine which places to record. A place may be expressed as (1) a place term (one or more instances of <placeTerm>, each place term representing that place); (2) a place identifier (one or more instances of <placeIdentifier> each identifying the place, typically as a real world object); (3) or a cartographic expression (one or more instances of <cartographics>); or any combination of (1), (2) , and (3). Places as subjects are included under <subject><geographic> or <subject><hierarchicalGeographic>. The <place> element is repeatable. Subelement: <place><placeTerm>
Guidelines for Use
If both a code and a term are given that represent the same place, use one <place> and multiple occurrences of <placeTerm>. For different places, use different occurrences of <place>. Specific Attribute Informationtype Definition
Indicates whether the place is expressed in a coded or textual form.
Application
This attribute may be used with the following values:
Subelement: <place><placeIdentifier>
Guidelines for Use
<placeIdentifier> contains a URI that identifies a description of an entity. The entity is sometimes referred to as a Thing, a Real World Object or RWO, whether actual or conceptual. Subelement: <place><cartographics>
Guidelines for Use
<cartographics> is a container element for the subelements listed above. Subelement: <place><cartographics><coordinates>
Guidelines for Use
One or more statements may be supplied. If one is supplied, it is a point (i.e., a single location); if two, it is a line; if more than two, it is an n-sided polygon where n=number of coordinates assigned. No three points should be co-linear, and coordinates should be supplied in polygon-traversal order. Subelement: <place><cartographics><projection>
Guidelines for Use
Includes the name of the projection and any associated information related to the properties of the projection, where applicable. Subelement: <place><cartographics><scale>
Guidelines for Use
<scale> may include any equivalency statements, vertical scales, or vertical exaggeration statements for relief models and other three-dimensional items. Subelement: <place><cartographics><cartographicExtension>
Guidelines for Use
<cartographicExtension> may include more detailed information than that accommodated by the MODS schema. Examples are a center point, bounding box, or other syntaxes for expressing coordinates. Subelement: <publisher>
Guidelines for UseRecord in <publisher> a named entity determined to be the publisher/originator for a resource or a statement about publication/origin. Descriptive standards such as AACR2, RDA, or DACS may be used to format the name of the publisher For digitized resources, information about an institution responsible for digitizing and delivering online a previously published resource should be included in <note>, rather than <originInfo><publisher>. Subelement: <agent>
Guidelines for UseEach instance of
<originInfo>
Background: The
Beginning with version 3.8,
Specific Attribute InformationSame attributes as under <name> Subelement: <dateIssued>
Guidelines for UseThe date may be in textual or structured form. If it is structured, the encoding attribute should specify the format. No good standard for encoding BCE dates in a structured form currently exists; until such time as these recommendations emerge, BCE dates may be represented in textual forms only. The MODS schema includes several date elements intended to record different events that may be important in the life of a resource. When multiple date elements apply but would contain identical data, institutions may choose to use only one of the relevant date elements. Mark one and only one date as a key date using keyDate="yes" attribute. When a date is uncertain or cataloger-supplied, indicate this through the use of the qualifier attribute rather than inserting characters such as "ca.", brackets, or a question mark as part of the date string. When only a decade is known, enter a date range for the entire decade and mark the date as questionable. When only a century is known, enter a date range for the entire century and mark the date as questionable. Subelement: <dateCreated>
Guidelines for UseSee <dateIssued> for the following information on recording dates: date structure, recording multiple dates, key date marking, and recording unknown date components. If creation date is also the origination date (as in MARC 21 field 260 subfield $c), use the <dateIssued> element or repeat both <dateCreated> and <dateIssued>. Subelement:<dateCaptured>
Guidelines for Use<dateCaptured> is particularly useful for Web resources because of their changeability. This would be a date that the resource was captured and archived. See <dateIssued> for the following information on recording dates: date structure, recording multiple dates, key date marking, and recording unknown date components. Subelement: <dateValid>
Guidelines for UseSee <dateIssued> for the following information on recording dates: date structure, recording multiple dates, key date marking, and recording unknown date components. Subelement: <dateModified>
Guidelines for UseSee <dateIssued> for the following information on recording dates: date structure, recording multiple dates, key date marking, and recording unknown date components. Note that <dateModified>is used for modification of the resource, not of the metadata. In some cases a modified resource may be considered a new resource and described as such. Subelement: <copyrightDate>
Guidelines for UseSee <dateIssued> for the following information on recording dates: date structure, recording multiple dates, key date marking, and recording unknown date components. Subelement: <dateOther>
Guidelines for UseSee <dateIssued> for the following information on recording dates: date structure, recording multiple dates, key date marking, and recording unknown date components. <dateOther> may be used with the type attribute to designate a specific kind of date which was not deemed of sufficient general use to have its own date element. Specific Attribute Informationtype Definition
Indicates the kind of date being recorded in this element. Application
This attribute allows for extensibility of date types so that other specific date types may be designated if not given a separate element in MODS. Subelement: <displayDate>
Guidelines for UseFree text date field that allows a date to be represented in human-readable form in order to display a date as it appears on the resource or to add additional context. Subelement: <edition>
Guidelines for UseResources that constitute the same "edition" generally embody essentially the same content. If no edition statement applies to the resource, do not include the <edition> element. Subelement: <issuance>
Guidelines for Use<issuance> may be used with the following values:
Collection, which designates an aggregation level, is included in the collection attribute in the <typeOfResource> element. Subelement: <frequency>
Guidelines for UseUse to define the publication pattern of the item. EXAMPLESMODS 3.7 Examples <originInfo eventType="publisher">
<place>
<placeTerm type="code" authority="marccountry">dcu</placeTerm>
<placeTerm type="text">Washington, DC</placeTerm> </place>
<publisher>Library of Congress, Cataloging Distribution Service, in collaboration with Follett Software Company</publisher> <dateIssued>2003</dateIssued> <edition>7th ed.</edition> <issuance>monographic</issuance> </originInfo>
<originInfo eventType="publication">
<place>
<placeTerm type="code" authority="marccountry">dcu</placeTerm>
<placeTerm type="text">Washington, DC</placeTerm>
</place>
<publisher>Library of Congress, Cataloging Distribution Service, in collaboration with Follett Software Company</publisher> <dateIssued>1998</dateIssued> <dateIssued encoding="marc" point="start">1998</dateIssued> <dateIssued encoding="marc" point="end">1998</dateIssued> <issuance>monographic</issuance> </originInfo>
MODS 3.8 Examples <originInfo eventType="publication">
<place>
<placeTerm type="text">Wels</placeTerm>
</place>
<agent> <namePart>Aigner</namePart>
<role>
<roleTerm>Publisher</roleTerm>
</role>
</agent>
<place> <placeTerm type="text">Linz</placeTerm>
</place>
<agent> <namePart>Trattner</namePart>
<role>
<roleTerm>Publisher</roleTerm>
</role>
</agent>
<dateIssued encoding="iso8601"qualifier="inferred">1797</dateIssued>
<displayDate>wahrscheinlich 1797</displayDate>
</originInfo>
<originInfo eventType=publication>
<place supplied="yes">
<placeIdentifier>https://www.wikidata.org/wiki/Q60</placeIdentifier>
<placeTerm authority="wikidata">New York City</placeTerm> </place>
<agent type="corporate">
<namePart>H. Hagemeister</namePart>
<role>
<roleTerm valueURI="http://id.loc.gov/vocabulary/relators/pbl">Publisher</roleTerm>
</role>
</agent>
<dateOther encoding="edtf">1910</dateIssued>
<displayDate>Postmark date: 1910</displayDate>
</originInfo>
<originInfo eventType="manufacture">
<place supplied="yes">
<placeTerm type="text">Cambridge</placeTerm>
</place>
<agent type="corporate">
<namePart>Kinsey Printing Company</namePart>
<role>
<roleTerm">Manufacturer</roleTerm>
</role>
</agent>
<dateModified encoding="iso8601">20031008</dateModified>
</originInfo>
<originInfo eventType="publication">
<copyrightDate encoding="iso8601">20000122</copyrightDate>
<dateCaptured encoding="iso8601">20010712</dateCaptured>
<issuance>continuing</issuance>
</originInfo>
<originInfo eventType="production">
<dateValid encoding="iso8601" point="start">20011008</dateValid>
<dateValid encoding="iso8601" point="end">20011027</dateValid>
</originInfo>
<originInfo eventType="publication">
<place>
<placeTerm type="text">Milan</placeTerm>
</place>
<agent>
<namePart>F. Lucca</namePart>
<role>
<roleTerm valueURI="http://id.loc.gov/vocabulary/relators/pbl">Publisher</roleTerm>
</role>
</agent>
<place>
<placeTerm type="text">Florence</placeTerm>
</place>
<agent>
<namePart>Ducci</namePart>
<role>
<roleTerm valueURI="http://id.loc.gov/vocabulary/relators/pbl">Publisher</roleTerm>
</role>
</agent>
<place>
<placeTerm type="text">Chiasso</placeTerm>
</place>
<agent>
<namePart>Euterpe Ticinese</namePart>
<role>
<roleTerm valueURI="http://id.loc.gov/vocabulary/relators/pbl">Publisher</roleTerm>
</role>
</agent>
<place>
<placeTerm type="text">Naples</placeTerm>
</place>
<agent>
<namePart>Girard et C.</namePart>
<role>
<roleTerm valueURI="http://id.loc.gov/vocabulary/relators/pbl">Publisher</roleTerm>
</role>
</agent>
<displayDate>1998</displayDate>
<dateIssued encoding="marc" point="start">1856</dateIssued> <dateIssued encoding="marc" point="end">1862</dateIssued> <issuance>monographic</issuance> </originInfo>
<originInfo eventType="publication">
<place>
<placeTerm type="code" authority="marccountry">nyu</placeTerm>
<placeTerm type="text">New York</placeTerm> </place>
<agent> <namePart>Published for the American Vacuum Society by the American Institute of Physics</namePart>
<role>
<roleTerm valueURI="http://id.loc.gov/vocabulary/relators/pbl">Publisher</roleTerm>
</role>
</agent>
<dateIssued>1994</dateIssued>
<issuance>monographic</issuance> </originInfo>
<originInfo eventType="manufacture">
<dateModified encoding="iso8601">20031008</dateModified>
</originInfo>
<originInfo eventType="manufacture">
<dateCreated keyDate="yes">1972-10-08</dateCreated>
</originInfo>
<originInfo eventType="production">
<place>
<placeTerm valueURI="https://d-nb.info/gnd/4010404-7">Colombo</placeTerm>
</place>
<dateCreated qualifier="approximate">1750</dateCreated> <displayDate qualifier="approximate">zwischen 1740/1760</displayDate> <issuance>monographic</issuance> </originInfo>
<agent valueURI="http://thesaurus.cerl.org/record/cni00019387">
<displayForm>Compagnies Drukkerijs</displayForm>
<role>
<roleTerm valueURI="http://id.loc.gov/vocabulary/relators/prt">Printers</roleTerm>
</role>
</agent>
<originInfo eventType="publication">
<place>
<placeTerm type="code" authority="iso3166">usa</placeTerm>
<placeTerm type="text">United States</placeTerm> </place>
<dateOther point="start">20011008</dateOther> <dateOther point="end">20011027</dateOther> </originInfo>
MAPPINGSMARC Mapping (Bibliographic)See MARC Mapping to MODS for the <originInfo> element. Dublin Core MappingSee MODS to Dublin Core Metadata Element Set Mapping. Last Updated: November 8, 2022 |