2940 (Verw-Zusammenh.): Unterschied zwischen den Versionen

Aus Data-Wiki
imported>Michael Freiberg
K (Textersetzung - „Datentransformation“ durch „Mapping“)
imported>Michael Freiberg
Keine Bearbeitungszusammenfassung
Zeile 8: Zeile 8:
|Spezifische Gattung=Sammlungsgut
|Spezifische Gattung=Sammlungsgut
}}
}}
== Erfassung ==
== Erfassung ==
=== MIDAS-Handbuch ===
=== MIDAS-Handbuch ===
{{Ergänzen:Handbuchseiten}}
<gallery mode="slideshow">
<gallery mode="slideshow">
Image:MIDAS Handbuch 2001 Seite 000 003.png|MIDAS Handbuch (2001), S. III.
Image:MIDAS Handbuch 2001 Seite 057.png|MIDAS Handbuch (2001), S. 57.
Image:MIDAS Handbuch 2001 Seite 000 004.png|MIDAS Handbuch (2001), S. IV.
Image:MIDAS Handbuch 2001 Seite 058.png|MIDAS Handbuch (2001), S. 58.
</gallery>
</gallery>


Zeile 24: Zeile 21:


=== MIDAS-LIDO ===
=== MIDAS-LIDO ===
{{Ergänzen:MIDAS-LIDO}}
* [[mapping_hida_to_lido.xml]]: 2940 (Verw-Zusammenh.) wird als Teil einer Verkettung in {{LIDO|object/objectNote}} in einem {{LIDO|relatedWorkSet}} abgelegt. {{LIDO|relatedWorkRelType/term}} ist ''Teil der Sammlung''. 2940 (Verw-Zusammenh.) ist der letzte Teil der Verkettung. Zuvor stehen [[2864 (Ort)]], [[2900 (Sozietätsname)]] und [[2930 (Abteilung)]].
<syntaxhighlight lang="xml">
<stx:ForEach field="ob28">
<stx:If test="h1:Field[@Type='2940']">
<lido:relatedWorkSet>
<lido:relatedWork>
<lido:object>
<lido:objectNote>
<stx:Map>
<stx:FieldValue type="2864"/>
</stx:Map>
<stx:Map delimiter=", ">
<stx:FieldValue type="2900"/>
</stx:Map>
<stx:Map delimiter=", ">
<stx:FieldValue type="2930"/>
</stx:Map>
<stx:Map delimiter=", ">
<stx:FieldValue type="2940"/>
</stx:Map>
</lido:objectNote>
</lido:object>
</lido:relatedWork>
<stx:Map>
<lido:relatedWorkRelType>
<lido:term>
<stx:Value>Teil der Sammlung</stx:Value>
</lido:term>
</lido:relatedWorkRelType>
</stx:Map>
</lido:relatedWorkSet>
</stx:If>
</stx:ForEach>
</syntaxhighlight>
=== LIDO-CRM ===
=== LIDO-CRM ===

Version vom 5. Januar 2017, 09:57 Uhr

MIDAS
Feldnummer
Feldbezeichnung
Leitaspekt ob28 (Objekt @ Verwalter)
Wiederholfeld
Thesauriert
Objektgruppe Sammlungsgut
Dokumenttyp
Index
Siehe auch

Erfassung

MIDAS-Handbuch

Aktuelle Erfassungsregeln

Platz für Erfassungsregeln.

Mapping

MIDAS-LIDO

<stx:ForEach field="ob28">
	<stx:If test="h1:Field[@Type='2940']">
		<lido:relatedWorkSet>
			<lido:relatedWork>
				<lido:object>
					<lido:objectNote>
						<stx:Map>
							<stx:FieldValue type="2864"/>
						</stx:Map>
						<stx:Map delimiter=", ">
							<stx:FieldValue type="2900"/>
						</stx:Map>
						<stx:Map delimiter=", ">
							<stx:FieldValue type="2930"/>
						</stx:Map>
						<stx:Map delimiter=", ">
							<stx:FieldValue type="2940"/>
						</stx:Map>
					</lido:objectNote>
				</lido:object>
			</lido:relatedWork>
			<stx:Map>
				<lido:relatedWorkRelType>
					<lido:term>
						<stx:Value>Teil der Sammlung</stx:Value>
					</lido:term>
				</lido:relatedWorkRelType>
			</stx:Map>
		</lido:relatedWorkSet>
	</stx:If>
</stx:ForEach>

LIDO-CRM

Platz für technische Details zur LIDO-CRM-Transformation.

MIDAS-CRM

Platz für technische Details zur MIDAS-CRM-Transformation.