-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtable_conceptual.html
423 lines (359 loc) · 33 KB
/
table_conceptual.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>BoLo(D) '77. Data representation</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Montserrat:300,400,500,700" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Coda+Caption:wght@800&display=swap" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/animate.css/animate.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- =======================================================
* Template Name: BizPage - v5.1.0
* Template URL: https://bootstrapmade.com/bizpage-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top d-flex align-items-center ">
<div class="container-fluid">
<div class="row justify-content-center align-items-center">
<div class="col-xl-11 d-flex align-items-center justify-content-between">
<h1 class="logo"><a href="index.html">BoLo(<span class="biglit" style="color: #90b05b">D</span>) '77</a></h1>
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="index.html" class="logo"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>-->
<nav id="navbar" class="navbar">
<ul>
<li class="dropdown"><a href="index.html#services"><span>Study of the domain</span> <i class="bi bi-chevron-right"></i></a>
<ul>
<li><a href="index.html#services">Idea</a></li>
<li><a href="index.html#about">The items</a></li>
</ul>
</li>
<li class="dropdown"><a href="index.html#portfolio"><span>Knowledge organization</span> <i class="bi bi-chevron-right"></i></a>
<ul>
<li><a href="index.html#portfolio">Conceptual map and E/R models</a></li>
<li><a href="index.html#clients">Metadata Analysis</a></li>
<li><a href="index.html#MDA">Metadata Alignement</a></li>
<li><a href="index.html#TM">Theoretical model</a></li>
<li><a href="index.html#CM">Conceptual model</a></li>
</ul>
</li>
<li class="dropdown"><a href="index.html#datarepr"><span>Knowledge representation</span> <i class="bi bi-chevron-right"></i></a>
<ul>
<li><a href="table_conceptual.html">Data representation</a></li>
<li><a href="index.html#datarepr">RDF production</a></li>
<li><a href="index.html#RDFrepr">RDF representation</a></li>
</ul>
</li>
<li><a class="nav-link scrollto" href="index.html#team">Team</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</div>
</div>
</header><!-- End Header -->
<main id="main">
<!-- ======= Breadcrumbs Section ======= -->
<section class="breadcrumbs">
<div class="container">
<div class="d-flex justify-content-between align-items-center">
<h3 style="color: black; margin-top: 7%; font-size: 30px">DATA REPRESENTATION</h3>
<ol>
<li><a href="index.html">Home</a></li>
<li>Data representation</li>
</ol>
</div>
</div>
</section><!-- End Breadcrumbs Section -->
<section class="inner-page mt-4">
<div class="container">
<h1 align="center" style="font-size: 18px"><a href="#1">Inascoltable</a> <span style="color: black"> - </span><a href="#2" >Archivio [...]</a><span style="color: black"> - </span><a href="#3">Imponderabilia</a><span style="color: black">-</span> <a href="#4">Incontro [...] Poster</a><span style="color: black"> - </span> <a href="#5">Paz!</a><span style="color: black"> - </span><a href="#6">Piazza [...] Book</a> <span style="color: black">
<p style="margin-top: 2%"></span> <a href="#7">Tre Colonne</a> <span style="color: black"> - </span> <a href="#8">Le ultime [...] Audio recording</a><span style="color: black"> - </span><a href="#9">Manifestazione [...] Video recording</a><span style="color: black"> -</span> <a href="#10">A/traverso</a></p></h1>
<h1 style="color: black; margin-top: 7%; font-size: 25px"><a name="1">INASCOLTABLE. Music Album</a></h1>
<p>
<div class="table-responsive">
<table class="table">
<tr><th></th> <th>Question</th> <th>Subject</th> <th>predicate</th> <th>Object</th></tr>
<tr><td>Who</td> <td>Who is the creator?</td> <td>Inascoltable</td> <td>schema:creator</td> <td>Skiantos</td></tr>
<tr><td>Who</td> <td>Who is the publisher?</td> <td>Inascoltable</td> <td>schema:publisher</td> <td>Harpo's Bazaar</td></tr>
<tr><td>Who</td> <td>Who are the band members?</td> <td>Skiantos</td> <td>schema:member</td> <td>Roberto "Freak" Antoni; Fabio "Dandy Bestia" Testoni; Gianni "Lo Grezzo" Bolelli; Leonardo "Tormento Pestoduro" Ghezzi; Bubba Loris; Stefano "Ringo Starter" Sarti; Franco "Frankie Grossolani" Villani; Andrea "Andy Bellombrosa" Dalla Valle; Mario "Come-Lini" Comellini; Stefano "Sbarbo" Cavedoni</td></tr>
<tr><td>Where</td> <td>Where has been published/released?</td> <td>Inascoltable</td> <td>schema:locationCreated</td> <td>Bologna</td></tr>
<tr><td>When</td> <td>When has been published/released?</td> <td>Inascoltable</td> <td>dcterms:available</td> <td>1977</td></tr>
<tr><td>What</td> <td>In what language is the content?</td> <td>Inascoltable</td> <td>schema:inLanguage</td> <td>italian</td></tr>
<tr><td>What</td> <td>What is composed of?</td> <td>Inascoltable</td> <td>schema:track</td> <td>Permanent flebo; Lieve affranto (Moderato dolore); Io ti spacco la faccia (dal vivo); Makaroni; Io sono un pestone; Non puoi troncarmi un rock; Permanent flebo (reprise); Sono rozzo, sono grezzo; Blues a Balues; Io vi odio; Spacco tutto; Inascoltable (strumentale); Io te la do su; Tutti fatti</td></tr>
<tr><td>What</td> <td>What is the duration?</td> <td>Inascoltable</td> <td>schema:duration</td> <td>37 min 35 sec</td></tr>
<tr><td>What</td> <td>What is the genre?</td> <td>Inascoltable</td> <td>schema:genre</td> <td>Punk; Comedy Rock</td></tr>
<tr><td>What</td> <td>What is the material format/medium?</td> <td>Inascoltable</td> <td>dcterms:medium</td> <td>Musicassette</td></tr>
<tr><td>What</td> <td>What is the title/name?</td> <td>Inascoltable</td> <td>dcterms:title</td> <td>Inascoltable</td></tr>
<tr><td>What</td> <td>What is the type?</td> <td>Inascoltable</td> <td>schema:albumReleaseType</td> <td>Album</td></tr>
</table>
</div>
</p>
<h1 style="color: black; margin-top: 7%; margin-bottom: 3%; font-size: 25px"><a name="2">ARCHIVIO DELL'ASSOCIAZIONE PIERFRANCESCO LORUSSO. Archival Fond</a></h1>
<p>
<div class="table-responsive">
<table class="table">
<tr><th></th> <th>Question</th> <th>Subject</th> <th>predicate</th> <th>Object</th></tr>
<tr><td>Who</td> <td>Who is preserving it?</td> <td>Archivio […]</td> <td>crm:P50 has current keeper</td> <td>Istituto per la storia e le memorie del Novecento Parri E-R</td></tr>
<tr><td>Who</td> <td>Who is the creator?</td> <td>Archivio […]</td> <td>oad:isProducedBy</td> <td>Associazione Pier Francesco Lorusso</td></tr>
<tr><td>Who</td> <td>Who is the founder of the collective agent ?</td> <td>Federico Governatori</td> <td>org:headOf</td> <td>Associazione Pier Francesco Lorusso</td></tr>
<tr><td>Where</td> <td>Where is described?</td> <td>Archivio […]</td> <td>oad:hasEntry</td> <td>http://archivi.ibc.regione.emilia-romagna.it/ibc-cms/cms.item?munu_str=0_1_0&numDoc=8&flagview=viewItemCaster&typeItem=2&itemRef=IT-ER-IBC-037006-004-160</td></tr>
<tr><td>Where</td> <td>Where the collective agent is based?</td> <td>Associazione Pier Francesco Lorusso</td> <td>eac-cpf:hasPlace</td> <td>Bologna</td></tr>
<tr><td>When</td> <td>What time coverage has?</td> <td>Archivio […]</td> <td>oad:date</td> <td>1977-2003</td></tr>
<tr><td>What</td> <td>In what language is the content?</td> <td>Archivio […]</td> <td>oad:hasLanguageScriptsOfMaterial</td> <td>italian</td></tr>
<tr><td>What</td> <td>What are related documents?</td> <td>Archivio […]</td> <td>oad:isDescribedBy</td> <td>Fabio Frigieri, Inventario Associazione Pier Francesco Lorusso, 2010. Inventario [Dattiloscritto, pp. 4]</td></tr>
<tr><td>What</td> <td>What are the dimensions?</td> <td>Archivio […]</td> <td>oad:hasExtentAndMedium</td> <td>0,5 metri lineari complessivi - 5 pezzi (buste, registri, mazzi, etc.) </td></tr>
<tr><td>What</td> <td>What is the description level?</td> <td>Archivio […]</td> <td>oad:hasLevel</td> <td>fonds level</td></tr>
<tr><td>What</td> <td>What is the title/name?</td> <td>Archivio […]</td> <td>oad:title</td> <td>Archivio dell'Associazione Pier Francesco Lorusso</td></tr>
<tr><td>What</td> <td>What is the name of the collective agent?</td> <td>Associazione Pier Francesco Lorusso</td> <td>eac-cpf:named</td> <td>Associazione Pier Francesco Lorusso</td></tr>
<tr><td>What</td> <td>To what event is related?</td> <td>Pier Francesco Lorusso death</td> <td>lode:involved</td> <td>Archivio dell'Associazione Pier Francesco Lorusso</td></tr>
</table>
</div>
</p>
<h1 style="color: black; margin-top: 7%; margin-bottom: 3%; font-size: 25px"><a name="3">IMPONDERABILIA. Performance</a></h1>
<p>
<div class="table-responsive">
<table class="table">
<tr><th></th> <th>Question</th> <th>Subject</th> <th>predicate</th> <th>Object</th></tr>
<tr><td>Who</td> <td>Who has performed?</td> <td>Imponderabilia</td> <td>crm: P14_carried out by</td> <td>Marina Abramovic/Ulay</td></tr>
<tr><td>Who</td> <td>Who is the creator?</td> <td>Imponderabilia</td> <td>dcterms:creator</td> <td>Marina Abramovic/Ulay</td></tr>
<tr><td>Where</td> <td>Where has been performed?</td> <td>Imponderabilia</td> <td>crm: P7_took place at</td> <td>G.A.M.</td></tr>
<tr><td>When</td> <td>When has been performed?</td> <td>Imponderabilia</td> <td>crm: P4_has time span</td> <td>1977</td></tr>
<tr><td>What</td> <td>What is the current name?</td> <td>GAM</td> <td>crm:P27_was origin of</td> <td>MAMbo</td></tr>
<tr><td>What</td> <td>What has influenced it?</td> <td>Imponderabilia</td> <td>crm:P15_was influenced by</td> <td>Historical period</td></tr>
<tr><td>What</td> <td>What is the duration?</td> <td>Imponderabilia</td> <td>crm: P191_had duration</td> <td>90 min.</td></tr>
<tr><td>What</td> <td>What is the subject?</td> <td>Imponderabilia</td> <td>dcterms:subject</td> <td>Eroticism</td></tr>
<tr><td>What</td> <td>What is the title/name?</td> <td>Imponderabilia</td> <td>crm: P102_has title</td> <td>Imponderabilia</td></tr>
<tr><td>What</td> <td>What related work has been produced?</td> <td>Imponderabilia</td> <td>dcterms:hasVersion</td> <td>Rai1 recording</td></tr>
<tr><td>What</td> <td>To what is related the duo foundation?</td> <td>Performance duo</td> <td>crm: P95_was formed by</td> <td>Relationship</td></tr>
</table>
</div>
</p>
<h1 style="color: black; margin-top: 7%; margin-bottom: 3%; font-size: 25px"><a name="4">INCONTRO INTERNAZIONE CONTRO LA REPRESSIONE PER UN NUOVO CICLO DI LOTTE. Poster</a></h1>
<p>
<div class="table-responsive">
<table class="table">
<tr><th></th> <th>Question</th> <th>Subject</th> <th>predicate</th> <th>Object</th></tr>
<tr><td>Who</td> <td>Who is the commissioner?</td> <td>Movimento Studentesco</td> <td>crm:P14_carried_out_by<br>crm:P14.1_in_the_role_of<br>crm:E55_Type="Commissioner"</td> <td>Movimento Studentesco</td></tr>
<tr><td>Who</td> <td>Who has printed it?</td> <td>Incontro [...] Poster</td> <td>dcterms:publisher, crm:P14_carried_out_by</td> <td>Litografia Savelli</td></tr>
<tr><td>Who</td> <td>Who is preserving it?</td> <td>Incontro [...] Poster</td> <td>crm:P_50_has_current_keeper</td> <td>Fondazione Gramsci Emilia-Romagna</td></tr>
<tr><td>Where</td> <td>Where has been printed/created?</td> <td>Incontro [...] Poster</td> <td>crm:P7_took_place_at</td> <td>Roma</td></tr>
<tr><td>Where</td> <td>Where is preserved?</td> <td>Incontro [...] Poster</td> <td>crm:P54_has_current_permanent_location</td> <td>Bologna: Fondazione Gramsci Emilia-Romagna</td></tr>
<tr><td>When</td> <td>When has been printed?</td> <td>Incontro [...] Poster</td> <td>dcterms:created</td> <td>1977</td></tr>
<tr><td>What</td> <td>What are the dimensions?</td> <td>Incontro [...] Poster</td> <td>crm:P43_has_dimension</td> <td>100x70 cm</td></tr>
<tr><td>What</td> <td>What is about?</td> <td>Incontro [...] Poster</td> <td>crm:P129_is_about</td> <td>Incontro Internazionale 23-35 Settembre</td></tr>
<tr><td>What</td> <td>What is the technique of realization?</td> <td>Incontro [...] Poster</td> <td>crm:P32_used_general_technique</td> <td>Offset Lithography</td></tr>
<tr><td>What</td> <td>What is the title/name?</td> <td>Incontro [...] Poster</td> <td>crm:P102_has_title</td> <td>Bologna 23, 24, 25 settembre - Incontro internazionale contro la repressione per un nuovo ciclo di lotte - Libertà per i compagni arrestati</td></tr>
</table>
</div>
</p>
<h1 style="color: black; margin-top: 7%; margin-bottom: 3%; font-size: 25px"><a name="5">PAZ! (Movie)</a></h1>
<p>
<div class="table-responsive">
<table class="table">
<tr><th></th> <th>Question</th> <th>Subject</th> <th>predicate</th> <th>Object</th></tr>
<tr><td>Who</td> <td>Who are the producers?</td> <td>Paz!</td> <td>schema:productionCompany</td> <td>Tangram Film, RAI Cinema, Stream, I.T.C. Movie</td></tr>
<tr><td>Who</td> <td>Who has a cameo in it?</td> <td>Paz!</td> <td>schema:performerIn</td> <td>Freak Antoni, Frankie hi NRG, Giovanni Lindo Ferretti</td></tr>
<tr><td>Who</td> <td>Who has collaborated in it?</td> <td>Paz!</td> <td>schema:contributor</td> <td>Production Crew</td></tr>
<tr><td>Who</td> <td>Who has played in it?</td> <td>Paz!</td> <td>schema:actor</td> <td>Cast members</td></tr>
<tr><td>Who</td> <td>Who is the director?</td> <td>Paz!</td> <td>schema:director</td> <td>Renato De Maria</td></tr>
<tr><td>Who</td> <td>Who is the distributor?</td> <td>Paz!</td> <td>schema:publisher</td> <td>Mikado film</td></tr>
<tr><td>Who</td> <td>Whose is the soundtrack?</td> <td>Paz!</td> <td>schema:musicBy</td> <td>Skiantos, CCCP</td></tr>
<tr><td>Where</td> <td>Where has been produced?</td> <td>Paz!</td> <td>schema:countryOfOrigin</td> <td>Italy</td></tr>
<tr><td>Where</td> <td>Where has been shooted?</td> <td>Paz!</td> <td>schema:locationCreated</td> <td>Bologna</td></tr>
<tr><td>When</td> <td>When has been created?</td> <td>Paz!</td> <td>schema:dateCreated</td> <td>2002</td></tr>
<tr><td>What</td> <td>In what language is the content?</td> <td>Paz!</td> <td>schema:inLanguage</td> <td>Italian</td></tr>
<tr><td>What</td> <td>What has inspired it?</td> <td>Paz!</td> <td>schema:isBasedon</td> <td>Le straordinarie avventure di Penthotal (A.P. comic)</td></tr>
<tr><td>What</td> <td>What is the subject?</td> <td>Paz!</td> <td>schema:about</td> <td>Andrea Pazienza</td></tr>
</table>
</div>
</p>
<h1 style="color: black; margin-top: 7%; margin-bottom: 3%; font-size: 25px"><a name="6">PIAZZA MAGGIORE ERA TROPPO PICCOLA. Book</a></h1>
<p>
<div class="table-responsive">
<table class="table">
<tr><th></th> <th>Question</th> <th>Subject</th> <th>predicate</th> <th>Object</th></tr>
<tr><td>Who</td> <td>Who is the creator?</td> <td>Piazza [...] Book</td> <td>bf:Agent</td> <td>Autori vari</td></tr>
<tr><td>Who</td> <td>Who is the electronic version distributor?</td> <td>Piazza [...] Book</td> <td>bf:distribution</td> <td>Internet Archive</td></tr>
<tr><td>Who</td> <td>Who is the item holder?</td> <td>Piazza [...] Book</td> <td>bf:heldBy</td> <td>Archivio Grafton</td></tr>
<tr><td>Who</td> <td>Who realized the expression?</td> <td>Piazza [...] Book</td> <td>rdae:P20448 has_creator_collective_agent_of_expression</td> <td>Autori vari</td></tr>
<tr><td>Where</td> <td>Where the electronic version is located?</td> <td>Piazza [...] Book</td> <td>bf:electronicLocator</td> <td>Internet Archive</td></tr>
<tr><td>When</td> <td>When has been the work created?</td> <td>Piazza [...] Book</td> <td>bf:Date</td> <td>1977</td></tr>
<tr><td>What</td> <td>In what language is the content of the expression?</td> <td>Piazza [...] Book</td> <td>rdae:P20006 has_language_of_expression</td> <td>Italian</td></tr>
<tr><td>What</td> <td>In what language is the content of the work?</td> <td>Piazza [...] Book</td> <td>bf:language</td> <td>Italian</td></tr>
<tr><td>What</td> <td>What are the dimensions?</td> <td>Piazza [...] Book</td> <td>bf:digitalCharacteristic</td> <td>23,6 MB</td></tr>
<tr><td>What</td> <td>What is about?</td> <td>Piazza [...] Book</td> <td>lode:Illustrate</td> <td>Convegno di Bologna del 23/24/25 Settembre</td></tr>
<tr><td>What</td> <td>What is the encoding format?</td> <td>Piazza [...] Book</td> <td>bf:digitalCharacteristic</td> <td>UTF-8</td></tr>
<tr><td>What</td> <td>What is the format?</td> <td>Piazza [...] Book</td> <td>bf:digitalCharacteristic</td> <td>EPUB</td></tr>
<tr><td>What</td> <td>What is the item mark?</td> <td>Piazza [...] Book</td> <td>bf:shelfMark</td> <td>ark:/13960/t5r80w22c</td></tr>
<tr><td>What</td> <td>What is the title of the work?</td> <td>Piazza [...] Book</td> <td>bf:Title</td> <td>Piazza Maggiore era troppo piccola</td></tr>
<tr><td>What</td> <td>What type of content does the expression have?</td> <td>Piazza [...] Book</td> <td>rdae:P20001 has_content_type</td> <td>Text/Images</td></tr>
</table>
</div>
</p>
<h1 style="color: black; margin-top: 7%; margin-bottom: 3%; font-size: 25px"><a name="7">TRE COLONNE. Sculpture</a></h1>
<p>
<div class="table-responsive">
<table class="table">
<tr><th></th> <th>Question</th> <th>Subject</th> <th>predicate</th> <th>Object</th></tr>
<tr><td>Who</td> <td>Who is preserving it?</td> <td>Tre Colonne</td> <td>crm:P_50_has_current_keeper</td> <td>MAMbo - Museo d'Arte Moderna di Bologna</td></tr>
<tr><td>Who</td> <td>Who is the creator?</td> <td>Tre Colonne</td> <td>dcterms:creator</td> <td>Arnaldo Pomodoro</td></tr>
<tr><td>Where</td> <td>Where is currently located?</td> <td>Tre Colonne</td> <td>crm:P54_has_current_permanent_location</td> <td>Bologna: MAMbo</td></tr>
<tr><td>Where</td> <td>Where was it previously located?</td> <td>Tre Colonne</td> <td>crm:P53_has_former_or_current_location</td> <td>Pesaro: Sculture in Città</td></tr>
<tr><td>Where</td> <td>Where was it previously located?</td> <td>Tre Colonne</td> <td>crm:P53_has_former_or_current_location</td> <td>Bologna: Piazza Verdi</td></tr>
<tr><td>Where</td> <td>Where was it previously located?</td> <td>Tre Colonne</td> <td>crm:P53_has_former_or_current_location</td> <td>Bologna: GAM</td></tr>
<tr><td>When</td> <td>When has been created?</td> <td>Tre Colonne</td> <td>crm:P4_has_time-span</td> <td>1969</td></tr>
<tr><td>When</td> <td>When has been located in a place or moved?</td> <td>Tre Colonne</td> <td>crm:P4_has_time-span</td> <td>1972 [Pesaro > Piazza Verdi]</td></tr>
<tr><td>When</td> <td>When has been located in a place or moved?</td> <td>Tre Colonne</td> <td>crm:P4_has_time-span</td> <td>1990 [Piazza Verdi > GAM]</td></tr>
<tr><td>When</td> <td>When has been located in a place or moved?</td> <td>Tre Colonne</td> <td>crm:P4_has_time-span</td> <td>2011 [GAM > MAMbo]</td></tr>
<tr><td>What</td> <td>What are the dimensions?</td> <td>Cilindro costruito</td> <td>crm:P43_has_dimension</td> <td>500 x ø 70 cm</td></tr>
<tr><td>What</td> <td>What is the material?</td> <td>Cilindro costruito</td> <td>crm:P45_consists_of</td> <td>Bronze</td></tr>
<tr><td>What</td> <td>What is the technique of realization?</td> <td>Cilindro costruito</td> <td>crm:P32_used_general_technique</td> <td>Bronze Casting</td></tr>
<tr><td>What</td> <td>What are the dimensions?</td> <td>Colonna intera recisa</td> <td>crm:P43_has_dimension</td> <td>260 x ø 70 cm</td></tr>
<tr><td>What</td> <td>What is the material?</td> <td>Colonna intera recisa</td> <td>crm:P45_consists_of</td> <td>Steel</td></tr>
<tr><td>What</td> <td>What is the technique of realization?</td> <td>Colonna intera recisa</td> <td>crm:P32_used_general_technique</td> <td>Steel Casting</td></tr>
<tr><td>What</td> <td>What are the dimensions?</td> <td>Mole circolare</td> <td>crm:P43_has_dimension</td> <td>500 x ø 70 cm</td></tr>
<tr><td>What</td> <td>What is the material?</td> <td>Mole circolare</td> <td>crm:P45_consists_of</td> <td>Black Cement</td></tr>
<tr><td>What</td> <td>What is the technique of realization?</td> <td>Mole circolare</td> <td>crm:P32_used_general_technique</td> <td>Cement Pouring</td></tr>
<tr><td>What</td> <td>what did the item became symbol of?</td> <td>Tre Colonne</td> <td>lode:illustrate</td> <td>Bolo '77</td></tr>
<tr><td>What</td> <td>What is composed of?</td> <td>Tre Colonne</td> <td>crm:P46_is_composed_of</td> <td>Colonna intera recisa; Cilindro costruito; Mole circolare</td></tr>
<tr><td>What</td> <td>What is the alternative title (aka)?</td> <td>Tre Colonne</td> <td>dcterms:alternative</td> <td>Totem</td></tr>
<tr><td>What</td> <td>What is the title/name?</td> <td>Tre Colonne</td> <td>crm:P102_has_title</td> <td>3 Colonne</td></tr>
<tr><td>What</td> <td>What related work has been produced?</td> <td>Tre Colonne</td> <td>dcterms:relation</td> <td>3 Colonne (Honolulu)</td></tr>
</table>
</div>
</p>
<h1 style="color: black; margin-top: 7%; margin-bottom: 3%; font-size: 25px"><a name="8">LE ULTIME VOCI DI RADIO ALICE (12 MARZO 1977). Audio recording</a></h1>
<p>
<div class="table-responsive">
<table class="table">
<tr><th></th> <th>Question</th> <th>Subject</th> <th>predicate</th> <th>Object</th></tr>
<tr><td>Who</td> <td>Who has collaborated?</td> <td>Le ultime [...] Audio recording</td> <td>dcterms:contributor</td> <td>Valerio Minnella</td></tr>
<tr><td>Who</td> <td>Who is the creator?</td> <td>Le ultime [...] Audio recording</td> <td>dcterms:creator</td> <td>Radio Alice</td></tr>
<tr><td>Who</td> <td>Who is the publisher?</td> <td>Le ultime [...] Audio recording</td> <td>dcterms:publisher</td> <td>Radioalice.org</td></tr>
<tr><td>Who</td> <td>Who is involved in the event?</td> <td>11-12 March Bologna riots</td> <td>lode:involvedAgent</td> <td>Radio Alice</td></tr>
<tr><td>Who</td> <td>Who is part of the collective agent?</td> <td>Fratelli Minnella</td> <td>org:memberOf</td> <td>Radio Alice</td></tr>
<tr><td>Where</td> <td>What is the spatial topic?</td> <td>Le ultime [...] Audio recording</td> <td>dcterms:spatial</td> <td>Bologna</td></tr>
<tr><td>Where</td> <td>Where the collective agent is based?</td> <td>Radio Alice</td> <td>schema:address</td> <td>Via del Pratello, 41 Bologna</td></tr>
<tr><td>When</td> <td>What is the temporal topic?</td> <td>Le ultime [...] Audio recording</td> <td>dcterms:temporal</td> <td>1977</td></tr>
<tr><td>When</td> <td>When has been published?</td> <td>Le ultime [...] Audio recording</td> <td>schema:datePublished</td> <td>2016</td></tr>
<tr><td>When</td> <td>When has been recorded?</td> <td>Le ultime [...] Audio recording</td> <td>schema:dateCreated</td> <td>1977</td></tr>
<tr><td>When</td> <td>When the collective agent has been founded?</td> <td>Radio Alice</td> <td>schema:foundingDate</td> <td>1976</td></tr>
<tr><td>What</td> <td>To what event is related?</td> <td>11-12 March Bologna riots</td> <td>lode:involved</td> <td>Le ultime voci [...] Audio recording</td></tr>
<tr><td>What</td> <td>What related work has been produced?</td> <td>Alice è in paradiso</td> <td>dcterms:relation</td> <td>Radio Alice</td></tr>
<tr><td>What</td> <td>Who is the director of the related work?</td> <td>Alice è in paradiso</td> <td>schema:director</td> <td>Guido Chiesa</td></tr>
<tr><td>What</td> <td>In what language is the content?</td> <td>Le ultime [...] Audio recording</td> <td>schema:inLanguage</td> <td>italian</td></tr>
<tr><td>What</td> <td>What are the access rights?</td> <td>Le ultime [...] Audio recording</td> <td>dcterms:accessRights</td> <td>Freely Accessible on the web. Re-use licence not declared</td></tr>
<tr><td>What</td> <td>What is about?</td> <td>Le ultime [...] Audio recording</td> <td>dcterms:subject</td> <td>Free radios</td></tr>
<tr><td>What</td> <td>What is the duration?</td> <td>Le ultime [...] Audio recording</td> <td>schema:duration</td> <td>00:24:43</td></tr>
<tr><td>What</td> <td>What is the title/name?</td> <td>Le ultime [...] Audio recording</td> <td>dcterms:title</td> <td>Le ultime voci di radio Alice (12 Marzo 1977)</td></tr>
</table>
</div>
</p>
<h1 style="color: black; margin-top: 7%; margin-bottom: 3%; font-size: 25px"><a name="9">MANIFESTAZIONE CONTRO I DISORDINI ALL'UNIVERSITA'. Video recording</a></h1>
<p>
<div class="table-responsive">
<table class="table">
<tr><th></th> <th>Question</th> <th>Subject</th> <th>predicate</th> <th>Object</th></tr>
<tr><td>Who</td> <td>Who is preserving it?</td> <td>Manifestazione [...] Video recording</td> <td>crm:P50 has current keeper</td> <td>Archivio audiovisivo del movimento operaio e democratico</td></tr>
<tr><td>Who</td> <td>Who is the creator?</td> <td>Manifestazione [...] Video recording</td> <td>oad:isProducedBy</td> <td>Unitelefilm</td></tr>
<tr><td>Who</td> <td>Who is it about?</td> <td>Manifestazione [...] Video recording</td> <td>oad:hasAccessPoint</td> <td>Zangheri, Renato</td></tr>
<tr><td>Who</td> <td>Who is it about?</td> <td>Manifestazione [...] Video recording</td> <td>oad:hasAccessPoint</td> <td>Armaroli, Silvano</td></tr>
<tr><td>Who</td> <td>Who is it about?</td> <td>Manifestazione [...] Video recording</td> <td>oad:hasAccessPoint</td> <td>Salizzoni, Angelo</td></tr>
<tr><td>Who</td> <td>Who is the founder of the collective agent?</td> <td>Ugo Gregoretti</td> <td>org:headOf</td> <td>Unitelefilm</td></tr>
<tr><td>Where</td> <td>Where can be accessed?</td> <td>Manifestazione [...] Video recording</td> <td>oad:existenceAndLocationOfCopies</td> <td>https://youtu.be/lK-LFI-bhNc</td></tr>
<tr><td>Where</td> <td>Where is described?</td> <td>Manifestazione [...] Video recording</td> <td>oad:hasEntry</td> <td>https://bit.ly/2NNXkoY</td></tr>
<tr><td>Where</td> <td>Where is it about?</td> <td>Manifestazione [...] Video recording</td> <td>oad:hasAccessPoint</td> <td>Bologna</td></tr>
<tr><td>Where</td> <td>Where is it about?</td> <td>Manifestazione [...] Video recording</td> <td>oad:hasAccessPoint</td> <td>Emilia Romagna</td></tr>
<tr><td>Where</td> <td>Where the collective agent is based?</td> <td>Unitelefilm</td> <td>eac-cpf:hasPlace</td> <td>Roma</td></tr>
<tr><td>When</td> <td>When has been created?</td> <td>Manifestazione [...] Video recording</td> <td>oad:date</td> <td>1977</td></tr>
<tr><td>What</td> <td>To what event is related?</td> <td>1977, 16th March confederal Unions manifestation</td> <td>lode:involved</td> <td>Manifestazione contro [...] Video recording</td></tr>
<tr><td>What</td> <td>How is it organized hierarchically?</td> <td>Manifestazione [...] Video recording</td> <td>oad:hasFilePlan</td> <td>Filmoteca e Videoteca/PCI - Unitelefilm/Unitelefilm - Film non finiti</td></tr>
<tr><td>What</td> <td>In what language is the content?</td> <td>Manifestazione [...] Video recording</td> <td>oad:hasLanguageScriptsOfMaterial</td> <td>italian</td></tr>
<tr><td>What</td> <td>It is in color?</td> <td>Manifestazione [...] Video recording</td> <td>oad:physicalCharacteristicsAndTechnicalRequirements</td> <td>color</td></tr>
<tr><td>What</td> <td>What is about?</td> <td>Manifestazione [...] Video recording</td> <td>oad:scopeAndContent</td> <td>Le immagini riprendono la manifestazione […]</td></tr>
<tr><td>What</td> <td>What is the description level?</td> <td>Manifestazione [...] Video recording</td> <td>oad:hasLevel</td> <td>document level</td></tr>
<tr><td>What</td> <td>What is the duration?</td> <td>Manifestazione [...] Video recording</td> <td>oad:hasExtentAndMedium</td> <td>00:07:00</td></tr>
<tr><td>What</td> <td>What is the material format/medium?</td> <td>Manifestazione [...] Video recording</td> <td>oad:physicalCharacteristicsAndTechnicalRequirements</td> <td>cd-rom</td></tr>
<tr><td>What</td> <td>What is the title/name?</td> <td>Manifestazione [...] Video recording</td> <td>oad:title</td> <td>Manifestazione contro i disordini all'università. Bologna, 16 marzo 1986</td></tr>
<tr><td>What</td> <td>What is the name of the collective agent?</td> <td>Unitelefilm</td> <td>eac-cpf:named</td> <td>Unitelefilm</td></tr>
</table>
</div>
</p>
<h1 style="color: black; margin-top: 7%; margin-bottom: 3%; font-size: 25px"><a name="10">A/TRAVERSO (Magazine)</a></h1>
<p>
<div class="table-responsive">
<table class="table">
<tr><th></th> <th>Question</th> <th>Subject</th> <th>predicate</th> <th>Object</th></tr>
<tr><td>Who</td> <td>Who is the founder?</td> <td>Franco Berardi</td> <td>rdaa:P50696</td> <td>A/traverso</td></tr>
<tr><td>Who</td> <td>Who is the founder?</td> <td>Maurizio Torrealta</td> <td>rdaa:P50696</td> <td>A/traverso</td></tr>
<tr><td>Where</td> <td>Where has been published/released?</td> <td>A/traverso</td> <td>schema:location</td> <td>Bologna</td></tr>
<tr><td>When</td> <td>When has been published/released?</td> <td>A/traverso</td> <td>dcterms:date</td> <td>1975-1988</td></tr>
<tr><td>What</td> <td>In what language is the content?</td> <td>A/traverso</td> <td>dcterms:language</td> <td>Italian</td></tr>
<tr><td>What</td> <td>What is the alternative title (aka)?</td> <td>A traverso</td> <td>dcterms:alternative</td> <td>A traverso</td></tr>
<tr><td>What</td> <td>What is the frequency?</td> <td>A/traverso</td> <td>dcterms:accrualPeriodicity</td> <td>irregular</td></tr>
<tr><td>What</td> <td>What is the material format/medium?</td> <td>A/traverso</td> <td>dcterms:medium</td> <td>printed text</td></tr>
<tr><td>What</td> <td>What is the title/name?</td> <td>A/traverso</td> <td>crm:P102_has_title</td> <td>A/traverso</td></tr>
<tr><td>What</td> <td>What is component of?</td> <td>Article</td> <td>frbr:partOf</td> <td>A/traverso</td></tr>
<tr><td>What</td> <td>To what event is related?</td> <td>Bolo '77</td> <td>lode:involved</td> <td>A/traverso</td></tr>
</table>
</div>
</p>
</div>
</section>
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="container">
<div class="copyright">
<strong>BoLo(D) '77 - Linked Open data</strong> is a web-based project developed for the final exam of <a href="https://www.unibo.it/en/teaching/course-unit-catalogue/course-unit/2020/454462" target="_blank">Knowledge Organization and Cultural Heritage</a> course within the Master Degree in DHDK, Alma Mater Studiorum - Università di Bologna, a.y. 2020/2021. <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a> license.</p>
</div>
<div class="credits">
<!--
All the links in the footer should remain intact.
You can delete the links only if you purchased the pro version.
Licensing information: https://bootstrapmade.com/license/
Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/buy/?theme=BizPage
-->
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
© Copyright <strong>Bootstrap</strong><br>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Uncomment below i you want to use a preloader -->
<!-- <div id="preloader"></div> -->
<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/purecounter/purecounter.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/waypoints/noframework.waypoints.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>