forked from PACKED-vzw/adlib-to-lido
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lido_GRO_all_data.xsl
905 lines (851 loc) · 70 KB
/
lido_GRO_all_data.xsl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:template match="/">
<lido:lidoWrap xmlns:lido="http://www.lido-schema.org"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.lido-schema.org http://www.lido-schema.org/schema/v1.0/lido-v1.0.xsd">
<xsl:for-each select="./adlibXML/recordList/record">
<lido:lido>
<lido:lidoRecID lido:source="PACKED" lido:type="local" lido:label="Adlib database number"><xsl:value-of select="./priref"/></lido:lidoRecID>
<lido:objectPublishedID lido:source="Groeningemuseum" lido:type="WorkPID" lido:label="WorkPID">[WorkPID]</lido:objectPublishedID>
<lido:descriptiveMetadata xml:lang="nl-NL">
<lido:objectClassificationWrap>
<lido:objectWorkTypeWrap>
<!-- voor elke Object_name node > een objectWorkType node
<xsl:choose> is hier belangrijk om te gebruiken, objectWorkType moet verplicht worden ingevuld voor een lido record,
en als er geen objectnaam werd gedefinieerd door de instelling, moet er toch een lido:objectWorkType gemaakt worden, maar leeg
-->
<xsl:choose>
<xsl:when test="./Object_name">
<xsl:for-each select="./Object_name">
<lido:objectWorkType>
<lido:conceptID lido:type="local" lido:label="Adlib database number"><xsl:value-of select="./object_name.lref"/></lido:conceptID>
<lido:term><xsl:value-of select="./object_name/term"/></lido:term>
</lido:objectWorkType>
</xsl:for-each>
</xsl:when>
<xsl:otherwise>
<lido:objectWorkType>
<lido:term></lido:term>
</lido:objectWorkType>
</xsl:otherwise>
</xsl:choose>
</lido:objectWorkTypeWrap>
<lido:classificationWrap>
<!-- voor elke object_category > een classification node -->
<xsl:for-each select="./object_category">
<lido:classification>
<!-- ALINA: object_category.lref was niet mogelijk om mee te nemen -->
<lido:term><xsl:value-of select="./term"/></lido:term>
</lido:classification>
</xsl:for-each>
</lido:classificationWrap>
</lido:objectClassificationWrap>
<lido:objectIdentificationWrap>
<lido:titleWrap>
<!-- voor elke Title node > ga ik er vanuit dat er een nederlandstalige titel inzit
ALINA: ik zou het niet doen: default attribute 'xml:lang="nl-NL' verwijdert!-->
<xsl:choose>
<xsl:when test="./Title">
<xsl:for-each select="./Title">
<lido:titleSet>
<lido:appellationValue><xsl:value-of select="./title"/></lido:appellationValue>
</lido:titleSet>
</xsl:for-each>
</xsl:when>
<xsl:otherwise>
<lido:titleSet>
<lido:appellationValue></lido:appellationValue>
</lido:titleSet>
</xsl:otherwise>
</xsl:choose>
<!-- voor elke Title_translation node > ga ik er vanuit dat er een engelstalige titel inzit. Maar ik zie ook heel wat lege nodes. Navragen bij Guenevere.
Alina: alle default attributes 'xml:lang="nl-NL/en-US, fr-FR en de-DE' verwijdert! Fase twee: onderzoeken hoe de waarde uit 'title.language'
mappen als een attribute die de taal aangeeft-->
<xsl:if test="./Titel_translation[1]/title.translation">
<lido:titleSet>
<lido:appellationValue><xsl:value-of select="./Titel_translation[1]/title.translation"/></lido:appellationValue>
</lido:titleSet>
</xsl:if>
<xsl:if test="./Titel_translation[2]/title.translation">
<lido:titleSet>
<lido:appellationValue><xsl:value-of select="./Titel_translation[2]/title.translation"/></lido:appellationValue>
</lido:titleSet>
</xsl:if>
<xsl:if test="./Titel_translation[3]/title.translation">
<lido:titleSet>
<lido:appellationValue><xsl:value-of select="./Titel_translation[3]/title.translation"/></lido:appellationValue>
</lido:titleSet>
</xsl:if>
</lido:titleWrap>
<lido:repositoryWrap>
<!-- Heb voor de bewaarinstelling default waarden ingevuld. -->
<lido:repositorySet>
<lido:repositoryName>
<lido:legalBodyID lido:type="ISIL">BE-BUE01</lido:legalBodyID>
<lido:legalBodyName>
<lido:appellationValue>Musea Brugge - Groeningemuseum</lido:appellationValue>
</lido:legalBodyName>
</lido:repositoryName>
<lido:workID lido:type="object number"><xsl:value-of select="./object_number"/></lido:workID>
</lido:repositorySet>
</lido:repositoryWrap>
</lido:objectIdentificationWrap>
<lido:eventWrap>
<!--PRODUCTION
vervaardiger Production/creator/name
toeschrijving Production/creator.qualifier
datum van precisie Production_date/production.date.start.prec
datum van Production_date/production.date.start
datum tot precisie Production_date/production.date.end.prec
datum tot Production_date/production.date.end-->
<!-- maak een productie event als er een Production node of een Production_date node is. -->
<xsl:if test="Production | Production_date">
<lido:eventSet>
<lido:event>
<!-- default waarde production -->
<lido:eventType><lido:term>production</lido:term></lido:eventType>
<!-- Elke Production node komt overeen met 1 vervaardiger -->
<xsl:for-each select="./Production">
<lido:eventActor>
<lido:actorInRole>
<lido:actor>
<lido:actorID lido:type="local" lido:label="Adlib database number"><xsl:value-of select="./creator.lref"/></lido:actorID>
<lido:nameActorSet>
<lido:appellationValue><xsl:value-of select="./creator/name"/></lido:appellationValue>
</lido:nameActorSet>
</lido:actor>
<lido:roleActor>
<!-- default waarde 'creator' weggedaan en vervangen door creator.role veld in adlib -->
<lido:term><xsl:value-of select="./creator.role"/></lido:term>
</lido:roleActor>
<xsl:if test="./creator.qualifier">
<lido:attributionQualifierActor><xsl:value-of select="./creator.qualifier"/></lido:attributionQualifierActor>
</xsl:if>
</lido:actorInRole>
</lido:eventActor>
</xsl:for-each>
<!-- er is maar 1 Production_date node -->
<xsl:if test="Production_date">
<lido:eventDate>
<lido:displayDate><xsl:value-of select="./Production_date/production.date.start.prec"/>;<xsl:value-of select="./Production_date/production.date.start"/>;<xsl:value-of select="./Production_date/production.date.end.prec"/>;<xsl:value-of select="./Production_date/production.date.end"/></lido:displayDate>
<lido:date>
<lido:earliestDate></lido:earliestDate>
<lido:latestDate></lido:latestDate>
</lido:date>
</lido:eventDate>
</xsl:if>
<xsl:if test="./production.place">
<lido:eventPlace>
<lido:place>
<lido:placeID lido:type="local" lido:label="Adlib database number"><xsl:value-of select="./production.place.lref"/></lido:placeID>
<lido:namePlaceSet>
<lido:appellationValue><xsl:value-of select="./production.place"/></lido:appellationValue>
</lido:namePlaceSet>
</lido:place>
</lido:eventPlace>
</xsl:if>
</lido:event>
</lido:eventSet>
</xsl:if>
<!-- alle events mbt eigendomsgeschiedenis -->
<!--databanknummer: priref
WorkPID:
objectnaam Object_name/object_name/term
categorie object_category/term
titel Title/title
Title_translation/title.translation
ISIL (default)
bewaarinstelling (default)
objectnummer object_number
event type (default)
verworven van Acquisition_source/acquisition.source/name
verworven door current_owner/name
datum verwerving acquisition.date.precision
acquisition.date
plaats verwerving acquisition.place
methode verwerving acquisition.method
beschrijving verw. acquisition.notes
verworven van owner_hist.acquired_from
verworven door owner_hist.owner
datum verwerving owner_hist.date.start
owner_hist.date.end
plaats verwerving owner_hist.place
methode verwerving owner_hist.acquisition.method
beschrijving verw. owner_hist.notes
-->
<xsl:if test="Acquisition_source | current_owner | acquisition.date | acquisition.method | acquisition.place | acquisition.notes">
<lido:eventSet>
<lido:event>
<lido:eventType>
<!-- default waarde acquisition -->
<lido:term>acquisition</lido:term>
</lido:eventType>
<!-- idereen die 'bron' is van een verwering -->
<xsl:for-each select="./Acquisition_source">
<lido:eventActor>
<lido:actorInRole>
<lido:actor>
<lido:actorID lido:type="local" lido:label="Adlib database number"><xsl:value-of select="acquisition.source.lref"/></lido:actorID>
<lido:nameActorSet>
<lido:appellationValue><xsl:value-of select="./acquisition.source/name"/></lido:appellationValue>
</lido:nameActorSet>
</lido:actor>
<lido:roleActor><lido:term>repeller</lido:term></lido:roleActor>
</lido:actorInRole>
</lido:eventActor>
</xsl:for-each>
<!-- idereen die 'doel' is van een verwering -->
<xsl:if test="current_owner">
<lido:eventActor>
<lido:actorInRole>
<lido:actor>
<!-- ALINA: current_owner.lref werkte niet als 'for each' commando wordt gebruikt. we gaan ervan uit dat de current_owner maar een keer wordt ingevuld, dus de for each is ook niet nodig. op die manier werkt lref wel-->
<lido:actorID lido:type="local" lido:label="Adlib database number"><xsl:value-of select="current_owner.lref"/></lido:actorID>
<lido:nameActorSet>
<lido:appellationValue><xsl:value-of select="./current_owner/name"/></lido:appellationValue>
</lido:nameActorSet>
</lido:actor>
<lido:roleActor><lido:term>acquirer</lido:term></lido:roleActor>
</lido:actorInRole>
</lido:eventActor>
</xsl:if>
<xsl:if test="acquisition.date">
<lido:eventDate>
<lido:displayDate><xsl:value-of select="./acquisition.date.precision"/>;<xsl:value-of select="./acquisition.date"/></lido:displayDate>
<lido:date><lido:earliestDate></lido:earliestDate><lido:latestDate></lido:latestDate></lido:date>
</lido:eventDate>
</xsl:if>
<xsl:if test="acquisition.place">
<lido:eventPlace>
<lido:place>
<lido:placeID lido:type="local" lido:label="Adlib database number"><xsl:value-of select="./acquisition.place.lref"/></lido:placeID>
<lido:namePlaceSet>
<lido:appellationValue><xsl:value-of select="./acquisition.place"/></lido:appellationValue>
</lido:namePlaceSet>
</lido:place>
</lido:eventPlace>
</xsl:if>
<xsl:if test="acquisition.method">
<lido:eventMethod>
<lido:conceptID lido:type="local" lido:label="Adlib database number"><xsl:value-of select="./acquisition.method.lref"/></lido:conceptID>
<lido:term><xsl:value-of select="./acquisition.method"/></lido:term>
</lido:eventMethod>
</xsl:if>
<xsl:if test="acquisition.notes">
<lido:eventDescriptionSet>
<lido:descriptiveNoteValue><xsl:value-of select="./acquisition.notes"/></lido:descriptiveNoteValue>
</lido:eventDescriptionSet>
</xsl:if>
</lido:event>
</lido:eventSet>
</xsl:if>
<!-- mapping kan max 4 occurrences van owner_hist mappen. voorlopig niet mogelijk om 'alles' mee te nemen. in fase twee een oplossing uitwerken-->
<xsl:if test="owner_hist.acquired_from | owner_hist.owner | owner_hist.date.start | owner_hist.date.end | owner_hist.place | owner_hist.acquisition.method | owner_hist.notes">
<xsl:if test="owner_hist.acquired_from[1] | owner_hist.owner[1] | owner_hist.date.start[1] | owner_hist.date.end[1] | owner_hist.place[1] | owner_hist.acquisition.method[1] | owner_hist.notes[1]">
<lido:eventSet>
<lido:event>
<lido:eventType>
<!-- default waarde provenance -->
<lido:term>provenance</lido:term>
</lido:eventType>
<!-- iedereen die 'bron' is van een verwering -->
<xsl:if test="owner_hist.acquired_from[1]">
<lido:eventActor>
<lido:actorInRole>
<lido:actor>
<lido:actorID lido:type="local" lido:label="Adlib database number"><xsl:value-of select="./owner_hist.acquired_from.lref[1]"/></lido:actorID>
<lido:nameActorSet>
<lido:appellationValue><xsl:value-of select="./owner_hist.acquired_from[1]/name"/></lido:appellationValue>
</lido:nameActorSet>
</lido:actor>
<lido:roleActor><lido:term>repeller</lido:term></lido:roleActor>
</lido:actorInRole>
</lido:eventActor>
</xsl:if>
<!-- iedereen die 'doel' is van een verwering -->
<xsl:if test="owner_hist.owner[1]">
<lido:eventActor>
<lido:actorInRole>
<lido:actor>
<lido:actorID lido:type="local" lido:label="Adlib database number"><xsl:value-of select="./owner_hist.owner.lref[1]"/></lido:actorID>
<lido:nameActorSet>
<lido:appellationValue><xsl:value-of select="./owner_hist.owner[1]/name"/></lido:appellationValue>
</lido:nameActorSet>
</lido:actor>
<lido:roleActor><lido:term>acquirer</lido:term></lido:roleActor>
</lido:actorInRole>
</lido:eventActor>
</xsl:if>
<xsl:if test="owner_hist.date.start[1] or owner_hist.date.end[1]">
<lido:eventDate>
<lido:displayDate><xsl:value-of select="owner_hist.date.start[1]"/>;<xsl:value-of select="owner_hist.date.end[1]"/></lido:displayDate>
<lido:date>
<lido:earliestDate></lido:earliestDate>
<lido:latestDate></lido:latestDate>
</lido:date>
</lido:eventDate>
</xsl:if>
<xsl:if test="owner_hist.place[1]">
<lido:eventPlace>
<lido:place>
<lido:placeID lido:type="local" lido:label="Adlib database number"><xsl:value-of select="./owner_hist.place.lref[1]"/></lido:placeID>
<lido:namePlaceSet>
<lido:appellationValue><xsl:value-of select="./owner_hist.place[1]/term"/></lido:appellationValue>
</lido:namePlaceSet>
</lido:place>
</lido:eventPlace>
</xsl:if>
<xsl:if test="owner_hist.acquisition.method[1]">
<lido:eventMethod>
<lido:conceptID lido:type="local" lido:label="Adlib database number"><xsl:value-of select="./owner_hist.acquisition.method.lref[1]"/></lido:conceptID>
<lido:term><xsl:value-of select="./owner_hist.acquisition.method[1]/term"/></lido:term></lido:eventMethod>
</xsl:if>
<xsl:if test="owner_hist.notes[1]">
<lido:eventDescriptionSet>
<lido:descriptiveNoteValue><xsl:value-of select="./owner_hist.notes[1]"/></lido:descriptiveNoteValue>
</lido:eventDescriptionSet>
</xsl:if>
</lido:event>
</lido:eventSet>
</xsl:if>
<xsl:if test="owner_hist.acquired_from[2] | owner_hist.owner[2] | owner_hist.date.start[2] | owner_hist.date.end[2] | owner_hist.place[2] | owner_hist.acquisition.method[2] | owner_hist.notes[2]">
<lido:eventSet>
<lido:event>
<lido:eventType>
<lido:term>provenance</lido:term>
</lido:eventType>
<!-- idereen die 'bron' is van een verwering -->
<xsl:if test="owner_hist.acquired_from[2]">
<lido:eventActor>
<lido:actorInRole>
<lido:actor>
<lido:actorID lido:type="local" lido:label="Adlib database number"><xsl:value-of select="./owner_hist.acquired_from.lref[2]"/></lido:actorID>
<lido:nameActorSet>
<lido:appellationValue><xsl:value-of select="./owner_hist.acquired_from[2]/name"/></lido:appellationValue>
</lido:nameActorSet>
</lido:actor>
<lido:roleActor><lido:term>repeller</lido:term></lido:roleActor>
</lido:actorInRole>
</lido:eventActor>
</xsl:if>
<!-- idereen die 'doel' is van een verwering -->
<xsl:if test="owner_hist.owner[2]">
<lido:eventActor>
<lido:actorInRole>
<lido:actor>
<lido:actorID lido:type="local" lido:label="Adlib database number"><xsl:value-of select="./owner_hist.owner.lref[2]"/></lido:actorID>
<lido:nameActorSet>
<lido:appellationValue><xsl:value-of select="./owner_hist.owner[2]/name"/></lido:appellationValue>
</lido:nameActorSet>
</lido:actor>
<lido:roleActor><lido:term>acquirer</lido:term></lido:roleActor>
</lido:actorInRole>
</lido:eventActor>
</xsl:if>
<xsl:if test="owner_hist.date.start[2] or owner_hist.date.end[2]">
<lido:eventDate>
<lido:displayDate><xsl:value-of select="owner_hist.date.start[2]"/>;<xsl:value-of select="owner_hist.date.end[2]"/></lido:displayDate>
<lido:date>
<lido:earliestDate></lido:earliestDate>
<lido:latestDate></lido:latestDate>
</lido:date>
</lido:eventDate>
</xsl:if>
<xsl:if test="owner_hist.place[2]">
<lido:eventPlace>
<lido:place>
<lido:placeID lido:type="local" lido:label="Adlib database number"><xsl:value-of select="./owner_hist.place.lref[2]"/></lido:placeID>
<lido:namePlaceSet>
<lido:appellationValue><xsl:value-of select="./owner_hist.place[2]/term"/></lido:appellationValue>
</lido:namePlaceSet>
</lido:place>
</lido:eventPlace>
</xsl:if>
<xsl:if test="owner_hist.acquisition.method[2]">
<lido:eventMethod>
<lido:conceptID lido:type="local" lido:label="Adlib database number"><xsl:value-of select="./owner_hist.acquisition.method.lref[2]"/></lido:conceptID>
<lido:term><xsl:value-of select="./owner_hist.acquisition.method[2]/term"/></lido:term>
</lido:eventMethod>
</xsl:if>
<xsl:if test="owner_hist.notes[2]">
<lido:eventDescriptionSet>
<lido:descriptiveNoteValue><xsl:value-of select="./owner_hist.notes[2]"/></lido:descriptiveNoteValue>
</lido:eventDescriptionSet>
</xsl:if>
</lido:event>
</lido:eventSet>
</xsl:if>
<xsl:if test="owner_hist.acquired_from[3] | owner_hist.owner[3] | owner_hist.date.start[3] | owner_hist.date.end[3] | owner_hist.place[3] | owner_hist.acquisition.method[3] | owner_hist.notes[3]">
<lido:eventSet>
<lido:event>
<lido:eventType>
<lido:term>provenance</lido:term>
</lido:eventType>
<!-- idereen die 'bron' is van een verwering -->
<xsl:if test="owner_hist.acquired_from[3]">
<lido:eventActor>
<lido:actorInRole>
<lido:actor>
<lido:actorID lido:type="local" lido:label="Adlib database number"><xsl:value-of select="./owner_hist.acquired_from.lref[3]"/></lido:actorID>
<lido:nameActorSet>
<lido:appellationValue><xsl:value-of select="./owner_hist.acquired_from[3]/name"/></lido:appellationValue>
</lido:nameActorSet>
</lido:actor>
<lido:roleActor><lido:term>repeller</lido:term></lido:roleActor>
</lido:actorInRole>
</lido:eventActor>
</xsl:if>
<!-- idereen die 'doel' is van een verwering -->
<xsl:if test="owner_hist.owner[3]">
<lido:eventActor>
<lido:actorInRole>
<lido:actor>
<lido:actorID lido:type="local" lido:label="Adlib database number"><xsl:value-of select="./owner_hist.owner.lref[3]"/></lido:actorID>
<lido:nameActorSet>
<lido:appellationValue><xsl:value-of select="./owner_hist.owner[3]/name"/></lido:appellationValue>
</lido:nameActorSet>
</lido:actor>
<lido:roleActor><lido:term>acquirer</lido:term></lido:roleActor>
</lido:actorInRole>
</lido:eventActor>
</xsl:if>
<xsl:if test="owner_hist.date.start[3] or owner_hist.date.end[3]">
<lido:eventDate>
<lido:displayDate><xsl:value-of select="owner_hist.date.start[3]"/>;<xsl:value-of select="owner_hist.date.end[3]"/></lido:displayDate>
<lido:date>
<lido:earliestDate></lido:earliestDate>
<lido:latestDate></lido:latestDate>
</lido:date>
</lido:eventDate>
</xsl:if>
<xsl:if test="owner_hist.place[3]">
<lido:eventPlace>
<lido:place>
<lido:placeID lido:type="local" lido:label="Adlib database number"><xsl:value-of select="./owner_hist.place.lref[3]"/></lido:placeID>
<lido:namePlaceSet>
<lido:appellationValue><xsl:value-of select="./owner_hist.place[3]/term"/></lido:appellationValue>
</lido:namePlaceSet>
</lido:place>
</lido:eventPlace>
</xsl:if>
<xsl:if test="owner_hist.acquisition.method[3]">
<lido:eventMethod>
<lido:conceptID lido:type="local" lido:label="Adlib database number"><xsl:value-of select="./owner_hist.acquisition.method.lref[3]"/></lido:conceptID>
<lido:term><xsl:value-of select="./owner_hist.acquisition.method[3]/term"/></lido:term>
</lido:eventMethod>
</xsl:if>
<xsl:if test="owner_hist.notes[3]">
<lido:eventDescriptionSet>
<lido:descriptiveNoteValue><xsl:value-of select="./owner_hist.notes[3]"/></lido:descriptiveNoteValue>
</lido:eventDescriptionSet>
</xsl:if>
</lido:event>
</lido:eventSet>
</xsl:if>
<xsl:if test="owner_hist.acquired_from[4] | owner_hist.owner[4] | owner_hist.date.start[4] | owner_hist.date.end[4] | owner_hist.place[4] | owner_hist.acquisition.method[4] | owner_hist.notes[4]">
<lido:eventSet>
<lido:event>
<lido:eventType>
<lido:term>provenance</lido:term>
</lido:eventType>
<!-- idereen die 'bron' is van een verwering -->
<xsl:if test="owner_hist.acquired_from[4]">
<lido:eventActor>
<lido:actorInRole>
<lido:actor>
<lido:actorID lido:type="local" lido:label="Adlib database number"><xsl:value-of select="./owner_hist.acquired_from.lref[4]"/></lido:actorID>
<lido:nameActorSet>
<lido:appellationValue><xsl:value-of select="./owner_hist.acquired_from[4]/name"/></lido:appellationValue>
</lido:nameActorSet>
</lido:actor>
<lido:roleActor><lido:term>repeller</lido:term></lido:roleActor>
</lido:actorInRole>
</lido:eventActor>
</xsl:if>
<!-- idereen die 'doel' is van een verwering -->
<xsl:if test="owner_hist.owner[4]">
<lido:eventActor>
<lido:actorInRole>
<lido:actor>
<lido:actorID lido:type="local" lido:label="Adlib database number"><xsl:value-of select="./owner_hist.owner.lref[4]"/></lido:actorID>
<lido:nameActorSet>
<lido:appellationValue><xsl:value-of select="./owner_hist.owner[4]/name"/></lido:appellationValue>
</lido:nameActorSet>
</lido:actor>
<lido:roleActor><lido:term>acquirer</lido:term></lido:roleActor>
</lido:actorInRole>
</lido:eventActor>
</xsl:if>
<xsl:if test="owner_hist.date.start[4] or owner_hist.date.end[4]">
<lido:eventDate>
<lido:displayDate><xsl:value-of select="owner_hist.date.start[4]"/>;<xsl:value-of select="owner_hist.date.end[4]"/></lido:displayDate>
<lido:date>
<lido:earliestDate></lido:earliestDate>
<lido:latestDate></lido:latestDate>
</lido:date>
</lido:eventDate>
</xsl:if>
<xsl:if test="owner_hist.place[4]">
<lido:eventPlace>
<lido:place>
<lido:placeID lido:type="local" lido:label="Adlib database number"><xsl:value-of select="./owner_hist.place.lref[4]"/></lido:placeID>
<lido:namePlaceSet>
<lido:appellationValue><xsl:value-of select="./owner_hist.place[4]/term"/></lido:appellationValue>
</lido:namePlaceSet>
</lido:place>
</lido:eventPlace>
</xsl:if>
<xsl:if test="owner_hist.acquisition.method[4]">
<lido:eventMethod>
<lido:conceptID lido:type="local" lido:label="Adlib database number"><xsl:value-of select="./owner_hist.acquisition.method.lref[4]"/></lido:conceptID>
<lido:term><xsl:value-of select="./owner_hist.acquisition.method[4]/term"/></lido:term>
</lido:eventMethod>
</xsl:if>
<xsl:if test="owner_hist.notes[4]">
<lido:eventDescriptionSet>
<lido:descriptiveNoteValue><xsl:value-of select="./owner_hist.notes[4]"/></lido:descriptiveNoteValue>
</lido:eventDescriptionSet>
</xsl:if>
</lido:event>
</lido:eventSet>
</xsl:if>
<xsl:if test="owner_hist.acquired_from[5] | owner_hist.owner[5] | owner_hist.date.start[5] | owner_hist.date.end[5] | owner_hist.place[5] | owner_hist.acquisition.method[5] | owner_hist.notes[5]">
<lido:eventSet>
<lido:event>
<lido:eventType>
<lido:term>provenance</lido:term>
</lido:eventType>
<!-- idereen die 'bron' is van een verwering -->
<xsl:if test="owner_hist.acquired_from[5]">
<lido:eventActor>
<lido:actorInRole>
<lido:actor>
<lido:actorID lido:type="local" lido:label="Adlib database number"><xsl:value-of select="./owner_hist.acquired_from.lref[5]"/></lido:actorID>
<lido:nameActorSet>
<lido:appellationValue><xsl:value-of select="./owner_hist.acquired_from[5]/name"/></lido:appellationValue>
</lido:nameActorSet>
</lido:actor>
<lido:roleActor><lido:term>repeller</lido:term></lido:roleActor>
</lido:actorInRole>
</lido:eventActor>
</xsl:if>
<!-- idereen die 'doel' is van een verwering -->
<xsl:if test="owner_hist.owner[5]">
<lido:eventActor>
<lido:actorInRole>
<lido:actor>
<lido:actorID lido:type="local" lido:label="Adlib database number"><xsl:value-of select="./owner_hist.owner.lref[5]"/></lido:actorID>
<lido:nameActorSet>
<lido:appellationValue><xsl:value-of select="./owner_hist.owner[5]/name"/></lido:appellationValue>
</lido:nameActorSet>
</lido:actor>
<lido:roleActor><lido:term>acquirer</lido:term></lido:roleActor>
</lido:actorInRole>
</lido:eventActor>
</xsl:if>
<xsl:if test="owner_hist.date.start[5] or owner_hist.date.end[5]">
<lido:eventDate>
<lido:displayDate><xsl:value-of select="owner_hist.date.start[5]"/>;<xsl:value-of select="owner_hist.date.end[5]"/></lido:displayDate>
<lido:date>
<lido:earliestDate></lido:earliestDate>
<lido:latestDate></lido:latestDate>
</lido:date>
</lido:eventDate>
</xsl:if>
<xsl:if test="owner_hist.place[5]">
<lido:eventPlace>
<lido:place>
<lido:placeID lido:type="local" lido:label="Adlib database number"><xsl:value-of select="./owner_hist.place.lref[5]"/></lido:placeID>
<lido:namePlaceSet>
<lido:appellationValue><xsl:value-of select="./owner_hist.place[5]/term"/></lido:appellationValue>
</lido:namePlaceSet>
</lido:place>
</lido:eventPlace>
</xsl:if>
<xsl:if test="owner_hist.acquisition.method[5]">
<lido:eventMethod>
<lido:conceptID lido:type="local" lido:label="Adlib database number"><xsl:value-of select="./owner_hist.acquisition.method.lref[5]"/></lido:conceptID>
<lido:term><xsl:value-of select="./owner_hist.acquisition.method[5]/term"/></lido:term>
</lido:eventMethod>
</xsl:if>
<xsl:if test="owner_hist.notes[5]">
<lido:eventDescriptionSet>
<lido:descriptiveNoteValue><xsl:value-of select="./owner_hist.notes[5]"/></lido:descriptiveNoteValue>
</lido:eventDescriptionSet>
</xsl:if>
</lido:event>
</lido:eventSet>
</xsl:if>
</xsl:if>
<!--EXHIBITION
id Exhibition/exhibition/reference_number
titel Exhibition/exhibition/title
organisator Exhibition/exhibition/organiser
datum start Exhibition/exhibition/date.start
datum einde Exhibition/exhibition/date.end
locatie Exhibition/exhibition/venue
stad Exhibition/exhibition/venue.place
id Loan_out/loan.out.number
titel Loan_out/loan.out.exhibition
organisator Loan_out/loan.out.requester
datum start Loan_out/loan.out.request.period.end
datum einde Loan_out/loan.out.request.period.start
notes Loan_out/loan.out.status
===>>> lijkt erop dat Exhibition en Loan_out vaak verdubbeling is.
-->
<!-- een exhibition event voor elke Exhibition/exhibition node. resterende gegevens binnen de Exhibition node worden genegeerd. -->
<xsl:if test="Exhibition">
<xsl:for-each select="./Exhibition">
<lido:eventSet>
<lido:event>
<!-- local ID voor tentoonstellingen -->
<lido:eventID lido:type="local"><xsl:value-of select="./exhibition/reference_number"/></lido:eventID>
<lido:eventID lido:type="local" lido:label="Adlib database number"><xsl:value-of select="./exhibition.lref"/></lido:eventID>
<!-- default waarde exhibition -->
<lido:eventType><lido:term>exhibition</lido:term></lido:eventType>
<!-- titel van de tentoonstelling -->
<lido:eventName>
<lido:appellationValue><xsl:value-of select="./exhibition/title"/></lido:appellationValue>
</lido:eventName>
<!-- organisator -->
<xsl:if test="./exhibition/organiser">
<lido:eventActor>
<lido:actorInRole>
<lido:actor>
<lido:nameActorSet>
<lido:appellationValue><xsl:value-of select="./exhibition/organiser"/></lido:appellationValue>
</lido:nameActorSet>
</lido:actor>
<lido:roleActor><lido:term>organiser</lido:term></lido:roleActor>
</lido:actorInRole>
</lido:eventActor>
</xsl:if>
<!-- periode van de tentoonstelling -->
<xsl:if test="./exhibition/date.end or ./exhibition/date.start">
<lido:eventDate>
<lido:displayDate><xsl:value-of select="./exhibition/date.start"/>;<xsl:value-of select="./exhibition/date.end"/></lido:displayDate>
<lido:date>
<lido:earliestDate></lido:earliestDate>
<lido:latestDate></lido:latestDate>
</lido:date>
</lido:eventDate>
</xsl:if>
<!-- locatie tentoonstelling: venue en venue.place -->
<xsl:if test="./exhibition/venue or ./exhibition/venue.place">
<lido:eventPlace>
<lido:place>
<lido:namePlaceSet>
<lido:appellationValue><xsl:value-of select="./exhibition/venue"/>;<xsl:value-of select="./exhibition/venue.place"/></lido:appellationValue>
</lido:namePlaceSet>
</lido:place>
</lido:eventPlace>
</xsl:if>
<xsl:if test="./exhibition.notes">
<lido:eventDescriptionSet>
<lido:descriptiveNoteValue><xsl:value-of select="./exhibition.notes"/></lido:descriptiveNoteValue>
</lido:eventDescriptionSet>
</xsl:if>
</lido:event>
</lido:eventSet>
</xsl:for-each>
</xsl:if>
<!-- een exhibition event voor elke loan_out node. -->
<xsl:if test="Loan_out">
<xsl:for-each select="./Loan_out">
<lido:eventSet>
<lido:event>
<!-- local ID voor bruiklenen -->
<lido:eventID lido:type="local loan ID"><xsl:value-of select="./loan.out.number/loan_number"/></lido:eventID>
<lido:eventID lido:type="local loan ID" lido:label="Adlib database number"><xsl:value-of select="./loan.out.number.lref"/></lido:eventID>
<!-- default waarde exhibition -->
<lido:eventType><lido:term>exhibition</lido:term></lido:eventType>
<!-- titel van de tentoonstelling -->
<lido:eventName>
<lido:appellationValue><xsl:value-of select="./loan.out.exhibition/title"/></lido:appellationValue>
</lido:eventName>
<!-- organisator -->
<xsl:if test="./loan.out.requester">
<lido:eventActor>
<lido:actorInRole>
<lido:actor>
<lido:nameActorSet>
<lido:appellationValue><xsl:value-of select="./loan.out.requester"/></lido:appellationValue>
</lido:nameActorSet>
</lido:actor>
<lido:roleActor><lido:term>organiser</lido:term></lido:roleActor>
</lido:actorInRole>
</lido:eventActor>
</xsl:if>
<!-- periode van de tentoonstelling=periode bruikleen -->
<xsl:if test="loan.out.request.period.start or loan.out.request.period.end">
<lido:eventDate>
<lido:displayDate><xsl:value-of select="./loan.out.request.period.start"/>;<xsl:value-of select="./loan.out.request.period.end"/></lido:displayDate>
<lido:date>
<lido:earliestDate></lido:earliestDate>
<lido:latestDate></lido:latestDate>
</lido:date>
</lido:eventDate>
</xsl:if>
<xsl:if test="loan.out.status">
<lido:eventDescriptionSet>
<lido:descriptiveNoteValue><xsl:value-of select="./loan.out.status"/></lido:descriptiveNoteValue>
</lido:eventDescriptionSet>
</xsl:if>
</lido:event>
</lido:eventSet>
</xsl:for-each>
</xsl:if>
<!--Publication
ID Documentation/documentation.title.lref
auteur Documentation/documentation.author
titel Documentation/documentation.title
pagina Documentation.documentation.page_reference (todo volgende fase?)
-->
<!-- een publication event voor elke Documentation node. -->
<xsl:if test="Documentation">
<xsl:for-each select="./Documentation">
<lido:eventSet>
<lido:event>
<!-- local ID voor publicaties in de Adlib Bibliotheek catalogus -->
<lido:eventID lido:type="local" lido:label="Adlib database number"><xsl:value-of select="./documentation.title.lref"/></lido:eventID>
<!-- default waarde publication -->
<lido:eventType><lido:term>publication</lido:term></lido:eventType>
<!-- titel van de publicatie -->
<lido:eventName>
<lido:appellationValue><xsl:value-of select="./documentation.title/title"/></lido:appellationValue>
</lido:eventName>
<!-- organisator -->
<xsl:if test="./documentation.author">
<lido:eventActor>
<lido:actorInRole>
<lido:actor>
<lido:nameActorSet>
<lido:appellationValue><xsl:value-of select="./documentation.author"/></lido:appellationValue>
</lido:nameActorSet>
</lido:actor>
<lido:roleActor><lido:term>author</lido:term></lido:roleActor>
</lido:actorInRole>
</lido:eventActor>
</xsl:if>
<xsl:if test="./documentation.notes">
<lido:eventDescriptionSet>
<lido:descriptiveNoteValue><xsl:value-of select="./documentation.notes"/></lido:descriptiveNoteValue>
</lido:eventDescriptionSet>
</xsl:if>
</lido:event>
</lido:eventSet>
</xsl:for-each>
</xsl:if>
<!-- een research event voor elke research node. -->
<xsl:if test="Research">
<xsl:for-each select="./Research">
<lido:eventSet>
<lido:event>
<!-- local ID voor publicaties in de Adlib Bibliotheek catalogus -->
<lido:eventID lido:type="local" lido:label="Adlib database number"><xsl:value-of select="./research.reference_number.lref"/></lido:eventID>
<lido:eventID lido:type="local" lido:label="Adlib database number"><xsl:value-of select="./research.reference_number/reference_number"/></lido:eventID>
<!-- default waarde research -->
<lido:eventType><lido:term>research</lido:term></lido:eventType>
<!-- author -->
<xsl:if test="./research.researcher">
<lido:eventActor>
<lido:actorInRole>
<lido:actor>
<lido:nameActorSet>
<lido:appellationValue><xsl:value-of select="./research.researcher"/></lido:appellationValue>
</lido:nameActorSet>
</lido:actor>
<lido:roleActor><lido:term>author</lido:term></lido:roleActor>
</lido:actorInRole>
</lido:eventActor>
</xsl:if>
<xsl:if test="./research.date.start or ./research.date.end">
<lido:eventDate>
<lido:displayDate><xsl:value-of select="./research.date.start"/>;<xsl:value-of select="./research.date.end"/></lido:displayDate>
<lido:date>
<lido:earliestDate></lido:earliestDate>
<lido:latestDate></lido:latestDate>
</lido:date>
</lido:eventDate>
</xsl:if>
<xsl:if test="./research.notes">
<lido:eventDescriptionSet>
<lido:descriptiveNoteValue><xsl:value-of select="./research.notes"/></lido:descriptiveNoteValue>
</lido:eventDescriptionSet>
</xsl:if>
</lido:event>
</lido:eventSet>
</xsl:for-each>
</xsl:if>
<!--Restoration en condition assessment
ID Condition ?????
auteur Condition/condition.check.name
date Condition/condition.date
titel Condition/condition/term
eventDescriptionSet Condition/condition.notes
Bij Groeningemuseum worden 'treatment' en 'conservator' velden verder niet ingevuld
-->
<!-- een condition assessment event voor elke Condition node. -->
<xsl:if test="Condition">
<xsl:for-each select="./Condition">
<lido:eventSet>
<lido:event>
<!-- wat is de ID van een Condition Check? voorlopig een default waarde-->
<lido:eventID lido:type="?"></lido:eventID>
<!-- default waarde condition assessment E14 volgens Cidoc-CRM http://www.cidoc-crm.org/html/5.0.4/cidoc-crm.html#E14-->
<lido:eventType><lido:term>condition assessment</lido:term></lido:eventType>
<!-- label van de check -->
<lido:eventName>
<lido:appellationValue><xsl:value-of select="./condition/term"/></lido:appellationValue>
</lido:eventName>
<!-- uitvoerder van de condition check -->
<xsl:if test="./condition.check.name">
<lido:eventActor>
<lido:actorInRole>
<lido:actor>
<lido:nameActorSet>
<lido:appellationValue><xsl:value-of select="./condition.check.name"/></lido:appellationValue>
</lido:nameActorSet>
</lido:actor>
<lido:roleActor><lido:term>condition inspector</lido:term></lido:roleActor>
</lido:actorInRole>
</lido:eventActor>
</xsl:if>
<xsl:if test="./condition.date">
<lido:eventDate>
<lido:displayDate><xsl:value-of select="./condition.date"/></lido:displayDate>
<lido:date>
<lido:earliestDate></lido:earliestDate><lido:latestDate></lido:latestDate>
</lido:date>
</lido:eventDate>
</xsl:if>
<xsl:if test="condition.notes">
<lido:eventDescriptionSet>
<lido:descriptiveNoteValue><xsl:value-of select="./condition.notes"/></lido:descriptiveNoteValue>
</lido:eventDescriptionSet>
</xsl:if>
</lido:event>
</lido:eventSet>
</xsl:for-each>
</xsl:if>
</lido:eventWrap>
</lido:descriptiveMetadata>
<lido:administrativeMetadata xml:lang="nl-NL">
<lido:recordWrap>
<lido:recordID lido:type="local"><xsl:value-of select="./priref"/></lido:recordID>
<lido:recordType>
<lido:term>item</lido:term>
</lido:recordType>
<lido:recordSource>
<lido:legalBodyName>
<lido:appellationValue>Groeningemuseum</lido:appellationValue>
</lido:legalBodyName>
</lido:recordSource>
</lido:recordWrap>
</lido:administrativeMetadata>
</lido:lido>
</xsl:for-each>
</lido:lidoWrap>
</xsl:template>
</xsl:stylesheet>