-
Notifications
You must be signed in to change notification settings - Fork 1
/
data.html
918 lines (913 loc) · 57.4 KB
/
data.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
<!doctype html>
<html>
<head>
<title>OFF-LOD - Knowledge Representation</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-widht, inital-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css"/>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'>
<link href='https://fonts.googleapis.com/css?family=DM Sans' rel='stylesheet'>
<script type="text/javascript" src="JS/myscript.js"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Beau+Rivage&display=swap" rel="stylesheet">
</head>
<body>
<!-- Header and Navbar-->
<header id="header" class="fixed-top">
<div class="container-fluid d-flex justify-content-between">
<a href="index.html" id="logo">
<h1>
<span id="zk-trigger">
O<span class="hide hide1">rlando</span>
F<span class="hide hide2">urioso</span>
<span id="cursive">f<span class="hide hide1">or</span></span>
-L<span class="hide hide2">inked</span>
O<span class="hide hide1">pen</span>
D<span class="hide hide2">ata</span>
</span>
</h1>
</a>
<nav class="navbar">
<ul>
<li class="dropdown"><a href="index.html">The project</a>
<ul>
<li><a href="index.html#idea">Idea</a></li>
<li><a href="index.html#itemssection">Items</a></li>
<li><a href="index.html#thirdsection">Workflow</a></li>
<li><a href="index.html#teampresentation">Team</a></li>
</ul>
</li>
<li class="dropdown"><a href="models.html">Knowledge<br>Organization</a>
<ul>
<li><a href="models.html#conceptualMap">Conceptual map</a></li>
<li><a href="models.html#ERModel">E/R model</a></li>
<li class="dropdown"><a href="#">Metadata</a>
<ul>
<li><a href="models.html#MDScouting">Metadata scouting</a></li>
<li><a href="models.html#MDAlignment">Metadata alignment</a></li>
</ul>
</li>
<li><a href="models.html#TheoModel">Theoretical model</a></li>
<li><a href="models.html#ConcModel">Conceptual model</a></li>
</ul>
</li>
<li class="dropdown"><a href="#" class="scrollto active">Knowledge<br>Representation</a>
<ul>
<li><a href="#DataDesc">Data description</a></li>
<li><a href="#URI">URI definition</a></li>
<li><a href="#Turtle">RDF production</a></li>
<li><a href="#RDFVisualization">RDF visualization</a></li>
</ul>
</li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav>
</div>
</header>
<div id="Data-desc" class="Modelssection1">
<h2 class="models-p">Data Description</h2>
<p class="models-p">Starting from the properties described by the conceptual model, each item is described through a table (<a href="CSV 1.txt" download style="color: rgb(41, 123, 65);">here</a> downloadable in .csv format). These tables lists in the rows all the statements related to the item, while the single elements of the triple are described in columns.</p>
<div class="tabs">
<input type="radio" id="tab5" name="tab-control" checked>
<input type="radio" id="tab6" name="tab-control">
<input type="radio" id="tab7" name="tab-control">
<ul>
<li title="Bibliographic Resources"><label for="tab5" role="button"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<circle style="fill:#386895;" cx="256" cy="256" r="256"/>
<path style="fill:#273B7A;" d="M510.178,225.445l-83.223-83.223L85.333,357.279l154.178,154.177
C244.965,511.803,250.459,512,256,512c141.384,0,256-114.616,256-256C512,245.658,511.369,235.465,510.178,225.445z"/>
<g>
<polygon style="fill:#FFC61B;" points="312.889,271.946 256,271.946 199.111,271.946 85.333,328.835 85.333,357.279 256,357.279
426.955,357.279 426.955,328.835 "/>
<polygon style="fill:#FFC61B;" points="199.111,271.946 85.333,328.835 85.333,357.279 256,357.279 256,271.946 "/>
</g>
<polygon style="fill:#E2A610;" points="426.955,328.835 312.889,271.946 256,271.946 256,357.279 426.955,357.279 "/>
<path style="fill:#FEE187;" d="M341.333,113.778C273.527,86.195,256,142.222,256,142.222s-17.527-56.027-85.333-28.444
s-85.621,28.444-85.621,28.444v199.111c0,0,17.815-0.862,85.621-28.444S256,341.333,256,341.333s17.527-56.027,85.333-28.444
s85.621,28.444,85.621,28.444V142.222C426.955,142.222,409.14,141.36,341.333,113.778z"/>
<path style="fill:#FFEDB5;" d="M85.045,341.333c0,0,17.815-0.862,85.621-28.444S256,341.333,256,341.333V142.222
c0,0-17.527-56.027-85.333-28.444s-85.621,28.444-85.621,28.444V341.333z"/>
<path style="fill:#FEE187;" d="M426.955,341.333c0,0-17.815-0.862-85.621-28.444S256,341.333,256,341.333V142.222
c0,0,17.527-56.027,85.333-28.444s85.621,28.444,85.621,28.444L426.955,341.333L426.955,341.333z"/></svg><br><span>Bibliographic Resources</span></label></li>
<li title="Archival Resources"><label for="tab6" role="button"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<circle style="fill:#EA8953;" cx="256" cy="256" r="256"/>
<path style="opacity:0.1;enable-background:new ;" d="M505.056,315.152L376.592,186.688v-0.053l-48-47.947l-32-32H135.419
v266.667l137.989,137.989C386.64,503.733,479.643,422.539,505.056,315.152z"/>
<polygon style="fill:#EBF0F3;" points="296.613,106.667 135.397,106.667 135.397,373.333 344.603,373.333 344.603,154.656 "/>
<g>
<polygon style="fill:#D5D6DB;" points="296.613,154.656 344.603,154.656 296.613,106.667 "/>
<rect x="156.672" y="180.779" style="fill:#D5D6DB;" width="166.667" height="5.333"/>
<rect x="156.672" y="205.333" style="fill:#D5D6DB;" width="166.667" height="5.333"/>
<rect x="156.672" y="229.867" style="fill:#D5D6DB;" width="166.667" height="5.333"/>
<rect x="156.672" y="254.453" style="fill:#D5D6DB;" width="112" height="5.333"/>
<rect x="156.672" y="278.987" style="fill:#D5D6DB;" width="166.667" height="5.333"/>
<rect x="156.672" y="303.573" style="fill:#D5D6DB;" width="166.667" height="5.333"/>
<rect x="156.672" y="328.107" style="fill:#D5D6DB;" width="166.667" height="5.333"/>
<rect x="156.672" y="352.693" style="fill:#D5D6DB;" width="83.328" height="5.333"/>
</g>
<polygon style="fill:#FFFFFF;" points="328.613,138.667 167.397,138.667 167.397,405.333 376.603,405.333 376.603,186.656 "/>
<g>
<polygon style="fill:#EBF0F3;" points="328.613,186.656 376.603,186.656 328.613,138.667 "/>
<rect x="188.693" y="212.779" style="fill:#EBF0F3;" width="166.667" height="5.333"/>
<rect x="188.693" y="237.333" style="fill:#EBF0F3;" width="166.667" height="5.333"/>
<rect x="188.693" y="261.867" style="fill:#EBF0F3;" width="166.667" height="5.333"/>
<rect x="188.693" y="286.453" style="fill:#EBF0F3;" width="112" height="5.333"/>
<rect x="188.693" y="310.987" style="fill:#EBF0F3;" width="166.667" height="5.333"/>
<rect x="188.693" y="335.573" style="fill:#EBF0F3;" width="166.667" height="5.333"/>
<rect x="188.693" y="360.107" style="fill:#EBF0F3;" width="166.667" height="5.333"/>
<rect x="188.693" y="384.693" style="fill:#EBF0F3;" width="83.328" height="5.333"/>
</g></svg><br><span>Archival Resources</span></label></li>
<li title="Artifacts"><label for="tab7" role="button">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<circle style="fill:#C2001B;" cx="256" cy="256" r="256"/>
<path style="fill:#940030;" d="M503.327,189.755l-99.381-99.383L96.466,397.74l109.325,109.325C222.029,510.293,238.814,512,256,512
c141.384,0,256-114.616,256-256C512,233.088,508.973,210.887,503.327,189.755z"/>
<path style="fill:#FFC61B;" d="M183.079,311.129L183.079,311.129c-12.266-12.266-11.624-32.342,1.402-43.799L386.377,89.757
c5.072-4.46,12.736-4.215,17.511,0.56l0,0c4.775,4.775,5.022,12.44,0.56,17.511L226.878,309.725
C215.421,322.751,195.344,323.394,183.079,311.129z"/>
<path style="fill:#EDB015;" d="M403.889,90.317c-0.391-0.391-0.809-0.741-1.236-1.072L182.472,310.456
c0.209,0.221,0.39,0.457,0.605,0.672l0,0c12.266,12.266,32.342,11.623,43.799-1.402l177.574-201.899
C408.91,102.757,408.666,95.092,403.889,90.317z"/>
<path style="fill:#FFEDB5;" d="M128.278,302.309c17.568-17.568,46.052-17.568,63.621,0c17.568,17.568,17.568,46.052,0,63.621
c-17.568,17.568-95.432,31.81-95.432,31.81S110.709,319.878,128.278,302.309z"/>
<path style="fill:#FDE085;" d="M191.221,301.666L96.668,396.66c-0.131,0.695-0.202,1.077-0.202,1.077s77.862-14.241,95.43-31.81
c17.568-17.568,17.568-46.052,0-63.619C191.676,302.089,191.445,301.882,191.221,301.666z"/>
</svg><br><span>Artifacts</span></label></li>
</ul>
<div class="slider second-slider"><div class="indicator"></div></div>
<hr>
<div class="content">
<section>
<div class="scheda-title">
<h2 class="table-title-desc">Bibliographic Resources</h2>
</div>
<div class="row">
<div class="table-datadesc">
<table class="table-responsive-xl table-success table-hover table-striped col-12 table-desc">
<tr>
<th>Subject</th>
<th>Predicate</th>
<th>Object</th>
</tr>
<tr>
<td>Book</td>
<td>crm:P102_has_title</td>
<td>Orlando Furioso</td>
</tr>
<tr>
<td>Book</td>
<td>crm:P108_was_produced_by</td>
<td>Ludovico Ariosto</td>
</tr>
<tr>
<td>Book</td>
<td> lido:resourceDateTaken</td>
<td> 1516</td>
</tr>
<tr>
<td>Book</td>
<td> fabio:hasPublisher</td>
<td> Giovanni Mazocco dal Bondeno</td>
</tr>
<tr>
<td>Book</td>
<td> fabio:hasPlaceOfPublication</td>
<td> Ferrara</td>
</tr>
<tr>
<td>Book</td>
<td> crm:P52_has_current_owner</td>
<td> Biblioteca Nazionale Centrale</td>
</tr>
<tr>
<td>Book</td>
<td> crm:P55_has_current_location</td>
<td> Florence</td>
</tr>
<tr>
<td>Book</td>
<td> crm:P45_consists_of</td>
<td> paper</td>
</tr>
<tr>
<td>Book</td>
<td> crm:P72_has_language</td>
<td> Italian</td>
</tr>
<tr>
<td>Book</td>
<td>fabio:has_examplar</td>
<td>Manuscript</td>
</tr>
<tr>
<td>Book</td>
<td>bf:editionStatement</td>
<td>First edition</td>
</tr>
<tr>
<td>Book</td>
<td>fabio:isPortrayalOf</td>
<td>Orlando Furioso</td>
</tr>
<tr>
<td>Book</td>
<td>crm:P3_has_note</td>
<td>Orlando Furioso's <em>editio princeps</em>, edited in Ferrara (1516)</td>
</tr>
<tr>
<td>Book</td>
<td>crm:P2_has_type</td>
<td>printed book</td>
</tr>
</table>
<p>Click <a href="csv/OFFLODeditio_princeps.csv" download style="color: rgb(41, 123, 65);">here</a> to download the .csv file</p>
</div>
<div class="table-datadesc">
<table class="table-responsive-xl table-hover table-striped col-12 separate-table table-desc">
<tr>
<th>Subject</th>
<th>Predicate</th>
<th>Object</th>
</tr>
<tr>
<td>Book</td>
<td> crm:P102_has_title</td>
<td> Orlando furioso in English heroical verse, by Iohn Haringto[n]</td>
</tr>
<tr>
<td>Book</td>
<td> crm:P108_was_produced_by</td>
<td> John Harington</td>
</tr>
<tr>
<td>Book</td>
<td> fabio:hasPublicationDate</td>
<td> 1591</td>
</tr>
<tr>
<td>Book</td>
<td> fabio:hasPublisher</td>
<td> Richard Field</td>
</tr>
<tr>
<td>Book</td>
<td> fabio:hasPlaceOfPublication</td>
<td> London</td>
</tr>
<tr>
<td>Book</td>
<td> crm:P52_has_current_owner</td>
<td> Boston Public Library</td>
</tr>
<tr>
<td>Book</td>
<td> crm:P55_has_current_location</td>
<td> Boston</td>
</tr>
<tr>
<td>Book</td>
<td> crm:P45_consists_of</td>
<td> paper</td>
</tr>
<tr>
<td>Book</td>
<td> crm:P72_has_language</td>
<td> English</td>
</tr>
<tr>
<td>Book</td>
<td> crm:P73_is_translation_of</td>
<td> Orlando Furioso</td>
</tr>
<tr>
<td>Book</td>
<td>crm:P3_has_note</td>
<td>Orlando Furioso's translation by the English writer Johan Harington, edited in London (1591).</td>
</tr>
<tr>
<td>Book</td>
<td>crm:P2_has_type</td>
<td>printed book</td>
</tr>
</table>
<p>Click <a href="csv/OFFLODtranslation.csv" download style="color: rgb(41, 123, 65);">here</a> to download the .csv file</p>
</div>
<div class="table-datadesc">
<table class="table-responsive-xl table-success table-hover table-striped col-12 table-desc">
<tr>
<th>Subject</th>
<th>Predicate</th>
<th>Object</th>
</tr>
<tr>
<td>Essay</td>
<td> crm:P102_has_title</td>
<td> Lezioni americane : sei proposte per il prossimo millennio</td>
</tr>
<tr>
<td>Essay</td>
<td> crm:P108_was_produced_by</td>
<td> Italo Calvino</td>
</tr>
<tr>
<td>Essay</td>
<td> lido:resourceDateTaken</td>
<td> 1985</td>
</tr>
<tr>
<td>Essay</td>
<td> fabio:hasPublicationDate</td>
<td> 1988</td>
</tr>
<tr>
<td>Essay</td>
<td> fabio:has_publisher</td>
<td> Garzanti</td>
</tr>
<tr>
<td>Essay</td>
<td> fabio:has_place_of_publication</td>
<td> Milan </td>
</tr>
<tr>
<td>Essay</td>
<td> crm:P52_has_current_owner</td>
<td> Biblioteca Salaborsa</td>
</tr>
<tr>
<td>Essay</td>
<td> crm:P55_has_current_location</td>
<td> Bologna</td>
</tr>
<tr>
<td>Essay</td>
<td> crm:P45_consists_of</td>
<td> paper</td>
</tr>
<tr>
<td>Essay</td>
<td> crm:P103_was_intended_for</td>
<td>Harvard Lectures</td>
</tr>
<tr>
<td>Essay</td>
<td> crm:P72_has_language</td>
<td> Italian</td>
</tr>
<tr>
<td>Essay</td>
<td> cito:cites</td>
<td> Orlando Furioso</td>
</tr>
<tr>
<td>Essay</td>
<td>crm:P3_has_note</td>
<td>A collection of essays of Literary criticism devoted to the description of the features of the literature of the 21st century</td>
</tr>
<tr>
<td>Essay</td>
<td>crm:P2_has_type</td>
<td>printed book</td>
</tr>
</table>
<p>Click <a href="csv/OFFLOD6memos.csv" download style="color: rgb(41, 123, 65);">here</a> to download the .csv file</p>
</div>
<div class="table-datadesc">
<table class="table-responsive-xl table-hover table-striped col-12 separate-table table-desc">
<tr>
<th>Subject</th>
<th>Predicate</th>
<th>Object</th>
</tr>
<tr>
<td>Manuscript</td>
<td> crm:P102_has_title</td>
<td> Ms.S.Mart.353</td>
</tr>
<tr>
<td>Manuscript</td>
<td> crm:P108_was_produced_by</td>
<td> Ludovico Ariosto</td>
</tr>
<tr>
<td>Manuscript</td>
<td> crm:P4_has_time_span</td>
<td> XVI century</td>
</tr>
<tr>
<td>Manuscript</td>
<td>fabio:isPortraylOf</td>
<td>Orlando Furioso</td>
</tr>
<tr>
<td>Manuscript</td>
<td> crm:P52_has_current_owner</td>
<td> Biblioteca nazionale Vittorio Emanuele III</td>
</tr>
<tr>
<td>Manuscript</td>
<td> crm:P55_has_current_location</td>
<td> Naples</td>
</tr>
<tr>
<td>Manuscript</td>
<td> crm:P45_consists_of</td>
<td> paper</td>
</tr>
<tr>
<td>Manuscript</td>
<td> crm:P72_has_language</td>
<td> Italian</td>
</tr>
<tr>
<td>Manuscript</td>
<td>crm:P3_has_note</td>
<td>An autograph manuscript of the Orlando furioso</td>
</tr>
<tr>
<td>Manuscript</td>
<td>crm:P2_has_type</td>
<td>manuscript</td>
</tr>
</table>
<p>Click <a href="csv/OFFLODms.csv" download style="color: rgb(41, 123, 65);">here</a> to download the .csv file</p>
</div>
</section>
<section>
<div class="scheda-title">
<h2 class="table-title-desc">Archival resources</h2>
</div>
<div class="table-datadesc">
<table class="table-responsive-xl table-hover table-danger table-striped col-12 separate-table">
<tr>
<th>Subject</th>
<th>Predicate</th>
<th>Object</th>
</tr>
<tr>
<td>Letter</td>
<td> crm:P108_was_produced_by</td>
<td> Ludovico Ariosto</td>
</tr>
<tr>
<td>Letter</td>
<td> schema::locationCreated</td>
<td> Ferrara</td>
</tr>
<tr>
<td>Letter</td>
<td> lido:resourceDateTaken</td>
<td> 1531-02-23</td>
</tr>
<tr>
<td>Letter</td>
<td> crm:P52_has_current_owner</td>
<td> Archivio di Stato</td>
</tr>
<tr>
<td>Letter</td>
<td> crm:P55_has_current_location</td>
<td> Modena</td>
</tr>
<tr>
<td>Letter</td>
<td> schema::participant:recipient</td>
<td> Pietro Bembo</td>
</tr>
<tr>
<td>Letter</td>
<td> crm:P72_has_language</td>
<td> Italian</td>
</tr>
<tr>
<td>Letter</td>
<td> crm:P67_refers_to</td>
<td> Orlando Furioso</td>
</tr>
<tr>
<td>Letter</td>
<td>crm:P3_has_note</td>
<td>A letter sent by Ludovico Ariosto to Pietro Bembo. The Orlando Furioso is one of the letter's topics</td>
</tr>
<tr>
<td>Letter</td>
<td>crm:P2_has_type</td>
<td>handwritten letter</td>
</tr>
</table>
<p>Click <a href="csv/OFFLODletter.csv" download style="color: #e73030d6">here</a> to download the .csv file</p>
</div>
<div class="table-datadesc">
<table class="table-responsive-xl table-hover table-striped col-12 separate-table">
<tr>
<th>Subject</th>
<th>Predicate</th>
<th>Object</th>
</tr>
<tr>
<td>Archival Resource</td>
<td> crm:P102_has_title</td>
<td> L'Orlando Furioso</td>
</tr>
<tr>
<td>Archival Resource</td>
<td> crm:P108_was_produced_by</td>
<td> Alessandro Cervellati</td>
</tr>
<tr>
<td>Archival Resource</td>
<td> crm:P45_consists_of</td>
<td> ink and watercolor</td>
</tr>
<tr>
<td>Archival Resource</td>
<td> lido:resourceDateTaken</td>
<td> 1969</td>
</tr>
<tr>
<td>Archival Resource</td>
<td> crm:P52_has_current_owner</td>
<td> Biblioteca dell'Archiginnasio</td>
</tr>
<tr>
<td>Archival Resource</td>
<td> crm:P55_has_current_location</td>
<td> Bologna</td>
</tr>
<tr>
<td>Archival Resource</td>
<td> crm:P138_represents</td>
<td> Orlando Furioso (play)</td>
</tr>
<tr>
<td>Archival Resource</td>
<td> crm:P72_has_language</td>
<td> Italian</td>
</tr>
<tr>
<td>Archival Resource</td>
<td>crm:P3_has_note</td>
<td>A flyer promoting a play inspired by the Orlando Furioso and performed in Bologna (1969)</td>
</tr>
<tr>
<td>Archival Resource</td>
<td>crm:P2_has_type</td>
<td>artefact</td>
</tr>
</table>
<p>Click <a href="csv/OFFLODflyer.csv" download style="color: #e73030d6">here</a> to download the .csv file</p>
</div>
<div class="table-datadesc">
<table class="table-responsive-xl table-hover table-danger table-striped col-12 separate-table">
<tr>
<th>Subject</th>
<th>Predicate</th>
<th>Object</th>
</tr>
<tr>
<td>Play</td>
<td> crm:P102_has_title</td>
<td> Orlando Furioso</td>
</tr>
<tr>
<td>Play</td>
<td> crm:P108_was_produced_by</td>
<td> Luca Ronconi </td>
</tr>
<tr>
<td>Play</td>
<td> crm:P108_was_produced_by</td>
<td> Edoardo Sanguineti </td>
</tr>
<tr>
<td>Play</td>
<td> lido:resourceDateTaken</td>
<td> 1969</td>
</tr>
<tr>
<td>Play</td>
<td> crm:P72_has_language</td>
<td> Italian</td>
</tr>
<tr>
<td>Play</td>
<td> prov:isInfluencedBy</td>
<td> Orlando Furioso</td>
</tr>
<tr>
<td>Play</td>
<td>crm:P3_has_note</td>
<td>A theatre adaptation of the Orlando Furioso directed by Luca Ronconi and written by Edorardo Sanguineti</td>
</tr>
<tr>
<td>Play</td>
<td>crm:P2_has_type</td>
<td>performance</td>
</tr>
</table>
<p>Click <a href="csv/OFFLODplay.csv" download style="color: #e73030d6">here</a> to download the .csv file</p>
</div>
</section>
<section>
<div class="scheda-title">
<h2 class="table-title-desc">Artifacts</h2>
</div>
<div class="table-datadesc">
<table class="table-responsive-xl table-hover table-info table-striped col-12 separate-table">
<tr>
<th>Subject</th>
<th>Predicate</th>
<th>Object</th>
</tr>
<tr>
<td>Human-Made Thing</td>
<td> crm:P102_has_title</td>
<td> Portrait of Gerolamo (?) Barbarigo</td>
</tr>
<tr>
<td>Human-Made Thing</td>
<td> crm:P108_was_produced_by</td>
<td> Titian</td>
</tr>
<tr>
<td>Human-Made Thing</td>
<td> crm:P4_has_time_span</td>
<td> about 1510</td>
</tr>
<tr>
<td>Human-Made Thing</td>
<td> crm:P32_used_general_technique</td>
<td> oil on canvas</td>
</tr>
<tr>
<td>Human-Made Thing</td>
<td> crm:P52_has_current_owner</td>
<td> The National Gallery</td>
</tr>
<tr>
<td>Human-Made Thing</td>
<td> crm:P55_has_current_location</td>
<td> London</td>
</tr>
<tr>
<td>Human-Made Thing</td>
<td> crm:P45_consists_of</td>
<td> canvas</td>
</tr>
<tr>
<td>Human-Made Thing</td>
<td> crm:P62_depicts</td>
<td> Ludovico Ariosto</td>
</tr>
<tr>
<td>Human-Made Thing</td>
<td>crm:P3_has_note</td>
<td>A portrait of Ludovico Ariosto by Titian</td>
</tr>
<tr>
<td>Human-Made Thing</td>
<td>crm:P2_has_type</td>
<td>artefact</td>
</tr>
</table>
<p>Click <a href="csv/OFFLODportraitTitian.csv" download style="color: #1092a6">here</a> to download the .csv file</p>
</div>
<div class="table-datadesc">
<table class="table-responsive-xl table-hover table-striped col-12 separate-table">
<tr>
<th>Subject</th>
<th>Predicate</th>
<th>Object</th>
</tr>
<tr>
<td>Human-Made Thing</td>
<td> crm:P102_has_title</td>
<td> Alcina riceve Ruggero nel suo castello</td>
</tr>
<tr>
<td>Human-Made Thing</td>
<td> crm:P108_was_produced_by</td>
<td> Nicolò dell'Abate </td>
</tr>
<tr>
<td>Human-Made Thing</td>
<td> crm:P4_has_time_span</td>
<td> 1548/1550</td>
</tr>
<tr>
<td>Human-Made Thing</td>
<td> crm:P32_used_general_technique</td>
<td> fresco</td>
</tr>
<tr>
<td>Human-Made Thing</td>
<td> crm:P52_has_current_owner</td>
<td> Pinacoteca Nazionale di Bologna</td>
</tr>
<tr>
<td>Human-Made Thing</td>
<td> crm:P55_has_current_location</td>
<td> Bologna</td>
</tr>
<tr>
<td>Human-Made Thing</td>
<td> crm:P45_consists_of</td>
<td> lime plaster</td>
</tr>
<tr>
<td>Human-Made Thing</td>
<td> crm:P62_depicts</td>
<td> Ruggero</td>
</tr>
<tr>
<td>Human-Made Thing</td>
<td>crm:P3_has_note</td>
<td>A fresco representing Ruggero hosted by Alcina in her castle</td>
</tr>
<tr>
<td>Human-Made Thing</td>
<td>crm:P2_has_type</td>
<td>artefact</td>
</tr>
</table>
<p>Click <a href="csv/OFFLODfresco.csv" download style="color: #1092a6">here</a> to download the .csv file</p>
</div>
<div class="table-datadesc">
<table class="table-responsive-xl table-hover table-info table-striped col-12 separate-table">
<tr>
<th>Subject</th>
<th>Predicate</th>
<th>Object</th>
</tr>
<tr>
<td>Human-Made Object</td>
<td> crm:P102_has_title</td>
<td> Roland furieux</td>
</tr>
<tr>
<td>Human-Made Object</td>
<td> crm:P108_was_produced_by</td>
<td> Jean Bernard Duseigneur</td>
</tr>
<tr>
<td>Human-Made Object</td>
<td> lido:resourceDateTaken</td>
<td> 1867</td>
</tr>
<tr>
<td>Human-Made Object</td>
<td> crm:P33_used_specific_technique</td>
<td> sculpture</td>
</tr>
<tr>
<td>Human-Made Object</td>
<td> crm:P52_has_current_owner</td>
<td> Louvre</td>
</tr>
<tr>
<td>Human-Made Object</td>
<td> crm:P55_has_current_location</td>
<td> Paris</td>
</tr>
<tr>
<td>Human-Made Object</td>
<td> crm:P45_consists_of</td>
<td> bronze</td>
</tr>
<tr>
<td>Human-Made Object</td>
<td> crm:P62_depicts</td>
<td> Orlando</td>
</tr>
<tr>
<td>Human-Made Object</td>
<td> crm:P3_has_note</td>
<td> A bronze statue describing Orlando during his madness</td>
</tr>
<tr>
<td>Human-Made Object</td>
<td> crm:P2_has_type</td>
<td> artefact</td>
</tr>
</table>
<p>Click <a href="csv/OFFLODrolandLouvre.csv" download style="color: #1092a6">here</a> to download the .csv file</p>
</div>
<div class="table-datadesc">
<table class="table-responsive-xl table-hover table-striped col-12 separate-table">
<tr>
<th>Subject</th>
<th>Predicate</th>
<th>Object</th>
</tr>
<tr>
<td>Human-Made Object</td>
<td> crm:P102_has_title</td>
<td> Cor de Roland</td>
</tr>
<tr>
<td>Human-Made Object</td>
<td> crm:P4_has_time_span</td>
<td> XI century</td>
</tr>
<tr>
<td>Human-Made Object</td>
<td> crm:P33_used_specific_technique</td>
<td> bas-relief</td>
</tr>
<tr>
<td>Human-Made Object</td>
<td> crm:P52_has_current_owner</td>
<td> Museo Paul-Dupuy </td>
</tr>
<tr>
<td>Human-Made Object</td>
<td> crm:P55_has_current_location</td>
<td> Toulouse</td>
</tr>
<tr>
<td>Human-Made Object</td>
<td> crm:P45_consists_of</td>
<td> ivory</td>
</tr>
<tr>
<td>Human-Made Object</td>
<td> fabio:isExemplarOf</td>
<td> olifant</td>
</tr>
<tr>
<td>Human-Made Object</td>
<td> crm:P3_has_note</td>
<td> A legendary horn whose owner is believed to be Orlando</td>
</tr>
<tr>
<td>Human-Made Object</td>
<td> crm:P2_has_type</td>
<td> artefact</td>
</tr>
</table>
<p>Click <a href="csv/OFFLODolifant.csv" download style="color: #1092a6">here</a> to download the .csv file</p>
</div>
</section>
</div>
</div>
</div>
</div>
<div id="URI" class="Modelssection2">
<h2 class="models-p">Resource identification</h2>
<p class="models-p">Before writing the Turtle serialization, each entity needs to be identified through a unique URI taken from the domain of the project. In the code beneath, this identifier is shortened through the declaration <i>@base</i> allowed by Turtle syntax. The following sections do not correspond to the description of the entire domain, but list the properties related to the letter to Bembo, the portrait by Titian and the autograph manoscript of the <i>Orlando Furioso</i>.</p>
<h3 class="models-p">Work and Items</h3>
<div class="models-p">
<ul>
<li><i>Orlando furioso</i>: https://off-lod.github.io/orlando-furioso/work/orlandoFurioso</li>
<li>Manuscript: https://off-lod.github.io/orlando-furioso/item/ms</li>
<li>Letter: https://off-lod.github.io/orlando-furioso/item/letterBembo</li>
<li>Portrait: https://off-lod.github.io/orlando-furioso/item/portraitTitian</li>
</ul>
</div>
<h3 class="models-p">People and Places</h3>
<div class="models-p">
<ul>
<li>Ludovico Ariosto: https://off-lod.github.io/orlando-furioso/person/ariosto</li>
<li>Pietro Bembo: https://off-lod.github.io/orlando-furioso/person/bembo</li>
<li>Tiziano Vecellio: https://off-lod.github.io/orlando-furioso/person/titian</li>
<li>Ferrara, Italy: https://off-lod.github.io/orlando-furioso/place/ferrara</li>
</ul>
</div>
</div>
<div id="Turtle" class="Modelssection1">
<h2 class="models-p">RDF Production</h2>
<p class="models-p">The statements visualized in the conceptual model and the listed in the data description are then translated into a RDF Turtle serialization. Each entity has been identified and named with a URI related to the domain of the project, while the properties are translated according to the chosen ontologies. In addition, values are expressed through authorities (AAT for art historical lexicon, VIAF for people or institutions, Geonames for places). To describe the identity between these values and new entities, the property <i>sameAs</i> of the OWL ontology has been used.</p>
<p class="models-p">With this formalization, statements can be written to describe the domain. This serialization has been verified thanks to <a href="http://ttl.summerofcode.be">IDLab Turtle Validator</a>.</p>
<div class="snippet">
<script src="https://gist.github.com/ManueleVeggi/8e6edab640701bbe98e7dee89f71ab7e.js"></script>
</div>
</div>
<div id="RDFVisualization" class="Modelssection2">
<h2 class="models-p">RDF Visualization</h2>
<p class="models-p">After the serialization, the domain can be finally visualized as a data model. The network of entities and properties is automatically drawn by <a href="https://www.ldf.fi/service/rdf-grapher">RDF Grapher</a> starting from the Turtle file.</p>
<a href="images/rdf-grapher.png" target="blank"><img src="images/rdf-grapher.png" class="mapinmodel" alt="RDF Visualization"></a>
</div>
<footer class="text-center">
<div class="text-center p-3">
<b>A Linked Open Data project</b><br><br>
MA "Digital Humanities and Digital Knowledge", University of Bologna <br>
Course "Knowledge Organization and Cultural Heritage" <br>
<div>
<small>Powered by Bootstrap</small>
<a
class="btn btn-link btn-floating btn-lg text-dark m-1"
href="https://github.com/off-lod/orlando-furioso.git"
role="button"
data-mdb-ripple-color="dark">
<i class="fa fa-github"></i>
</a><br>
</div>
© 2022 Copyright: OFF-LOD
</div>
</footer>
</body>