Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
themeEclipse
            <mods:name type="personal">
                <mods:namePart type="family">Gülich</mods:namePart>
                <mods:namePart type="given">Johann Caspar</mods:namePart>
                <mods:displayForm>Gülich, Johann Caspar</mods:displayForm>
                <mods:role>
                    <mods:roleTerm authority="marcrelator" type="code" valueURI="http://id.loc.gov/vocabulary/relators/aut">aut</mods:roleTerm>
                </mods:role>
            </mods:name>
            <mods:name type="personal">
                <mods:namePart type="family">Gülich</mods:namePart>
                <mods:namePart type="given">Gerhard Fridrich</mods:namePart>
                <mods:displayForm>Gülich, Gerhard Fridrich</mods:displayForm>
                <mods:role>
                    <mods:roleTerm authority="marcrelator" type="code" valueURI="http://id.loc.gov/vocabulary/relators/ill">ill</mods:roleTerm>
                </mods:role>
            </mods:name>

Mehrere Rollen

Wenn eine Person oder Körperschaft mehr als eine Rolle bei der Entstehung, Veröffentlichung u.a. des Dokuments hatte, wird mods:role wiederholt.

Code Block
languagexml
themeEclipse
            <mods:name type="personal">
                <mods:namePart type="family">Gülich</mods:namePart>
                <mods:namePart type="given">Johann Caspar</mods:namePart>
                <mods:displayForm>Gülich, Johann Caspar</mods:displayForm>
                <mods:role>
                    <mods:roleTerm authority="marcrelator" type="code" valueURI="http://id.loc.gov/vocabulary/relators/aut">aut</mods:roleTerm>
                </mods:role>
                <mods:role>
                    <mods:roleTerm authority="marcrelator" type="code" valueURI="http://id.loc.gov/vocabulary/relators/ill">ill</mods:roleTerm>
                </mods:role>
            </mods:name>

Körperschaften

Name einer Körperschaft

...