HOME >> Guidance >> User
Guidelines Version 3 >> Elements
MODS User Guidelines Version 3
Below is a detailed description of all of the valid MODS elements, attributes
and values (revised to include version 3.3). Examples of most MODS data
elements are also presented. The elements and attributes are listed in
the same order as is presented in the MODS
schema.
<titleInfo>
| |
Definition: A
word, phrase, character, or group of characters, normally appearing
in a resource, that names it or the work contained in it.
Application: "titleInfo" is
a wrapper element that contains all subelements related to title
information. Data content is contained in subelements. <titleInfo> is repeated for each type attribute value. If multiple titles are recorded, repeat <titleInfo><title> for each. The language of the title may be indicated if desired using the xml:lang
(RFC3066) or lang (3-character ISO 639-2 code) attributes. |
Attributes
Subelements
The following subelements are defined for "titleInfo." They
are enumerated below.
| <titleInfo> |
| |
<title> |
| |
Definition: A
word, phrase, character, or group of characters that constitutes
the chief title of a resource (i.e. the title normally used when
citing the resource).
Application: "title" without
the <titleInfo> type attribute is roughly equivalent to MARC 21 field 245, except that it includes only the data that make up the title and does not include
the entire title area dictated by AACR2. The statement of responsibility
in MARC 21 field 245 is included in the <note> element with type="statement of responsibility," not in <title>.
Elements considered part of the title that
are separately subfielded in MARC 21 are included here unless
they have a separate subelement. For instance, the General Material
Designator (MARC 21 field 245 subfield $h) and form (MARC 21 field 245 subfield $k) may be included as part of the title, but a part name or number
is included in the subelements below.
When there is a subtitle, additional elements
should follow the subelement for which it is appropriate (e.g.,
a part name or number may follow the title or the subtitle depending
upon the situation).
Dates may be recorded here only if considered
part of the title (e.g., a date in a uniform title). (Publication
dates are included under <originInfo>.)
For parallel titles (i.e., equivalent titles
in different languages), use separate <titleInfo><title> elements with type attribute="translated" for each parallel title.
For non-collective titles by the same author
(i.e. separate titles with no inclusive title for the collection),
use separate <titleInfo><title> elements with no type attribute. |
| <titleInfo> |
| |
<subTitle> |
| |
Definition: A
word, phrase, character, or group of characters that contains
the remainder of the title information after the title proper
Application: "subTitle" includes
a subtitle when it is desired to include it as a separate element.
Alternatively, it may be included as part of a title. It is equivalent
to MARC 21 fields 242, 245, 246 subfield $b. |
| <titleInfo> |
| |
<nonSort> |
| |
"nonSort" begin
and end tags surround the nonfiling text which should not be regarded
in sorting. It is equivalent to the new technique in MARC 21 that
uses control characters to surround data disregarded for sorting.
It is used for the same purpose as the nonfiling indicator value
that indicates the number of characters disregarded for sorting.
Punctuation may or may not be included within the non-sort value
depending upon whether it is part of the sorting or non-sorting
data. |
Examples
| <titleInfo type="alternative" displayLabel="also
known as:"> |
|
| |
<title>Bush
Cheney</title> |
| </titleInfo> |
| <titleInfo> |
| |
<title >Bush-Cheney 2000</title> |
| </titleInfo> |
| <titleInfo type="alternative"> |
| |
<title >George
W. Bush for President</title> |
| </titleInfo> |
| <titleInfo> |
| |
<nonSort>The</nonSort> |
| |
<title>"winter
mind"</title> |
| |
<subTitle>William
Bonk and American letters</subTitle> |
| </titleInfo> |
| <titleInfo> |
| |
<title>Oklahoma</title> |
| </titleInfo> |
| <titleInfo> |
| |
<title>Carousel</title> |
| </titleInfo> |
| <titleInfo> |
| |
<title>South
Pacific</title> |
| </titleInfo> |
| <titleInfo
xml:lang="en"> |
| |
<nonSort>The</nonSort> |
| |
<title>man
who would be king</title> |
| </titleInfo> |
| <titleInfo
xml:lang="fr" type="translated"> |
| |
<nonSort>L'</nonSort> |
| |
<title>homme
qui voulut être roi</title> |
| </titleInfo> |
| <titleInfo> |
| |
<title>Focus
on grammar </title> |
| |
<subTitle>basic
level</subTitle> |
| </titleInfo> |
| <titleInfo> |
| |
<title>Zentralblatt
für Bakteriologie, Parasitenkunde, Infektionkrankheiten und Hygiene</title> |
| |
<partNumber>1.
Abt. Originale</partNumber> |
| |
<partNumber>Reihe
B</partNumber> |
| |
<partName>Hygiene.
Krankenhaushygiene. Betriebshygiene, präventive Medizin</partName> |
| </titleInfo> |
| <titleInfo> |
| |
<title>Annual
report of notifiable diseases</title> |
| </titleInfo> |
| <titleInfo
type="abbreviated"> |
| |
<title>Annu.
rep. notif. dis.</title> |
| </titleInfo> |
| <titleInfo
lang="rus" script="Latn" transliteration="Code to be determined "> |
| |
<title>Geodezja
i urzadzenia roline.</title> |
| </titleInfo> |
| <titleInfo
type="translated" lang="eng"> |
| |
<title>Land
surveying and agriculture equipment</title> |
| </titleInfo> |
| <titleInfo
type="uniform" authority="naf" xlink:href="http://www.loc.gov/sru-lccn/?query=n 93028706"> |
| |
<title>Missale
Carnotense</title> |
| </titleInfo> |
| |
[Note: the value
of xlink:href is purely illustrative; this link does not currently
exist. It assumes establishing a namespace for Library of Congress
Control Numbers (LCCN) and initiating a service to retrieve authority
records.] |
| <titleInfo
type="alternative" displayLabel="Spine title"> |
| |
<title>Science
and public affairs</title> |
| </titleInfo> |
|
<name>
| |
Definition: The
name of a person, organization, or event (conference, meeting,
etc.) associated in some way with the resource.
Application: "name" is
a wrapper element that contains all subelements related to name
information. It is equivalent to the MARC 21 1XX and 7XX fields or Creator and Contributor in Dublin Core. If it is desired to indicate the concept of main entry, the <role> subelement may be used with the value "creator" (e.g. <role><roleTerm type="text">creator</roleTerm></role>. Other role values may be used to indicate the particular relationship between
the name and the resource. The type of name (personal, corporate,
conference) may be indicated, although this is not required. |
Attributes
Subelements
The following subelements are defined for <name>.
They are enumerated below.
| <name> |
| |
<namePart> |
| |
"namePart" includes
each part of the name that is parsed. Parsing is used to indicate
a date associated with the name, to parse the parts of a corporate
name (MARC 21 fields X10 subfields $a and $b), or to parse parts
of a personal name if desired (into family and given name). The
latter is not done in MARC 21. Names are expected to be in a structured
form (e.g. surname, forename). |
| |
|
| |
Attribute
- type - The following
values may be used with the type attribute:
- date
- family
- given
- termsOfAddress
The attribute "date" is
used to parse dates that are not integral parts of
a name. Dates that are part of a name, e.g. dates within
a conference name, do not use this attribute to separate
the date, since it is an integral part of the name
string. The birthdate associated with a personal name,
however, is not an integral part of the name but added
to distinguish the name from others, so it does include
a separate namePart with type="date". This attribute is not used when parsing the components of a corporate name.
"termsOfAddress" is used to record titles and enumeration associated with a name, such as Jr.,
II, etc. It is roughly equivalent to MARC X00 fields,
subfields $b and $c.
Note that "family" and "given" are not used in MARC 21.
|
| <name> |
| |
<displayForm> |
| |
"displayForm" is
used to indicate the unstructured form of the name. It includes
a name as given on the resource. For some applications, contractual
agreements require that the form of the name provided on the resource
be provided. This data is usually carried in MARC 21 field 245 subfield $c, although the latter may include other information in addition to
the display form of the name. If part of an entire statement of
responsibility, it may be indicated in a note (with type="statement of responsibility") along with any other text in the statement of responsibility and also repeated
here if desired. |
| <name> |
| |
<affiliation> |
| |
"affiliation" contains
the name of an organization, institution, etc. with which the
entity recorded in <name> was associated at the time that the resource was created. It may also contain
other elements that are part of the affiliation, such as email
address, street address, job title, etc. |
| <name> |
| |
<role> |
| |
Definition: A
term(s) that designates the relationship (role) of the entity
recorded in name in relation to the resource.
Application: "role" is
a wrapper element that may contain a value in coded or textual
form. <role> is equivalent to a MARC relator code or its textual form. |
| |
|
| |
Subelement
<roleTerm>
"roleTerm" contains the textual or coded form
of a relator/role. An authority should be indicated if using a coded form for
role. If the textual form is from a controlled list (e.g., the MARC relators list), an authority attribute may be indicated (but is not mandatory). If both a
code and a term are given that represent the same role, use one <role> and multiple occurrences of <roleTerm>. If different roles, repeat <role><roleTerm>. |
| |
|
|
| |
|
Attributes
- type -
This attribute may be used with the following values:
- text -
This value is used to express role in a textual form.
- code -
This value is used to express place in a coded form.
The authority attribute may be used to indicate the
source of the code.
- authority -
The name of the authoritative list for a controlled value
is recorded here. A list of codes for authorities is maintained
at: www.loc.gov/marc/sourcecode/relator/relatorsource.html. To indicate the MARC relators list, use authority= "marcrelator."
|
| <name> |
| |
<description> |
| |
"description" may
be used to give a textual description for a name when necessary,
for example, to distinguish from other names. This element does
not have a MARC 21 equivalent. |
Examples
| <name type="personal"> |
| |
<namePart
type="termsOfAddress">Dr.</namePart> |
| |
<namePart>Brown,
B. F.</namePart> |
| |
<affiliation>Chemistry
Dept., American University</affiliation> |
| |
<role> |
| |
|
<roleTerm
type="text">creator</roleTerm> |
| |
|
<roleTerm type="code">cre</roleTerm> |
| |
</role> |
| |
<role> |
| |
|
<roleTerm type="text">author</roleTerm> |
| |
|
<roleTerm type="code">aut</roleTerm> |
| |
</role> |
| </name> |
| <name> |
|
| |
<namePart>Abrams,
Michael</namePart> |
| |
<description>American
artist, 20th c.</description> |
| </name> |
|
| <name type="personal"> |
| |
<namePart>Alterman,
Eric</namePart> |
| |
<displayForm>Eric
Alterman</displayForm> |
| |
<role> |
| |
|
<roleTerm
type="text">creator</roleTerm> |
| |
|
<roleTerm type="code">cre</roleTerm> |
| |
</role> |
| </name> |
| <name type="personal"> |
| |
<namePart
type="given">John</namePart> |
| |
<namePart
type="family">Huston</namePart> |
| |
<role> |
| |
|
<roleTerm
type="code" authority="marcrelator">drt</roleTerm> |
| |
|
<roleTerm
type="text" authority="marcrelator">director</roleTerm> |
| |
</role> |
| </name> |
| <name type="personal"> |
| |
<namePart
type="given">John Paul</namePart> |
| |
<namePart
type="termsOfAddress">II</namePart> |
| |
<namePart
type="termsOfAddress">Pope</namePart> |
| |
<namePart
type="date">1920-</namePart> |
| </name> |
| <name type="conference"> |
| |
<namePart>International
Workshop on Plasma-Based Ion Implantation (1993 : University of
Wisconsin--Madison)</namePart> |
| </name> |
| <name type="personal"> |
| |
<namePart
type="given">Jack</namePart> |
| |
<namePart
type="family">May</namePart> |
| |
<namePart type="termsOfAddress">I</namePart> |
| |
<description>District
Commissioner</description> |
| |
<description>Préfet
de région</description> |
| </name> |
| <name type="corporate"> |
| |
<namePart>United
States</namePart> |
| |
<namePart>Court
of Appeals (2nd Circuit)</namePart> |
| </name> |
| <name type="conference"> |
| |
<namePart>Paris
Peace Conference (1919-1920)</namePart> |
| </name> |
| <name type="personal" authority="naf"> |
| |
<namePart>Woolf,
Virginia</namePart> |
| |
<namePart
type="date">1882-1941</namePart> |
| </name> |
<typeOfResource>
| |
Definition: A
term that specifies the characteristics and general type of content
of the resource.
Application: "typeOfResource" is
generally equivalent to the type of record codes in MARC 21 Leader/06 in that it differentiates the resource being described as to content type. A
controlled list of textual values are used. Attributes are used
to further indicate whether the resource is a collection (i.e.
an aggregation of items, designated in MARC 21 in Leader/07 Bibliographic level) or manuscript in nature (designated in MARC 21 as a separate Leader/06 code that combines the manuscript property with a resource type). This element
includes a high-level type that categorizes the material in
a general way. More specific typing is done in the <genre> element.
The attributes "collection" and "manuscript" are
associated with a specific value used in <typeOfResource>. For example, a MODS object which consists of a collection of maps with associated
text would be represented by two instances of <typeOfResource>. The first would be "cartographic" with attribute collection="yes," and the second would be "text" (with no attribute).
There may be no value given for "typeOfResource" if the "collection" or "manuscript" attribute is used and none of the enumerated values is appropriate. For example <typeOfResource
collection="yes"></typeOfResource> to indicate that a resource is a collection with no specified value for typeOfResource. |
Attributes
- collection - This attribute
is used as collection="yes" when the resource is a collection (falling under the definition of Leader/07 code "c": A made-up multipart group of items that were not originally published, distributed,
or produced together.). It may also be applied to electronic resources
that are collections in the sense of a made-up multipart group of
items.
- manuscript - This attribute is used as manuscript="yes" when the resource is written in handwriting or typescript. MARC 21 Leader/06 values "d", "f" and "t" designate manuscript items (combined with other type of resource information).
Values
The following values may be used with <typeOfResource>:
- text (for "language
material"; includes MARC 21 Leader/06 values "a" and "t").
- cartographic (includes MARC 21 Leader/06 values "e" and "f").
- notated music (includes MARC 21 Leader/06 values "c" and "d").
- sound recording - This value by itself is used when a mixture of musical and nonmusical sound
recordings occurs in a resource or when a user does not want to make
a distinction between musical and nonmusical.
- sound recording-musical - This is roughly equivalent to MARC 21 Leader/06 value "j" and is used when a resource is predominately a musical sound recording.
- sound recording-nonmusical -
This is roughly equivalent to MARC 21 Leader/06 value "i" and is used when the sound recording is nonmusical in nature.
- still image (includes MARC
21 value "k") - Note that Leader/06 value "k" in MARC 21 is defined as "Two-dimensional nonprojectible graphic" so that this is not an exact equivalent. Slides and transparencies are also
considered still images in MODS, although in MARC 21 they are coded
as Leader/06 code "g" (projected medium).
- moving image (includes MARC 21 Leader/06 value "g") - Note that value "g" in MARC 21 is defined as "Projected medium," so this is not an exact equivalent. It includes motion pictures and videorecordings,
as well as television programs, digital video and animated computer
graphics, but not slides and transparencies. It does not include moving
images that are primarily computer programs, such as computer games
or computer-oriented multimedia (these are included in "software, multimedia").
- three dimensional object (includes MARC 21 Leader/06 value "r").
- software, multimedia (includes MARC 21 Leader/06 value "m") - This value is appropriate for any electronic resource without a significant
aspect that indicates on of the other <typeOfResource> categories. It includes: software, numeric data, computer-oriented multimedia
and online systems and services.
- mixed material (includes MARC 21 Leader/06 value "p") - This value uses the same definitions as value "p" (It indicates that there are significant materials in two or more forms that
are usually related by virtue of their having been accumulated by
or about a person or body. Mixed material includes archival fonds
and manuscript collections of mixed forms of materials, such as text,
photographs, and sound recordings.)
Subelements
There are no subelements defined for <typeOfResource>.
Examples
| <titleInfo> |
| |
<nonSort>The </nonSort> |
| |
<title>new
naval and military map of the United States</title> |
| </titleInfo> |
| <typeOfResource>cartographic</typeOfResource> |
| <genre>map</genre> |
| <titleInfo> |
| |
<title>Camp
Council meeting; speech by Dewey Rodgers</title> |
| </titleInfo> |
| <typeOfResource>sound
recording-nonmusical</typeOfResource> |
| <genre
authority="marcgt">speech</genre> |
| <titleInfo> |
| |
<title>Glove</title> |
| </titleInfo> |
| <physicalDescription> |
| |
<form authority="gmd">[sound
recording]</form> |
| </physicalDescription> |
| <typeOfResource>sound
recording-musical</typeOfResource> |
| <titleInfo> |
| |
<title>[Portrait
of Django Reinhardt, Aquarium, New York, N.Y., ca. Nov. 1946]</title> |
| </titleInfo> |
| <typeOfResource>still
image</typeOfResource> |
| <titleInfo> |
| |
<nonSort>The</nonSort> |
| |
<title>battle-cry
of freedom</title> |
| </titleInfo> |
| <typeOfResource>notated
music</typeOfResource> |
| <genre>sheet
music</genre> |
| <titleInfo> |
| |
<title> Collection
relating to A. E.Housman</title> |
| </titleInfo> |
| <typeOfResource
manuscript="yes" collection="yes">mixed material</typeOfResource> |
| <abstract>Correspondence,
manuscripts, typescripts, galley and page proofs, newspaper clippings,
printed material, monographs, and musical scores pertaining primarily
to Richards's biography of A. E. Housman titled Housman, 1896-1936
(1941) </abstract> |
| <titleInfo><title>Fifty
years of Coca-Cola advertising </titleInfo></title> |
| <typeOfResource>moving
image</typeOfResource> |
| <genre>motion
picture</genre> |
| <titleInfo> |
| |
<title>Cannon
ball</title> |
| </titleInfo> |
| <typeOfResource>three
dimensional object</typeOfResource> |
| <titleInfo> |
| |
<title>Google</title> |
| </titleInfo> |
| <typeOfResource>software,
multimedia</typeOfResource> |
| <genre
authority="marcgt">online system or service</genre> |
| <genre>search
engine</genre> |
<genre>
| |
Definition: A
term(s) that designates a category characterizing a particular
style, form, or content, such as artistic, musical, literary composition,
etc.
Application: "genre" contains
terms that give more specificity than the broad terms used in <typeOfResource>. The terms may be from a controlled list with a designation of the authoritative
list used in the authority attribute, or it may be an uncontrolled
term. If no authority is specified, it is assumed that the term
is uncontrolled. |
Attributes
Subelements
There are no subelements defined for <genre>.
Examples
<genre authority="rbgenr">HymnalsGermany</genre>
<genre authority="marcgt">folktale</genre>
<genre>rock music</genre>
<originInfo>
| |
Definition: Information
about the origin of the resource, including place of origin or
publication, publisher/originator, and dates associated with the
resource
Application: "originInfo" is
a wrapper element that contains all subelements related to publication
and origination information. It includes all dates associated
with the resource (except for temporal coverage, which goes
under <subject> and dates of the metadata, which go in <recordInfo>), and issuance information. Data is input only within each subelement. |
Attributes
Subelements
The following subelements are defined for <originInfo>.
They are enumerated below.
| <originInfo> |
| |
<place> |
| |
Definition: Name
of a place associated with the issuing, publication, release,
distribution, manufacture, production, or origin of a resource.
Application: "place" is a wrapper element for placeTerm to indicate place of publication/origin.
Places as subjects are included under <subject><geographic> or <subject><hierarchicalGeographic>. <place> is used in connection with the origin of a resource, i.e., publication, issuance,
etc. |
| |
Subelement
<placeTerm>
"placeTerm" is used to express place in a textual
or coded form. If both a code and a term are given that represent the same place,
use one <place> and multiple occurrences of <placeTerm>. If different places, repeat <place><placeTerm>.
Attributes:
- type -
This attribute may be used with the following values:
- text -
This value is used to express place in a textual form
(may be place of publication as expressed in MARC 21 field 260 subfield $a).
- code-
This value is used to express place in a coded form. The
authority attribute may be used to indicate the source
of the code.
- authority - This
attribute may be used with the following values:
|
<originInfo>
| |
<publisher>
Definition: The
name of the entity that published, printed, distributed, released,
issued, or produced the resource.
Application: "publisher" includes
the name of a publisher/originator or a statement about publication/origin.
It is equivalent to MARC 21 field 260 subfield $b. |
Dates
Note that there is no wrapper element for dates.
<originInfo>
| |
<dateIssued>
Definition: the
date that the resource was published, released or issued.
Application: "dateIssued" is
equivalent to dates in MARC 21 field 260 subfield $c. It may be in textual or structured form. <dateIssued> may be recorded according to the MARC 21 rules for field 008/07-14 with encoding="marc."
Attributes
|
<originInfo>
| |
<dateCreated>
Definition: the
date of creation of the resource.
Application: "dateCreated" may
be in textual or structured form. This type of date is recorded
in various places in MARC 21: field 260 subfield $g, for some types of material in field 260 subfield $c, date of original in field 534 subfield $c and date of reproduction in field 533 subfield $d. If creation date is also the origination date as used in MARC 21
field 260 subfield $c, use the <dateIssued> element or repeat both <dateCreated and <dateIssued>.
Attributes
|
<originInfo>
| |
<dateCaptured>
Definition: the
date on which the resource was digitized or a subsequent snapshot
was taken.
Application: "dateCaptured" is
particularly useful for Web resources because of their changeability.
This could be a date that the resource was captured or could also
be the date of creation. This is roughly equivalent to MARC field 033.
Attributes
|
<originInfo>
| |
<dateValid>
Definition: a
date in which the content of a resource is valid.
Application: "dateValid" is
roughly equivalent to MARC 21 field 046 subfields $m and $n.
Attributes
|
<originInfo>
| |
<dateModified>
Definition: a
date in which a resource is modified or changed.
Application: Note
that dateModified is used for modification of the resource, not
of the metadata. In many cases a modified resource may be considered
a new resource and described as such."dateModified" is roughly equivalent to MARC 21 field 046 subfield $j.
Attributes
|
<originInfo>
| |
<copyrightDate>
Definition: a
date in which a resource is copyrighted.
Application: "dateCopyright" does
not have a single MARC 21 equivalent. A copyright date may be
used in 260$c preceded by the letter "c" if it appears that way on the resource.
Attributes
|
<originInfo>
| |
<dateOther>
Definition: a
date that does not fall into another category but is important
to record.
Application: "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.
Attributes
|
<originInfo>
| |
<edition>
Definition: information
identifying the edition or version to which the resource belongs.
Application: Resources
that constitute the same "edition" generally embody essentially the same content. "edition" is equivalent to MARC 21 field 250. |
<originInfo>
| |
<issuance>
Definition: a
term that designates how the resource is issued.
Application: "issuance" is
equivalent to those values in MARC 21 Leader/07 that designate issuance characteristics. "Collection, which designates an aggregation level is included in the collection
attribute in the <typeOfResource> element. <issuance> may be used with the following values:
- continuing -
A resource that is issued over time with no predetermined
conclusion. Continuing resources include serials and ongoing
integrating resources, i.e. those that are continuously updated.
The value is equivalent to codes "b," "i" and "s" in Leader/07.
- monographic - A resource that is either complete in one part or intended to be completed
in a finite number of separate parts. The value is equivalent
to codes "a," "c," "d" and "m" in Leader/07.
|
<originInfo>
| |
<frequency>
Definition: a
statement of publication frequency in a textual form.
Application: "frequency" is equivalent to the information in MARC 21 008/18 (Frequency) for Continuing Resources, where it is given in coded form or in field 310 (Current Publication Frequency), where it is given in textual form. This information is also found in coded form in the MARC 21 Holdings record in subfield $w (Frequency) in fields 853-855. An authority attribute may indicate whether the term comes from a controlled vocabulary.
Attributes
|
Examples
| <originInfo> |
| |
<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> |
| |
<copyrightDate
encoding="iso8601">20000122</copyrightDate> |
| |
<dateCaptured
encoding="iso8601">20010712</dateCaptured> |
| |
<issuance>continuing</issuance> |
| </originInfo> |
| <originInfo> |
| |
<dateValid
encoding="iso8601" point="start">20011008</dateValid> |
| |
<dateValid
encoding="iso8601" point="end">20011027</dateValid> |
| </originInfo> |
| <originInfo> |
| |
<place> |
| |
|
<placeTerm
type="text">Milan</placeTerm> |
| |
</place> |
| |
<publisher>F.
Lucca</publisher> |
| |
<place> |
| |
|
<placeTerm
type="text">Florence</placeTerm> |
| |
</place> |
| |
<publisher>Ducci</publisher> |
| |
<place> |
| |
|
<placeTerm
type="text">Chiasso</placeTerm> |
| |
</place> |
| |
<publisher>Euterpe
Ticinese</publisher> |
| |
<place> |
| |
|
<placeTerm
type="text">Naples</placeTerm> |
| |
</place> |
| |
<publisher>Girard
et C.</publisher> |
| |
<dateIssued>between
1856 and 1862</dateIssued> |
| |
<dateIssued
encoding="marc" point="start">1856</dateIssued> |
| |
<dateIssued
encoding="marc" point="end">1862</dateIssued> |
| |
<issuance>monographic</issuance> |
| </originInfo> |
| <originInfo> |
| |
<place> |
| |
|
<placeTerm
type="code" authority="marccountry">nyu</placeTerm> |
| |
|
<placeTerm
type="text">New York</placeTerm> |
| |
</place> |
| |
<publisher>Published
for the American Vacuum Society by the American Institute of Physics</publisher> |
| |
<dateIssued>1994</dateIssued> |
| |
<issuance>monographic</issuance> |
| </originInfo> |
| <originInfo> |
| |
<dateModified
encoding="iso8601">20031008</dateModified> |
| </originInfo> |
| <originInfo> |
| |
<dateCreated
keyDate="yes">1972-10-08</dateCreated> |
| </originInfo> |
| <originInfo> |
| |
<place> |
| |
|
<placeTerm
type="code" authority="iso3166">usa</placeTerm> |
| |
|
<placeTerm
type="text">United States</placeTerm> |
| |
</place> |
| |
<dateIssued>1975</dateIssued> |
| </originInfo> |
| <originInfo> |
| |
<place> |
| |
|
<placeTerm
type="code" authority="marccountry">dcu</placeTerm> |
| |
|
<placeTerm
type="text">[Washington, D.C</placeTerm> |
| |
</place> |
| |
<publisher>Library
of Congress</publisher> |
| |
<dateIssued>1998-]</dateIssued> |
| |
<dateIssued
encoding="marc" point="start">1998</dateIssued> |
| |
<dateIssued
encoding="marc" point="end">9999</dateIssued> |
| |
<issuance>monographic</issuance> |
| </originInfo> |
| <originInfo> |
| |
<place> |
| |
|
<placeTerm
type="code" authority="marccountry">cau</placeTerm> |
| |
|
<placeTerm
type="text">Menlo Park, CA</placeTerm> |
| |
</place> |
| |
<publisher>Center
for Computer Assisted Research in the Humanities</publisher> |
| |
<dateIssued>-1988</dateIssued> |
| |
<dateIssued
encoding="marc" point="start">1985</dateIssued> |
| |
<dateIssued
encoding="marc" point="end">1988</dateIssued> |
| |
<issuance>continuing</issuance> |
| |
<frequency authority="marcfrequency">Annual</frequency> |
| </originInfo> |
| <originInfo> |
| |
<dateOther
point="start">20011008</dateOther> |
| |
<dateOther
point="end">20011027</dateOther> |
| </originInfo> |
<language>
| |
Definition: a
designation of the language in which the content of a resource
is expressed.
Application: "language" may
also be expressed in conjunction with each element in a MODS encoding
by means of the xml:lang and/or lang attributes to designate the
language used in the metadata value; see section on language for more information.
<languageOfCataloging> under <recordInfo> is
used to give the language of the metadata in the record as a whole. This is not
the language of a resource, but of the record metadata. |
Subelement
| |
<languageTerm> |
| |
"languageTerm" contains
the language(s) of the content of the resource. It may be expressed
in textual or coded form. If in coded form, the source of the
code is contained in the value of the authority attribute. If
no authority is given, it is assumed that the content is textual.
(Alternatively, instead of using a textual form, the content may
be in coded form with an authority attribute, and an XSLT stylesheet
may be used to translate the code into a textual form.) If there
is more than one representation of the same language, e.g. using different forms of the same language (code or text) or from different authorities, <languageTerm> is repeated within the <language> container. If the content of the resource is in more than one language, <language> is repeated. |
| |
Attributes:
- type -
This attribute may be used with the following values:
- text -
This value is used to express language in a textual form.
- code-
This value is used to express language in a coded form.
- authority - This
attribute may contain the following values:
- iso639-2b -
A bibliographic language code from ISO 639-2 (Codes for
the representation of names of languages: alpha-3 code).
The bibliographic language codes are identical to both
NISO Z39.53 and the MARC Code List for Languages.
- rfc3066 -
A language identifier as specified by the Internet Best
Current Practice specification RFC3066. This value includes an ISO 639-1 (alpha-2) or ISO 639-2 (alpha-3) language
code with optional secondary subtags.
- iso639-3 - A language code from ISO 639-3 (Codes for the representation of names of languages - Part 3: Alpha-3 code for comprehensive coverage of languages).
- rfc4646 - A language identifier as specified by the Internet Best
Current Practice specification RFC4646. This document gives guidance on the use of ISO 639-1, ISO 639-2, and ISO 639-3 language
identifiers with optional secondary subtags and extensions.
|
Attributes
- objectPart -
This attribute designates which part of the resource is in the language
supplied, e.g. <language objectPart="summary"><languageTerm authority="iso639-2b">spa</languageTerm></language> indicates that only the summary is in Spanish. The values of the attribute are
not controlled, although it is preferable that institutions use consistent
forms.
Examples
| <language> |
| |
<languageTerm
type="code" authority="rfc3066">en</languageTerm> |
| </language> |
| <language> |
| |
<languageTerm
type="code" authority="iso639-2b">fre</languageTerm> |
| </language> |
| |
[An XSLT stylesheet
could be applied to transform this code to: ]
Language: French |
| <language
objectPart="summary"> |
| |
<languageTerm
type="code" authority="iso639-2b">ita</languageTerm> |
| |
<languageTerm
type="code" authority="iso639-2b" >fre</languageTerm> |
| </language> |
| <language> |
| |
<languageTerm
type="text">Italian</languageTerm> |
| </language> |
| <language> |
| |
<languageTerm type="code" authority="iso639-2b">eng<languageTerm> |
| </language> |
| <language> |
| |
<languageTerm type="code" authority="iso639-2b">fre<languageTerm> |
| </language> |
| |
[The resource contains
both English and French text] |
| <language> |
| |
<languageTerm
type="code" authority="rfc4646" >zh-Hans</languageTerm> |
| </language> |
| <language> |
| |
<languageTerm
type="code" authority="iso639-3" >arz</languageTerm> |
| |
[The resource contains text in Egyptian Arabic, which is coded as an individual language in ISO 639-3.] |
| </language> |
<physicalDescription>
| |
"physicalDescription" is
a wrapper element that contains all subelements relating to physical
description information of the resource described. Data is input
only within each subelement. |
Attributes
Subelements
The following subelements are defined for <physicalDescription>.
They are enumerated below.
<physicalDescription>
| |
<form>
Definition: a
designation of a particular physical presentation of a resource.
Application: "form" includes
information that specifies the physical form or medium of material
for a resource. Either a controlled list of values or free text
may be used.
Attribute
- type -
This attribute is used if desired to specify whether the form
concerns materials or techniques, e.g. type="material": oil paint; type="technique": painting
- authority - The name of the authoritative list for a controlled value is recorded here.
A list of authorities is maintained at: www.loc.gov/marc/sourcecode/form/formsource.html. The MARC 21 form list contains most of the values defined in fields 008/23 (BK, MU, CR, MX) and 008/29 (MP, VM). Use authority="marcform" to indicate its use.
|
<physicalDescription>
| |
<reformattingQuality>
Definition: a
term that indicates an overall assessment of the physical
quality of an electronic resource in relation to its intended
use.
Application: "reformattingQuality" is
roughly equivalent to MARC 21 field 007/13 (ER). The following values may be used:
- access - The electronic
resource is intended to support current electronic access
to the original item (i.e., reference use), but is not sufficient
to serve as a preservation copy.
- preservation - The electronic resource was created via reformatting to help preserve the
original item. The capture and storage techniques ensure high-quality,
long-term protection.
- replacement - The electronic resource is of high enough quality to serve as a replacement
if the original is lost, damaged, or destroyed.
If serving more than one purpose, the element may be repeated.
|
<physicalDescription>
| |
<internetMediaType>
Definition: an
identification of the electronic format type, or the data
representation of the resource.
Application: "internetMediaType" specifies
the electronic format type, such as text/html, ASCII, Postscript
file, executable application or JPEG image. It is roughly equivalent
to MARC 21 field 856 subfield $q, although subfield $q may also contain other designations of electronic
format.. The <internetMediaType> value is generally taken from a controlled list, especially from the Internet
Media types (MIME types) (see: www.iana.org/assignments/media-types/index.html for a complete list).
The element may also include local x-types. |
<physicalDescription>
| |
<extent>
Definition: a
statement of the number and specific material of the units
of the resource that express physical extent.
Application: "extent" may
be used with electronic resources, e.g. digitized collection
of slides, to show how many slides constitute the resource.
It is roughly equivalent to MARC 21 fields 300 subfields $a, $b, $c, and $e and 306 subfield $a. |
<physicalDescription>
| |
<digitalOrigin>
Definition: a
designation of the source of a digital file important to its
creation, use and management.
Application: "digitalOrigin" may
indicate the source of a digital file important to its creation,
use and managementl. It is roughly equivalent to MARC 007/11
(Antecedent/source) for electronic resources. The following
values may be used:
- born digital -
A resource was created and is intended to remain in digital
form. (No MARC equivalent, but includes value "c")
- reformatted digital -
A resource was created by digitization of the original non-digital
form. (MARC 007/11 value "a")
- digitized microfilm - A resource was created by digitizing a microform (MARC 007/11 value "b")
- digitized other analog - A resource was created by digitizing another form of the resource not covered
by the other values, e.g. an intermediate form such as photocopy,
transparency, clide, etc. (MARC 007/11 value "d")
|
<physicalDescription>
| |
<note>
Definition: general
textual information about the physical description of a resource.
Application: "note" is
roughly equivalent to the types of notes that may be contained
in MARC 21 fields 340, 351 or general 500 notes concerning physical condition, characteristics, etc. A link may be supplied
in lieu of or in addition to the content. Each note should be
entered in a separate <note> subelement. A list of note types used by MODS implementors has been compiled.
Attributes
|
Examples
| <physicalDescription> |
| |
<form authority="marcform">electronic</form> |
| |
<digitalOrigin>born
digital</digitalOrigin> |
| |
<reformattingQuality>access</reformattingQuality> |
| |
<internetMediaType>text/html</internetMediaType> |
| </physicalDescription> |
| <physicalDescription> |
| |
<note type="organization">Fixed-length,
nonhierarchical; Month by carrier code and flight number</note> |
| </physicalDescription> |
| <physicalDescription> |
| |
<extent>7" x
9"</extent> |
| |
<note displayLabel="Location
within resource">Between entry for April 7 and April 19, 1843</note> |
| </physicalDescription> |
| <physicalDescription> |
| |
<form authority="marcform">print</form> |
| |
<extent>ill.,
music ; 26 cm</extent> |
| |
<reformattingQuality>replacement</reformattingQuality> |
| </physicalDescription> |
| <physicalDescription> |
| |
<extent>1
sound disc (56 min.) : digital ; 3/4 in.</extent> |
| </physicalDescription> |
<abstract>
| |
Definition: a
summary of the content of the resource.
Application: "abstract" is
roughly equivalent to MARC 21 field 520. A link may be supplied in lieu of or in addition to the content. |
Attributes
|