Place created

Place created

MODS Element: originInfo

Element Definition

Information about the origin of the resource, including place of origin or publication, publisher/originator, and dates associated with the resource

AILLA Definition

Town/Location, State, Country where these materials were originally created

Form option

Place Created / Lugar de Creación = text

Repeatable

No

Form Required?

Recommended

AILLA Required?

Recommended

Subelement/Attribute Name

Definition/Description

Examples

XPath Syntax

Dublin Core

Event type

Used to express the event of origin of the resource

Production will be auto generated

production

mods:originInfo[@eventType="production"]

 

Place

Subelement

Defines the name of the place associated with the place of origin of the resource

 

mods:originInfo/mods:place

 

Place term

Subelement

Defines the place in textual form

 

mods:place/mods:placeTerm

 

Type

Defines the place in textual form 

text

mods:placeTerm[@type="text"]

to be added

Display label

Defines the text that is used to display near the text when displayed on Resource page on AILLA site

place created

mods:placeTerm[@displayLabel="Place created"]

 

XML

<originInfo eventType="production">

    <place>

        <placeTerm type="text" displayLabel="Place created">Place Created</placeTerm>

    </place>

</originInfo>