-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
977 lines (946 loc) · 54.7 KB
/
index.html
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
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
<!DOCTYPE html>
<html>
<head>
<title>epidat – Database of Jewish Epigraphy</title>
<!-- meta information -->
<meta name="author" content="Thomas Kollatz" />
<meta charset="utf-8" />
<meta name="viewport" content="width=1024" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<!-- favicons -->
<link rel="shortcut icon" href="resources/img/favicon.png" />
<link rel="apple-touch-icon" href="resources/img/apple-touch-icon.png" />
<!-- CSS reset and grid -->
<link href="vendor/normalize/normalize-4.1.1.css" rel="stylesheet" />
<link href="vendor/skeleton/skeleton-2.0.4.css" rel="stylesheet" />
<!-- fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,600italic,400italic,700italic,800,800italic&subset=latin,latin-ext"
rel="stylesheet" type="text/css" />
<!-- styles for included libraries -->
<!-- chartist -->
<link rel="stylesheet" href="vendor/chartist/chartist.min-0.9.7.css" />
<!-- codemirror -->
<link rel="stylesheet" href="vendor/codemirror/lib/codemirror.css" />
<!-- highlight -->
<link rel="stylesheet" href="vendor/highlight/styles/default.css" />
<link rel="stylesheet" href="resources/css/hljs.linenumbering.css" />
<!-- magnific popup -->
<link rel="stylesheet" href="vendor/magnific-popup/magnific-popup-1.1.0.css" />
<!-- standard presentation styles -->
<link href="resources/css/style.css" rel="stylesheet" />
<!-- custom presentation styles -->
<link href="resources/css/custom.css" rel="stylesheet" />
<!-- js needed in head -->
<!-- greuler -->
<script src="vendor/d3/d3-3.5.6.js"></script>
<script src="vendor/cola/cola.v3.min.js"></script>
<script src="vendor/greuler/greuler-0.5.5.min.js"></script>
<!-- html5 dataset shim for IE -->
<script src="vendor/impress/html5-dataset.js" type="text/javascript"></script>
</head>
<body>
<div class="fallback-message">
<p> Your browser <strong>doesn't support the features required</strong> by
impress.mod.js, so you are presented with a simplified version of this presentation. </p>
<p> For the best experience please use the latest <strong>Chrome</strong>,
<strong>Safari</strong> or <strong>Firefox</strong> browser. </p>
</div>
<div id="impress">
<div class="step">
<h4><strong>2017-07-05</strong> | <a
href="https://imc.leeds.ac.uk/dbsql02/AQueryServlet?*id=30&*formId=30&*context=IMC&chosenPaperId=NA&sessionId=7094&conference=2017&chosenPaperId=&*servletURI=https://imc.leeds.ac.uk/dbsql02/AQueryServlet"
>IMC Leeds #1104</a>
</h4>
<h4><strong>Digital Approaches to Jewish History in Medieval Germany </strong></h4>
<h1 class="down-100">epidat</h1>
<h2 class="red up-25">Database of Jewish Epigraphy</h2>
<h5 class="down-100">
<strong>Data: </strong><a href="https://github.com/KollatzThomas/2017_Leeds_IMC"
>https://github.com/KollatzThomas/2017_Leeds_IMC</a>
<br /><strong>Slides: </strong>
<a href=" https://kollatzthomas.github.io/2017_Leeds_IMC"
title="View the presentation online">
https://kollatzthomas.github.io/2017_Leeds_IMC </a>
</h5>
<h5>
<strong><a href="http://orcid.org/0000-0003-1904-1841">Thomas
Kollatz</a></strong> | <img src="resources/img/Twitter_bird_logo_2012.svg"
alt="Twitter" class="twitter-icon" />
<a href="https://twitter.com/kol_t" title="Thomas Kollatz on Twitter">@kol_t</a>
| <img src="resources/img/Octicons-mark-github.svg" alt="Twitter"
class="gh-icon" />
<a href="https://github.com/kollatzthomas/" title="Thomas Kollatz on GitHub"
>KollatzThomas</a> | <a href="https://creativecommons.org/licenses/by/4.0/"
>CC-BY 4.0</a>
<br />Mainz – Academy of Science and Literature / Digital Academy <br />Essen
– Steinheim-Institut for German-Jewish History </h5>
</div>
<!--
<div class="step">
<h2>Table of Contents</h2>
<ol class="line-height-one-five">
<li> what </li>
<li> how </li>
<li> why </li>
</ol>
</div>
-->
<div class="step">
<div class="mfp-lightbox row">
<p>
<img src="resources/img/epidat_whatisit.png" />
</p>
</div>
<div class="down-100"><p class="x-small"><a href="http://steinheim-institut.de/cgi-bin/epidat"
>http://steinheim-institut.de/cgi-bin/epidat</a></p></div>
</div>
<!--
<div class="step">
<h1 class="red">01</h1>
<h2 class="line-height-one-five"> what </h2>
</div>
-->
<div class="step">
<h2 class="red">History and Scope</h2>
<div class="row">
<div class="six columns">
<ul class="line-height-one-five">
<li>developed since 2002</li>
<li>online since 2006</li>
<li>driven by projects</li>
</ul>
<div class="mfp-lightbox row">
<a href="resources/img/chart.png"><img src="resources/img/chart.png"
/></a>
</div>
</div>
<div class="six columns">
<ul class="line-height-one-five">
<li><span class="dotted">180</span> digital editions of historic Jewish
cemeteries</li>
<li><span class="dotted">33.000 inscriptions</span></li>
<li>with 63.000 digital images</li>
</ul>
</div>
</div>
<div class="down-100"><p class="x-small"><a href="http://steinheim-institut.de/cgi-bin/epidat"
>http://steinheim-institut.de/cgi-bin/epidat</a></p></div>
</div>
<div class="step">
<h2 class="red">Space</h2>
<div class="row">
<div class="mfp-lightbox six columns">
<p><a href="resources/img/map.png"><img src="resources/img/map.png"
/></a></p>
</div>
<div class="six columns">
<ul>
<li>Germany [165]</li>
<li>Southern Netherlands [7]</li>
<li>Lithuania [3]</li>
<li>Czechia [5]</li>
</ul>
<p class="x-small"><a
href="http://www.steinheim-institut.de/cgi-bin/epidat?info=map&lang=en"
>http://www.steinheim-institut.de/cgi-bin/epidat?info=map</a></p>
</div>
</div>
</div>
<div class="step">
<h2 class="red">Time span</h2>
<div class="row">
<div class="twelve columns">
<div class="mfp-lightbox">
<p><a href="resources/img/middleages.png"><img
src="resources/img/middleages.png" /></a></p>
</div>
</div>
</div>
<div class="row">
<div class="six columns">
<p>Time span ranges from the 11<sup>th</sup> to the 20<sup>th</sup> century.
Currently 1.100 <span class="dotted">dated</span> inscriptions from the
Middle Ages</p>
</div>
<div class="six columns">
<ul>
<li>שו״ם | Schum:<ul>
<li>Speyer</li>
<li>Worms</li>
<li>Mainz</li>
</ul>
</li>
<li>Frankfurt</li>
<li>…</li>
</ul>
</div>
</div>
</div>
<div class="step">
<h2 class="red">Languages</h2>
<div>
<div class="row">
<div class="mfp-lightbox six columns">
<p><a href="resources/img/speyer.png"><img
src="resources/img/speyer.png" /></a></p>
</div>
<div class="six columns"><ul>
<li>Hebrew</li>
<li>German in Hebrew letters (1790<abbr>ff</abbr>)</li>
<li>German (19<sup>th</sup> century)</li>
</ul>
<p class="x-small">example: <br /><a
href="http://steinheim-institut.de/cgi-bin/epidat?id=spy-6&lang=en"
>http://steinheim-institut.de/cgi-bin/epidat?id=spy-6</a></p>
</div>
</div></div></div>
<div class="step">
<div class="row">
<div class="mfp-lightbox six columns">
<a href="resources/img/epidat_access_options.png"><img
src="resources/img/epidat_access_options.png" />
</a>
</div>
<div class="six columns">
<h2 class="centered red">Access to the collections</h2>
<h3>Browse … </h3>
<ol class="line-height-one-five">
<li>chronological </li>
<li>by region</li>
<li>by maps</li>
<li>by index</li>
<li>through the digital images</li>
<li>full-text-search</li>
</ol>
<p class="small centered"><a
href="http://steinheim-institut.de/cgi-bin/epidat?lang=en"
>http://steinheim-institut.de/cgi-bin/epidat</a></p>
</div>
</div>
</div>
<div class="step">
<h2 class="red">Examples</h2>
<h3>flowers and shoes</h3>
</div>
<div class="step">
<h2 class="red">Lilies of Worms</h2>
<!-- <h3 class="red >Beispiele</h3> -->
<h3>A unique floral symbol found "Im Heiligen Sand" – Worms</h3>
<div class="mfp-lightbox row">
<table>
<tr>
<td>
<a href="resources/img/lilie_1218_wrm-103.png" title="wrm-103"><img
src="resources/img/lilie_1218_wrm-103.png" /></a>
</td>
<td>
<a href="resources/img/lilie_before_1290_wrm-423.png" title="wrm-423"><img
src="resources/img/lilie_before_1290_wrm-423.png" /></a>
</td>
<td>
<a href="resources/img/lilie_1296_wrm-999.png" title="wrm-999"><img
src="resources/img/lilie_1296_wrm-999.png" /></a>
</td>
<td>
<a href="resources/img/lilie_1320_wrm-1090.png" title="wrm-1090"><img
src="resources/img/lilie_1320_wrm-1090.png" /></a>
</td>
<td>
<a href="resources/img/lilie_1492_wrm-692.png" title="wrm-692"><img
src="resources/img/lilie_1492_wrm-692.png" /></a>
</td>
<td>
<a href="resources/img/lilie_1493_wrm-778.png" title="wrm-778"><img
src="resources/img/lilie_1493_wrm-778.png" /></a>
</td>
</tr>
</table>
</div>
<table>
<tr>
<td>1218</td>
<td>vor 1290</td>
<td>1296</td>
<td>1320</td>
<td>1492</td>
<td>1493</td>
</tr>
<tr class="small">
<td><a href="http://steinheim-institut.de/cgi-bin/epidat?id=wrm-103"
>wrm-103</a></td>
<td><a href="http://steinheim-institut.de/cgi-bin/epidat?id=wrm-423"
>wrm-423</a></td>
<td><a href="http://steinheim-institut.de/cgi-bin/epidat?id=wrm-999"
>wrm-999</a></td>
<td><a href="http://steinheim-institut.de/cgi-bin/epidat?id=ffb-1090"
>wrm-1090</a></td>
<td><a href="http://steinheim-institut.de/cgi-bin/epidat?id=wrm-692"
>wrm-692</a></td>
<td><a href="http://steinheim-institut.de/cgi-bin/epidat?id=wrm-778"
>wrm-778</a></td>
</tr>
<tr class="x-small">
<td>Schlomo ben Natan</td>
<td>Channa bat Jehuda</td>
<td>Juta bat Josef</td>
<td>Meir ben Elieser</td>
<td>Jachet bat Ascher Halevi</td>
<td>Dolza bat Schmuel</td>
</tr>
</table>
<!--
<blockquote class="substep down-50 centered">… and displaying 200 years of
shoe-design engraved in headstones</blockquote>
-->
</div>
<div class="step"><h2 class="red">Lilies of Worms</h2>
<div class="row">
<div class="mfp-lightbox six columns">
<a href="resources/img/lilies_Geo-Browser.png"><img
src="resources/img/lilies_Geo-Browser.png" /></a>
</div>
<div class="six columns">
<p class="line-height-one-five"> spatio-temporal vizualized in the <a href="">DARIAH-DE
Geo-Browser</a> <!-- spatio-temporal data-visualization of
symbols found on Jewish headstones via <a href="">DARIAH-DE
Geo-Browser</a> (embedded) --> </p>
<ul>
<li>place</li>
<li>date</li>
<li>symbol</li>
<li>name</li>
</ul>
<p class="x-small"> Michael Brocke: The lilies of Worms. In: Zutot 8 (2011),
3-13 <br /><a
href="http://steinheim-institut.de/cgi-bin/epidat?info=geobrowser&lang=en"
>http://steinheim-institut.de/cgi-bin/epidat?info=geobrowser&lang=en</a>
</p>
</div>
</div></div>
<div class="step">
<h2 class="red">Shoes of Frankfurt</h2>
<!-- <h3 class="red >Beispiele</h3> -->
<h3>A Frankfurt house emblem becoming a familyname</h3>
<div class="mfp-lightbox row">
<table>
<tr>
<td>
<a href="resources/img/shoe_ffb-444.png" title="ffb-444"><img
src="resources/img/shoe_ffb-444.png" /></a>
</td>
<td>
<a href="resources/img/shoe_ffb-2057.png" title="ffb-2057"><img
src="resources/img/shoe_ffb-2057.png" /></a>
</td>
<td>
<a href="resources/img/shoe_ffb-55.png" title="ffb-55"><img
src="resources/img/shoe_ffb-55.png" /></a>
</td>
<td>
<a href="resources/img/shoe_ffb-1584.png" title="ffb-1584"><img
src="resources/img/shoe_ffb-1584.png" /></a>
</td>
<td>
<a href="resources/img/shoe_ffb-52.png" title="ffb-52"><img
src="resources/img/shoe_ffb-52.png" /></a>
</td>
<td>
<a href="resources/img/shoe_ffb-1678.png" title="ffb-1678"><img
src="resources/img/shoe_ffb-1678.png" /></a>
</td>
</tr>
</table>
</div>
<table>
<tr>
<td>1607</td>
<td>1612</td>
<td>1774</td>
<td>1782</td>
<td>1795</td>
<td>1805</td>
</tr>
<tr class="small">
<td><a href="http://steinheim-institut.de/cgi-bin/epidat?id=ffb-444"
>ffb-444</a></td>
<td><a href="http://steinheim-institut.de/cgi-bin/epidat?id=ffb-2057"
>ffb-2057</a></td>
<td><a href="http://steinheim-institut.de/cgi-bin/epidat?id=ffb-55"
>ffb-55</a></td>
<td><a href="http://steinheim-institut.de/cgi-bin/epidat?id=ffb-1584"
>ffb-1584</a></td>
<td><a href="http://steinheim-institut.de/cgi-bin/epidat?id=ffb-52"
>ffb-52</a></td>
<td><a href="http://steinheim-institut.de/cgi-bin/epidat?id=ffb-1678"
>ffb-1678</a></td>
</tr>
<tr class="x-small">
<td>Schlomo Schuh Grotwol</td>
<td>Breinlen bat Schlomo</td>
<td>Joswel ben Schlomo Schuh</td>
<td>Schönle bat David Rapp</td>
<td>Breinche bat Süskind Leidersdorf</td>
<td>Gitle bat Izek ben Jaakow Hanau SeGaL</td>
</tr>
</table>
<blockquote class="substep down-50 centered">… and displaying 200 years of
shoe-design engraved in headstones</blockquote>
</div>
<div class="step">
<div class="centered">
<h2 class="red">challenge</h2>
<blockquote class="down-50">Symbols, ornaments, decoration found on Jewish
headstones as well as biblical quotations in the epitaphs or the materials
of the headstones or the type of script used are not strictly limited to
Jewish cultural life. <ul
class="substep line-height-one-five down-50 justify">
<li>How to disseminate more or less accidental spinoff-results of this
sort? How to make known those <em>facts</em> to neighboured
knowledge sectors?</li>
</ul>
</blockquote>
</div>
</div>
<div class="step">
<h2 class="red">step 1: licence</h2>
<h3><span class="red">☞</span> Use free and open licences</h3>
<ul class="line-height-one-five">
<li>epidat research data are released online under an open Creative Commons
Licence <a href="http://creativecommons.org/licences/by/4.0"><img
src="resources/img/cc.png" style="width:10%;height:10%" /></a></li>
</ul>
<blockquote>research data should be provided under an open and free
licence.</blockquote>
</div>
<div class="step">
<h2 class="red">step 2: interoperability</h2>
<h3><span class="red">☞ </span> provide your data according to a <span
class="dotted">standard format</span><br /><span class="red">☞ </span> make
them available via an <span class="dotted">interface</span></h3>
<ul class="line-height-one-five">
<li>epidat data are encoded in <code>html</code> a format for <span
class="dotted">readers</span>, which provides our epigraphical research
data by the means of webdesign, typography in a structured form</li>
<li>epidat data are also provided for <span class="dotted">users</span> in
<code>EpiDoc: TEI XML for Epigraphic Documents</code>, which provides
research data in a machine readable, structured data format, which is widely
used by (digital) epigraphers</li>
</ul>
</div>
<div class="step"><h2 class="red">☞ rule</h2>
<blockquote>research data should be provided <ul>
<li>in a <em>machine readable</em> format</li>
<li>in a <em>system-independent</em> format</li>
<li>in a <em>program-independent</em> documented standard format</li>
<li>via <em>interfaces</em></li>
</ul></blockquote>
</div>
<div class="step">
<h2 class="red">TEI XML </h2>
<blockquote class="medium">The Text Encoding Initiative (TEI) is a consortium which
collectively develops and maintains a standard for the representation of texts
in digital form. Its chief deliverable is a set of Guidelines which specify
encoding methods for machine-readable texts …</blockquote>
<p class="right x-small">see: <a href="http://www.tei-c.org">http://www.tei-c.org</a></p>
</div>
<div class="step">
<h2 class="red">
Epigraphic Documents in TEI XML
</h2><blockquote class="medium"><code>EpiDoc</code> is an international, collaborative effort that
provides guidelines and tools for encoding scholarly and educational editions of
ancient documents. It uses a subset of the Text Encoding Initiative's standard
for the representation of texts in digital form and was developed initially for
the publication of digital editions of ancient inscriptions</blockquote>
<pre><code class="linenumbers js"><!-- person -->
<profileDesc>
<particDesc>
<listPerson>
<person xml:id="ffb-80-1" sex="1">
<persName ref="http://d-nb.info/gnd/11879132X">
Meir Rothschild ben Anschel Rothschild
</persName>
<death when="1812-09-19"/>
</person>
</listPerson>
</particDesc>
<langUsage>
<language ident="he" usage="100">Hebrew</language>
</langUsage>
</profileDesc>
</code></pre>
<p class="right small">see: <a href="https://sourceforge.net/p/epidoc/wiki/Home/"
>https://sourceforge.net/p/epidoc/wiki/Home/</a></p>
</div>
<div class="step">
<h2 class="red">step 3: Controlled vocabularies </h2>
<h3><span class="red">☞</span> Use Thesauri and Authority files</h3>
<ul class="line-height-one-five medium">
<li>the <a href="http://www.iconclass.org/rkd/25G41%28LILY%29/">symbol
<em>Lilie</em></a> can be traced in <a
href="http://www.getty.edu/research/tools/vocabularies/aat/about.html"
>Iconclass</a>
<q>a multilingual classification system for cultural content</q>
</li>
<li>the <a
href="http://www.getty.edu/vow/AATFullDisplay?find=shoe&logic=AND&note=&subjectid=300046065"
>object or concept <em>shoe</em></a> is found in <a href="">Arts and
Architecture Thesaurus</a>
<q>to improve access to information about art, architecture, and material
culture</q>
</li>
<li>the settlement <a
href="http://www.getty.edu/vow/TGNServlet?english=Y&find=Frankfurt&place=inhabited+place&page=1&nation="
><em>Frankfurt</em> on the Main</a> is identified in the <a href=""
>Thesaurus of Geographic Names </a> and by this distinguished from two
other German towns named Frankfurt </li>
<li><a href="http://d-nb.info/gnd/11879132X">names of persons</a> have unique identifiers in the GND-database
of the German National Library and other National Library catalogues</li>
</ul>
</div>
<div class="step">
<h2 class="red">Linked Open Data – simple</h2>
<div class="row">
<div class="six columns">
<div class="mfp-lightbox ">
<a href="resources/img/linked_rothschild.png"><img
src="resources/img/linked_rothschild.png" />
</a>
</div>
<div><p class="x-small"><a
href="http://steinheim-institut.de/cgi-bin/epidat?id=ffb-80-1"
>http://steinheim-institut.de/cgi-bin/epidat?id=ffb-80-1</a><br /><a
href="http://steinheim-institut.de/daten/beacon.txt"
>http://steinheim-institut.de/daten/beacon.txt</a></p>
</div></div>
<div class="six columns">
<h3>Beacon</h3>
<div>
<p class="line-height-one-five small"> Only by providing the
GND-Identification-number more information about the person in
question is on the fly dynamically provided by automatically
harvesting other online databases based on the GND-ID
<code>11879132X</code></p>
<ul class="line-height-one-five small">
<li>easy</li>
<li>effective</li>
</ul>
</div><div class="mfp-lightbox"><p><a
href="resources/img/linked_sources.png"><img
src="resources/img/linked_sources.png" /></a></p></div>
</div></div>
</div>
<div class="step">
<h2 class="red">Linked Open Data – advanced</h2><!-- A generic webservice to extract RDF statements from XML resources. -->
<ul>
<li>From <code>EpiDoc – TEI XML</code>
</li>
<li>via <code>xTripels webservice</code></li>
<li>to semantic RDF statements (<code>Triples</code>)</li>
</ul>
<div class="row">
<div class="twelve columns" style="position: relative; top: -35px;">
<svg style="position: relative; z-index: 1; margin-bottom: -50px;"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg" width="100%" height="237pt"
viewBox="0.00 0.00 1232.00 237.00">
<g id="graph0" class="graph"
transform="scale(1 1) rotate(0) translate(4 233)">
<title>d1e255</title>
<polygon style="fill:white;stroke:white;"
points="-4,4 -4,-233 1228,-233 1228,4 -4,4"/>
<!-- A1 -->
<g id="node1" class="node">
<title>A1</title>
<polygon style="fill:none;stroke:black;"
points="938,-116 854,-116 854,-82 938,-82 938,-116"/>
<text text-anchor="middle" x="896" y="-103"
style="font-family:Times New Roman;font-size:10.00px;"
>crm:E55_Type:</text>
<text text-anchor="middle" x="896" y="-90"
style="font-family:Times New Roman;font-size:10.00px;"
> </text>
</g>
<!-- "Mann" -->
<g id="node3" class="node">
<title>"Mann"</title>
<text text-anchor="middle" x="1150" y="-127.5"
style="font-family:Times New Roman;font-size:10.00px;"
>"Mann"</text>
</g>
<!-- A1->"Mann" -->
<g id="edge2" class="edge">
<title>A1->"Mann"</title>
<path style="fill:none;stroke:blue;"
d="M939,-104C987,-110 1066,-120 1113,-126"/>
<polygon style="fill:blue;stroke:blue;"
points="1112.7,-129.488 1123,-127 1113.4,-122.522 1112.7,-129.488"/>
<text text-anchor="middle" x="1023" y="-121.5"
style="font-family:Times New Roman;font-size:10.00px;"
>crm:P3_has_note</text>
</g>
<!-- A3 -->
<g id="node4" class="node">
<title>A3</title>
<polygon style="fill:none;stroke:black;"
points="593,-200 497,-200 497,-166 593,-166 593,-200"/>
<text text-anchor="middle" x="545" y="-187"
style="font-family:Times New Roman;font-size:10.00px;"
>crm:E21_Person:</text>
<text text-anchor="middle" x="545" y="-174"
style="font-family:Times New Roman;font-size:10.00px;"
> </text>
</g>
<!-- A4 -->
<g id="node6" class="node">
<title>A4</title>
<polygon style="fill:none;stroke:black;"
points="938,-172 854,-172 854,-138 938,-138 938,-172"/>
<text text-anchor="middle" x="896" y="-159"
style="font-family:Times New Roman;font-size:10.00px;"
>crm:E55_Type:</text>
<text text-anchor="middle" x="896" y="-146"
style="font-family:Times New Roman;font-size:10.00px;"
> </text>
</g>
<!-- A3->A4 -->
<g id="edge4" class="edge">
<title>A3->A4</title>
<path style="fill:none;stroke:blue;"
d="M594,-177C623,-173 660,-169 693,-166 745,-161 803,-158 843,-157"/>
<polygon style="fill:blue;stroke:blue;"
points="843.398,-160.478 853,-156 842.701,-153.512 843.398,-160.478"/>
<text text-anchor="middle" x="752" y="-169.5"
style="font-family:Times New Roman;font-size:10.00px;"
>crm:P2_has_type</text>
</g>
<!-- A5 -->
<g id="node8" class="node">
<title>A5</title>
<polygon style="fill:none;stroke:black;"
points="970,-228 822,-228 822,-194 970,-194 970,-228"/>
<text text-anchor="middle" x="896" y="-215"
style="font-family:Times New Roman;font-size:10.00px;"
>crm:E82_Actor_Appellation:</text>
<text text-anchor="middle" x="896" y="-202"
style="font-family:Times New Roman;font-size:10.00px;"
> </text>
</g>
<!-- A3->A5 -->
<g id="edge6" class="edge">
<title>A3->A5</title>
<path style="fill:none;stroke:blue;"
d="M594,-187C650,-192 743,-199 812,-204"/>
<polygon style="fill:blue;stroke:blue;"
points="811.701,-207.488 822,-205 812.398,-200.522 811.701,-207.488"/>
<text text-anchor="middle" x="752" y="-205.5"
style="font-family:Times New Roman;font-size:10.00px;"
>crm:P131_is_identified_by</text>
</g>
<!-- A4->"Mann" -->
<g id="edge22" class="edge">
<title>A4->"Mann"</title>
<path style="fill:none;stroke:blue;"
d="M939,-151C987,-146 1066,-138 1113,-134"/>
<polygon style="fill:blue;stroke:blue;"
points="1113.4,-137.478 1123,-133 1112.7,-130.512 1113.4,-137.478"/>
<text text-anchor="middle" x="1023" y="-149.5"
style="font-family:Times New Roman;font-size:10.00px;"
>crm:P3_has_note</text>
</g>
<!-- "Jehuda" -->
<g id="node19" class="node">
<title>"Jehuda"</title>
<text text-anchor="middle" x="1150" y="-208.5"
style="font-family:Times New Roman;font-size:10.00px;"
>"Jehuda"</text>
</g>
<!-- A5->"Jehuda" -->
<g id="edge16" class="edge">
<title>A5->"Jehuda"</title>
<path style="fill:none;stroke:blue;"
d="M970,-211C1017,-211 1074,-211 1112,-211"/>
<polygon style="fill:blue;stroke:blue;"
points="1112,-214.5 1122,-211 1112,-207.5 1112,-214.5"/>
<text text-anchor="middle" x="1023" y="-214.5"
style="font-family:Times New Roman;font-size:10.00px;"
>crm:P3_has_note</text>
</g>
<!-- http://www.steinheim-institut.de/cgi-bin/epidat?id=aha-13 -->
<g id="node9" class="node">
<title>http://www.steinheim-institut.de/cgi-bin/epidat?id=aha-13</title>
<a
xlink:href="http://www.steinheim-institut.de/cgi-bin/epidat?id=aha-13"
xlink:title="crm:E19_Physical_Object:\nhttp://www.steinheim-institut.de/cgi-bin/epidat?id=aha-13">
<polygon style="fill:none;stroke:black;"
points="289,-143 1,-143 1,-109 289,-109 289,-143"/>
<text text-anchor="middle" x="145" y="-130"
style="font-family:Times New Roman;font-size:10.00px;fill:blue;"
>crm:E19_Physical_Object:</text>
<text text-anchor="middle" x="145" y="-117"
style="font-family:Times New Roman;font-size:10.00px;fill:blue;"
>http://www.steinheim-institut.de/cgi-bin/epidat?id=aha-13</text>
</a>
</g>
<!-- http://www.steinheim-institut.de/cgi-bin/epidat?id=aha-13->A3 -->
<g id="edge12" class="edge">
<title>http://www.steinheim-institut.de/cgi-bin/epidat?id=aha-13->A3</title>
<path style="fill:none;stroke:blue;"
d="M264,-143C338,-153 428,-166 486,-175"/>
<polygon style="fill:blue;stroke:blue;"
points="485.701,-178.488 496,-176 486.398,-171.522 485.701,-178.488"/>
<text text-anchor="middle" x="349" y="-163.5"
style="font-family:Times New Roman;font-size:10.00px;"
>crm:P131i_identifies</text>
</g>
<!-- "Breite, hochrechteckige Sandsteinstele mit geradem\nAbschluss. Das ver [...]" -->
<g id="node11" class="node">
<title>"Breite, hochrechteckige Sandsteinstele mit
geradem\nAbschluss. Das ver [...]"</title>
<text text-anchor="middle" x="545" y="-130"
style="font-family:Times New Roman;font-size:10.00px;"
>"Breite, hochrechteckige Sandsteinstele mit geradem</text>
<text text-anchor="middle" x="545" y="-117"
style="font-family:Times New Roman;font-size:10.00px;"
>Abschluss. Das ver [...]"</text>
</g>
<!-- http://www.steinheim-institut.de/cgi-bin/epidat?id=aha-13->"Breite, hochrechteckige Sandsteinstele mit geradem\nAbschluss. Das ver [...]" -->
<g id="edge8" class="edge">
<title>http://www.steinheim-institut.de/cgi-bin/epidat?id=aha-13->"Breite,
hochrechteckige Sandsteinstele mit geradem\nAbschluss. Das
ver [...]"</title>
<path style="fill:none;stroke:blue;"
d="M290,-126C325,-126 363,-126 398,-126"/>
<polygon style="fill:blue;stroke:blue;"
points="398,-129.5 408,-126 398,-122.5 398,-129.5"/>
<text text-anchor="middle" x="349" y="-129.5"
style="font-family:Times New Roman;font-size:10.00px;"
>crm:P3_has_note</text>
</g>
<!-- A0 -->
<g id="node13" class="node">
<title>A0</title>
<polygon style="fill:none;stroke:black;"
points="593,-86 497,-86 497,-52 593,-52 593,-86"/>
<text text-anchor="middle" x="545" y="-73"
style="font-family:Times New Roman;font-size:10.00px;"
>crm:E21_Person:</text>
<text text-anchor="middle" x="545" y="-60"
style="font-family:Times New Roman;font-size:10.00px;"
> </text>
</g>
<!-- http://www.steinheim-institut.de/cgi-bin/epidat?id=aha-13->A0 -->
<g id="edge10" class="edge">
<title>http://www.steinheim-institut.de/cgi-bin/epidat?id=aha-13->A0</title>
<path style="fill:none;stroke:blue;"
d="M264,-109C338,-99 428,-86 486,-77"/>
<polygon style="fill:blue;stroke:blue;"
points="486.398,-80.4778 496,-76 485.701,-73.5125 486.398,-80.4778"/>
<text text-anchor="middle" x="349" y="-104.5"
style="font-family:Times New Roman;font-size:10.00px;"
>crm:P131i_identifies</text>
</g>
<!-- A0->A1 -->
<g id="edge18" class="edge">
<title>A0->A1</title>
<path style="fill:none;stroke:blue;"
d="M594,-73C659,-79 775,-89 843,-94"/>
<polygon style="fill:blue;stroke:blue;"
points="842.701,-97.4875 853,-95 843.398,-90.5222 842.701,-97.4875"/>
<text text-anchor="middle" x="752" y="-93.5"
style="font-family:Times New Roman;font-size:10.00px;"
>crm:P2_has_type</text>
</g>
<!-- A2 -->
<g id="node15" class="node">
<title>A2</title>
<polygon style="fill:none;stroke:black;"
points="970,-60 822,-60 822,-26 970,-26 970,-60"/>
<text text-anchor="middle" x="896" y="-47"
style="font-family:Times New Roman;font-size:10.00px;"
>crm:E82_Actor_Appellation:</text>
<text text-anchor="middle" x="896" y="-34"
style="font-family:Times New Roman;font-size:10.00px;"
> </text>
</g>
<!-- A0->A2 -->
<g id="edge20" class="edge">
<title>A0->A2</title>
<path style="fill:none;stroke:blue;"
d="M594,-62C622,-58 660,-54 693,-51 732,-47 775,-45 812,-44"/>
<polygon style="fill:blue;stroke:blue;"
points="812,-47.5001 822,-44 812,-40.5001 812,-47.5001"/>
<text text-anchor="middle" x="752" y="-54.5"
style="font-family:Times New Roman;font-size:10.00px;"
>crm:P131_is_identified_by</text>
</g>
<!-- "Elieser ben Josef Hakohen" -->
<g id="node17" class="node">
<title>"Elieser ben Josef Hakohen"</title>
<text text-anchor="middle" x="1150" y="-40.5"
style="font-family:Times New Roman;font-size:10.00px;"
>"Elieser ben Josef Hakohen"</text>
</g>
<!-- A2->"Elieser ben Josef Hakohen" -->
<g id="edge14" class="edge">
<title>A2->"Elieser ben Josef Hakohen"</title>
<path style="fill:none;stroke:blue;"
d="M970,-43C1000,-43 1035,-43 1066,-43"/>
<polygon style="fill:blue;stroke:blue;"
points="1066,-46.5001 1076,-43 1066,-39.5001 1066,-46.5001"/>
<text text-anchor="middle" x="1023" y="-46.5"
style="font-family:Times New Roman;font-size:10.00px;"
>crm:P3_has_note</text>
</g>
</g>
</svg>
<h5 class="x-small">
<strong>demo:</strong>
<a href="http://xtriples.spatialhumanities.de"
title="Go to XTriples Website"> http://xtriples.spatialhumanities.de </a>
<br />
<strong>code: </strong>
<a href="https://github.com/spatialhumanities/xtriples"
>https://github.com/spatialhumanities/xtriples</a>
<br /><strong>presentation</strong>: <a
href="https://orcid.org/0000-0002-0953-2818">Torsten Schrade</a>
(Digitale Akademie Mainz):<br /><a
href="https://digicademy.github.io/dariah-workshop2016-xtriples-cidoc/#/step-1"
>CIDOC-CRM Modellierung epigraphischer Fachdaten mit dem XTriples
Webservice - Werkstattbericht aus dem DARIAH UseCase 6.1
(Steinheim-Institut & ADWLM)</a>
</h5>
</div>
</div>
</div>
<!-- table
<div class="step">
<div>
<table class="small">
<thead>
<tr>
<th>object</th>
<th>name</th>
<th>description</th>
</tr>
</thead>
<tbody>
<tr>
<td><img src="resources/img/shoe_ffb-1584.png" style="width:5rem"
/></td>
<td>Schuh</td>
<td>Hauszeichen</td>
</tr>
<tr>
<td><img src="resources/img/shoe_ffb-1678.png" style="width:5rem"
/></td>
<td>Schuh</td>
<td>Hauszeichen</td>
</tr>
<tr>
<td><img src="resources/img/shoe_ffb-2057.png" style="width:5rem"
/></td>
<td>Schuh</td>
<td>Hauszeichen</td>
</tr>
<tr>
<td><img src="resources/img/shoe_ffb-444.png" style="width:5rem"
/></td>
<td>Schuh</td>
<td>Hauszeichen</td>
</tr>
<tr>
<td><img src="resources/img/shoe_ffb-52.png" style="width:5rem"
/></td>
<td>Schuh</td>
<td>Hauszeichen</td>
</tr>
<tr>
<td><img src="resources/img/shoe_ffb-55.png" style="width:20%"
/></td>
<td>Schuh</td>
<td>Hauszeichen</td>
</tr>
</tbody>
</table>
</div>
</div>
-->
<div class="step">
<div class="mfp-lightbox twelve columns">
<p>
<a href="resources/img/rufus_pollock.jpg">
<img src="resources/img/rufus_pollock.jpg" />
</a>
</p>
</div>
<div><p class="x-small right">source: <a href="https://twitter.com/rufuspollock"
>Rufus Pollock</a></p></div>
</div>
<div class="step">
<div class="centered">
<h1 class="red">F I N I S</h1>
<h2>Thank you</h2>
</div>
</div>
<!--
<div class="step">
<h2>Literature & Software</h2>
<h4>Literature</h4>
<ul class="small">
<li> One </li>
<li> Two </li>
<li> Three </li>
</ul>
<h4>Software</h4>
<ul class="small">
<li> One </li>
<li> Two </li>
<li> Three </li>
</ul>
<h4>Download</h4>
<ul class="small">
<li>
<a href="https://kollatzthomas.github.io/2017_Leeds_IMC/"> Link to
presentation </a>
</li>
<li> License: <a href="https://creativecommons.org/licenses/by/4.0/">CC-BY
4.0</a>, Thomas Kollatz </li>
</ul>
</div>
-->
</div>
<!-- jquery -->
<script src="vendor/jquery/jquery-1.11.0.min.js"></script>
<!-- chartist -->
<script src="vendor/chartist/chartist.min-0.9.7.js"></script>
<script src="resources/js/chartist.charts.js"></script>
<!-- codemirror -->
<script src="vendor/codemirror/lib/codemirror.js"></script>
<script src="vendor/codemirror/addon/edit/matchbrackets.js"></script>
<script src="vendor/codemirror/mode/sparql/sparql.js"></script>
<script>
var editor = CodeMirror.fromTextArea(document.getElementById("sparql"), {
mode: "application/sparql-query",
matchBrackets: true,
lineNumbers: true,
viewportMargin: Infinity
});
</script>
<!-- highlight -->
<script src="vendor/highlight/highlight.pack-9.3.0.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script src="resources/js/hljs.linenumbering.js"></script>
<!-- magnific popup -->
<script src="vendor/magnific-popup/jquery.magnific-popup.min-1.1.0.js"></script>
<script src="resources/js/magnific-popup.lightbox.js"></script>
<!-- impress.mod.js -->
<script src="vendor/impress/impress.fork.js"></script>
<script src="vendor/impress/impress-slidenum.js"></script>
<script>
var obj = impress();
obj.init();
initSlideNo(obj);
</script>
</body>
</html>