-
Notifications
You must be signed in to change notification settings - Fork 2
/
concMod.html
382 lines (377 loc) · 22.7 KB
/
concMod.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>WoodsLOD</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="description" content="A new design system for developing with less effort.">
<meta name="author" content="BootstrapBay">
<link href="assets/img/favicon.ico" rel="icon" type="image/png">
<link rel="stylesheet" href="./assets/vendor/bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="./assets/css/lazy.css">
<link rel="stylesheet" href="./assets/css/demo.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.0/css/all.css" integrity="sha384-aOkxzJ5uQz7WBObEZcHvV5JvRW3TUc2rNPA7pe3AwnsUohiw1Vj2Rgx2KSOkF5+h" crossorigin="anonymous">
</head>
<body class="index">
<nav class="navbar navbar-expand-lg navbar-dark bg-primary sticky-top">
<div class="container">
<a class="navbar-brand" href="index.html"><img src="assets/img/peace.svg" alt="Example Navbar 1" class="mr-2" height="30"> WoodsLOD</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown-1" aria-controls="navbarNavDropdown-1"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse text-center" id="navbarNavDropdown-1">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home
<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#intro">About WoodsLOD</a>
</li>
<li class="nav-item dropdown mx-2">
<button type="button" class="btn btn-outline-warning btn-pill dropdown-toggle" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> The Project </button>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<a class="dropdown-item" href="item.html#item">Items</a>
<a class="dropdown-item" href="erMod.html#erMod">E/R Model</a>
<a class="dropdown-item" href="metaAlign.html#metaAlign">Metadata Alignment</a>
<a class="dropdown-item" href="theorMod.html#theorMod">Theoretical Model</a>
<a class="dropdown-item" href="concMod.html#concMod">Conceptual Model</a>
<a class="dropdown-item" href="dataRep.html#dataRep">Data Representation</a>
<a class="dropdown-item" href="dataConn.html#dataConn">Data Connection</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#team">The Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#contact">Contact Us</a>
</li>
</ul>
</div>
</div>
</nav>
<a id="home"></a>
<div class="page-hero bg-primary text-white" id="banner">
<div class="bubbles d-none d-md-block">
<!-- bubbles -->
<div class="bubble bubble-1 rotate-bubble bg-warning"></div>
<div class="bubble bubble-2 bubble-bottom-right bg-danger rotate-bubble"></div>
<div class="bubble bubble-3 bubble-top-right bg-warning rotate-bubble"></div>
<div class="bubble bubble-4 bubble-top-left bg-info rotate-bubble"></div>
<div class="bubble bubble-5 bg-info rotate-bubble"></div>
<div class="bubble bubble-6 bubble-bottom-right bg-danger rotate-bubble"></div>
<div class="bubble bubble-7 bubble-top-right bg-success rotate-bubble"></div>
<div class="bubble bubble-8 bubble-top-left bg-success rotate-bubble"></div>
<div class="bubble bubble-9 bg-warning rotate-bubble"></div>
<div class="bubble bubble-10 bg-danger rotate-bubble"></div>
<div class="bubble bubble-11 bubble-bottom-right bg-info rotate-bubble"></div>
<div class="bubble bubble-12 bubble-top-right bg-success rotate-bubble"></div>
<div class="bubble bubble-13 bubble-top-left bg-success rotate-bubble"></div>
<!-- circles -->
<div class="circle circle-1 bg-light rotate-circle"></div>
<div class="circle circle-2 bg-success rotate-circle"></div>
<div class="circle circle-3 bg-danger rotate-circle"></div>
<div class="circle circle-4 bg-info rotate-circle"></div>
<div class="circle circle-5 bg-success rotate-circle"></div>
<div class="circle circle-6 bg-info rotate-circle"></div>
<div class="circle circle-7 bg-warning rotate-circle"></div>
<div class="circle circle-8 bg-white rotate-circle"></div>
<div class="circle circle-9 bg-warning rotate-circle"></div>
<div class="circle circle-10 bg-danger rotate-circle"></div>
</div>
<div class="container">
<div class="row">
<div class="col-12 col-lg-8 offset-lg-2 text-center">
<div class="title">
<h1 class="display-2 text-white">W<span class="text-danger">o</span><span class="text-success">o</span>ds<span class="text-warning">LOD</span></h1>
<h4 class="text-white">Three days of Music, Peace & LOD</h4>
</div>
</div>
</div>
</div>
</div>
<a id="concMod"></a>
<div class="intro bg-light">
<div class="container">
<div class="section desc">
<div class="row">
<div class="col-12 col-md-8 offset-md-2">
<div class="header">
<h2><span class="text-success">C</span><span class="text-danger">o</span><span class="text-warning">n</span><span class="text-info">c</span>eptual Model</h2>
<p style="text-align: justify;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus commodo ante tortor, ac laoreet turpis luctus tincidunt. Cras at pellentesque ipsum. Nulla at velit in eros fermentum venenatis. Proin vel nisi eu urna venenatis vestibulum nec nec quam. Suspendisse justo nisi, malesuada vel enim eget, feugiat commodo eros. In hac habitasse platea dictumst. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Pellentesque sit amet elit eget nunc ultrices pretium vel nec turpis. Ut ultricies laoreet felis, vel lacinia nibh convallis aliquet. Donec eget nibh ac justo tincidunt bibendum a sit amet sapien. In luctus mi quis est viverra, et faucibus nunc vulputate.
<hr />
<div>
<h2><span class="text-success">W</span>ho</h2>
<table class="table">
<thead class="thead">
<tr class="table-success">
<th scope="col">Question</th>
<th scope="col">Predicate</th>
<th scope="col">Model</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">What is the type of entity?</th>
<td>eac-cpf:entityType</td>
<td>EAC-CPF</td>
</tr>
<tr>
<th scope="row">What is the person's name?</th>
<td>foaf:firtsName</td>
<td>FOAF</td>
</tr>
<tr>
<th scope="row">What is the person's surname?</th>
<td>foaf:lastName</td>
<td>FOAF</td>
</tr>
<tr>
<th scope="row">What is the person's gender?</th>
<td>foaf:gender</td>
<td>FOAF</td>
</tr>
<tr>
<th scope="row">How old is this person at the time of the event?</th>
<td>foaf:age</td>
<td>FOAF</td>
</tr>
<tr>
<th scope="row">In which place was the person born?</th>
<td>person:placeOfBirth</td>
<td>Person Core Vocabulary</td>
</tr>
<tr>
<th scope="row">In which country was the person born?</th>
<td>person:countryOfBirth</td>
<td>Person Core Vocabulary</td>
</tr>
<tr>
<th scope="row">When was the person born?</th>
<td>core:dateOfBirth</td>
<td>Core Concepts Ontology</td>
</tr>
<tr>
<th scope="row">In which place did the person die?</th>
<td>person:placeOfDeath</td>
<td>Person Core Vocabulary</td>
</tr>
<tr>
<th scope="row">In which country did the person die?</th>
<td>person:countryOfDeath</td>
<td>Person Core Vocabulary</td>
</tr>
<tr>
<th scope="row">When did the person die?</th>
<td>core:dateOfDeath</td>
<td>Core Concepts Ontology</td>
</tr>
<tr>
<th scope="row">Which is the person's citizenship?</th>
<td>person:citizeship</td>
<td>Person Core Vocabulary</td>
</tr>
<tr>
<th scope="row">What is the person's occupation?</th>
<td>core:occupation</td>
<td>Core Concepts Ontology</td>
</tr>
<tr>
<th scope="row">What did the person do?</th>
<td>core:knownFor</td>
<td>Core Concepts Ontology</td>
</tr>
<tr>
<th scope="row">What was the genre play by the person?</th>
<td>mo:Genre</td>
<td>Music Ontology</td>
</tr>
<tr>
<th scope="row">What is the label correlated to the person?</th>
<td>mo:Label</td>
<td>Music Ontology</td>
</tr>
<tr>
<th scope="row">When did the person's activity start?</th>
<td>mo:activity_start</td>
<td>Music Ontology</td>
</tr>
<tr>
<th scope="row">When did the person's activity end?</th>
<td>mo:activity_end</td>
<td>Music Ontology</td>
</tr>
<tr>
<th scope="row">What is the person’s discography?</th>
<td>mo:discography</td>
<td>Music Ontology</td>
</tr>
<tr>
<th scope="row">Who is known by this person?</th>
<td>foaf:know</td>
<td>FOAF</td>
</tr>
<tr>
<th scope="row">What are the person's past projects?</th>
<td>foaf:pastProject</td>
<td>FOAF</td>
</tr>
<tr>
<th scope="row">What is the biographical note of the person?</th>
<td>eac-cpf:biogHist</td>
<td>EAC-CPF</td>
</tr>
</tbody>
</table>
</div>
<div class="header">
<h2><span class="text-warning">W</span>hen</h2>
<p style="text-align: justify;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus commodo ante tortor, ac laoreet turpis luctus tincidunt. Cras at pellentesque ipsum. Nulla at velit in eros fermentum venenatis.</p>
<table class="table">
<thead class="thead">
<tr class="table-warning">
<th scope="col">Question</th>
<th scope="col">Predicate</th>
<th scope="col">Model</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">blablabla?</th>
<td>...</td>
<td>...</td>
</tr>
<tr>
<th scope="row">blablabla?</th>
<td>...</td>
<td>...</td>
</tr>
<tr>
<th scope="row">blablabla?</th>
<td>...</td>
<td>...</td>
</tr>
<tr>
<th scope="row">blablabla?</th>
<td>...</td>
<td>...</td>
</tr>
</tbody>
</table>
</div>
<div class="header">
<h2><span class="text-info">W</span>here</h2>
<p style="text-align: justify;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus commodo ante tortor, ac laoreet turpis luctus tincidunt. Cras at pellentesque ipsum. Nulla at velit in eros fermentum venenatis.</p>
<table class="table">
<thead class="thead">
<tr class="table-info">
<th scope="col">Question</th>
<th scope="col">Predicate</th>
<th scope="col">Model</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">blablabla?</th>
<td>...</td>
<td>...</td>
</tr>
<tr>
<th scope="row">blablabla?</th>
<td>...</td>
<td>...</td>
</tr>
<tr>
<th scope="row">blablabla?</th>
<td>...</td>
<td>...</td>
</tr>
<tr>
<th scope="row">blablabla?</th>
<td>...</td>
<td>...</td>
</tr>
</tbody>
</table>
</div>
<div class="header">
<h2><span class="text-danger">W</span>hat</h2>
<p style="text-align: justify;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus commodo ante tortor, ac laoreet turpis luctus tincidunt. Cras at pellentesque ipsum. Nulla at velit in eros fermentum venenatis.</p>
<table class="table">
<thead class="thead">
<tr class="table-danger">
<th scope="col">Question</th>
<th scope="col">Predicate</th>
<th scope="col">Model</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">blablabla?</th>
<td>...</td>
<td>...</td>
</tr>
<tr>
<th scope="row">blablabla?</th>
<td>...</td>
<td>...</td>
</tr>
<tr>
<th scope="row">blablabla?</th>
<td>...</td>
<td>...</td>
</tr>
<tr>
<th scope="row">blablabla?</th>
<td>...</td>
<td>...</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div>
<ul class="pagination pagination-lg justify-content-lg-end">
<li class="page-item">
<a class="page-link" href="theorMod.html#theorMod"><i class="fas fa-long-arrow-alt-left"></i></a>
</li>
<li class="page-item">
<a class="page-link" href="theorMod.html#theorMod">Previous</a>
</li>
<li class="page-item active">
<a class="page-link" href="dataRep.html#dataRep">Next</a>
</li>
<li class="page-item">
<a class="page-link" href="dataRep.html#dataRep"><i class="fas fa-long-arrow-alt-right"></i></a>
</li>
</ul>
</div>
</body>
<footer class="footer-1 bg-light text-center text-dark">
<div class="container">
<div class="d-flex flex-column flex-md-row justify-content-between align-items-center">
</div>
<div class="copyright text-center">
<hr />
<p class="small">© 2020, made with <span class="text-danger"><i class="fas fa-heart"></i></span> for the course in "Knowledge Organization and Digital Methods in the Cultural Heritage Domain" </p>
<hr />
</div>
</div>
</footer>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="./assets/vendor/jquery/jquery.min.js"></script>
<script src="./assets/vendor/popper/popper.min.js"></script>
<script src="./assets/vendor/bootstrap/bootstrap.min.js" ></script>
<!-- optional plugins -->
<script src="./assets/vendor/nouislider/js/nouislider.min.js"></script>
<!-- lazy javascript -->
<script src="./assets/js/lazy.js"></script>
</html>