forked from ellecavalli/woodsLOD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdataRep.html
313 lines (307 loc) · 18.6 KB
/
dataRep.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
<!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="dataRep"></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">D</span><span class="text-danger">a</span><span class="text-warning">t</span><span class="text-info">a</span> Representation</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.</p>
<br>
<h3>Quick View:</h3>
<a href="dataRep.html#people" class="btn btn-outline-success btn-pill"><i class="fas fa-user-circle"></i> People</a>
<a href="dataRep.html#date" class="btn btn-outline-warning btn-pill"><i class="far fa-calendar-alt"></i> Date</a>
<a href="dataRep.html#place" class="btn btn-outline-info btn-pill"><i class="fas fa-globe"></i> Place</a>
<a href="dataRep.html#concept" class="btn btn-outline-danger btn-pill"><i class="fas fa-lightbulb"></i> Concept</a>
<!-- OK girls here i need help because I don't remember how to put images near but on the same line of the table -->
<!-- Those table with the associated img need to be repeated for every entity -->
<a id="people"></a>
<hr />
<br>
<div class="header">
<h2><span class="text-success">P</span>eople</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-success">
<th scope="col">Question</th>
<th scope="col">Predicate</th>
<th scope="col">Object</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>
<a id="date"></a>
<hr />
<br>
<div class="header">
<h2><span class="text-warning">D</span>ate</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">Object</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>
<a id="place"></a>
<hr />
<br>
<div class="header">
<h2><span class="text-info">P</span>lace</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">Object</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>
<a id="concept"></a>
<hr />
<br>
<div class="header">
<h2><span class="text-danger">C</span>oncept</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">Object</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="concMod.html#concMod"><i class="fas fa-long-arrow-alt-left"></i></a>
</li>
<li class="page-item">
<a class="page-link" href="concMod.html#concMod">Previous</a>
</li>
<li class="page-item active">
<a class="page-link" href="dataConn.html#dataConn">Next</a>
</li>
<li class="page-item">
<a class="page-link" href="dataConn.html#dataConn"><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>