Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 19 Next »

Background

tDAR provides the ability to view Document metadata in MODS format as well as DC (Dublin Core) format.  This document shows the mappings for the fields in tDAR documents to MODS, DC format.

DC Mappings

DC Element

tDAR Field

tDAR Entity

Notes

title

title

Resource

 

creator

resourceCreators

Resource

for resource creators role of "AUTHOR" only

contributor

resourceCreators

Resource

 

publisher

resourceCreators

Resource

for resource creators role of "CONTACT" only

coverage

geographicKeywords

Resource

 

coverage

temporalKeywords

Resource

 

subject

cultureKeywords

Resource

 

coverage

siteNameKeywords

Resource

 

subject

otherKeywords

Resource

 

type

label

ResourceType

 

coverage

longLat

Resource

example: <coverage>MaxY: 41.90476840963856, MinY: 41.90236487933304, MaxX: -70.00227570533752, MinX: -70.00521540641785</coverage>

coverage

calendarDate

Resource

 

coverage

radiocarbonDate

Resource

 

date

dateCreated

InformationResource

 

language

resourceLanguage

InformationResource

resourceLanguage.getCode()

type

dcmiType

InformationResource

 

contributor

resourceProviderInstitution

InformationResource

 

description

description

Document

 

identifier

DOI

Document

 

relation

copyLocation

Document

 

publisher

publisher

Document

publisher, publisherLocation concatenated into single <publisher> node

publisher

publisherLocation

Document

publisher, publisherLocation concatenated into single <publisher> node

identifier

ISBN

Document

 

identifier

ISSN

Document

 

relation

series

Document

series/seriesnumber concatenate e.g. <relation>Series  seriesName #123</relation>

relation

seriesNumber

Document

series/seriesnumber concatenate e.g. <relation>Series  seriesName #123</relation>

relation

volume, edition

Document (DocumentType.BOOK)

Concatenated, e.g. <relation>Edition:5  Volume:3</relation>

source

journalName, bookTitle, volume, journalNumber, startPage, endPage

Document (DocumentType.BOOK_SECTION)

all of these fields are concatenated (if not null) are concatenated into a single DC <source> node

source

journalName, bookTitle, volume, journalNumber, startPage, endPage

Document (DocumentType.JOURNAL_ARTICLE)

all of these fields are concatenated (if not null) are concatenated into a single DC <source> node

MODS Mappings

MODS Element

tDAR Element

tDAR Entity

Notes

titleInfo/title

title

Resource

 

subject/geographic

geographicKeywords

Resource

 

subject/temporal

temporalKeywords

Resource

 

subject/topic

cultureKeywords

Resource

 

subject/topic

siteNameKeywords

Resource

 

subject/topic

otherKeywords

Resource

 

subject/cartographics

latitudeLongitudeBoxes

Resource

 

originInfo/dateCreated

dateCreated

InformationResource

 

originInfo/edition

edition

Document

 

originInfo/publisher

publisher, publisherLocation

Document

tDAR concatenates these two fields to generate  the publisher element

originInfo/place/placeTerm

publisherLocation

Document

 

language/languageTerm

resourceLanguage

InformationResource

 

typeOfResource

resourceType

InformationResource

tDAR resource type in DCMI format

abstract

description

Resource

 

name

resourceCreators

Resource

 

name/role/roleTerm

roleType

Resource

 

identifier@type=doi

doi

Document

 

genre@authority=local

documentType

Document

 

relatedItem@type=series

seriesName, seriesNumber

Document

 

part/detail@type=volume

volume

Document

 

part/extent@unit=pages/total

numberOfPages

Document

 

part/extent@unit=pages/start

startPage

Document

 

part/extent@unit=pages/end

endPage

Document

 

identifier@type=isbn

isbn

Document

 

location/physicalLocation

copyLocation

Document

 

  • No labels