| A | B | C | D | I | J | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | AA | AB | AC | AD | AE | AF | AG | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | Class | Label | Property | MODS Element | BHL relevant | BHL Field | MODS Notes | MODS doc link | ||||||||||||||||||||
2 | dpla:SourceResource | Alternative Title | dcterms:alternative | <titleInfo type="alternative"><title> | y | dbo.TitleVariant.Title | A word, phrase, character, or group of characters, normally appearing in a resource, that names it or the work contained in it. alternative - Varying form of the title if it contributes to the further identification of the item. MARC 246, 740 | http://www.loc.gov/standards/mods/userguide/titleinfo.html | ||||||||||||||||||||
3 | dpla:SourceResource | Collection | dcterms:isPartOf | <relatedItem type="series"> | y | dbo.TitleAssociation.Title when dbo.TitleAssociationType.MarcTag is 490 or 830 | The value of the type attribute describes the relationship between the <relatedItem> and the resource being described in the MODS record. Series – Use this value to describe a named series of which the resource is a part. MARC 490, 8XX | http://www.loc.gov/standards/mods/userguide/relateditem.html | ||||||||||||||||||||
4 | dpla:SourceResource | Contributor | dcterms:contributor | <name><namePart> where <name> also contains <role><roleTerm>contributor</roleTerm></role> | y | IF dbo.AuthorRole.MARCDataFieldTag=700-711, THEN dbo.AuthorName.FullName [+ dbo.TitleAuthor.Relationship] | http://www.loc.gov/standards/mods/userguide/name.html#namepart | |||||||||||||||||||||
5 | dpla:SourceResource | Creator | dcterms:creator | <name><namePart> where <name> also contains <role><roleTerm>creator</roleTerm></role> | y | IF dbo.AuthorRole.MARCDataFieldTag=1XX, THEN dbo.AuthorName.FullName | http://www.loc.gov/standards/mods/userguide/name.html#namepart | |||||||||||||||||||||
6 | dpla:SourceResource | Date | dc:date | <originInfo> <dateIssued point="start" keyDate="yes"> | y | dbo.Title.StartYear | The date of creation of the resource. 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>. The key date will be used by aggregators for date indexing, sorting, and display. The date marked as the key date should be the date considered by the metadata provider as the most important for end user access. Frequently this will be the date the item was created or issued. For date ranges, mark the start date of the range intended for date searching as the keyDate. | http://www.loc.gov/standards/mods/userguide/origininfo.html#datecreated | ||||||||||||||||||||
7 | dpla:SourceResource | Date | dc:date | <originInfo> <dateIssued point="end"> | y | dbo.Title.EndYear | http://www.loc.gov/standards/mods/userguide/origininfo.html#datecreated | |||||||||||||||||||||
8 | dpla:SourceResource | Description | dcterms:description | <note type="content"> | y | dbo.Item.Volume | http://www.loc.gov/standards/mods/userguide/note.html | |||||||||||||||||||||
9 | <part type="volume"> | y | dbo.Item.Volume | |||||||||||||||||||||||||
10 | dpla:SourceResource | Extent | dcterms:extent | <physicalDescription><extent> | n | A statement of the number and specific material of the units of the resource that express physical extent. | http://www.loc.gov/standards/mods/userguide/physicaldescription.html#extent | |||||||||||||||||||||
11 | dpla:SourceResource | Format | dc:format | <physicalDescription><form> | y | pass default value = "Language material" | A designation of a particular physical presentation of a resource, including the physical form or medium of material for a resource. | http://www.loc.gov/standards/mods/userguide/physicaldescription.html#form | ||||||||||||||||||||
12 | dpla:SourceResource | Genre | edm:hasType | <genre> | y | dbo.BibliographicLevel.BibliographicLevelName | A term or terms that designate a category characterizing a particular style, form, or content, such as artistic, musical, literary composition, etc. Genre can appear in various positions in MARC 21 depending on the genre value but are primarily in the 008 (in coded form) and in the 6XX fields in term form. See the MARC Mapping to MODS for the <genre> element for details. | http://www.loc.gov/standards/mods/userguide/genre.html | ||||||||||||||||||||
13 | dpla:SourceResource | Identifier | dcterms:identifier | <identifier> | y | dbo.Identifer.IdentifierLabel + dbo.Title_Identifier.IdentifierValue AND dbo.DOI.DOIName | Contains a unique standard number or code that distinctively identifies a resource. http://www.loc.gov/standards/mods/mods-mapping.html#identifier | http://www.loc.gov/standards/mods/userguide/identifier.html | ||||||||||||||||||||
14 | dpla:SourceResource | Language | dcterms:language | <language><languageTerm> | y | dbo.Language.LanguageName | A designation of the language in which the content of a resource is expressed. Contains the textual or coded form for the language of the content of the resource. | http://www.loc.gov/standards/mods/userguide/language.html#languageterm | ||||||||||||||||||||
15 | dpla:SourceResource | Place | dcterms:spatial | <subject><geographic> | n | A term or phrase representing the primary topic(s) on which a work is focused. Used for geographic subject terms that are not appropriate for the <hierarchicalGeographic> element. | http://www.loc.gov/standards/mods/userguide/subject.html#geographic | |||||||||||||||||||||
16 | dpla:SourceResource | Publisher | dcterms:publisher | <originInfo><publisher> | y | dbo.Title.Datafield_260_b | The name of the entity that published, printed, distributed, released, issued, or produced the resource. | http://www.loc.gov/standards/mods/userguide/origininfo.html#publisher | ||||||||||||||||||||
17 | dpla:SourceResource | Relation | dc:relation | <relatedItem><location><url> and/or <relatedItem><titleInfo><title> | y | dbo.TitleAssociation.Title + IF dbo.TitleAssociation.AssociatedTitleID is NOT NULL, THEN construct URL | Information that identifies other resources related to the one being described. Identifies the institution or repository holding the resource, or the electronic location in the form of a URL where it is available. | http://www.loc.gov/standards/mods/userguide/relateditem.html | ||||||||||||||||||||
18 | dpla:SourceResource | Replaced By | dpla:isReplacedBy | <relatedItem type="enumerated:succeeding"> | y | IF dbo.TitleAssociationType.MARCTag = 785 THEN "succeeding" | The value of the type attribute describes the relationship between the <relatedItem> and the resource being described in the MODS record. succeeding – Information concerning a successor to the resource. MARC 785 | http://www.loc.gov/standards/mods/userguide/relateditem.html | ||||||||||||||||||||
19 | dpla:SourceResource | Replaces | dpla:replaces | <relatedItem type="enumerated:preceding"> | y | IF dbo.TitleAssociationType.MARCTag = 780 THEN "preceding" | The value of the type attribute describes the relationship between the <relatedItem> and the resource being described in the MODS record. preceding – Information concerning a predecessor to the resource. MARC 780 | http://www.loc.gov/standards/mods/userguide/relateditem.html | ||||||||||||||||||||
20 | dpla:SourceResource | Rights | dc:rights | <accessCondition> | y | dbo.Item.CopyrightStatus | Information about restrictions imposed on access to a resource. use and reproduction – Indicates the information is terms governing the use of the materials after access has been provided, e.g., copyrights, film rights, trade restrictions, etc. | http://www.loc.gov/standards/mods/userguide/accesscondition.html | ||||||||||||||||||||
21 | dpla:SourceResource | Rights Holder | dcterms:rightsholder | No Suggested Mapping | n | |||||||||||||||||||||||
22 | dpla:SourceResource | Subject | dcterms:subject | <subject><topic> | y | dbo.Keyword.Keyword | A term or phrase representing the primary topic(s) on which a work is focused. Used as the tag for any topical subjects that are not appropriate in the <geographic>, <temporal>, <titleInfo>, <name>, <genre>, <hierarchicalGeographic>, or <occupation> subelements. | http://www.loc.gov/standards/mods/userguide/subject.html#topic | ||||||||||||||||||||
23 | dpla:SourceResource | Temporal Coverage | dcterms:temporal | <subject><temporal> | n | A term or phrase representing the primary topic(s) on which a work is focused. Used for chronological subject terms or temporal coverage. | http://www.loc.gov/standards/mods/userguide/subject.html#temporal | |||||||||||||||||||||
24 | dpla:SourceResource | Title | dcterms:title | <titleinfo><title> | y | dbo.Title.FullTitle | 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. | http://www.loc.gov/standards/mods/userguide/titleinfo.html#title | ||||||||||||||||||||
25 | dpla:SourceResource | Type | dcterms:type | <typeOfResource> | y | value = "text" | A term that specifies the characteristics and general type of content of the resource. Information in <typeOfResource> is about the original item. For example, in the case of a digitized photograph, <typeOfResource> would apply to the analog original; in born-digital materials, it would apply to the original digital format. | http://www.loc.gov/standards/mods/userguide/typeofresource.html | ||||||||||||||||||||
26 | edm:WebResource | File Format | dc:format | <physicalDescription><internetMediaType> | n | |||||||||||||||||||||||
27 | edm:WebResource | Rights | dc:rights | No Suggested Mapping | n | |||||||||||||||||||||||
28 | edm:WebResource | Standardized Rights Statement | edm:rights | No Suggested Mapping | n | |||||||||||||||||||||||
29 | ore:Aggregation | Aggregated source resource | edm:aggregatedCHO | Provided by DPLA | Provided by DPLA | |||||||||||||||||||||||
30 | ore:Aggregation | Data Provider | edm:dataProvider | <note type="ownership"> | y | dbo.Institution.InstitutionName | ||||||||||||||||||||||
31 | ore:Aggregation | Digital Resource Source Record | dpla:originalRecord | Provided by DPLA | Provided by DPLA | |||||||||||||||||||||||
32 | ore:Aggregation | Has View | edm:hasView | No Suggested Mapping | n | |||||||||||||||||||||||
33 | ore:Aggregation | Is Shown At | edm:isShownAt | <location><url usage="primary display" access="object in context"> | y | dbo.Item.ThumbnailPageID | ||||||||||||||||||||||
34 | ore:Aggregation | Intermediate Provider | dpla:intermediateProvider | No Suggested Mapping | n | |||||||||||||||||||||||
35 | ore:Aggregation | Object | edm:object | <location><url access="preview"> | n | |||||||||||||||||||||||
36 | ore:Aggregation | Preview | edm:preview | Static Value | n | |||||||||||||||||||||||
37 | ore:Aggregation | Provider | edm:provider | No Suggested Mapping | y | "Biodiversity Heritage Library" | ||||||||||||||||||||||
38 | ore:Aggregation | Standardized Rights Statement | edm:rights | n | ||||||||||||||||||||||||
39 | edm:Agent | Name | skos:prefLabel | DPLA | ||||||||||||||||||||||||
40 | edm:Agent | Provided Label | dpla:providedLabel | DPLA | ||||||||||||||||||||||||
41 | edm:Agent | Exact Match | skos:exactMatch | DPLA | ||||||||||||||||||||||||
42 | edm:Agent | Close Match | skos:closeMatch | DPLA | ||||||||||||||||||||||||
43 | dcmitype:Collection | Collection Title | dcterms:title | n | ||||||||||||||||||||||||
44 | dcmitype:Collection | Collection Description | dcterms:description | n | ||||||||||||||||||||||||
45 | skos:Concept | Concept | skos:prefLabel | DPLA | ||||||||||||||||||||||||
46 | skos:Concept | Provided Label | dpla:providedLabel | DPLA | ||||||||||||||||||||||||
47 | skos:Concept | Note | skos:note | DPLA | ||||||||||||||||||||||||
48 | skos:Concept | Scheme | skos:inScheme | DPLA | ||||||||||||||||||||||||
49 | skos:Concept | Exact Match | skos:exactMatch | DPLA | ||||||||||||||||||||||||
50 | skos:Concept | Close Match | skos:closeMatch | DPLA | ||||||||||||||||||||||||
51 | edm:Place | Name | skos:prefLabel | DPLA | ||||||||||||||||||||||||
52 | edm:Place | Provided Label | dpla:providedLabel | DPLA | ||||||||||||||||||||||||
53 | edm:Place | Latitude | wgs84_pos:lat | DPLA | ||||||||||||||||||||||||
54 | edm:Place | Longitude | wgs84_pos:long | DPLA | ||||||||||||||||||||||||
55 | edm:Place | Altitude | wgs84_pos:alt | DPLA | ||||||||||||||||||||||||
56 | edm:Place | Geometry | geojson:geometry | DPLA | ||||||||||||||||||||||||
57 | edm:Place | Parent Feature | gn:parentFeature | DPLA | ||||||||||||||||||||||||
58 | edm:Place | Country | gn:countryCode | DPLA | ||||||||||||||||||||||||
59 | edm:Place | Exact Match | skos:exactMatch | DPLA | ||||||||||||||||||||||||
60 | edm:Place | Close Match | skos:closeMatch | DPLA | ||||||||||||||||||||||||
61 | edm:TimeSpan | Original Source Date | dc:date | DPLA | ||||||||||||||||||||||||
62 | edm:TimeSpan | Begin | edm:begin | DPLA | ||||||||||||||||||||||||
63 | edm:TimeSpan | End | edm:end | DPLA | ||||||||||||||||||||||||
64 | ||||||||||||||||||||||||||||
65 | ||||||||||||||||||||||||||||
66 | ||||||||||||||||||||||||||||
67 | ||||||||||||||||||||||||||||
68 | ||||||||||||||||||||||||||||
69 | ||||||||||||||||||||||||||||
70 | ||||||||||||||||||||||||||||
71 | ||||||||||||||||||||||||||||
72 | ||||||||||||||||||||||||||||
73 | ||||||||||||||||||||||||||||
74 | ||||||||||||||||||||||||||||
75 | ||||||||||||||||||||||||||||
76 | ||||||||||||||||||||||||||||
77 | ||||||||||||||||||||||||||||
78 | ||||||||||||||||||||||||||||
79 | ||||||||||||||||||||||||||||
80 | ||||||||||||||||||||||||||||
81 | ||||||||||||||||||||||||||||
82 | ||||||||||||||||||||||||||||
83 | ||||||||||||||||||||||||||||
84 | ||||||||||||||||||||||||||||
85 | ||||||||||||||||||||||||||||
86 | ||||||||||||||||||||||||||||
87 | ||||||||||||||||||||||||||||
88 | ||||||||||||||||||||||||||||
89 | ||||||||||||||||||||||||||||
90 | ||||||||||||||||||||||||||||
91 | ||||||||||||||||||||||||||||
92 | ||||||||||||||||||||||||||||
93 | ||||||||||||||||||||||||||||
94 | ||||||||||||||||||||||||||||
95 | ||||||||||||||||||||||||||||
96 | ||||||||||||||||||||||||||||
97 | ||||||||||||||||||||||||||||
98 | ||||||||||||||||||||||||||||
99 | ||||||||||||||||||||||||||||
100 |