-
Notifications
You must be signed in to change notification settings - Fork 0
/
conceptualm.html
680 lines (662 loc) · 17.5 KB
/
conceptualm.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
<!DOCTYPE HTML>
<!--
Story by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>SissiLinked - Concept</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="apple-touch-icon" sizes="57x57" href="images/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="images/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="images/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="images/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="152x152" href="images/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="images/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="images/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png">
<link rel="manifest" href="images/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="images/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- topnav -->
<div class="topnav" id="myTopnav">
<a class="active" href="index.html">SissiLinked</a>
<a href="items.html"><i>Items</i></a>
<a href="ermodel.html"><i>E/R Model</i></a>
<a href="metadatastandards.html"><i>Metadata Standards</i></a>
<a href="metadataal.html"><i>Metadata Alignment</i></a>
<a href="theoreticalm.html"><i>Theoretical Model</i></a>
<a href="conceptualm.html"><i>Conceptual Model</i></a>
<a href="datadescription.html"><i>Data Description</i></a>
<a href="rdf.html"><i>RDF</i></a>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</div>
<!-- Wrapper -->
<div id="wrapper" class="divided">
<!-- ER model -->
<!-- Introduction -->
<section class="spotlight style4 fullscreen orient-center content-align-left image-position-center onscroll-image-fade-in" id="top">
<div class="content">
<h2>Conceptual Model</h2>
<p align="justify">A conceptual model is our own way of giving specificity to the previously shown frameworks, adding a new level of abstraction on top of them. This model is in fact based on the theoretical model, which lies on a much broader scale of resolution, and it is created by refactoring terms that have already been used and terms taken from existing schemas, vocabularies, and ontologies. </p>
</div>
<div class="image">
<img src="images/spotlight08.jpg" alt="" />
</div>
</section>
<!-- Intro -->
<section class="wrapper style1 align-center" id="indice">
<div class="inner">
<h3>Schemas, ontologies and vocabularies selected in the Theoretical model will be now used to define a set of properties useful to describe <a href="#people">people</a>, <a href="#places">places</a>, <a href="#dates">dates</a>, <a href="#events">events</a> and <a href="#concepts">concepts</a>.<h3>
</section>
<!-- Table -->
<section class="wrapper style1 align-center">
<div class="inner" id="people">
<h2>People</h2>
<br><br>
<div class="content">
<div class="table-wrapper">
<table class="fixed">
<thead>
<tr>
<th>Question</th>
<th>Predicate</th>
<th>Model</th>
</tr>
</thead>
<tbody>
<tr>
<td>What type of entity?</td>
<td>rdf:type</td>
<td>RDF</td>
</tr>
<tr>
<td>What is the name?</td>
<td>foaf:name</td>
<td>FOAF</td>
</tr>
<tr>
<td>What is the given name?</td>
<td>foaf:givenName</td>
<td>FOAF</td>
</tr>
<tr>
<td>What is the birth name?</td>
<td>person:birthName</td>
<td>PCV</td>
</tr>
<tr>
<td>What is the family name?</td>
<td>foaf:familyName</td>
<td>FOAF</td>
</tr>
<tr>
<td>What is the patronymic? </td>
<td>person:patronymicName</td>
<td>PCV</td>
</tr>
<tr>
<td>What is the variant name?</td>
<td>gndo:variantNameOfThePerson</td>
<td>GNDO</td>
</tr>
<tr>
<td>What is the pseudonym?</td>
<td>gndo:pseudnymNameOfThePerson</td>
<td>GNDO</td>
</tr>
<tr>
<td>What is the gender?</td>
<td>foaf:gender</td>
<td>FOAF</td>
</tr>
<tr>
<td>What is the person nationality?</td>
<td>dbo:nationality</td>
<td>DBpedia</td>
</tr>
<tr>
<td>What is the family the person is member of?</td>
<td>gndo:memberOfTheFamily</td>
<td>GNDO</td>
</tr>
<tr>
<td>What is the title of nobility?</td>
<td>gndo:titleOfNobilty</td>
<td>GNDO</td>
</tr>
<tr>
<td>Who is the predecessor?</td>
<td>gndo:predecessor</td>
<td>GNDO</td>
</tr>
<tr>
<td>Who is the successor?</td>
<td>gndo:successor</td>
<td>GNDO</td>
</tr>
<tr>
<td>What was the position held?</td>
<td>gndo:functionOrRole</td>
<td>GNDO</td>
</tr>
<tr>
<td>When was the person born?</td>
<td>gndo:dateOfBirth</td>
<td>GNDO</td>
</tr>
<tr>
<td>Where was the person born?</td>
<td>person:placeOfBirth</td>
<td>PCV</td>
</tr>
<tr>
<td>When did the person die?</td>
<td>gndo:dateOfDeath</td>
<td>GNDO</td>
</tr>
<tr>
<td>Where did the person die?</td>
<td>person:placeOfDeath</td>
<td>PCV</td>
</tr>
<tr>
<td>What was the cause of death?</td>
<td>dbo:causeOfDeath</td>
<td>DBpedia</td>
</tr>
<tr>
<td>Who killed the person?</td>
<td>dbo:killedBy</td>
<td>DBpedia</td>
</tr>
<tr>
<td>What kind of criminal is the person?</td>
<td>dbo:kindOfCriminal</td>
<td>DBpedia</td>
</tr>
<tr>
<td>When was the person arrested?</td>
<td>dbo:apprehended</td>
<td>DBpedia</td>
</tr>
<tr>
<td>What was the person charged for?</td>
<td>dbo:criminalCharge</td>
<td>DBpedia</td>
</tr>
<tr>
<td>What is the place of burial?</td>
<td>dbo:placeOfBurial</td>
<td>DBpedia</td>
</tr>
<tr>
<td>Who is the spouse?</td>
<td>rel:spouseOf</td>
<td>FOAF</td>
</tr>
<tr>
<td>Who are the descendants?</td>
<td>rel:parentOf</td>
<td>FOAF</td>
</tr>
<tr>
<td>When was the person coronated?</td>
<td>dbo:coronationDate</td>
<td>DBpedia</td>
</tr>
<tr>
<td>Where did the person live?</td>
<td>dbo:livingPlace</td>
<td>DBpedia</td>
</tr>
<tr>
<td>Where was the person active?</td>
<td>gndo:placeOfActivity</td>
<td>GNDO</td>
</tr>
<tr>
<td>What was the person waist size?</td>
<td>dbo:waistSize</td>
<td>DBpedia</td>
</tr>
<tr>
<td>What is the biographical note of the person?</td>
<td>eac-cpf:biogHist</td>
<td>EAC-CPF</td>
</tr>
<tr>
<td>Which resource has the person as primary topic?</td>
<td>foaf:isPrimaryTopicOf</td>
<td>FOAF</td>
</tr>
<tr>
<td>Which resource had the person as owner?</td>
<td>rdau:P60630</td>
<td>RDA</td>
</tr>
<tr>
<td>In which resource is the person depicted?</td>
<td>foaf:depiction</td>
<td>FOAF</td>
</tr>
<tr>
<td>What did the person influence?</td>
<td>dbo:influenced</td>
<td>DBpedia</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<!--places -->
<div class="inner" id="places">
<h2>Places</h2>
<br><br>
<div class="content">
<div class="table-wrapper">
<table class="fixed">
<thead>
<tr>
<th>Question</th>
<th>Predicate</th>
<th>Model</th>
</tr>
</thead>
<tbody>
<tr>
<td>What is the generic type?</td>
<td>rdf:type</td>
<td>RDF</td>
</tr>
<tr>
<td>What is the type of building?</td>
<td>dbo:buildingType</td>
<td>DBpedia</td>
</tr>
<tr>
<td>What is the style?</td>
<td>dbo:architecturalStyle</td>
<td>DBpedia</td>
</tr>
<tr>
<td>What is the name of the place?</td>
<td>gn:name</td>
<td>GeoNames</td>
</tr>
<tr>
<td>What is the alternative name of the place?</td>
<td>gn:alternateName</td>
<td>GeoNames</td>
</tr>
<tr>
<td>What is the historical name?</td>
<td>dbo:historicalName</td>
<td>DBpedia</td>
</tr>
<tr>
<td>What is the country where the place is located?</td>
<td>gn:parentCountry</td>
<td>GeoNames</td>
</tr>
<tr>
<td>In which city the place is located?</td>
<td>dbo:city</td>
<td>DBpedia</td>
</tr>
<tr>
<td>What is the building start year?</td>
<td>dbo:buildingStartYear</td>
<td>DBpedia</td>
</tr>
<tr>
<td>What is the building end year?</td>
<td>dbo:buildingEndYear</td>
<td>DBpedia</td>
</tr>
<tr>
<td>What is the address?</td>
<td>schema:address</td>
<td>Schema</td>
</tr>
<tr>
<td>What is the postal code?</td>
<td>gn:postalCode</td>
<td>GeoNames</td>
</tr>
<tr>
<td>Who is the architect?</td>
<td>dbo:architect</td>
<td>DBpedia</td>
</tr>
<tr>
<td>What is the latitude?</td>
<td>wgs84_pos:lat</td>
<td>Basic Geo</td>
</tr>
<tr>
<td>What is the longitude?</td>
<td>wgs84_pos:long</td>
<td>Basic Geo</td>
</tr>
<tr>
<td>What is the map location of the place?</td>
<td>gn:locationMap</td>
<td>GeoNames</td>
</tr>
<tr>
<td>What is the country code?</td>
<td>gn:countryCode</td>
<td>GeoNames</td>
</tr>
<tr>
<td>What is the place wikipedia page?</td>
<td>dbo:wikiPageExternalLink</td>
<td>DBpedia</td>
</tr>
<tr>
<td>What is the description?</td>
<td>dbo:abstract</td>
<td>DBpedia</td>
</tr>
<tr>
<td>What is the dimension of the place?</td>
<td>crm:P43_has_dimension</td>
<td>CIDOC-CRM</td>
</tr>
<tr>
<td>Who is the current owner?</td>
<td>crm:P52_has_current_owner</td>
<td>CIDOC-CRM</td>
</tr>
<tr>
<td>Who is the former owner?</td>
<td>crm:P51_has_former_or_current_owner</td>
<td>CIDOC-CRM</td>
</tr>
<tr>
<td>When did the ownership change?</td>
<td>dbo:dateAgreement</td>
<td>DBpedia</td>
</tr>
<tr>
<td>What is the event associated to the place?</td>
<td>schema:event</td>
<td>Schema</td>
</tr>
<tr>
<td>What is the original use?</td>
<td>dbo:initiallyUsedFor</td>
<td>DBpedia</td>
</tr>
<tr>
<td>What is the current use?</td>
<td>dbo:currentlyUsedFor</td>
<td>DBpedia</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<!--dates -->
<div class="inner" id="dates">
<h2>Dates</h2>
<br><br>
<div class="content">
<div class="table-wrapper">
<table class="fixed">
<thead>
<tr>
<th>Question</th>
<th>Predicate</th>
<th>Model</th>
</tr>
</thead>
<tbody>
<tr>
<td>What type of entity?</td>
<td>rdf:type</td>
<td>RDF</td>
</tr>
<tr>
<td>How to express the notion of date?</td>
<td>dc:date </td>
<td>DCMI</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<!--events -->
<div class="inner" id="events">
<h2>Events</h2>
<br><br>
<div class="content">
<div class="table-wrapper">
<table class="fixed">
<thead>
<tr>
<th>Question</th>
<th>Predicate</th>
<th>Model</th>
</tr>
</thead>
<tbody>
<tr>
<td>What type of entity?</td>
<td>rdf:type</td>
<td>RDF</td>
</tr>
<tr>
<td>Who is the protagonist of the event?</td>
<td>bio:Principal</td>
<td>BIO</td>
</tr>
<tr>
<td>Who is the person that officiates at a ceremonial event?</td>
<td>bio:Officiator</td>
<td>BIO</td>
</tr>
<tr>
<td>Who were the people involved?</td>
<td>bio:participant</td>
<td>BIO</td>
</tr>
<tr>
<td>Who are the witnesses?</td>
<td>bio:witness</td>
<td>BIO</td>
</tr>
<tr>
<td>Who is the agent?</td>
<td>event:agent</td>
<td>EVENT</td>
</tr>
<tr>
<td>Where was the event held?</td>
<td>bio:place</td>
<td>BIO</td>
</tr>
<tr>
<td>When was the event held?</td>
<td>bio:date</td>
<td>BIO</td>
</tr>
<tr>
<td>What is the following event?</td>
<td>bio:immediatelyFollowingEvent</td>
<td>BIO</td>
</tr>
<tr>
<td>Where is depicted?</td>
<td>foaf:depiction</td>
<td>FOAF</td>
</tr>
<tr>
<td>Is there an item related to the event?</td>
<td>event:factor</td>
<td>EVENT</td>
</tr>
<tr>
<td>Is the event referenced by something?</td>
<td>dcterms:isReferencedBy</td>
<td>DCMI</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<!--Concepts -->
<div class="inner" id="concepts">
<h2>Concepts</h2>
<br><br>
<div class="content">
<div class="table-wrapper">
<table class="fixed">
<thead>
<tr>
<th>Question</th>
<th>Predicate</th>
<th>Model</th>
</tr>
</thead>
<tbody>
<tr>
<td>What is the type?</td>
<td>rdf:type</td>
<td>RDF</td>
</tr>
<tr>
<td>What is the title?</td>
<td>crm:P102_has title</td>
<td>CIDOC-CRM</td>
</tr>
<tr>
<td>Which resource has the concept as primary topic?</td>
<td>foaf:isPrimaryTopicOf</td>
<td>FOAF</td>
</tr>
<tr>
<td>What was the concept influenced by?</td>
<td>crm:P15_was_influenced_by</td>
<td>CIDOC-CRM</td>
</tr>
<tr>
<td>Is the concept cited somewhere?</td>
<td>dcterms:bibliographicCitation</td>
<td>DCMI</td>
</tr>
<tr>
<td>What are the people/organizations/events related to the concept?</td>
<td>skos:related</td>
<td>SKOS</td>
</tr>
<tr>
<td>Are there music productions for this concept?</td>
<td>mo:produced_work</td>
<td>Music Ontology</td>
</tr>
<tr>
<td>What does the concept represent?</td>
<td>crm:P138_represents</td>
<td>CIDOC-CRM</td>
</tr>
<tr>
<td>What resource is a particular example of this concept?</td>
<td>crm:P137_is_exemplified_by</td>
<td>CIDOC-CRM</td>
</tr>
<tr>
<td>In which resource is the concept analysed </td>
<td>rdau:P60219</td>
<td>RDA </td>
</tr>
<tr>
<td>When did it start?</td>
<td>dbo:start</td>
<td>DBpedia</td>
</tr>
<tr>
<td>When did it finish?</td>
<td>dbo:end</td>
<td>DBpedia</td>
</tr>
<tr>
<td>What is the concept definition?</td>
<td>skos:definition</td>
<td>SKOS</td>
</tr>
<tr>
<td>What are the places related to the concept?</td>
<td>dbo:relatedplaces</td>
<td>DBpedia</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</section>
<!-- First Diagram -->
<section class="wrapper style2 align-center color10">
<div class="inner">
<h2>Filling the gaps...</h2>
<p>This model adds another level of abstraction on top of the graphical representations seen before. It refactors terms taken from the theoretical model and uses terms defined in the conceptual model, with the purpose of replacing the natural language's instances previously used.<br><br><br>
<span class="image fit"><img src="images/conceptual.svg" alt="" /></span>
</div>
</section>
<!-- Footer -->
<footer class="wrapper style1 align-center">
<div class="inner">
<ul class="icons">
<li><a href="https://twitter.com/UniboDHDK" class="icon brands style2 fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://www.facebook.com/DHDK.unibo/" class="icon brands style2 fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="https://www.instagram.com/unibo/" class="icon brands style2 fa-instagram"><span class="label">Instagram</span></a></li>
</ul>
This is a non-commercial project for scholarly purposes only.
<br>
<a href="https://creativecommons.org/licenses/by-sa/4.0/">Copyright Creative Commons</a>
<p>© SissiLinked. Images <a href="credits.html">Credits</a>.</p>
</div>
</footer>
<!-- <button id=btnScrollToTop onclick="location.href="#explore""> TOP </button> -->
<ul class="actions stacked">
<li><a href="#indice" class="button mini" id="btnScrollToTop">Top</a></li>
</ul>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script>
function myFunction() {
var x = document.getElementById("myTopnav");
if (x.className === "topnav") {
x.className += " responsive";
} else {
x.className = "topnav";
}
}
</script>
</body>
</html>