@igea/oac_backend 1.0.46 → 1.0.48
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -1
- package/src/controllers/fuseki.js +56 -34
- package/src/controllers/ontology.js +40 -10
- package/src/models/converter.js +77 -0
- package/src/models/fusekiConfig.js +16 -0
- package/src/models/vocabolaries/parser +61 -34
- package/src/models/vocabolaries/splitter.js +69 -0
- package/test/models/converter.test.js +9 -0
- package/test/models/example-investigation-01.ttl +32 -0
- package/test/models/vocabolaries/parser.test.js +4 -1
- package/test/models/vocabolaries/splitter.test.js +36 -0
- package/test/models/vocabolaries/vocabolaries_2.xml +4508 -0
|
@@ -0,0 +1,4508 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<vocabularies>
|
|
3
|
+
|
|
4
|
+
<!-- Prefissio per i vocabolari -->
|
|
5
|
+
<!-- <prefix value="diagnostica"/> -->
|
|
6
|
+
|
|
7
|
+
<!-- Vocabolario CONDIZIONI AMBIENTALI (1) -->
|
|
8
|
+
<vocabulary class="crm:E55_Type">
|
|
9
|
+
<term id="condizioni-ambientali">
|
|
10
|
+
<name lang="it">Condizioni ambientali</name>
|
|
11
|
+
<sub-terms>
|
|
12
|
+
<term id="ambiente">
|
|
13
|
+
<name lang="it">ambiente</name>
|
|
14
|
+
<sub-terms>
|
|
15
|
+
<term id="esterno">
|
|
16
|
+
<name lang="it">esterno</name>
|
|
17
|
+
</term>
|
|
18
|
+
<term id="semiconfinato">
|
|
19
|
+
<name lang="it">semiconfinato</name>
|
|
20
|
+
</term>
|
|
21
|
+
<term id="interno">
|
|
22
|
+
<name lang="it">interno</name>
|
|
23
|
+
</term>
|
|
24
|
+
</sub-terms>
|
|
25
|
+
</term>
|
|
26
|
+
<term id="illuminazione">
|
|
27
|
+
<name lang="it">Illuminazione</name>
|
|
28
|
+
<sub-terms>
|
|
29
|
+
<term id="assente">
|
|
30
|
+
<name lang="it">assente</name>
|
|
31
|
+
</term>
|
|
32
|
+
<term id="artificiale">
|
|
33
|
+
<name lang="it">artificiale</name>
|
|
34
|
+
<sub-terms>
|
|
35
|
+
<term id="diffusa">
|
|
36
|
+
<name lang="it">diffusa</name>
|
|
37
|
+
</term>
|
|
38
|
+
<term id="diretta">
|
|
39
|
+
<name lang="it">diretta</name>
|
|
40
|
+
</term>
|
|
41
|
+
</sub-terms>
|
|
42
|
+
</term>
|
|
43
|
+
<term id="naturale">
|
|
44
|
+
<name lang="it">naturale</name>
|
|
45
|
+
<sub-terms>
|
|
46
|
+
<term id="diffusa">
|
|
47
|
+
<name lang="it">diffusa</name>
|
|
48
|
+
</term>
|
|
49
|
+
<term id="diretta">
|
|
50
|
+
<name lang="it">diretta</name>
|
|
51
|
+
</term>
|
|
52
|
+
</sub-terms>
|
|
53
|
+
</term>
|
|
54
|
+
</sub-terms>
|
|
55
|
+
</term>
|
|
56
|
+
<term id="umidita">
|
|
57
|
+
<name lang="it">umidità</name>
|
|
58
|
+
<sub-terms>
|
|
59
|
+
<term id="presente">
|
|
60
|
+
<name lang="it">presente</name>
|
|
61
|
+
</term>
|
|
62
|
+
<term id="assente">
|
|
63
|
+
<name lang="it">assente</name>
|
|
64
|
+
</term>
|
|
65
|
+
</sub-terms>
|
|
66
|
+
</term>
|
|
67
|
+
<term id="temperature">
|
|
68
|
+
<name lang="it">Temperature</name>
|
|
69
|
+
<sub-terms>
|
|
70
|
+
<term id="alte-30">
|
|
71
|
+
<name lang="it">alte (>30°)</name>
|
|
72
|
+
</term>
|
|
73
|
+
<term id="medie-10-30">
|
|
74
|
+
<name lang="it">medie (10°-30°)</name>
|
|
75
|
+
</term>
|
|
76
|
+
<term id="basse-10">
|
|
77
|
+
<name lang="it">basse (<10°)</name>
|
|
78
|
+
</term>
|
|
79
|
+
</sub-terms>
|
|
80
|
+
</term>
|
|
81
|
+
</sub-terms>
|
|
82
|
+
</term>
|
|
83
|
+
</vocabulary>
|
|
84
|
+
|
|
85
|
+
<!-- Vocabolario CONTESTO (2) -->
|
|
86
|
+
<vocabulary class="crm:E55_Type">
|
|
87
|
+
<term id="contesto">
|
|
88
|
+
<name lang="it">Contesto</name>
|
|
89
|
+
<sub-terms>
|
|
90
|
+
<term id="museale">
|
|
91
|
+
<name lang="it">museale</name>
|
|
92
|
+
</term>
|
|
93
|
+
<term id="archeologico">
|
|
94
|
+
<name lang="it">archeologico</name>
|
|
95
|
+
<sub-terms>
|
|
96
|
+
<term id="subacqueo">
|
|
97
|
+
<name lang="it">subacqueo</name>
|
|
98
|
+
</term>
|
|
99
|
+
<term id="ipogeo">
|
|
100
|
+
<name lang="it">ipogeo</name>
|
|
101
|
+
</term>
|
|
102
|
+
<term id="semipogeo">
|
|
103
|
+
<name lang="it">semipogeo</name>
|
|
104
|
+
</term>
|
|
105
|
+
<term id="fuori-terra">
|
|
106
|
+
<name lang="it">fuori terra</name>
|
|
107
|
+
</term>
|
|
108
|
+
</sub-terms>
|
|
109
|
+
</term>
|
|
110
|
+
<term id="architettonico">
|
|
111
|
+
<name lang="it">architettonico</name>
|
|
112
|
+
<sub-terms>
|
|
113
|
+
<term id="subacqueo">
|
|
114
|
+
<name lang="it">subacqueo</name>
|
|
115
|
+
</term>
|
|
116
|
+
<term id="ipogeo">
|
|
117
|
+
<name lang="it">ipogeo</name>
|
|
118
|
+
</term>
|
|
119
|
+
<term id="semipogeo">
|
|
120
|
+
<name lang="it">semipogeo</name>
|
|
121
|
+
</term>
|
|
122
|
+
<term id="fuori-terra">
|
|
123
|
+
<name lang="it">fuori terra</name>
|
|
124
|
+
</term>
|
|
125
|
+
</sub-terms>
|
|
126
|
+
</term>
|
|
127
|
+
<term id="ambientale">
|
|
128
|
+
<name lang="it">ambientale</name>
|
|
129
|
+
</term>
|
|
130
|
+
</sub-terms>
|
|
131
|
+
</term>
|
|
132
|
+
</vocabulary>
|
|
133
|
+
|
|
134
|
+
<!-- Vocabolario DEGRADO (3) -->
|
|
135
|
+
<vocabulary class="basecpm:CP42_Material_Decay">
|
|
136
|
+
<term id="degrado">
|
|
137
|
+
<name lang="it">Degrado</name>
|
|
138
|
+
<sub-terms>
|
|
139
|
+
<term id="disgregazione-materiale">
|
|
140
|
+
<name lang="it">disgregazione materiale</name>
|
|
141
|
+
<sub-terms>
|
|
142
|
+
<term id="alveolizzazione">
|
|
143
|
+
<name lang="it">alveolizzazione</name>
|
|
144
|
+
</term>
|
|
145
|
+
<term id="crosta">
|
|
146
|
+
<name lang="it">crosta</name>
|
|
147
|
+
</term>
|
|
148
|
+
<term id="degradazione-differenziale">
|
|
149
|
+
<name lang="it">degradazione differenziale</name>
|
|
150
|
+
</term>
|
|
151
|
+
<term id="disgregazione">
|
|
152
|
+
<name lang="it">disgregazione</name>
|
|
153
|
+
</term>
|
|
154
|
+
<term id="efflorescenza">
|
|
155
|
+
<name lang="it">efflorescenza</name>
|
|
156
|
+
</term>
|
|
157
|
+
<term id="erosione">
|
|
158
|
+
<name lang="it">erosione</name>
|
|
159
|
+
</term>
|
|
160
|
+
<term id="esfoliazione">
|
|
161
|
+
<name lang="it">esfoliazione</name>
|
|
162
|
+
</term>
|
|
163
|
+
<term id="fratturazione">
|
|
164
|
+
<name lang="it">fratturazione</name>
|
|
165
|
+
</term>
|
|
166
|
+
<term id="pitting">
|
|
167
|
+
<name lang="it">pitting</name>
|
|
168
|
+
</term>
|
|
169
|
+
<term id="polverizzazione">
|
|
170
|
+
<name lang="it">polverizzazione</name>
|
|
171
|
+
</term>
|
|
172
|
+
<term id="processi-ossidativi">
|
|
173
|
+
<name lang="it">processi ossidativi</name>
|
|
174
|
+
<sub-terms>
|
|
175
|
+
<term id="ossidazione">
|
|
176
|
+
<name lang="it">ossidazione</name>
|
|
177
|
+
</term>
|
|
178
|
+
<term id="corrosione">
|
|
179
|
+
<name lang="it">corrosione</name>
|
|
180
|
+
<sub-terms>
|
|
181
|
+
<term id="corrosione-attiva">
|
|
182
|
+
<name lang="it">corrosione attiva</name>
|
|
183
|
+
</term>
|
|
184
|
+
</sub-terms>
|
|
185
|
+
</term>
|
|
186
|
+
</sub-terms>
|
|
187
|
+
</term>
|
|
188
|
+
<term id="scagliatura">
|
|
189
|
+
<name lang="it">scagliatura</name>
|
|
190
|
+
</term>
|
|
191
|
+
</sub-terms>
|
|
192
|
+
</term>
|
|
193
|
+
<term id="macchie-di-umidita">
|
|
194
|
+
<name lang="it">macchie di umidità</name>
|
|
195
|
+
</term>
|
|
196
|
+
<term id="attacchi-biologici">
|
|
197
|
+
<name lang="it">attacchi biologici</name>
|
|
198
|
+
<sub-terms>
|
|
199
|
+
<term id="attacchi-xilofagi">
|
|
200
|
+
<name lang="it">attacchi xilofagi</name>
|
|
201
|
+
</term>
|
|
202
|
+
<term id="degrado-fungino">
|
|
203
|
+
<name lang="it">degrado fungino</name>
|
|
204
|
+
<sub-terms>
|
|
205
|
+
<term id="carie-bianca">
|
|
206
|
+
<name lang="it">carie bianca</name>
|
|
207
|
+
</term>
|
|
208
|
+
<term id="carie-bruna">
|
|
209
|
+
<name lang="it">carie bruna</name>
|
|
210
|
+
</term>
|
|
211
|
+
</sub-terms>
|
|
212
|
+
</term>
|
|
213
|
+
<term id="deiezioni-animali">
|
|
214
|
+
<name lang="it">deiezioni animali</name>
|
|
215
|
+
</term>
|
|
216
|
+
<term id="patina-biologica">
|
|
217
|
+
<name lang="it">patina biologica</name>
|
|
218
|
+
</term>
|
|
219
|
+
<term id="presenza-di-vegetazione">
|
|
220
|
+
<name lang="it">presenza di vegetazione</name>
|
|
221
|
+
</term>
|
|
222
|
+
</sub-terms>
|
|
223
|
+
</term>
|
|
224
|
+
<term id="alterazione-degli-strati-superficiali">
|
|
225
|
+
<name lang="it">alterazione degli strati superficiali</name>
|
|
226
|
+
<sub-terms>
|
|
227
|
+
<term id="alterazione-cromatica">
|
|
228
|
+
<name lang="it">alterazione cromatica</name>
|
|
229
|
+
</term>
|
|
230
|
+
<term id="concrezione">
|
|
231
|
+
<name lang="it">concrezione</name>
|
|
232
|
+
</term>
|
|
233
|
+
<term id="deposito-superficiale">
|
|
234
|
+
<name lang="it">deposito superficiale</name>
|
|
235
|
+
</term>
|
|
236
|
+
<term id="distacco">
|
|
237
|
+
<name lang="it">distacco</name>
|
|
238
|
+
</term>
|
|
239
|
+
<term id="fessurazione">
|
|
240
|
+
<name lang="it">fessurazione</name>
|
|
241
|
+
</term>
|
|
242
|
+
<term id="incrostazione">
|
|
243
|
+
<name lang="it">incrostazione</name>
|
|
244
|
+
</term>
|
|
245
|
+
<term id="macchia">
|
|
246
|
+
<name lang="it">macchia</name>
|
|
247
|
+
<sub-terms>
|
|
248
|
+
<term id="foxing">
|
|
249
|
+
<name lang="it">foxing</name>
|
|
250
|
+
</term>
|
|
251
|
+
</sub-terms>
|
|
252
|
+
</term>
|
|
253
|
+
<term id="patina">
|
|
254
|
+
<name lang="it">patina</name>
|
|
255
|
+
</term>
|
|
256
|
+
<term id="pellicola">
|
|
257
|
+
<name lang="it">pellicola</name>
|
|
258
|
+
</term>
|
|
259
|
+
<term id="rigonfiamento">
|
|
260
|
+
<name lang="it">rigonfiamento</name>
|
|
261
|
+
</term>
|
|
262
|
+
</sub-terms>
|
|
263
|
+
</term>
|
|
264
|
+
<term id="parti-mancanti">
|
|
265
|
+
<name lang="it">parti mancanti</name>
|
|
266
|
+
<sub-terms>
|
|
267
|
+
<term id="lacuna">
|
|
268
|
+
<name lang="it">lacuna</name>
|
|
269
|
+
</term>
|
|
270
|
+
<term id="mancanza">
|
|
271
|
+
<name lang="it">mancanza</name>
|
|
272
|
+
</term>
|
|
273
|
+
</sub-terms>
|
|
274
|
+
</term>
|
|
275
|
+
<term id="deformazione">
|
|
276
|
+
<name lang="it">deformazione</name>
|
|
277
|
+
</term>
|
|
278
|
+
</sub-terms>
|
|
279
|
+
</term>
|
|
280
|
+
</vocabulary>
|
|
281
|
+
|
|
282
|
+
<!-- Vocabolario DESCRIZIONE CAMPIONE (4) -->
|
|
283
|
+
<vocabulary class="crm:E55_Type">
|
|
284
|
+
<term id="descrizione-del-campione">
|
|
285
|
+
<name lang="it">Descrizione del campione</name>
|
|
286
|
+
<sub-terms>
|
|
287
|
+
<term id="su-tela">
|
|
288
|
+
<name lang="it">su tela</name>
|
|
289
|
+
<sub-terms>
|
|
290
|
+
<term id="su-tavola">
|
|
291
|
+
<name lang="it">su tavola</name>
|
|
292
|
+
</term>
|
|
293
|
+
<term id="su-pietra">
|
|
294
|
+
<name lang="it">su pietra</name>
|
|
295
|
+
</term>
|
|
296
|
+
<term id="su-parete">
|
|
297
|
+
<name lang="it">su parete</name>
|
|
298
|
+
</term>
|
|
299
|
+
<term id="su-metallo">
|
|
300
|
+
<name lang="it">su metallo</name>
|
|
301
|
+
</term>
|
|
302
|
+
</sub-terms>
|
|
303
|
+
</term>
|
|
304
|
+
<term id="pellicola-pittorica">
|
|
305
|
+
<name lang="it">pellicola pittorica</name>
|
|
306
|
+
</term>
|
|
307
|
+
<term id="scultura">
|
|
308
|
+
<name lang="it">scultura</name>
|
|
309
|
+
<sub-terms>
|
|
310
|
+
<term id="a-tutto-tondo">
|
|
311
|
+
<name lang="it">a tutto tondo</name>
|
|
312
|
+
</term>
|
|
313
|
+
<term id="altorilievo">
|
|
314
|
+
<name lang="it">altorilievo</name>
|
|
315
|
+
</term>
|
|
316
|
+
<term id="bassorilievo">
|
|
317
|
+
<name lang="it">bassorilievo</name>
|
|
318
|
+
</term>
|
|
319
|
+
<term id="incisa">
|
|
320
|
+
<name lang="it">incisa</name>
|
|
321
|
+
</term>
|
|
322
|
+
</sub-terms>
|
|
323
|
+
</term>
|
|
324
|
+
<term id="decorazioni-e-scritture">
|
|
325
|
+
<name lang="it">decorazioni e scritture</name>
|
|
326
|
+
<sub-terms>
|
|
327
|
+
<term id="su-pergamena">
|
|
328
|
+
<name lang="it">su pergamena</name>
|
|
329
|
+
</term>
|
|
330
|
+
<term id="su-carta">
|
|
331
|
+
<name lang="it">su carta</name>
|
|
332
|
+
</term>
|
|
333
|
+
<term id="su-papiro">
|
|
334
|
+
<name lang="it">su papiro</name>
|
|
335
|
+
</term>
|
|
336
|
+
</sub-terms>
|
|
337
|
+
</term>
|
|
338
|
+
<term id="muratura">
|
|
339
|
+
<name lang="it">muratura</name>
|
|
340
|
+
<sub-terms>
|
|
341
|
+
<term id="in-conglomerato">
|
|
342
|
+
<name lang="it">in conglomerato</name>
|
|
343
|
+
</term>
|
|
344
|
+
<term id="a-elementi-incastrati">
|
|
345
|
+
<name lang="it">a elementi incastrati</name>
|
|
346
|
+
</term>
|
|
347
|
+
<term id="con-paramenti-a-filari-e-nucleo-a-sacco">
|
|
348
|
+
<name lang="it">con paramenti a filari e nucleo a sacco</name>
|
|
349
|
+
</term>
|
|
350
|
+
<term id="con-paramenti-a-filari-e-nucleo-apparecchiato">
|
|
351
|
+
<name lang="it">con paramenti a filari e nucleo apparecchiato</name>
|
|
352
|
+
</term>
|
|
353
|
+
<term id="con-cortine-irregolari-e-nucleo-a-sacco">
|
|
354
|
+
<name lang="it">con cortine irregolari e nucleo a sacco</name>
|
|
355
|
+
</term>
|
|
356
|
+
</sub-terms>
|
|
357
|
+
</term>
|
|
358
|
+
<term id="elementi-costruttivi">
|
|
359
|
+
<name lang="it">elementi costruttivi</name>
|
|
360
|
+
<sub-terms>
|
|
361
|
+
<term id="murari">
|
|
362
|
+
<name lang="it">murari</name>
|
|
363
|
+
<sub-terms>
|
|
364
|
+
<term id="di-superficie">
|
|
365
|
+
<name lang="it">di superficie</name>
|
|
366
|
+
</term>
|
|
367
|
+
<term id="di-allettamento">
|
|
368
|
+
<name lang="it">di allettamento</name>
|
|
369
|
+
</term>
|
|
370
|
+
<term id="nucleo">
|
|
371
|
+
<name lang="it">nucleo</name>
|
|
372
|
+
</term>
|
|
373
|
+
</sub-terms>
|
|
374
|
+
</term>
|
|
375
|
+
<term id="altri">
|
|
376
|
+
<name lang="it">altri</name>
|
|
377
|
+
</term>
|
|
378
|
+
</sub-terms>
|
|
379
|
+
</term>
|
|
380
|
+
<term id="strato-di-finitura">
|
|
381
|
+
<name lang="it">strato di finitura</name>
|
|
382
|
+
</term>
|
|
383
|
+
<term id="segni-di-produzione-decorazione">
|
|
384
|
+
<name lang="it">segni di produzione/decorazione</name>
|
|
385
|
+
<sub-terms>
|
|
386
|
+
<term id="impressione">
|
|
387
|
+
<name lang="it">impressione</name>
|
|
388
|
+
</term>
|
|
389
|
+
<term id="incisione">
|
|
390
|
+
<name lang="it">incisione</name>
|
|
391
|
+
<sub-terms>
|
|
392
|
+
<term id="su-ceramica">
|
|
393
|
+
<name lang="it">su ceramica</name>
|
|
394
|
+
</term>
|
|
395
|
+
<term id="su-intonaco">
|
|
396
|
+
<name lang="it">su intonaco</name>
|
|
397
|
+
</term>
|
|
398
|
+
<term id="su-laterizio">
|
|
399
|
+
<name lang="it">su laterizio</name>
|
|
400
|
+
</term>
|
|
401
|
+
<term id="su-parete-di-roccia">
|
|
402
|
+
<name lang="it">su parete di roccia</name>
|
|
403
|
+
</term>
|
|
404
|
+
<term id="su-pietra">
|
|
405
|
+
<name lang="it">su pietra</name>
|
|
406
|
+
</term>
|
|
407
|
+
</sub-terms>
|
|
408
|
+
</term>
|
|
409
|
+
<term id="impronta">
|
|
410
|
+
<name lang="it">impronta</name>
|
|
411
|
+
</term>
|
|
412
|
+
</sub-terms>
|
|
413
|
+
</term>
|
|
414
|
+
<term id="epigrafe">
|
|
415
|
+
<name lang="it">epigrafe</name>
|
|
416
|
+
</term>
|
|
417
|
+
<term id="manufatto">
|
|
418
|
+
<name lang="it">manufatto</name>
|
|
419
|
+
<sub-terms>
|
|
420
|
+
<term id="lucerna">
|
|
421
|
+
<name lang="it">lucerna</name>
|
|
422
|
+
</term>
|
|
423
|
+
<term id="sarcofago">
|
|
424
|
+
<name lang="it">sarcofago</name>
|
|
425
|
+
</term>
|
|
426
|
+
<term id="vaso">
|
|
427
|
+
<name lang="it">vaso</name>
|
|
428
|
+
</term>
|
|
429
|
+
<term id="moneta">
|
|
430
|
+
<name lang="it">moneta</name>
|
|
431
|
+
</term>
|
|
432
|
+
<term id="gioiello">
|
|
433
|
+
<name lang="it">gioiello</name>
|
|
434
|
+
</term>
|
|
435
|
+
</sub-terms>
|
|
436
|
+
</term>
|
|
437
|
+
<term id="ecofatto">
|
|
438
|
+
<name lang="it">ecofatto</name>
|
|
439
|
+
</term>
|
|
440
|
+
<term id="calco">
|
|
441
|
+
<name lang="it">calco</name>
|
|
442
|
+
<sub-terms>
|
|
443
|
+
<term id="in-negativo">
|
|
444
|
+
<name lang="it">in negativo</name>
|
|
445
|
+
</term>
|
|
446
|
+
<term id="in-positivo">
|
|
447
|
+
<name lang="it">in positivo</name>
|
|
448
|
+
</term>
|
|
449
|
+
</sub-terms>
|
|
450
|
+
</term>
|
|
451
|
+
</sub-terms>
|
|
452
|
+
</term>
|
|
453
|
+
</vocabulary>
|
|
454
|
+
|
|
455
|
+
<!-- Vocabolario COMPETENZA (5) -->
|
|
456
|
+
<vocabulary class="crm:E55_Type">
|
|
457
|
+
<term id="competenza">
|
|
458
|
+
<name lang="it">Competenza</name>
|
|
459
|
+
<sub-terms>
|
|
460
|
+
<term id="antropologo">
|
|
461
|
+
<name lang="it">antropologo</name>
|
|
462
|
+
<sub-terms>
|
|
463
|
+
<term id="culturale">
|
|
464
|
+
<name lang="it">culturale</name>
|
|
465
|
+
</term>
|
|
466
|
+
<term id="fisico">
|
|
467
|
+
<name lang="it">fisico</name>
|
|
468
|
+
</term>
|
|
469
|
+
</sub-terms>
|
|
470
|
+
</term>
|
|
471
|
+
<term id="archeologo">
|
|
472
|
+
<name lang="it">archeologo</name>
|
|
473
|
+
</term>
|
|
474
|
+
<term id="architetto">
|
|
475
|
+
<name lang="it">architetto</name>
|
|
476
|
+
</term>
|
|
477
|
+
<term id="biologo">
|
|
478
|
+
<name lang="it">biologo</name>
|
|
479
|
+
</term>
|
|
480
|
+
<term id="chimica">
|
|
481
|
+
<name lang="it">chimico</name>
|
|
482
|
+
</term>
|
|
483
|
+
<term id="climatologo">
|
|
484
|
+
<name lang="it">climatologo</name>
|
|
485
|
+
</term>
|
|
486
|
+
<term id="ecologo">
|
|
487
|
+
<name lang="it">ecologo</name>
|
|
488
|
+
</term>
|
|
489
|
+
<term id="fisico">
|
|
490
|
+
<name lang="it">fisico</name>
|
|
491
|
+
</term>
|
|
492
|
+
<term id="geologo">
|
|
493
|
+
<name lang="it">geologo</name>
|
|
494
|
+
</term>
|
|
495
|
+
<term id="storico">
|
|
496
|
+
<name lang="it">storico</name>
|
|
497
|
+
</term>
|
|
498
|
+
</sub-terms>
|
|
499
|
+
</term>
|
|
500
|
+
</vocabulary>
|
|
501
|
+
|
|
502
|
+
|
|
503
|
+
<!-- Vocabolario ELEMENTO COSTRUTTIVO (6) -->
|
|
504
|
+
<vocabulary class="crm:E55_Type">
|
|
505
|
+
<term id="elemento-costruttivo">
|
|
506
|
+
<name lang="it">Elemento costruttivo</name>
|
|
507
|
+
<sub-terms>
|
|
508
|
+
<term id="collegamenti-verticali">
|
|
509
|
+
<name lang="it">collegamenti verticali</name>
|
|
510
|
+
<sub-terms>
|
|
511
|
+
<term id="cordonata">
|
|
512
|
+
<name lang="it">cordonata</name>
|
|
513
|
+
</term>
|
|
514
|
+
<term id="rampa">
|
|
515
|
+
<name lang="it">rampa</name>
|
|
516
|
+
</term>
|
|
517
|
+
<term id="scala">
|
|
518
|
+
<name lang="it">scala</name>
|
|
519
|
+
</term>
|
|
520
|
+
</sub-terms>
|
|
521
|
+
</term>
|
|
522
|
+
<term id="coperture">
|
|
523
|
+
<name lang="it">coperture</name>
|
|
524
|
+
<sub-terms>
|
|
525
|
+
<term id="copertura">
|
|
526
|
+
<name lang="it">copertura</name>
|
|
527
|
+
<sub-terms>
|
|
528
|
+
<term id="a-cupola">
|
|
529
|
+
<name lang="it">a cupola</name>
|
|
530
|
+
</term>
|
|
531
|
+
<term id="a-volta">
|
|
532
|
+
<name lang="it">a volta</name>
|
|
533
|
+
</term>
|
|
534
|
+
<term id="a-tetto">
|
|
535
|
+
<name lang="it">a tetto</name>
|
|
536
|
+
<sub-terms>
|
|
537
|
+
<term id="a-falda-singola">
|
|
538
|
+
<name lang="it">a falda singola</name>
|
|
539
|
+
</term>
|
|
540
|
+
<term id="a-doppia-falda">
|
|
541
|
+
<name lang="it">a doppia falda</name>
|
|
542
|
+
</term>
|
|
543
|
+
</sub-terms>
|
|
544
|
+
</term>
|
|
545
|
+
<term id="a-terrazzo">
|
|
546
|
+
<name lang="it">a terrazzo</name>
|
|
547
|
+
</term>
|
|
548
|
+
</sub-terms>
|
|
549
|
+
</term>
|
|
550
|
+
</sub-terms>
|
|
551
|
+
</term>
|
|
552
|
+
<term id="fondazioni">
|
|
553
|
+
<name lang="it">fondazioni</name>
|
|
554
|
+
<sub-terms>
|
|
555
|
+
<term id="continue">
|
|
556
|
+
<name lang="it">continue</name>
|
|
557
|
+
<sub-terms>
|
|
558
|
+
<term id="rettilinee">
|
|
559
|
+
<name lang="it">rettilinee</name>
|
|
560
|
+
</term>
|
|
561
|
+
<term id="platea">
|
|
562
|
+
<name lang="it">platea</name>
|
|
563
|
+
</term>
|
|
564
|
+
</sub-terms>
|
|
565
|
+
</term>
|
|
566
|
+
<term id="puntuali">
|
|
567
|
+
<name lang="it">puntuali</name>
|
|
568
|
+
<sub-terms>
|
|
569
|
+
<term id="pali">
|
|
570
|
+
<name lang="it">pali</name>
|
|
571
|
+
</term>
|
|
572
|
+
<term id="plinti">
|
|
573
|
+
<name lang="it">plinti</name>
|
|
574
|
+
</term>
|
|
575
|
+
</sub-terms>
|
|
576
|
+
</term>
|
|
577
|
+
</sub-terms>
|
|
578
|
+
</term>
|
|
579
|
+
<term id="pavimentazione">
|
|
580
|
+
<name lang="it">pavimentazione</name>
|
|
581
|
+
<sub-terms>
|
|
582
|
+
<term id="lastricato">
|
|
583
|
+
<name lang="it">lastricato</name>
|
|
584
|
+
<sub-terms>
|
|
585
|
+
<term id="a-lastre">
|
|
586
|
+
<name lang="it">a lastre</name>
|
|
587
|
+
</term>
|
|
588
|
+
<term id="a-blochhi">
|
|
589
|
+
<name lang="it">a blochhi</name>
|
|
590
|
+
</term>
|
|
591
|
+
</sub-terms>
|
|
592
|
+
</term>
|
|
593
|
+
<term id="a-tavole">
|
|
594
|
+
<name lang="it">a tavole</name>
|
|
595
|
+
</term>
|
|
596
|
+
<term id="a-ciottoli">
|
|
597
|
+
<name lang="it">a ciottoli</name>
|
|
598
|
+
</term>
|
|
599
|
+
<term id="a-tessere">
|
|
600
|
+
<name lang="it">a tessere</name>
|
|
601
|
+
<sub-terms>
|
|
602
|
+
<term id="opus-sectile">
|
|
603
|
+
<name lang="it">opus sectile</name>
|
|
604
|
+
</term>
|
|
605
|
+
<term id="mosaico">
|
|
606
|
+
<name lang="it">mosaico</name>
|
|
607
|
+
</term>
|
|
608
|
+
<term id="tassellato-scutulato">
|
|
609
|
+
<name lang="it">tassellato (scutulato)</name>
|
|
610
|
+
</term>
|
|
611
|
+
</sub-terms>
|
|
612
|
+
</term>
|
|
613
|
+
<term id="ammattonato">
|
|
614
|
+
<name lang="it">ammattonato</name>
|
|
615
|
+
<sub-terms>
|
|
616
|
+
<term id="elementi-in-piano">
|
|
617
|
+
<name lang="it">elementi in piano</name>
|
|
618
|
+
</term>
|
|
619
|
+
<term id="elementi-di-taglio">
|
|
620
|
+
<name lang="it">elementi di taglio</name>
|
|
621
|
+
</term>
|
|
622
|
+
</sub-terms>
|
|
623
|
+
</term>
|
|
624
|
+
<term id="in-conglomerato">
|
|
625
|
+
<name lang="it">in conglomerato</name>
|
|
626
|
+
<sub-terms>
|
|
627
|
+
<term id="signino">
|
|
628
|
+
<name lang="it">signino</name>
|
|
629
|
+
</term>
|
|
630
|
+
<term id="veneziana-seminato">
|
|
631
|
+
<name lang="it">veneziana (seminato)</name>
|
|
632
|
+
</term>
|
|
633
|
+
<term id="vermiculato">
|
|
634
|
+
<name lang="it">vermiculato</name>
|
|
635
|
+
</term>
|
|
636
|
+
</sub-terms>
|
|
637
|
+
</term>
|
|
638
|
+
<term id="mista">
|
|
639
|
+
<name lang="it">mista</name>
|
|
640
|
+
</term>
|
|
641
|
+
</sub-terms>
|
|
642
|
+
</term>
|
|
643
|
+
<term id="strutture-di-elevazione">
|
|
644
|
+
<name lang="it">Strutture di elevazione</name>
|
|
645
|
+
<sub-terms>
|
|
646
|
+
<term id="continua">
|
|
647
|
+
<name lang="it">continua</name>
|
|
648
|
+
<sub-terms>
|
|
649
|
+
<term id="portante">
|
|
650
|
+
<name lang="it">portante</name>
|
|
651
|
+
</term>
|
|
652
|
+
<term id="tramezzo">
|
|
653
|
+
<name lang="it">tramezzo</name>
|
|
654
|
+
</term>
|
|
655
|
+
<term id="tamponatura">
|
|
656
|
+
<name lang="it">tamponatura</name>
|
|
657
|
+
</term>
|
|
658
|
+
</sub-terms>
|
|
659
|
+
</term>
|
|
660
|
+
<term id="puntuale">
|
|
661
|
+
<name lang="it">puntuale</name>
|
|
662
|
+
<sub-terms>
|
|
663
|
+
<term id="colonna">
|
|
664
|
+
<name lang="it">colonna</name>
|
|
665
|
+
</term>
|
|
666
|
+
<term id="pilastro">
|
|
667
|
+
<name lang="it">pilastro</name>
|
|
668
|
+
</term>
|
|
669
|
+
</sub-terms>
|
|
670
|
+
</term>
|
|
671
|
+
</sub-terms>
|
|
672
|
+
</term>
|
|
673
|
+
<term id="strutture-di-orizzontamento">
|
|
674
|
+
<name lang="it">strutture di orizzontamento</name>
|
|
675
|
+
<sub-terms>
|
|
676
|
+
<term id="solaio-piano-su-archi">
|
|
677
|
+
<name lang="it">solaio piano su archi</name>
|
|
678
|
+
</term>
|
|
679
|
+
<term id="solaio-piano">
|
|
680
|
+
<name lang="it">solaio piano</name>
|
|
681
|
+
</term>
|
|
682
|
+
<term id="in-muratura-volta-cupola">
|
|
683
|
+
<name lang="it">in muratura (volta/cupola)</name>
|
|
684
|
+
</term>
|
|
685
|
+
</sub-terms>
|
|
686
|
+
</term>
|
|
687
|
+
<term id="rivestimenti-e-decorazioni">
|
|
688
|
+
<name lang="it">rivestimenti e decorazioni</name>
|
|
689
|
+
<sub-terms>
|
|
690
|
+
<term id="controsoffitto">
|
|
691
|
+
<name lang="it">controsoffitto</name>
|
|
692
|
+
<sub-terms>
|
|
693
|
+
<term id="cassettonato">
|
|
694
|
+
<name lang="it">cassettonato</name>
|
|
695
|
+
</term>
|
|
696
|
+
<term id="piano">
|
|
697
|
+
<name lang="it">piano</name>
|
|
698
|
+
</term>
|
|
699
|
+
</sub-terms>
|
|
700
|
+
</term>
|
|
701
|
+
<term id="dipinto">
|
|
702
|
+
<name lang="it">dipinto</name>
|
|
703
|
+
</term>
|
|
704
|
+
<term id="scultura">
|
|
705
|
+
<name lang="it">scultura</name>
|
|
706
|
+
</term>
|
|
707
|
+
<term id="modellato-plastico">
|
|
708
|
+
<name lang="it">modellato plastico</name>
|
|
709
|
+
</term>
|
|
710
|
+
<term id="lastre-lapidee">
|
|
711
|
+
<name lang="it">lastre lapidee</name>
|
|
712
|
+
</term>
|
|
713
|
+
<term id="mosaico">
|
|
714
|
+
<name lang="it">mosaico</name>
|
|
715
|
+
</term>
|
|
716
|
+
</sub-terms>
|
|
717
|
+
</term>
|
|
718
|
+
<term id="altro">
|
|
719
|
+
<name lang="it">altro</name>
|
|
720
|
+
</term>
|
|
721
|
+
</sub-terms>
|
|
722
|
+
</term>
|
|
723
|
+
</vocabulary>
|
|
724
|
+
|
|
725
|
+
<!-- Vocabolario FASE DI ANALISI (7) -->
|
|
726
|
+
<vocabulary class="crm:E55_Type">
|
|
727
|
+
<term id="fase-di-analisi">
|
|
728
|
+
<name lang="it">Fase di analisi</name>
|
|
729
|
+
<sub-terms>
|
|
730
|
+
<term id="esecutiva">
|
|
731
|
+
<name lang="it">esecutiva</name>
|
|
732
|
+
</term>
|
|
733
|
+
<term id="preliminare">
|
|
734
|
+
<name lang="it">preliminare</name>
|
|
735
|
+
</term>
|
|
736
|
+
</sub-terms>
|
|
737
|
+
</term>
|
|
738
|
+
</vocabulary>
|
|
739
|
+
|
|
740
|
+
<!-- Vocabolario QUESITO DIAGNOSTICO (8) -->
|
|
741
|
+
<vocabulary class="crm:E55_Type">
|
|
742
|
+
<term id="quesito-diagnostico">
|
|
743
|
+
<name lang="it">Quesito diagnostico</name>
|
|
744
|
+
<sub-terms>
|
|
745
|
+
<term id="caratterizzazione">
|
|
746
|
+
<name lang="it">caratterizzazione</name>
|
|
747
|
+
<sub-terms>
|
|
748
|
+
<term id="del-degrado">
|
|
749
|
+
<name lang="it">del degrado</name>
|
|
750
|
+
</term>
|
|
751
|
+
<term id="dato-colore">
|
|
752
|
+
<name lang="it">dato colore</name>
|
|
753
|
+
</term>
|
|
754
|
+
<term id="del-materiale">
|
|
755
|
+
<name lang="it">del materiale</name>
|
|
756
|
+
</term>
|
|
757
|
+
<term id="della-morfologia">
|
|
758
|
+
<name lang="it">della-morfologia</name>
|
|
759
|
+
</term>
|
|
760
|
+
<term id="morfometrica">
|
|
761
|
+
<name lang="it">morfometrica</name>
|
|
762
|
+
</term>
|
|
763
|
+
</sub-terms>
|
|
764
|
+
</term>
|
|
765
|
+
<term id="datazione">
|
|
766
|
+
<name lang="it">datazione</name>
|
|
767
|
+
</term>
|
|
768
|
+
<term id="discontinuita-tessiturali">
|
|
769
|
+
<name lang="it">discontinuità tessiturali</name>
|
|
770
|
+
</term>
|
|
771
|
+
<term id="distribuzione-distacchi">
|
|
772
|
+
<name lang="it">distribuzione distacchi</name>
|
|
773
|
+
</term>
|
|
774
|
+
<term id="identificazione">
|
|
775
|
+
<name lang="it">identificazione</name>
|
|
776
|
+
<sub-terms>
|
|
777
|
+
<term id="degli-elementi">
|
|
778
|
+
<name lang="it">degli elementi</name>
|
|
779
|
+
</term>
|
|
780
|
+
<term id="del-composto">
|
|
781
|
+
<name lang="it">del composto</name>
|
|
782
|
+
</term>
|
|
783
|
+
<term id="della-specie-mineralogica">
|
|
784
|
+
<name lang="it">della specie mineralogica</name>
|
|
785
|
+
</term>
|
|
786
|
+
<term id="della-specie-biologica">
|
|
787
|
+
<name lang="it">della specie biologica</name>
|
|
788
|
+
</term>
|
|
789
|
+
</sub-terms>
|
|
790
|
+
</term>
|
|
791
|
+
<term id="inglobamento-strutture">
|
|
792
|
+
<name lang="it">inglobamento strutture</name>
|
|
793
|
+
</term>
|
|
794
|
+
<term id="pratiche-colturali">
|
|
795
|
+
<name lang="it">pratiche colturali</name>
|
|
796
|
+
</term>
|
|
797
|
+
<term id="provenienza">
|
|
798
|
+
<name lang="it">provenienza</name>
|
|
799
|
+
</term>
|
|
800
|
+
<term id="relazioni-tra-parti">
|
|
801
|
+
<name lang="it">relazioni tra parti</name>
|
|
802
|
+
</term>
|
|
803
|
+
<term id="ricostruzione-del-paleoambiente">
|
|
804
|
+
<name lang="it">ricostruzione del paleoambiente</name>
|
|
805
|
+
</term>
|
|
806
|
+
<term id="stratigrafia">
|
|
807
|
+
<name lang="it">stratigrafia</name>
|
|
808
|
+
<sub-terms>
|
|
809
|
+
<term id="materiali">
|
|
810
|
+
<name lang="it">materiali</name>
|
|
811
|
+
</term>
|
|
812
|
+
<term id="strutture">
|
|
813
|
+
<name lang="it">strutture</name>
|
|
814
|
+
</term>
|
|
815
|
+
</sub-terms>
|
|
816
|
+
</term>
|
|
817
|
+
<term id="tecnologia-di-produzione">
|
|
818
|
+
<name lang="it">tecnologia di produzione</name>
|
|
819
|
+
</term>
|
|
820
|
+
<term id="altro">
|
|
821
|
+
<name lang="it">altro</name>
|
|
822
|
+
</term>
|
|
823
|
+
</sub-terms>
|
|
824
|
+
</term>
|
|
825
|
+
</vocabulary>
|
|
826
|
+
|
|
827
|
+
<!-- Vocabolario INQUADRAMENTO CRONOLOGICO (9) -->
|
|
828
|
+
<vocabulary class="crm:E55_Type">
|
|
829
|
+
<term id="inquadramento-cronologico">
|
|
830
|
+
<name lang="it">Inquadramento cronologico</name>
|
|
831
|
+
<sub-terms>
|
|
832
|
+
<term id="preistoria">
|
|
833
|
+
<name lang="it">preistoria</name>
|
|
834
|
+
<sub-terms>
|
|
835
|
+
<term id="paleolitico">
|
|
836
|
+
<name lang="it">paleolitico</name>
|
|
837
|
+
</term>
|
|
838
|
+
<term id="mesolitico">
|
|
839
|
+
<name lang="it">mesolitico</name>
|
|
840
|
+
</term>
|
|
841
|
+
<term id="neolitico">
|
|
842
|
+
<name lang="it">neolitico</name>
|
|
843
|
+
</term>
|
|
844
|
+
</sub-terms>
|
|
845
|
+
</term>
|
|
846
|
+
<term id="protostoria">
|
|
847
|
+
<name lang="it">protostoria</name>
|
|
848
|
+
<sub-terms>
|
|
849
|
+
<term id="eta-del-rame">
|
|
850
|
+
<name lang="it">età del rame</name>
|
|
851
|
+
</term>
|
|
852
|
+
<term id="eta-del-bronzo">
|
|
853
|
+
<name lang="it">età del bronzo</name>
|
|
854
|
+
</term>
|
|
855
|
+
<term id="eta-del-ferro">
|
|
856
|
+
<name lang="it">età del ferro</name>
|
|
857
|
+
</term>
|
|
858
|
+
</sub-terms>
|
|
859
|
+
</term>
|
|
860
|
+
<term id="antichita">
|
|
861
|
+
<name lang="it">antichità</name>
|
|
862
|
+
<sub-terms>
|
|
863
|
+
<term id="periodo-preclassico">
|
|
864
|
+
<name lang="it">periodo preclassico</name>
|
|
865
|
+
</term>
|
|
866
|
+
<term id="civilta-greca">
|
|
867
|
+
<name lang="it">civiltà greca</name>
|
|
868
|
+
</term>
|
|
869
|
+
<term id="civilta-romana">
|
|
870
|
+
<name lang="it">civiltà romana</name>
|
|
871
|
+
</term>
|
|
872
|
+
</sub-terms>
|
|
873
|
+
</term>
|
|
874
|
+
<term id="medioevo">
|
|
875
|
+
<name lang="it">Medioevo</name>
|
|
876
|
+
<sub-terms>
|
|
877
|
+
<term id="alto-medioevo">
|
|
878
|
+
<name lang="it">alto Medioevo</name>
|
|
879
|
+
<sub-terms>
|
|
880
|
+
<term id="v-dc">
|
|
881
|
+
<name lang="it">V d.C.</name>
|
|
882
|
+
</term>
|
|
883
|
+
<term id="vi-dc">
|
|
884
|
+
<name lang="it">VI d.C.</name>
|
|
885
|
+
</term>
|
|
886
|
+
<term id="vii-dc">
|
|
887
|
+
<name lang="it">VII d.C.</name>
|
|
888
|
+
</term>
|
|
889
|
+
<term id="viii-dc">
|
|
890
|
+
<name lang="it">VIII d.C.</name>
|
|
891
|
+
</term>
|
|
892
|
+
<term id="ix-dc">
|
|
893
|
+
<name lang="it">IX d.C.</name>
|
|
894
|
+
</term>
|
|
895
|
+
<term id="x-dc">
|
|
896
|
+
<name lang="it">X d.C.</name>
|
|
897
|
+
</term>
|
|
898
|
+
<term id="xi-dc">
|
|
899
|
+
<name lang="it">XI d.C.</name>
|
|
900
|
+
</term>
|
|
901
|
+
</sub-terms>
|
|
902
|
+
</term>
|
|
903
|
+
<term id="basso-medioevo">
|
|
904
|
+
<name lang="it">basso Medioevo</name>
|
|
905
|
+
<sub-terms>
|
|
906
|
+
<term id="xii-dc">
|
|
907
|
+
<name lang="it">XII d.C.</name>
|
|
908
|
+
</term>
|
|
909
|
+
<term id="xiii-dc">
|
|
910
|
+
<name lang="it">XIII d.C.</name>
|
|
911
|
+
</term>
|
|
912
|
+
<term id="xiv-dc">
|
|
913
|
+
<name lang="it">XIV d.C.</name>
|
|
914
|
+
</term>
|
|
915
|
+
<term id="xv-dc">
|
|
916
|
+
<name lang="it">XV d.C.</name>
|
|
917
|
+
</term>
|
|
918
|
+
</sub-terms>
|
|
919
|
+
</term>
|
|
920
|
+
</sub-terms>
|
|
921
|
+
</term>
|
|
922
|
+
<term id="eta-moderna">
|
|
923
|
+
<name lang="it">età moderna</name>
|
|
924
|
+
<sub-terms>
|
|
925
|
+
<term id="xv-dc">
|
|
926
|
+
<name lang="it">XV d.C.</name>
|
|
927
|
+
</term>
|
|
928
|
+
<term id="xvi-dc">
|
|
929
|
+
<name lang="it">XVI d.C.</name>
|
|
930
|
+
</term>
|
|
931
|
+
<term id="xvii-dc">
|
|
932
|
+
<name lang="it">XVII d.C.</name>
|
|
933
|
+
</term>
|
|
934
|
+
<term id="prima-meta-del-xviii-dc">
|
|
935
|
+
<name lang="it">prima metà del XVIII d.C.</name>
|
|
936
|
+
</term>
|
|
937
|
+
</sub-terms>
|
|
938
|
+
</term>
|
|
939
|
+
<term id="eta-contemporanea">
|
|
940
|
+
<name lang="it">età contemporanea</name>
|
|
941
|
+
<sub-terms>
|
|
942
|
+
<term id="seconda-meta-del-xviii-dc">
|
|
943
|
+
<name lang="it">seconda metà del XVIII d.C.</name>
|
|
944
|
+
</term>
|
|
945
|
+
<term id="xix-dc">
|
|
946
|
+
<name lang="it">XIX d.C.</name>
|
|
947
|
+
</term>
|
|
948
|
+
<term id="xx-dc">
|
|
949
|
+
<name lang="it">XX d.C.</name>
|
|
950
|
+
</term>
|
|
951
|
+
</sub-terms>
|
|
952
|
+
</term>
|
|
953
|
+
</sub-terms>
|
|
954
|
+
</term>
|
|
955
|
+
</vocabulary>
|
|
956
|
+
|
|
957
|
+
<!-- Vocabolario LUOGO DI ANALISI (10) -->
|
|
958
|
+
<vocabulary class="crm:E55_Type">
|
|
959
|
+
<term id="luogo-di-analisi">
|
|
960
|
+
<name lang="it">Luogo di analisi</name>
|
|
961
|
+
<sub-terms>
|
|
962
|
+
<term id="in-laboratorio">
|
|
963
|
+
<name lang="it">in-laboratorio</name>
|
|
964
|
+
</term>
|
|
965
|
+
<term id="in-situ">
|
|
966
|
+
<name lang="it">in situ</name>
|
|
967
|
+
</term>
|
|
968
|
+
</sub-terms>
|
|
969
|
+
</term>
|
|
970
|
+
</vocabulary>
|
|
971
|
+
|
|
972
|
+
<!-- Vocabolario MATERIALE (11) -->
|
|
973
|
+
<vocabulary class="crm:E55_Type">
|
|
974
|
+
<term id="materiale">
|
|
975
|
+
<name lang="it">Materiale</name>
|
|
976
|
+
<sub-terms>
|
|
977
|
+
<term id="aggiunta">
|
|
978
|
+
<name lang="it">aggiunta</name>
|
|
979
|
+
<sub-terms>
|
|
980
|
+
<term id="paglia">
|
|
981
|
+
<name lang="it">paglia</name>
|
|
982
|
+
</term>
|
|
983
|
+
<term id="fibre">
|
|
984
|
+
<name lang="it">fibre</name>
|
|
985
|
+
</term>
|
|
986
|
+
<term id="sterco">
|
|
987
|
+
<name lang="it">sterco</name>
|
|
988
|
+
</term>
|
|
989
|
+
<term id="cenere">
|
|
990
|
+
<name lang="it">cenere</name>
|
|
991
|
+
</term>
|
|
992
|
+
<term id="altro">
|
|
993
|
+
<name lang="it">altro</name>
|
|
994
|
+
</term>
|
|
995
|
+
</sub-terms>
|
|
996
|
+
</term>
|
|
997
|
+
<term id="aggregato">
|
|
998
|
+
<name lang="it">aggregato</name>
|
|
999
|
+
<sub-terms>
|
|
1000
|
+
<term id="sabbia">
|
|
1001
|
+
<name lang="it">sabbia</name>
|
|
1002
|
+
</term>
|
|
1003
|
+
<term id="pozzolana">
|
|
1004
|
+
<name lang="it">pozzolana</name>
|
|
1005
|
+
<sub-terms>
|
|
1006
|
+
<term id="sabbia">
|
|
1007
|
+
<name lang="it">rossa</name>
|
|
1008
|
+
</term>
|
|
1009
|
+
<term id="pozzolana">
|
|
1010
|
+
<name lang="it">nera</name>
|
|
1011
|
+
</term>
|
|
1012
|
+
<term id="pozzolana">
|
|
1013
|
+
<name lang="it">grigia</name>
|
|
1014
|
+
</term>
|
|
1015
|
+
<term id="pozzolana">
|
|
1016
|
+
<name lang="it">bruna</name>
|
|
1017
|
+
</term>
|
|
1018
|
+
</sub-terms>
|
|
1019
|
+
</term>
|
|
1020
|
+
<term id="carbonatico">
|
|
1021
|
+
<name lang="it">carbonatico</name>
|
|
1022
|
+
</term>
|
|
1023
|
+
<term id="vulcanico">
|
|
1024
|
+
<name lang="it">vulcanico</name>
|
|
1025
|
+
</term>
|
|
1026
|
+
<term id="cocciopesto">
|
|
1027
|
+
<name lang="it">cocciopesto</name>
|
|
1028
|
+
</term>
|
|
1029
|
+
<term id="marmoreo">
|
|
1030
|
+
<name lang="it">marmoreo</name>
|
|
1031
|
+
</term>
|
|
1032
|
+
<term id="altro">
|
|
1033
|
+
<name lang="it">altro</name>
|
|
1034
|
+
</term>
|
|
1035
|
+
</sub-terms>
|
|
1036
|
+
</term>
|
|
1037
|
+
<term id="additivo">
|
|
1038
|
+
<name lang="it">additivo</name>
|
|
1039
|
+
<sub-terms>
|
|
1040
|
+
<term id="malto">
|
|
1041
|
+
<name lang="it">malto</name>
|
|
1042
|
+
</term>
|
|
1043
|
+
<term id="birra">
|
|
1044
|
+
<name lang="it">birra</name>
|
|
1045
|
+
</term>
|
|
1046
|
+
<term id="urina">
|
|
1047
|
+
<name lang="it">urina</name>
|
|
1048
|
+
</term>
|
|
1049
|
+
<term id="sangue">
|
|
1050
|
+
<name lang="it">sangue</name>
|
|
1051
|
+
</term>
|
|
1052
|
+
<term id="albume">
|
|
1053
|
+
<name lang="it">albume</name>
|
|
1054
|
+
</term>
|
|
1055
|
+
<term id="caseina">
|
|
1056
|
+
<name lang="it">caseina</name>
|
|
1057
|
+
</term>
|
|
1058
|
+
<term id="gomma-arabica">
|
|
1059
|
+
<name lang="it">gomma arabica</name>
|
|
1060
|
+
</term>
|
|
1061
|
+
<term id="amido">
|
|
1062
|
+
<name lang="it">amido</name>
|
|
1063
|
+
</term>
|
|
1064
|
+
<term id="olio">
|
|
1065
|
+
<name lang="it">olio</name>
|
|
1066
|
+
</term>
|
|
1067
|
+
<term id="altro">
|
|
1068
|
+
<name lang="it">altro</name>
|
|
1069
|
+
</term>
|
|
1070
|
+
</sub-terms>
|
|
1071
|
+
</term>
|
|
1072
|
+
<term id="carapace">
|
|
1073
|
+
<name lang="it">carapace</name>
|
|
1074
|
+
<sub-terms>
|
|
1075
|
+
<term id="chitinico">
|
|
1076
|
+
<name lang="it">chitinico</name>
|
|
1077
|
+
</term>
|
|
1078
|
+
<term id="mineralizzato">
|
|
1079
|
+
<name lang="it">mineralizzato</name>
|
|
1080
|
+
</term>
|
|
1081
|
+
<term id="osseo">
|
|
1082
|
+
<name lang="it">osseo</name>
|
|
1083
|
+
</term>
|
|
1084
|
+
</sub-terms>
|
|
1085
|
+
</term>
|
|
1086
|
+
<term id="carta">
|
|
1087
|
+
<name lang="it">carta</name>
|
|
1088
|
+
<sub-terms>
|
|
1089
|
+
<term id="di-lino">
|
|
1090
|
+
<name lang="it">di lino</name>
|
|
1091
|
+
</term>
|
|
1092
|
+
<term id="di-stracci">
|
|
1093
|
+
<name lang="it">di stracci</name>
|
|
1094
|
+
</term>
|
|
1095
|
+
<term id="di-pasta-di-legno">
|
|
1096
|
+
<name lang="it">di pasta di legno</name>
|
|
1097
|
+
</term>
|
|
1098
|
+
<term id="chimica">
|
|
1099
|
+
<name lang="it">chimica</name>
|
|
1100
|
+
</term>
|
|
1101
|
+
<term id="acid-free">
|
|
1102
|
+
<name lang="it">acid-free</name>
|
|
1103
|
+
</term>
|
|
1104
|
+
</sub-terms>
|
|
1105
|
+
</term>
|
|
1106
|
+
<term id="ceramica">
|
|
1107
|
+
<name lang="it">ceramica</name>
|
|
1108
|
+
<sub-terms>
|
|
1109
|
+
<term id="bucchero">
|
|
1110
|
+
<name lang="it">bucchero</name>
|
|
1111
|
+
</term>
|
|
1112
|
+
<term id="gres">
|
|
1113
|
+
<name lang="it">gres</name>
|
|
1114
|
+
<sub-terms>
|
|
1115
|
+
<term id="con-smalto-salino">
|
|
1116
|
+
<name lang="it">con smalto salino</name>
|
|
1117
|
+
</term>
|
|
1118
|
+
</sub-terms>
|
|
1119
|
+
</term>
|
|
1120
|
+
<term id="maiolica">
|
|
1121
|
+
<name lang="it">maiolica</name>
|
|
1122
|
+
</term>
|
|
1123
|
+
<term id="nera-a-vernice-rossa">
|
|
1124
|
+
<name lang="it">nera a vernice rossa</name>
|
|
1125
|
+
</term>
|
|
1126
|
+
<term id="terra-sigillata">
|
|
1127
|
+
<name lang="it">terra sigillata</name>
|
|
1128
|
+
</term>
|
|
1129
|
+
<term id="terracotta">
|
|
1130
|
+
<name lang="it">terracotta</name>
|
|
1131
|
+
<sub-terms>
|
|
1132
|
+
<term id="con-ingobbio">
|
|
1133
|
+
<name lang="it">con ingobbio</name>
|
|
1134
|
+
</term>
|
|
1135
|
+
</sub-terms>
|
|
1136
|
+
</term>
|
|
1137
|
+
<term id="terraglia">
|
|
1138
|
+
<name lang="it">terraglia</name>
|
|
1139
|
+
<sub-terms>
|
|
1140
|
+
<term id="con-smalto-stannifero">
|
|
1141
|
+
<name lang="it">con smalto stannifero</name>
|
|
1142
|
+
</term>
|
|
1143
|
+
<term id="con-vetrina">
|
|
1144
|
+
<name lang="it">con vetrina</name>
|
|
1145
|
+
</term>
|
|
1146
|
+
</sub-terms>
|
|
1147
|
+
</term>
|
|
1148
|
+
<term id="porcellana">
|
|
1149
|
+
<name lang="it">porcellana</name>
|
|
1150
|
+
<sub-terms>
|
|
1151
|
+
<term id="dura">
|
|
1152
|
+
<name lang="it">dura</name>
|
|
1153
|
+
</term>
|
|
1154
|
+
<term id="tenera">
|
|
1155
|
+
<name lang="it">tenera</name>
|
|
1156
|
+
</term>
|
|
1157
|
+
</sub-terms>
|
|
1158
|
+
</term>
|
|
1159
|
+
<term id="rossa-a-vernice-nera">
|
|
1160
|
+
<name lang="it">rossa a vernice nera</name>
|
|
1161
|
+
</term>
|
|
1162
|
+
</sub-terms>
|
|
1163
|
+
</term>
|
|
1164
|
+
<term id="coloranti">
|
|
1165
|
+
<name lang="it">coloranti</name>
|
|
1166
|
+
<sub-terms>
|
|
1167
|
+
<term id="annatto">
|
|
1168
|
+
<name lang="it">annatto</name>
|
|
1169
|
+
</term>
|
|
1170
|
+
<term id="camomilla">
|
|
1171
|
+
<name lang="it">camomilla</name>
|
|
1172
|
+
</term>
|
|
1173
|
+
<term id="campeggio">
|
|
1174
|
+
<name lang="it">campeggio</name>
|
|
1175
|
+
</term>
|
|
1176
|
+
<term id="catecu">
|
|
1177
|
+
<name lang="it">catecù</name>
|
|
1178
|
+
</term>
|
|
1179
|
+
<term id="crespino">
|
|
1180
|
+
<name lang="it">crespino</name>
|
|
1181
|
+
</term>
|
|
1182
|
+
<term id="curcuma">
|
|
1183
|
+
<name lang="it">curcuma</name>
|
|
1184
|
+
</term>
|
|
1185
|
+
<term id="giaggiolo-acquatico">
|
|
1186
|
+
<name lang="it">giaggiolo acquatico</name>
|
|
1187
|
+
</term>
|
|
1188
|
+
<term id="ginestra">
|
|
1189
|
+
<name lang="it">ginestra</name>
|
|
1190
|
+
</term>
|
|
1191
|
+
<term id="ginestra-dei-carbonai">
|
|
1192
|
+
<name lang="it">ginestra dei carbonai</name>
|
|
1193
|
+
</term>
|
|
1194
|
+
<term id="guado">
|
|
1195
|
+
<name lang="it">guado</name>
|
|
1196
|
+
</term>
|
|
1197
|
+
<term id="henne">
|
|
1198
|
+
<name lang="it">hennè</name>
|
|
1199
|
+
</term>
|
|
1200
|
+
<term id="indaco">
|
|
1201
|
+
<name lang="it">indaco</name>
|
|
1202
|
+
</term>
|
|
1203
|
+
<term id="lavanda-selvatica">
|
|
1204
|
+
<name lang="it">lavanda selvatica</name>
|
|
1205
|
+
</term>
|
|
1206
|
+
<term id="legno-rosso-del-brasile">
|
|
1207
|
+
<name lang="it">legno rosso del Brasile</name>
|
|
1208
|
+
</term>
|
|
1209
|
+
<term id="mirtillo-nero">
|
|
1210
|
+
<name lang="it">mirtillo nero</name>
|
|
1211
|
+
</term>
|
|
1212
|
+
<term id="noce">
|
|
1213
|
+
<name lang="it">noce</name>
|
|
1214
|
+
</term>
|
|
1215
|
+
<term id="ontano-comune">
|
|
1216
|
+
<name lang="it">ontano comune</name>
|
|
1217
|
+
</term>
|
|
1218
|
+
<term id="oricello">
|
|
1219
|
+
<name lang="it">oricello</name>
|
|
1220
|
+
</term>
|
|
1221
|
+
<term id="papavero">
|
|
1222
|
+
<name lang="it">papavero</name>
|
|
1223
|
+
</term>
|
|
1224
|
+
<term id="poligono-tintorio">
|
|
1225
|
+
<name lang="it">poligono tintorio</name>
|
|
1226
|
+
</term>
|
|
1227
|
+
<term id="reseda-bionda">
|
|
1228
|
+
<name lang="it">reseda bionda</name>
|
|
1229
|
+
</term>
|
|
1230
|
+
<term id="robbia">
|
|
1231
|
+
<name lang="it">robbia</name>
|
|
1232
|
+
</term>
|
|
1233
|
+
<term id="salice-rosso">
|
|
1234
|
+
<name lang="it">salice rosso</name>
|
|
1235
|
+
</term>
|
|
1236
|
+
<term id="sangue-di-drago">
|
|
1237
|
+
<name lang="it">sangue di drago</name>
|
|
1238
|
+
</term>
|
|
1239
|
+
<term id="scoparius">
|
|
1240
|
+
<name lang="it">scoparius</name>
|
|
1241
|
+
</term>
|
|
1242
|
+
<term id="sintetico">
|
|
1243
|
+
<name lang="it">sintetico</name>
|
|
1244
|
+
<sub-terms>
|
|
1245
|
+
<term id="azoico">
|
|
1246
|
+
<name lang="it">azoico</name>
|
|
1247
|
+
</term>
|
|
1248
|
+
<term id="acido">
|
|
1249
|
+
<name lang="it">acido</name>
|
|
1250
|
+
</term>
|
|
1251
|
+
<term id="basico">
|
|
1252
|
+
<name lang="it">basico</name>
|
|
1253
|
+
</term>
|
|
1254
|
+
<term id="disperso">
|
|
1255
|
+
<name lang="it">disperso</name>
|
|
1256
|
+
</term>
|
|
1257
|
+
</sub-terms>
|
|
1258
|
+
</term>
|
|
1259
|
+
<term id="sparzio-villoso">
|
|
1260
|
+
<name lang="it">sparzio villoso</name>
|
|
1261
|
+
</term>
|
|
1262
|
+
<term id="zafferano">
|
|
1263
|
+
<name lang="it">zafferano</name>
|
|
1264
|
+
</term>
|
|
1265
|
+
<term id="zafferanone">
|
|
1266
|
+
<name lang="it">zafferanone</name>
|
|
1267
|
+
</term>
|
|
1268
|
+
<term id="altro">
|
|
1269
|
+
<name lang="it">altro</name>
|
|
1270
|
+
</term>
|
|
1271
|
+
</sub-terms>
|
|
1272
|
+
</term>
|
|
1273
|
+
<term id="conchiglia">
|
|
1274
|
+
<name lang="it">conchiglia</name>
|
|
1275
|
+
<sub-terms>
|
|
1276
|
+
<term id="nacrea">
|
|
1277
|
+
<name lang="it">nacrea</name>
|
|
1278
|
+
</term>
|
|
1279
|
+
<term id="non-nacrea">
|
|
1280
|
+
<name lang="it">non nacrea</name>
|
|
1281
|
+
</term>
|
|
1282
|
+
<term id="perla">
|
|
1283
|
+
<name lang="it">perla</name>
|
|
1284
|
+
</term>
|
|
1285
|
+
</sub-terms>
|
|
1286
|
+
</term>
|
|
1287
|
+
<term id="consolidante">
|
|
1288
|
+
<name lang="it">consolidante</name>
|
|
1289
|
+
<sub-terms>
|
|
1290
|
+
<term id="adesivo">
|
|
1291
|
+
<name lang="it">adesivo</name>
|
|
1292
|
+
</term>
|
|
1293
|
+
<term id="nano-calce">
|
|
1294
|
+
<name lang="it">nano-calce</name>
|
|
1295
|
+
</term>
|
|
1296
|
+
<term id="resina">
|
|
1297
|
+
<name lang="it">resina</name>
|
|
1298
|
+
<sub-terms>
|
|
1299
|
+
<term id="acrilica">
|
|
1300
|
+
<name lang="it">acrilica</name>
|
|
1301
|
+
<sub-terms>
|
|
1302
|
+
<term id="paraloid-b72">
|
|
1303
|
+
<name lang="it">Paraloid B72</name>
|
|
1304
|
+
</term>
|
|
1305
|
+
</sub-terms>
|
|
1306
|
+
</term>
|
|
1307
|
+
<term id="epossidica">
|
|
1308
|
+
<name lang="it">epossidica</name>
|
|
1309
|
+
</term>
|
|
1310
|
+
<term id="siliconica">
|
|
1311
|
+
<name lang="it">siliconica</name>
|
|
1312
|
+
</term>
|
|
1313
|
+
</sub-terms>
|
|
1314
|
+
</term>
|
|
1315
|
+
<term id="silicato">
|
|
1316
|
+
<name lang="it">silicato</name>
|
|
1317
|
+
<sub-terms>
|
|
1318
|
+
<term id="nano-silice">
|
|
1319
|
+
<name lang="it">nano-silice</name>
|
|
1320
|
+
</term>
|
|
1321
|
+
<term id="silicato-di-etile">
|
|
1322
|
+
<name lang="it">silicato di etile</name>
|
|
1323
|
+
</term>
|
|
1324
|
+
</sub-terms>
|
|
1325
|
+
</term>
|
|
1326
|
+
<term id="altro">
|
|
1327
|
+
<name lang="it">altro</name>
|
|
1328
|
+
</term>
|
|
1329
|
+
</sub-terms>
|
|
1330
|
+
</term>
|
|
1331
|
+
<term id="corallo">
|
|
1332
|
+
<name lang="it">corallo</name>
|
|
1333
|
+
<sub-terms>
|
|
1334
|
+
<term id="bianco">
|
|
1335
|
+
<name lang="it">bianco</name>
|
|
1336
|
+
</term>
|
|
1337
|
+
<term id="boke">
|
|
1338
|
+
<name lang="it">bokè</name>
|
|
1339
|
+
</term>
|
|
1340
|
+
<term id="moro">
|
|
1341
|
+
<name lang="it">moro</name>
|
|
1342
|
+
</term>
|
|
1343
|
+
<term id="pelle-dangelo">
|
|
1344
|
+
<name lang="it">pelle d'angelo</name>
|
|
1345
|
+
</term>
|
|
1346
|
+
<term id="rosso">
|
|
1347
|
+
<name lang="it">rosso</name>
|
|
1348
|
+
</term>
|
|
1349
|
+
</sub-terms>
|
|
1350
|
+
</term>
|
|
1351
|
+
<term id="corno">
|
|
1352
|
+
<name lang="it">corno</name>
|
|
1353
|
+
<sub-terms>
|
|
1354
|
+
<term id="bovino">
|
|
1355
|
+
<name lang="it">bovino</name>
|
|
1356
|
+
</term>
|
|
1357
|
+
<term id="cervide">
|
|
1358
|
+
<name lang="it">cervide</name>
|
|
1359
|
+
</term>
|
|
1360
|
+
<term id="ovino">
|
|
1361
|
+
<name lang="it">ovino</name>
|
|
1362
|
+
</term>
|
|
1363
|
+
</sub-terms>
|
|
1364
|
+
</term>
|
|
1365
|
+
<term id="cotone">
|
|
1366
|
+
<name lang="it">cotone</name>
|
|
1367
|
+
<sub-terms>
|
|
1368
|
+
<term id="filato">
|
|
1369
|
+
<name lang="it">filato</name>
|
|
1370
|
+
</term>
|
|
1371
|
+
<term id="non-filato">
|
|
1372
|
+
<name lang="it">non filato</name>
|
|
1373
|
+
</term>
|
|
1374
|
+
</sub-terms>
|
|
1375
|
+
</term>
|
|
1376
|
+
<term id="dente">
|
|
1377
|
+
<name lang="it">dente</name>
|
|
1378
|
+
<sub-terms>
|
|
1379
|
+
<term id="avorio">
|
|
1380
|
+
<name lang="it">avorio</name>
|
|
1381
|
+
</term>
|
|
1382
|
+
</sub-terms>
|
|
1383
|
+
</term>
|
|
1384
|
+
<term id="echinoderma">
|
|
1385
|
+
<name lang="it">echinoderma</name>
|
|
1386
|
+
</term>
|
|
1387
|
+
<term id="elementi">
|
|
1388
|
+
<name lang="it">elementi</name>
|
|
1389
|
+
<sub-terms>
|
|
1390
|
+
<term id="ag">
|
|
1391
|
+
<name lang="it">Ag</name>
|
|
1392
|
+
</term>
|
|
1393
|
+
<term id="al">
|
|
1394
|
+
<name lang="it">Al</name>
|
|
1395
|
+
</term>
|
|
1396
|
+
<term id="au">
|
|
1397
|
+
<name lang="it">Au</name>
|
|
1398
|
+
</term>
|
|
1399
|
+
<term id="at">
|
|
1400
|
+
<name lang="it">At</name>
|
|
1401
|
+
</term>
|
|
1402
|
+
<term id="b">
|
|
1403
|
+
<name lang="it">B</name>
|
|
1404
|
+
</term>
|
|
1405
|
+
<term id="ba">
|
|
1406
|
+
<name lang="it">Ba</name>
|
|
1407
|
+
</term>
|
|
1408
|
+
<term id="be">
|
|
1409
|
+
<name lang="it">Be</name>
|
|
1410
|
+
</term>
|
|
1411
|
+
<term id="bh">
|
|
1412
|
+
<name lang="it">Bh</name>
|
|
1413
|
+
</term>
|
|
1414
|
+
<term id="bi">
|
|
1415
|
+
<name lang="it">Bi</name>
|
|
1416
|
+
</term>
|
|
1417
|
+
<term id="br">
|
|
1418
|
+
<name lang="it">Br</name>
|
|
1419
|
+
</term>
|
|
1420
|
+
<term id="c">
|
|
1421
|
+
<name lang="it">C</name>
|
|
1422
|
+
</term>
|
|
1423
|
+
<term id="ca">
|
|
1424
|
+
<name lang="it">Ca</name>
|
|
1425
|
+
</term>
|
|
1426
|
+
<term id="cd">
|
|
1427
|
+
<name lang="it">Cd</name>
|
|
1428
|
+
</term>
|
|
1429
|
+
<term id="cl">
|
|
1430
|
+
<name lang="it">Cl</name>
|
|
1431
|
+
</term>
|
|
1432
|
+
<term id="cn">
|
|
1433
|
+
<name lang="it">Cn</name>
|
|
1434
|
+
</term>
|
|
1435
|
+
<term id="co">
|
|
1436
|
+
<name lang="it">Co</name>
|
|
1437
|
+
</term>
|
|
1438
|
+
<term id="cr">
|
|
1439
|
+
<name lang="it">Cr</name>
|
|
1440
|
+
</term>
|
|
1441
|
+
<term id="cs">
|
|
1442
|
+
<name lang="it">Cs</name>
|
|
1443
|
+
</term>
|
|
1444
|
+
<term id="cu">
|
|
1445
|
+
<name lang="it">Cu</name>
|
|
1446
|
+
</term>
|
|
1447
|
+
<term id="db">
|
|
1448
|
+
<name lang="it">Db</name>
|
|
1449
|
+
</term>
|
|
1450
|
+
<term id="ds">
|
|
1451
|
+
<name lang="it">Ds</name>
|
|
1452
|
+
</term>
|
|
1453
|
+
<term id="f">
|
|
1454
|
+
<name lang="it">F</name>
|
|
1455
|
+
</term>
|
|
1456
|
+
<term id="fe">
|
|
1457
|
+
<name lang="it">Fe</name>
|
|
1458
|
+
</term>
|
|
1459
|
+
<term id="fl">
|
|
1460
|
+
<name lang="it">Fl</name>
|
|
1461
|
+
</term>
|
|
1462
|
+
<term id="fr">
|
|
1463
|
+
<name lang="it">Fr</name>
|
|
1464
|
+
</term>
|
|
1465
|
+
<term id="ga">
|
|
1466
|
+
<name lang="it">Ga</name>
|
|
1467
|
+
</term>
|
|
1468
|
+
<term id="ge">
|
|
1469
|
+
<name lang="it">Ge</name>
|
|
1470
|
+
</term>
|
|
1471
|
+
<term id="hf">
|
|
1472
|
+
<name lang="it">Hf</name>
|
|
1473
|
+
</term>
|
|
1474
|
+
<term id="hg">
|
|
1475
|
+
<name lang="it">Hg</name>
|
|
1476
|
+
</term>
|
|
1477
|
+
<term id="hs">
|
|
1478
|
+
<name lang="it">Hs</name>
|
|
1479
|
+
</term>
|
|
1480
|
+
<term id="i">
|
|
1481
|
+
<name lang="it">I</name>
|
|
1482
|
+
</term>
|
|
1483
|
+
<term id="in">
|
|
1484
|
+
<name lang="it">In</name>
|
|
1485
|
+
</term>
|
|
1486
|
+
<term id="ir">
|
|
1487
|
+
<name lang="it">Ir</name>
|
|
1488
|
+
</term>
|
|
1489
|
+
<term id="k">
|
|
1490
|
+
<name lang="it">K</name>
|
|
1491
|
+
</term>
|
|
1492
|
+
<term id="li">
|
|
1493
|
+
<name lang="it">Li</name>
|
|
1494
|
+
</term>
|
|
1495
|
+
<term id="lr">
|
|
1496
|
+
<name lang="it">Lr</name>
|
|
1497
|
+
</term>
|
|
1498
|
+
<term id="lu">
|
|
1499
|
+
<name lang="it">Lu</name>
|
|
1500
|
+
</term>
|
|
1501
|
+
<term id="lv">
|
|
1502
|
+
<name lang="it">Lv</name>
|
|
1503
|
+
</term>
|
|
1504
|
+
<term id="mc">
|
|
1505
|
+
<name lang="it">Mc</name>
|
|
1506
|
+
</term>
|
|
1507
|
+
<term id="mg">
|
|
1508
|
+
<name lang="it">Mg</name>
|
|
1509
|
+
</term>
|
|
1510
|
+
<term id="mo">
|
|
1511
|
+
<name lang="it">Mo</name>
|
|
1512
|
+
</term>
|
|
1513
|
+
<term id="mt">
|
|
1514
|
+
<name lang="it">Mt</name>
|
|
1515
|
+
</term>
|
|
1516
|
+
<term id="n">
|
|
1517
|
+
<name lang="it">N</name>
|
|
1518
|
+
</term>
|
|
1519
|
+
<term id="na">
|
|
1520
|
+
<name lang="it">Na</name>
|
|
1521
|
+
</term>
|
|
1522
|
+
<term id="nh">
|
|
1523
|
+
<name lang="it">Nh</name>
|
|
1524
|
+
</term>
|
|
1525
|
+
<term id="ni">
|
|
1526
|
+
<name lang="it">Ni</name>
|
|
1527
|
+
</term>
|
|
1528
|
+
<term id="o">
|
|
1529
|
+
<name lang="it">O</name>
|
|
1530
|
+
</term>
|
|
1531
|
+
<term id="p">
|
|
1532
|
+
<name lang="it">P</name>
|
|
1533
|
+
</term>
|
|
1534
|
+
<term id="pb">
|
|
1535
|
+
<name lang="it">Pb</name>
|
|
1536
|
+
</term>
|
|
1537
|
+
<term id="pd">
|
|
1538
|
+
<name lang="it">Pd</name>
|
|
1539
|
+
</term>
|
|
1540
|
+
<term id="po">
|
|
1541
|
+
<name lang="it">Po</name>
|
|
1542
|
+
</term>
|
|
1543
|
+
<term id="pt">
|
|
1544
|
+
<name lang="it">Pt</name>
|
|
1545
|
+
</term>
|
|
1546
|
+
<term id="ra">
|
|
1547
|
+
<name lang="it">Ra</name>
|
|
1548
|
+
</term>
|
|
1549
|
+
<term id="rb">
|
|
1550
|
+
<name lang="it">Rb</name>
|
|
1551
|
+
</term>
|
|
1552
|
+
<term id="re">
|
|
1553
|
+
<name lang="it">Re</name>
|
|
1554
|
+
</term>
|
|
1555
|
+
<term id="rf">
|
|
1556
|
+
<name lang="it">Rf</name>
|
|
1557
|
+
</term>
|
|
1558
|
+
<term id="rg">
|
|
1559
|
+
<name lang="it">Rg</name>
|
|
1560
|
+
</term>
|
|
1561
|
+
<term id="rh">
|
|
1562
|
+
<name lang="it">Rh</name>
|
|
1563
|
+
</term>
|
|
1564
|
+
<term id="ru">
|
|
1565
|
+
<name lang="it">Ru</name>
|
|
1566
|
+
</term>
|
|
1567
|
+
<term id="s">
|
|
1568
|
+
<name lang="it">S</name>
|
|
1569
|
+
</term>
|
|
1570
|
+
<term id="sb">
|
|
1571
|
+
<name lang="it">Sb</name>
|
|
1572
|
+
</term>
|
|
1573
|
+
<term id="sc">
|
|
1574
|
+
<name lang="it">Sc</name>
|
|
1575
|
+
</term>
|
|
1576
|
+
<term id="se">
|
|
1577
|
+
<name lang="it">Se</name>
|
|
1578
|
+
</term>
|
|
1579
|
+
<term id="sg">
|
|
1580
|
+
<name lang="it">Sg</name>
|
|
1581
|
+
</term>
|
|
1582
|
+
<term id="si">
|
|
1583
|
+
<name lang="it">Si</name>
|
|
1584
|
+
</term>
|
|
1585
|
+
<term id="sr">
|
|
1586
|
+
<name lang="it">Sr</name>
|
|
1587
|
+
</term>
|
|
1588
|
+
<term id="te">
|
|
1589
|
+
<name lang="it">Te</name>
|
|
1590
|
+
</term>
|
|
1591
|
+
<term id="ti">
|
|
1592
|
+
<name lang="it">Ti</name>
|
|
1593
|
+
</term>
|
|
1594
|
+
<term id="tl">
|
|
1595
|
+
<name lang="it">Tl</name>
|
|
1596
|
+
</term>
|
|
1597
|
+
<term id="ts">
|
|
1598
|
+
<name lang="it">Ts</name>
|
|
1599
|
+
</term>
|
|
1600
|
+
<term id="v">
|
|
1601
|
+
<name lang="it">V</name>
|
|
1602
|
+
</term>
|
|
1603
|
+
<term id="w">
|
|
1604
|
+
<name lang="it">W</name>
|
|
1605
|
+
</term>
|
|
1606
|
+
<term id="y">
|
|
1607
|
+
<name lang="it">Y</name>
|
|
1608
|
+
</term>
|
|
1609
|
+
<term id="zn">
|
|
1610
|
+
<name lang="it">Zn</name>
|
|
1611
|
+
</term>
|
|
1612
|
+
<term id="zr">
|
|
1613
|
+
<name lang="it">Zr</name>
|
|
1614
|
+
</term>
|
|
1615
|
+
</sub-terms>
|
|
1616
|
+
</term>
|
|
1617
|
+
<term id="frutto">
|
|
1618
|
+
<name lang="it">frutto</name>
|
|
1619
|
+
</term>
|
|
1620
|
+
<term id="gemma">
|
|
1621
|
+
<name lang="it">gemma</name>
|
|
1622
|
+
<sub-terms>
|
|
1623
|
+
<term id="acquamarina">
|
|
1624
|
+
<name lang="it">acquamarina</name>
|
|
1625
|
+
</term>
|
|
1626
|
+
<term id="agata">
|
|
1627
|
+
<name lang="it">agata</name>
|
|
1628
|
+
</term>
|
|
1629
|
+
<term id="ametista">
|
|
1630
|
+
<name lang="it">ametista</name>
|
|
1631
|
+
</term>
|
|
1632
|
+
<term id="avventurina">
|
|
1633
|
+
<name lang="it">avventurina</name>
|
|
1634
|
+
</term>
|
|
1635
|
+
<term id="azzurrite">
|
|
1636
|
+
<name lang="it">azzurrite</name>
|
|
1637
|
+
</term>
|
|
1638
|
+
<term id="corniola">
|
|
1639
|
+
<name lang="it">corniola</name>
|
|
1640
|
+
</term>
|
|
1641
|
+
<term id="crisoberillo">
|
|
1642
|
+
<name lang="it">crisoberillo</name>
|
|
1643
|
+
</term>
|
|
1644
|
+
<term id="crisocolla">
|
|
1645
|
+
<name lang="it">crisocolla</name>
|
|
1646
|
+
</term>
|
|
1647
|
+
<term id="diamante">
|
|
1648
|
+
<name lang="it">diamante</name>
|
|
1649
|
+
</term>
|
|
1650
|
+
<term id="diaspro">
|
|
1651
|
+
<name lang="it">diaspro</name>
|
|
1652
|
+
</term>
|
|
1653
|
+
<term id="diopside">
|
|
1654
|
+
<name lang="it">diopside</name>
|
|
1655
|
+
</term>
|
|
1656
|
+
<term id="eliodoro">
|
|
1657
|
+
<name lang="it">eliodoro</name>
|
|
1658
|
+
</term>
|
|
1659
|
+
<term id="fluorite">
|
|
1660
|
+
<name lang="it">fluorite</name>
|
|
1661
|
+
</term>
|
|
1662
|
+
<term id="giadeite">
|
|
1663
|
+
<name lang="it">giadeite</name>
|
|
1664
|
+
</term>
|
|
1665
|
+
<term id="granato">
|
|
1666
|
+
<name lang="it">granato</name>
|
|
1667
|
+
</term>
|
|
1668
|
+
<term id="labradorite">
|
|
1669
|
+
<name lang="it">labradorite</name>
|
|
1670
|
+
</term>
|
|
1671
|
+
<term id="lapislazzuli">
|
|
1672
|
+
<name lang="it">lapislazzuli</name>
|
|
1673
|
+
</term>
|
|
1674
|
+
<term id="lazulite">
|
|
1675
|
+
<name lang="it">lazulite</name>
|
|
1676
|
+
</term>
|
|
1677
|
+
<term id="lazurite">
|
|
1678
|
+
<name lang="it">lazurite</name>
|
|
1679
|
+
</term>
|
|
1680
|
+
<term id="malachite">
|
|
1681
|
+
<name lang="it">malachite</name>
|
|
1682
|
+
</term>
|
|
1683
|
+
<term id="morganite">
|
|
1684
|
+
<name lang="it">morganite</name>
|
|
1685
|
+
</term>
|
|
1686
|
+
<term id="olivina">
|
|
1687
|
+
<name lang="it">olivina</name>
|
|
1688
|
+
</term>
|
|
1689
|
+
<term id="onice">
|
|
1690
|
+
<name lang="it">onice</name>
|
|
1691
|
+
</term>
|
|
1692
|
+
<term id="opale">
|
|
1693
|
+
<name lang="it">opale</name>
|
|
1694
|
+
</term>
|
|
1695
|
+
<term id="quarzo">
|
|
1696
|
+
<name lang="it">quarzo</name>
|
|
1697
|
+
</term>
|
|
1698
|
+
<term id="rubino">
|
|
1699
|
+
<name lang="it">rubino</name>
|
|
1700
|
+
</term>
|
|
1701
|
+
<term id="sfalerite">
|
|
1702
|
+
<name lang="it">sfalerite</name>
|
|
1703
|
+
</term>
|
|
1704
|
+
<term id="smeraldo">
|
|
1705
|
+
<name lang="it">smeraldo</name>
|
|
1706
|
+
</term>
|
|
1707
|
+
<term id="sodalite">
|
|
1708
|
+
<name lang="it">sodalite</name>
|
|
1709
|
+
</term>
|
|
1710
|
+
<term id="topazio">
|
|
1711
|
+
<name lang="it">topazio</name>
|
|
1712
|
+
</term>
|
|
1713
|
+
<term id="tormalina">
|
|
1714
|
+
<name lang="it">tormalina</name>
|
|
1715
|
+
</term>
|
|
1716
|
+
<term id="turchese">
|
|
1717
|
+
<name lang="it">turchese</name>
|
|
1718
|
+
</term>
|
|
1719
|
+
<term id="zaffiro">
|
|
1720
|
+
<name lang="it">zaffiro</name>
|
|
1721
|
+
</term>
|
|
1722
|
+
<term id="zircone">
|
|
1723
|
+
<name lang="it">zircone</name>
|
|
1724
|
+
</term>
|
|
1725
|
+
<term id="altro">
|
|
1726
|
+
<name lang="it">altro</name>
|
|
1727
|
+
</term>
|
|
1728
|
+
</sub-terms>
|
|
1729
|
+
</term>
|
|
1730
|
+
<term id="intonaco">
|
|
1731
|
+
<name lang="it">intonaco</name>
|
|
1732
|
+
<sub-terms>
|
|
1733
|
+
<term id="di-cocciopesto">
|
|
1734
|
+
<name lang="it">di cocciopesto</name>
|
|
1735
|
+
</term>
|
|
1736
|
+
<term id="dipinto">
|
|
1737
|
+
<name lang="it">dipinto</name>
|
|
1738
|
+
<sub-terms>
|
|
1739
|
+
<term id="a-fresco">
|
|
1740
|
+
<name lang="it">a fresco</name>
|
|
1741
|
+
</term>
|
|
1742
|
+
<term id="a-secco">
|
|
1743
|
+
<name lang="it">a secco</name>
|
|
1744
|
+
</term>
|
|
1745
|
+
<term id="a-tecnica-mista">
|
|
1746
|
+
<name lang="it">a tecnica mista</name>
|
|
1747
|
+
</term>
|
|
1748
|
+
</sub-terms>
|
|
1749
|
+
</term>
|
|
1750
|
+
<term id="liscio">
|
|
1751
|
+
<name lang="it">liscio</name>
|
|
1752
|
+
</term>
|
|
1753
|
+
<term id="marmorino">
|
|
1754
|
+
<name lang="it">marmorino</name>
|
|
1755
|
+
</term>
|
|
1756
|
+
</sub-terms>
|
|
1757
|
+
</term>
|
|
1758
|
+
<term id="lana">
|
|
1759
|
+
<name lang="it">lana</name>
|
|
1760
|
+
<sub-terms>
|
|
1761
|
+
<term id="cardata">
|
|
1762
|
+
<name lang="it">cardata</name>
|
|
1763
|
+
</term>
|
|
1764
|
+
<term id="feltro">
|
|
1765
|
+
<name lang="it">feltro</name>
|
|
1766
|
+
</term>
|
|
1767
|
+
<term id="pettinata">
|
|
1768
|
+
<name lang="it">pettinata</name>
|
|
1769
|
+
</term>
|
|
1770
|
+
<term id="ritorta">
|
|
1771
|
+
<name lang="it">ritorta</name>
|
|
1772
|
+
</term>
|
|
1773
|
+
<term id="sgrassata">
|
|
1774
|
+
<name lang="it">sgrassata</name>
|
|
1775
|
+
</term>
|
|
1776
|
+
<term id="tintoriale">
|
|
1777
|
+
<name lang="it">tintoriale</name>
|
|
1778
|
+
</term>
|
|
1779
|
+
<term id="tosata">
|
|
1780
|
+
<name lang="it">tosata</name>
|
|
1781
|
+
</term>
|
|
1782
|
+
</sub-terms>
|
|
1783
|
+
</term>
|
|
1784
|
+
<term id="legno">
|
|
1785
|
+
<name lang="it">legno</name>
|
|
1786
|
+
<sub-terms>
|
|
1787
|
+
<term id="conifere">
|
|
1788
|
+
<name lang="it">conifere</name>
|
|
1789
|
+
</term>
|
|
1790
|
+
<term id="latifoglie">
|
|
1791
|
+
<name lang="it">latifoglie</name>
|
|
1792
|
+
</term>
|
|
1793
|
+
</sub-terms>
|
|
1794
|
+
</term>
|
|
1795
|
+
<term id="legante">
|
|
1796
|
+
<name lang="it">legante</name>
|
|
1797
|
+
<sub-terms>
|
|
1798
|
+
<term id="calce">
|
|
1799
|
+
<name lang="it">calce</name>
|
|
1800
|
+
<sub-terms>
|
|
1801
|
+
<term id="aerea">
|
|
1802
|
+
<name lang="it">aerea</name>
|
|
1803
|
+
</term>
|
|
1804
|
+
<term id="idraulica">
|
|
1805
|
+
<name lang="it">idraulica</name>
|
|
1806
|
+
</term>
|
|
1807
|
+
</sub-terms>
|
|
1808
|
+
</term>
|
|
1809
|
+
<term id="cemento">
|
|
1810
|
+
<name lang="it">cemento</name>
|
|
1811
|
+
</term>
|
|
1812
|
+
<term id="gesso">
|
|
1813
|
+
<name lang="it">gesso</name>
|
|
1814
|
+
</term>
|
|
1815
|
+
<term id="argilla">
|
|
1816
|
+
<name lang="it">argilla</name>
|
|
1817
|
+
</term>
|
|
1818
|
+
<term id="caolino">
|
|
1819
|
+
<name lang="it">caolino</name>
|
|
1820
|
+
</term>
|
|
1821
|
+
<term id="bitume">
|
|
1822
|
+
<name lang="it">bitume</name>
|
|
1823
|
+
</term>
|
|
1824
|
+
<term id="tuorlo">
|
|
1825
|
+
<name lang="it">tuorlo</name>
|
|
1826
|
+
</term>
|
|
1827
|
+
<term id="albume">
|
|
1828
|
+
<name lang="it">albume</name>
|
|
1829
|
+
</term>
|
|
1830
|
+
<term id="caseina">
|
|
1831
|
+
<name lang="it">caseina</name>
|
|
1832
|
+
</term>
|
|
1833
|
+
<term id="colla">
|
|
1834
|
+
<name lang="it">colla</name>
|
|
1835
|
+
<sub-terms>
|
|
1836
|
+
<term id="di-pelle">
|
|
1837
|
+
<name lang="it">di pelle</name>
|
|
1838
|
+
</term>
|
|
1839
|
+
<term id="di-pesce">
|
|
1840
|
+
<name lang="it">di pesce</name>
|
|
1841
|
+
</term>
|
|
1842
|
+
<term id="di-ossa">
|
|
1843
|
+
<name lang="it">di ossa</name>
|
|
1844
|
+
</term>
|
|
1845
|
+
<term id="amido">
|
|
1846
|
+
<name lang="it">amido</name>
|
|
1847
|
+
</term>
|
|
1848
|
+
<term id="destrina">
|
|
1849
|
+
<name lang="it">destrina</name>
|
|
1850
|
+
</term>
|
|
1851
|
+
<term id="cellulosa">
|
|
1852
|
+
<name lang="it">cellulosa</name>
|
|
1853
|
+
</term>
|
|
1854
|
+
<term id="gomma-arabica">
|
|
1855
|
+
<name lang="it">gomma arabica</name>
|
|
1856
|
+
</term>
|
|
1857
|
+
</sub-terms>
|
|
1858
|
+
</term>
|
|
1859
|
+
<term id="olio">
|
|
1860
|
+
<name lang="it">olio</name>
|
|
1861
|
+
<sub-terms>
|
|
1862
|
+
<term id="di-lino">
|
|
1863
|
+
<name lang="it">di lino</name>
|
|
1864
|
+
</term>
|
|
1865
|
+
<term id="di-papavero">
|
|
1866
|
+
<name lang="it">di papavero</name>
|
|
1867
|
+
</term>
|
|
1868
|
+
<term id="di-noce">
|
|
1869
|
+
<name lang="it">di noce</name>
|
|
1870
|
+
</term>
|
|
1871
|
+
</sub-terms>
|
|
1872
|
+
</term>
|
|
1873
|
+
<term id="resina">
|
|
1874
|
+
<name lang="it">resina</name>
|
|
1875
|
+
<sub-terms>
|
|
1876
|
+
<term id="dammar">
|
|
1877
|
+
<name lang="it">dammar</name>
|
|
1878
|
+
</term>
|
|
1879
|
+
<term id="gomma-lacca">
|
|
1880
|
+
<name lang="it">gomma lacca</name>
|
|
1881
|
+
</term>
|
|
1882
|
+
<term id="mastice">
|
|
1883
|
+
<name lang="it">mastice</name>
|
|
1884
|
+
</term>
|
|
1885
|
+
<term id="trementina">
|
|
1886
|
+
<name lang="it">trementina</name>
|
|
1887
|
+
</term>
|
|
1888
|
+
</sub-terms>
|
|
1889
|
+
</term>
|
|
1890
|
+
<term id="altro">
|
|
1891
|
+
<name lang="it">altro</name>
|
|
1892
|
+
</term>
|
|
1893
|
+
</sub-terms>
|
|
1894
|
+
</term>
|
|
1895
|
+
<term id="lino">
|
|
1896
|
+
<name lang="it">lino</name>
|
|
1897
|
+
<sub-terms>
|
|
1898
|
+
<term id="filato">
|
|
1899
|
+
<name lang="it">filato</name>
|
|
1900
|
+
</term>
|
|
1901
|
+
<term id="non-filato">
|
|
1902
|
+
<name lang="it">non filato</name>
|
|
1903
|
+
</term>
|
|
1904
|
+
</sub-terms>
|
|
1905
|
+
</term>
|
|
1906
|
+
<term id="malta">
|
|
1907
|
+
<name lang="it">malta</name>
|
|
1908
|
+
<sub-terms>
|
|
1909
|
+
<term id="aerea">
|
|
1910
|
+
<name lang="it">aerea</name>
|
|
1911
|
+
</term>
|
|
1912
|
+
<term id="idraulica">
|
|
1913
|
+
<name lang="it">idraulica</name>
|
|
1914
|
+
</term>
|
|
1915
|
+
<term id="cementizia">
|
|
1916
|
+
<name lang="it">cementizia</name>
|
|
1917
|
+
</term>
|
|
1918
|
+
</sub-terms>
|
|
1919
|
+
</term>
|
|
1920
|
+
<term id="metallo">
|
|
1921
|
+
<name lang="it">metallo</name>
|
|
1922
|
+
<sub-terms>
|
|
1923
|
+
<term id="lega">
|
|
1924
|
+
<name lang="it">lega</name>
|
|
1925
|
+
<sub-terms>
|
|
1926
|
+
<term id="acciaio-ghisa">
|
|
1927
|
+
<name lang="it">acciaio/ghisa</name>
|
|
1928
|
+
</term>
|
|
1929
|
+
<term id="biglione-mistura">
|
|
1930
|
+
<name lang="it">biglione/mistura</name>
|
|
1931
|
+
</term>
|
|
1932
|
+
<term id="bronzo">
|
|
1933
|
+
<name lang="it">bronzo</name>
|
|
1934
|
+
<sub-terms>
|
|
1935
|
+
<term id="antimoniale">
|
|
1936
|
+
<name lang="it">antimoniale</name>
|
|
1937
|
+
</term>
|
|
1938
|
+
<term id="arsenicale">
|
|
1939
|
+
<name lang="it">arsenicale</name>
|
|
1940
|
+
</term>
|
|
1941
|
+
</sub-terms>
|
|
1942
|
+
</term>
|
|
1943
|
+
<term id="elettro">
|
|
1944
|
+
<name lang="it">elettro</name>
|
|
1945
|
+
</term>
|
|
1946
|
+
<term id="ottone-oricalco">
|
|
1947
|
+
<name lang="it">ottone/oricalco</name>
|
|
1948
|
+
</term>
|
|
1949
|
+
</sub-terms>
|
|
1950
|
+
</term>
|
|
1951
|
+
<term id="nativo">
|
|
1952
|
+
<name lang="it">nativo</name>
|
|
1953
|
+
<sub-terms>
|
|
1954
|
+
<term id="alluminio">
|
|
1955
|
+
<name lang="it">alluminio</name>
|
|
1956
|
+
</term>
|
|
1957
|
+
<term id="amalgama">
|
|
1958
|
+
<name lang="it">amalgama</name>
|
|
1959
|
+
</term>
|
|
1960
|
+
<term id="antimonio">
|
|
1961
|
+
<name lang="it">antimonio</name>
|
|
1962
|
+
</term>
|
|
1963
|
+
<term id="argento">
|
|
1964
|
+
<name lang="it">argento</name>
|
|
1965
|
+
</term>
|
|
1966
|
+
<term id="arsenico">
|
|
1967
|
+
<name lang="it">arsenico</name>
|
|
1968
|
+
</term>
|
|
1969
|
+
<term id="ferro">
|
|
1970
|
+
<name lang="it">ferro</name>
|
|
1971
|
+
</term>
|
|
1972
|
+
<term id="ghisa">
|
|
1973
|
+
<name lang="it">ghisa</name>
|
|
1974
|
+
</term>
|
|
1975
|
+
<term id="mercurio">
|
|
1976
|
+
<name lang="it">mercurio</name>
|
|
1977
|
+
</term>
|
|
1978
|
+
<term id="oro">
|
|
1979
|
+
<name lang="it">oro</name>
|
|
1980
|
+
</term>
|
|
1981
|
+
<term id="peltro">
|
|
1982
|
+
<name lang="it">peltro</name>
|
|
1983
|
+
</term>
|
|
1984
|
+
<term id="piombo">
|
|
1985
|
+
<name lang="it">piombo</name>
|
|
1986
|
+
</term>
|
|
1987
|
+
<term id="platino">
|
|
1988
|
+
<name lang="it">platino</name>
|
|
1989
|
+
</term>
|
|
1990
|
+
<term id="rame">
|
|
1991
|
+
<name lang="it">rame</name>
|
|
1992
|
+
</term>
|
|
1993
|
+
<term id="stagno">
|
|
1994
|
+
<name lang="it">stagno</name>
|
|
1995
|
+
</term>
|
|
1996
|
+
</sub-terms>
|
|
1997
|
+
</term>
|
|
1998
|
+
</sub-terms>
|
|
1999
|
+
</term>
|
|
2000
|
+
<term id="minerale">
|
|
2001
|
+
<name lang="it">minerale</name>
|
|
2002
|
+
<sub-terms>
|
|
2003
|
+
<term id="acmite">
|
|
2004
|
+
<name lang="it">acmite</name>
|
|
2005
|
+
</term>
|
|
2006
|
+
<term id="adamite">
|
|
2007
|
+
<name lang="it">adamite</name>
|
|
2008
|
+
</term>
|
|
2009
|
+
<term id="adularia">
|
|
2010
|
+
<name lang="it">adularia</name>
|
|
2011
|
+
</term>
|
|
2012
|
+
<term id="albite">
|
|
2013
|
+
<name lang="it">albite</name>
|
|
2014
|
+
</term>
|
|
2015
|
+
<term id="allanite">
|
|
2016
|
+
<name lang="it">allanite</name>
|
|
2017
|
+
</term>
|
|
2018
|
+
<term id="almandino">
|
|
2019
|
+
<name lang="it">almandino</name>
|
|
2020
|
+
</term>
|
|
2021
|
+
<term id="analcime">
|
|
2022
|
+
<name lang="it">analcime</name>
|
|
2023
|
+
</term>
|
|
2024
|
+
<term id="anatasio">
|
|
2025
|
+
<name lang="it">anatasio</name>
|
|
2026
|
+
</term>
|
|
2027
|
+
<term id="andalusite">
|
|
2028
|
+
<name lang="it">andalusite</name>
|
|
2029
|
+
</term>
|
|
2030
|
+
<term id="andradite">
|
|
2031
|
+
<name lang="it">andradite</name>
|
|
2032
|
+
</term>
|
|
2033
|
+
<term id="anglesite">
|
|
2034
|
+
<name lang="it">anglesite</name>
|
|
2035
|
+
</term>
|
|
2036
|
+
<term id="anidrite">
|
|
2037
|
+
<name lang="it">anidrite</name>
|
|
2038
|
+
</term>
|
|
2039
|
+
<term id="annabergite">
|
|
2040
|
+
<name lang="it">annabergite</name>
|
|
2041
|
+
</term>
|
|
2042
|
+
<term id="anortite">
|
|
2043
|
+
<name lang="it">anortite</name>
|
|
2044
|
+
</term>
|
|
2045
|
+
<term id="antimonite">
|
|
2046
|
+
<name lang="it">antimonite</name>
|
|
2047
|
+
</term>
|
|
2048
|
+
<term id="apatite">
|
|
2049
|
+
<name lang="it">apatite</name>
|
|
2050
|
+
</term>
|
|
2051
|
+
<term id="apofillite">
|
|
2052
|
+
<name lang="it">apofillite</name>
|
|
2053
|
+
</term>
|
|
2054
|
+
<term id="aragonite">
|
|
2055
|
+
<name lang="it">aragonite</name>
|
|
2056
|
+
</term>
|
|
2057
|
+
<term id="argentite">
|
|
2058
|
+
<name lang="it">argentite</name>
|
|
2059
|
+
</term>
|
|
2060
|
+
<term id="arsenolite">
|
|
2061
|
+
<name lang="it">arsenolite</name>
|
|
2062
|
+
</term>
|
|
2063
|
+
<term id="arsenopirite">
|
|
2064
|
+
<name lang="it">arsenopirite</name>
|
|
2065
|
+
</term>
|
|
2066
|
+
<term id="artinite">
|
|
2067
|
+
<name lang="it">artinite</name>
|
|
2068
|
+
</term>
|
|
2069
|
+
<term id="atacamite">
|
|
2070
|
+
<name lang="it">atacamite</name>
|
|
2071
|
+
</term>
|
|
2072
|
+
<term id="attiniolite">
|
|
2073
|
+
<name lang="it">attiniolite</name>
|
|
2074
|
+
</term>
|
|
2075
|
+
<term id="augite">
|
|
2076
|
+
<name lang="it">augite</name>
|
|
2077
|
+
</term>
|
|
2078
|
+
<term id="auricalcite">
|
|
2079
|
+
<name lang="it">auricalcite</name>
|
|
2080
|
+
</term>
|
|
2081
|
+
<term id="autunite">
|
|
2082
|
+
<name lang="it">autunite</name>
|
|
2083
|
+
</term>
|
|
2084
|
+
<term id="axinite">
|
|
2085
|
+
<name lang="it">axinite</name>
|
|
2086
|
+
</term>
|
|
2087
|
+
<term id="azzurrite">
|
|
2088
|
+
<name lang="it">azzurrite</name>
|
|
2089
|
+
</term>
|
|
2090
|
+
<term id="barite">
|
|
2091
|
+
<name lang="it">barite</name>
|
|
2092
|
+
</term>
|
|
2093
|
+
<term id="bavenite">
|
|
2094
|
+
<name lang="it">bavenite</name>
|
|
2095
|
+
</term>
|
|
2096
|
+
<term id="bauxite">
|
|
2097
|
+
<name lang="it">bauxite</name>
|
|
2098
|
+
</term>
|
|
2099
|
+
<term id="benitoite">
|
|
2100
|
+
<name lang="it">benitoite</name>
|
|
2101
|
+
</term>
|
|
2102
|
+
<term id="berillo">
|
|
2103
|
+
<name lang="it">berillo</name>
|
|
2104
|
+
</term>
|
|
2105
|
+
<term id="betafite">
|
|
2106
|
+
<name lang="it">betafite</name>
|
|
2107
|
+
</term>
|
|
2108
|
+
<term id="biotite">
|
|
2109
|
+
<name lang="it">biotite</name>
|
|
2110
|
+
</term>
|
|
2111
|
+
<term id="bismutinite">
|
|
2112
|
+
<name lang="it">bismutinite</name>
|
|
2113
|
+
</term>
|
|
2114
|
+
<term id="blenda">
|
|
2115
|
+
<name lang="it">blenda</name>
|
|
2116
|
+
</term>
|
|
2117
|
+
<term id="boleite">
|
|
2118
|
+
<name lang="it">boleite</name>
|
|
2119
|
+
</term>
|
|
2120
|
+
<term id="borace">
|
|
2121
|
+
<name lang="it">borace</name>
|
|
2122
|
+
</term>
|
|
2123
|
+
<term id="bornite">
|
|
2124
|
+
<name lang="it">bornite</name>
|
|
2125
|
+
</term>
|
|
2126
|
+
<term id="boulangerite">
|
|
2127
|
+
<name lang="it">boulangerite</name>
|
|
2128
|
+
</term>
|
|
2129
|
+
<term id="bournonite">
|
|
2130
|
+
<name lang="it">bournonite</name>
|
|
2131
|
+
</term>
|
|
2132
|
+
<term id="bresilianite">
|
|
2133
|
+
<name lang="it">bresilianite</name>
|
|
2134
|
+
</term>
|
|
2135
|
+
<term id="brochantite">
|
|
2136
|
+
<name lang="it">brochantite</name>
|
|
2137
|
+
</term>
|
|
2138
|
+
<term id="bronzite">
|
|
2139
|
+
<name lang="it">bronzite</name>
|
|
2140
|
+
</term>
|
|
2141
|
+
<term id="brookite">
|
|
2142
|
+
<name lang="it">brookite</name>
|
|
2143
|
+
</term>
|
|
2144
|
+
<term id="brucite">
|
|
2145
|
+
<name lang="it">brucite</name>
|
|
2146
|
+
</term>
|
|
2147
|
+
<term id="cabasite">
|
|
2148
|
+
<name lang="it">cabasite</name>
|
|
2149
|
+
</term>
|
|
2150
|
+
<term id="calcedonio">
|
|
2151
|
+
<name lang="it">calcedonio</name>
|
|
2152
|
+
</term>
|
|
2153
|
+
<term id="calcite">
|
|
2154
|
+
<name lang="it">calcite</name>
|
|
2155
|
+
</term>
|
|
2156
|
+
<term id="calcocite">
|
|
2157
|
+
<name lang="it">calcocite</name>
|
|
2158
|
+
</term>
|
|
2159
|
+
<term id="calcopirite">
|
|
2160
|
+
<name lang="it">calcopirite</name>
|
|
2161
|
+
</term>
|
|
2162
|
+
<term id="cancrinite">
|
|
2163
|
+
<name lang="it">cancrinite</name>
|
|
2164
|
+
</term>
|
|
2165
|
+
<term id="caolinite">
|
|
2166
|
+
<name lang="it">caolinite</name>
|
|
2167
|
+
</term>
|
|
2168
|
+
<term id="carnallite">
|
|
2169
|
+
<name lang="it">carnallite</name>
|
|
2170
|
+
</term>
|
|
2171
|
+
<term id="carnotite">
|
|
2172
|
+
<name lang="it">carnotite</name>
|
|
2173
|
+
</term>
|
|
2174
|
+
<term id="cassiterite">
|
|
2175
|
+
<name lang="it">cassiterite</name>
|
|
2176
|
+
</term>
|
|
2177
|
+
<term id="celestina">
|
|
2178
|
+
<name lang="it">celestina</name>
|
|
2179
|
+
</term>
|
|
2180
|
+
<term id="cerargirite">
|
|
2181
|
+
<name lang="it">cerargirite</name>
|
|
2182
|
+
</term>
|
|
2183
|
+
<term id="cerussite">
|
|
2184
|
+
<name lang="it">cerussite</name>
|
|
2185
|
+
</term>
|
|
2186
|
+
<term id="cianite">
|
|
2187
|
+
<name lang="it">cianite</name>
|
|
2188
|
+
</term>
|
|
2189
|
+
<term id="cianotrichite">
|
|
2190
|
+
<name lang="it">cianotrichite</name>
|
|
2191
|
+
</term>
|
|
2192
|
+
<term id="cinabro">
|
|
2193
|
+
<name lang="it">cinabro</name>
|
|
2194
|
+
</term>
|
|
2195
|
+
<term id="clinocloro">
|
|
2196
|
+
<name lang="it">clinocloro</name>
|
|
2197
|
+
</term>
|
|
2198
|
+
<term id="clinozoite">
|
|
2199
|
+
<name lang="it">clinozoite</name>
|
|
2200
|
+
</term>
|
|
2201
|
+
<term id="colemanite">
|
|
2202
|
+
<name lang="it">colemanite</name>
|
|
2203
|
+
</term>
|
|
2204
|
+
<term id="columbite">
|
|
2205
|
+
<name lang="it">columbite</name>
|
|
2206
|
+
</term>
|
|
2207
|
+
<term id="copiapite">
|
|
2208
|
+
<name lang="it">copiapite</name>
|
|
2209
|
+
</term>
|
|
2210
|
+
<term id="cordierite">
|
|
2211
|
+
<name lang="it">cordierite</name>
|
|
2212
|
+
</term>
|
|
2213
|
+
<term id="corindone">
|
|
2214
|
+
<name lang="it">corindone</name>
|
|
2215
|
+
</term>
|
|
2216
|
+
<term id="crisoberillo">
|
|
2217
|
+
<name lang="it">crisoberillo</name>
|
|
2218
|
+
</term>
|
|
2219
|
+
<term id="crisocolla">
|
|
2220
|
+
<name lang="it">crisocolla</name>
|
|
2221
|
+
</term>
|
|
2222
|
+
<term id="crisotilo">
|
|
2223
|
+
<name lang="it">crisotilo</name>
|
|
2224
|
+
</term>
|
|
2225
|
+
<term id="crocoite">
|
|
2226
|
+
<name lang="it">crocoite</name>
|
|
2227
|
+
</term>
|
|
2228
|
+
<term id="cromite">
|
|
2229
|
+
<name lang="it">cromite</name>
|
|
2230
|
+
</term>
|
|
2231
|
+
<term id="cummingtonite">
|
|
2232
|
+
<name lang="it">cummingtonite</name>
|
|
2233
|
+
</term>
|
|
2234
|
+
<term id="cuprite">
|
|
2235
|
+
<name lang="it">cuprite</name>
|
|
2236
|
+
</term>
|
|
2237
|
+
<term id="danbrunite">
|
|
2238
|
+
<name lang="it">danbrunite</name>
|
|
2239
|
+
</term>
|
|
2240
|
+
<term id="datolite">
|
|
2241
|
+
<name lang="it">datolite</name>
|
|
2242
|
+
</term>
|
|
2243
|
+
<term id="descloizite">
|
|
2244
|
+
<name lang="it">descloizite</name>
|
|
2245
|
+
</term>
|
|
2246
|
+
<term id="devillina">
|
|
2247
|
+
<name lang="it">devillina</name>
|
|
2248
|
+
</term>
|
|
2249
|
+
<term id="diallagio">
|
|
2250
|
+
<name lang="it">diallagio</name>
|
|
2251
|
+
</term>
|
|
2252
|
+
<term id="diasporo">
|
|
2253
|
+
<name lang="it">diasporo</name>
|
|
2254
|
+
</term>
|
|
2255
|
+
<term id="diopside">
|
|
2256
|
+
<name lang="it">diopside</name>
|
|
2257
|
+
</term>
|
|
2258
|
+
<term id="dioptasio">
|
|
2259
|
+
<name lang="it">dioptasio</name>
|
|
2260
|
+
</term>
|
|
2261
|
+
<term id="dolomite">
|
|
2262
|
+
<name lang="it">dolomite</name>
|
|
2263
|
+
</term>
|
|
2264
|
+
<term id="dumortierite">
|
|
2265
|
+
<name lang="it">dumortierite</name>
|
|
2266
|
+
</term>
|
|
2267
|
+
<term id="ematite">
|
|
2268
|
+
<name lang="it">ematite</name>
|
|
2269
|
+
</term>
|
|
2270
|
+
<term id="emimorfite">
|
|
2271
|
+
<name lang="it">emimorfite</name>
|
|
2272
|
+
</term>
|
|
2273
|
+
<term id="emplectite">
|
|
2274
|
+
<name lang="it">emplectite</name>
|
|
2275
|
+
</term>
|
|
2276
|
+
<term id="enigmatite">
|
|
2277
|
+
<name lang="it">enigmatite</name>
|
|
2278
|
+
</term>
|
|
2279
|
+
<term id="enstatite">
|
|
2280
|
+
<name lang="it">enstatite</name>
|
|
2281
|
+
</term>
|
|
2282
|
+
<term id="epidoto">
|
|
2283
|
+
<name lang="it">epidoto</name>
|
|
2284
|
+
</term>
|
|
2285
|
+
<term id="epsomite">
|
|
2286
|
+
<name lang="it">epsomite</name>
|
|
2287
|
+
</term>
|
|
2288
|
+
<term id="eritrite">
|
|
2289
|
+
<name lang="it">eritrite</name>
|
|
2290
|
+
</term>
|
|
2291
|
+
<term id="fassaite">
|
|
2292
|
+
<name lang="it">fassaite</name>
|
|
2293
|
+
</term>
|
|
2294
|
+
<term id="fenacite">
|
|
2295
|
+
<name lang="it">fenacite</name>
|
|
2296
|
+
</term>
|
|
2297
|
+
<term id="flogopite">
|
|
2298
|
+
<name lang="it">flogopite</name>
|
|
2299
|
+
</term>
|
|
2300
|
+
<term id="fluorite">
|
|
2301
|
+
<name lang="it">fluorite</name>
|
|
2302
|
+
</term>
|
|
2303
|
+
<term id="fosgenite">
|
|
2304
|
+
<name lang="it">fosgenite</name>
|
|
2305
|
+
</term>
|
|
2306
|
+
<term id="franklinite">
|
|
2307
|
+
<name lang="it">franklinite</name>
|
|
2308
|
+
</term>
|
|
2309
|
+
<term id="fuchsite">
|
|
2310
|
+
<name lang="it">fuchsite</name>
|
|
2311
|
+
</term>
|
|
2312
|
+
<term id="gadolinite">
|
|
2313
|
+
<name lang="it">gadolinite</name>
|
|
2314
|
+
</term>
|
|
2315
|
+
<term id="galena">
|
|
2316
|
+
<name lang="it">galena</name>
|
|
2317
|
+
</term>
|
|
2318
|
+
<term id="garnietite">
|
|
2319
|
+
<name lang="it">garnietite</name>
|
|
2320
|
+
</term>
|
|
2321
|
+
<term id="gesso">
|
|
2322
|
+
<name lang="it">gesso</name>
|
|
2323
|
+
</term>
|
|
2324
|
+
<term id="giadeite">
|
|
2325
|
+
<name lang="it">giadeite</name>
|
|
2326
|
+
</term>
|
|
2327
|
+
<term id="glauberite">
|
|
2328
|
+
<name lang="it">glauberite</name>
|
|
2329
|
+
</term>
|
|
2330
|
+
<term id="glaucodoto">
|
|
2331
|
+
<name lang="it">glaucodoto</name>
|
|
2332
|
+
</term>
|
|
2333
|
+
<term id="glaucofane">
|
|
2334
|
+
<name lang="it">glaucofane</name>
|
|
2335
|
+
</term>
|
|
2336
|
+
<term id="glauconite">
|
|
2337
|
+
<name lang="it">glauconite</name>
|
|
2338
|
+
</term>
|
|
2339
|
+
<term id="ghoetite">
|
|
2340
|
+
<name lang="it">ghoetite</name>
|
|
2341
|
+
</term>
|
|
2342
|
+
<term id="greenokite">
|
|
2343
|
+
<name lang="it">greenokite</name>
|
|
2344
|
+
</term>
|
|
2345
|
+
<term id="grossularia">
|
|
2346
|
+
<name lang="it">grossularia</name>
|
|
2347
|
+
</term>
|
|
2348
|
+
<term id="hauerite">
|
|
2349
|
+
<name lang="it">hauerite</name>
|
|
2350
|
+
</term>
|
|
2351
|
+
<term id="hausmannite">
|
|
2352
|
+
<name lang="it">hausmannite</name>
|
|
2353
|
+
</term>
|
|
2354
|
+
<term id="hauyna">
|
|
2355
|
+
<name lang="it">hauyna</name>
|
|
2356
|
+
</term>
|
|
2357
|
+
<term id="hedembergite">
|
|
2358
|
+
<name lang="it">hedembergite</name>
|
|
2359
|
+
</term>
|
|
2360
|
+
<term id="heulandite">
|
|
2361
|
+
<name lang="it">heulandite</name>
|
|
2362
|
+
</term>
|
|
2363
|
+
<term id="idroboracite">
|
|
2364
|
+
<name lang="it">idroboracite</name>
|
|
2365
|
+
</term>
|
|
2366
|
+
<term id="idromagnesite">
|
|
2367
|
+
<name lang="it">idromagnesite</name>
|
|
2368
|
+
</term>
|
|
2369
|
+
<term id="idrozincite">
|
|
2370
|
+
<name lang="it">idrozincite</name>
|
|
2371
|
+
</term>
|
|
2372
|
+
<term id="ilmenite">
|
|
2373
|
+
<name lang="it">ilmenite</name>
|
|
2374
|
+
</term>
|
|
2375
|
+
<term id="ilmanite">
|
|
2376
|
+
<name lang="it">ilmanite</name>
|
|
2377
|
+
</term>
|
|
2378
|
+
<term id="johansenite">
|
|
2379
|
+
<name lang="it">johansenite</name>
|
|
2380
|
+
</term>
|
|
2381
|
+
<term id="kainite">
|
|
2382
|
+
<name lang="it">kainite</name>
|
|
2383
|
+
</term>
|
|
2384
|
+
<term id="labradorite">
|
|
2385
|
+
<name lang="it">labradorite</name>
|
|
2386
|
+
</term>
|
|
2387
|
+
<term id="laumontite">
|
|
2388
|
+
<name lang="it">laumontite</name>
|
|
2389
|
+
</term>
|
|
2390
|
+
<term id="lazulite">
|
|
2391
|
+
<name lang="it">lazulite</name>
|
|
2392
|
+
</term>
|
|
2393
|
+
<term id="lazurite">
|
|
2394
|
+
<name lang="it">lazurite</name>
|
|
2395
|
+
</term>
|
|
2396
|
+
<term id="lepidocrocite">
|
|
2397
|
+
<name lang="it">lepidocrocite</name>
|
|
2398
|
+
</term>
|
|
2399
|
+
<term id="lepidolite">
|
|
2400
|
+
<name lang="it">lepidolite</name>
|
|
2401
|
+
</term>
|
|
2402
|
+
<term id="leucite">
|
|
2403
|
+
<name lang="it">leucite</name>
|
|
2404
|
+
</term>
|
|
2405
|
+
<term id="limonite">
|
|
2406
|
+
<name lang="it">limonite</name>
|
|
2407
|
+
</term>
|
|
2408
|
+
<term id="linarite">
|
|
2409
|
+
<name lang="it">linarite</name>
|
|
2410
|
+
</term>
|
|
2411
|
+
<term id="linneite">
|
|
2412
|
+
<name lang="it">linneite</name>
|
|
2413
|
+
</term>
|
|
2414
|
+
<term id="magnesite">
|
|
2415
|
+
<name lang="it">magnesite</name>
|
|
2416
|
+
</term>
|
|
2417
|
+
<term id="magnetite">
|
|
2418
|
+
<name lang="it">magnetite</name>
|
|
2419
|
+
</term>
|
|
2420
|
+
<term id="malachite">
|
|
2421
|
+
<name lang="it">malachite</name>
|
|
2422
|
+
</term>
|
|
2423
|
+
<term id="manganite">
|
|
2424
|
+
<name lang="it">manganite</name>
|
|
2425
|
+
</term>
|
|
2426
|
+
<term id="marcasite">
|
|
2427
|
+
<name lang="it">marcasite</name>
|
|
2428
|
+
</term>
|
|
2429
|
+
<term id="margarite">
|
|
2430
|
+
<name lang="it">margarite</name>
|
|
2431
|
+
</term>
|
|
2432
|
+
<term id="melanoflogite">
|
|
2433
|
+
<name lang="it">melanoflogite</name>
|
|
2434
|
+
</term>
|
|
2435
|
+
<term id="melilite">
|
|
2436
|
+
<name lang="it">melilite</name>
|
|
2437
|
+
</term>
|
|
2438
|
+
<term id="microclino">
|
|
2439
|
+
<name lang="it">microclino</name>
|
|
2440
|
+
</term>
|
|
2441
|
+
<term id="milarite">
|
|
2442
|
+
<name lang="it">milarite</name>
|
|
2443
|
+
</term>
|
|
2444
|
+
<term id="millerite">
|
|
2445
|
+
<name lang="it">millerite</name>
|
|
2446
|
+
</term>
|
|
2447
|
+
<term id="mimetite">
|
|
2448
|
+
<name lang="it">mimetite</name>
|
|
2449
|
+
</term>
|
|
2450
|
+
<term id="molibdenite">
|
|
2451
|
+
<name lang="it">molibdenite</name>
|
|
2452
|
+
</term>
|
|
2453
|
+
<term id="monazite">
|
|
2454
|
+
<name lang="it">monazite</name>
|
|
2455
|
+
</term>
|
|
2456
|
+
<term id="monticellite">
|
|
2457
|
+
<name lang="it">monticellite</name>
|
|
2458
|
+
</term>
|
|
2459
|
+
<term id="montmorillonite">
|
|
2460
|
+
<name lang="it">montmorillonite</name>
|
|
2461
|
+
</term>
|
|
2462
|
+
<term id="muscovite">
|
|
2463
|
+
<name lang="it">muscovite</name>
|
|
2464
|
+
</term>
|
|
2465
|
+
<term id="natrolite">
|
|
2466
|
+
<name lang="it">natrolite</name>
|
|
2467
|
+
</term>
|
|
2468
|
+
<term id="nettunite">
|
|
2469
|
+
<name lang="it">nettunite</name>
|
|
2470
|
+
</term>
|
|
2471
|
+
<term id="niccolite">
|
|
2472
|
+
<name lang="it">niccolite</name>
|
|
2473
|
+
</term>
|
|
2474
|
+
<term id="oligoclasio">
|
|
2475
|
+
<name lang="it">oligoclasio</name>
|
|
2476
|
+
</term>
|
|
2477
|
+
<term id="olivenite">
|
|
2478
|
+
<name lang="it">olivenite</name>
|
|
2479
|
+
</term>
|
|
2480
|
+
<term id="olivina">
|
|
2481
|
+
<name lang="it">olivina</name>
|
|
2482
|
+
</term>
|
|
2483
|
+
<term id="onfacite">
|
|
2484
|
+
<name lang="it">onfacite</name>
|
|
2485
|
+
</term>
|
|
2486
|
+
<term id="opale">
|
|
2487
|
+
<name lang="it">opale</name>
|
|
2488
|
+
</term>
|
|
2489
|
+
<term id="orneblenda">
|
|
2490
|
+
<name lang="it">orneblenda</name>
|
|
2491
|
+
</term>
|
|
2492
|
+
<term id="orpimento">
|
|
2493
|
+
<name lang="it">orpimento</name>
|
|
2494
|
+
</term>
|
|
2495
|
+
<term id="ortoclasio">
|
|
2496
|
+
<name lang="it">ortoclasio</name>
|
|
2497
|
+
</term>
|
|
2498
|
+
<term id="phlogopite">
|
|
2499
|
+
<name lang="it">phlogopite</name>
|
|
2500
|
+
</term>
|
|
2501
|
+
<term id="plagioclasio">
|
|
2502
|
+
<name lang="it">plagioclasio</name>
|
|
2503
|
+
</term>
|
|
2504
|
+
<term id="pirite">
|
|
2505
|
+
<name lang="it">pirite</name>
|
|
2506
|
+
</term>
|
|
2507
|
+
<term id="pirolusite">
|
|
2508
|
+
<name lang="it">pirolusite</name>
|
|
2509
|
+
</term>
|
|
2510
|
+
<term id="pirosseno">
|
|
2511
|
+
<name lang="it">pirosseno</name>
|
|
2512
|
+
</term>
|
|
2513
|
+
<term id="pirrotite">
|
|
2514
|
+
<name lang="it">pirrotite</name>
|
|
2515
|
+
</term>
|
|
2516
|
+
<term id="quarzo">
|
|
2517
|
+
<name lang="it">quarzo</name>
|
|
2518
|
+
</term>
|
|
2519
|
+
<term id="rodocrosite">
|
|
2520
|
+
<name lang="it">rodocrosite</name>
|
|
2521
|
+
</term>
|
|
2522
|
+
<term id="rutilo">
|
|
2523
|
+
<name lang="it">rutilo</name>
|
|
2524
|
+
</term>
|
|
2525
|
+
<term id="sanidino">
|
|
2526
|
+
<name lang="it">sanidino</name>
|
|
2527
|
+
</term>
|
|
2528
|
+
<term id="scheelite">
|
|
2529
|
+
<name lang="it">scheelite</name>
|
|
2530
|
+
</term>
|
|
2531
|
+
<term id="serpentino">
|
|
2532
|
+
<name lang="it">serpentino</name>
|
|
2533
|
+
</term>
|
|
2534
|
+
<term id="siderite">
|
|
2535
|
+
<name lang="it">siderite</name>
|
|
2536
|
+
</term>
|
|
2537
|
+
<term id="sillimanite">
|
|
2538
|
+
<name lang="it">sillimanite</name>
|
|
2539
|
+
</term>
|
|
2540
|
+
<term id="smithsonite">
|
|
2541
|
+
<name lang="it">smithsonite</name>
|
|
2542
|
+
</term>
|
|
2543
|
+
<term id="sodalite">
|
|
2544
|
+
<name lang="it">sodalite</name>
|
|
2545
|
+
</term>
|
|
2546
|
+
<term id="sphalerite">
|
|
2547
|
+
<name lang="it">sphalerite</name>
|
|
2548
|
+
</term>
|
|
2549
|
+
<term id="spinello">
|
|
2550
|
+
<name lang="it">spinello</name>
|
|
2551
|
+
</term>
|
|
2552
|
+
<term id="stibnite">
|
|
2553
|
+
<name lang="it">stibnite</name>
|
|
2554
|
+
</term>
|
|
2555
|
+
<term id="talco">
|
|
2556
|
+
<name lang="it">talco</name>
|
|
2557
|
+
</term>
|
|
2558
|
+
<term id="tetraedrite">
|
|
2559
|
+
<name lang="it">tetraedrite</name>
|
|
2560
|
+
</term>
|
|
2561
|
+
<term id="topazio">
|
|
2562
|
+
<name lang="it">topazio</name>
|
|
2563
|
+
</term>
|
|
2564
|
+
<term id="tormalina">
|
|
2565
|
+
<name lang="it">tormalina</name>
|
|
2566
|
+
</term>
|
|
2567
|
+
<term id="tremolite">
|
|
2568
|
+
<name lang="it">tremolite</name>
|
|
2569
|
+
</term>
|
|
2570
|
+
<term id="turchese">
|
|
2571
|
+
<name lang="it">turchese</name>
|
|
2572
|
+
</term>
|
|
2573
|
+
<term id="vanadinite">
|
|
2574
|
+
<name lang="it">vanadinite</name>
|
|
2575
|
+
</term>
|
|
2576
|
+
<term id="weddelite">
|
|
2577
|
+
<name lang="it">weddelite</name>
|
|
2578
|
+
</term>
|
|
2579
|
+
<term id="whewellite">
|
|
2580
|
+
<name lang="it">whewellite</name>
|
|
2581
|
+
</term>
|
|
2582
|
+
<term id="zeolite">
|
|
2583
|
+
<name lang="it">zeolite</name>
|
|
2584
|
+
</term>
|
|
2585
|
+
<term id="zolfo">
|
|
2586
|
+
<name lang="it">zolfo</name>
|
|
2587
|
+
</term>
|
|
2588
|
+
<term id="altro">
|
|
2589
|
+
<name lang="it">altro</name>
|
|
2590
|
+
</term>
|
|
2591
|
+
</sub-terms>
|
|
2592
|
+
</term>
|
|
2593
|
+
<term id="osso">
|
|
2594
|
+
<name lang="it">osso</name>
|
|
2595
|
+
</term>
|
|
2596
|
+
<term id="pigmento">
|
|
2597
|
+
<name lang="it">pigmento</name>
|
|
2598
|
+
<sub-terms>
|
|
2599
|
+
<term id="atacamite">
|
|
2600
|
+
<name lang="it">atacamite</name>
|
|
2601
|
+
</term>
|
|
2602
|
+
<term id="azzurrite">
|
|
2603
|
+
<name lang="it">azzurrite</name>
|
|
2604
|
+
</term>
|
|
2605
|
+
<term id="biacca">
|
|
2606
|
+
<name lang="it">biacca</name>
|
|
2607
|
+
</term>
|
|
2608
|
+
<term id="bianco-di-calce">
|
|
2609
|
+
<name lang="it">bianco di calce</name>
|
|
2610
|
+
</term>
|
|
2611
|
+
<term id="bianco-fisso">
|
|
2612
|
+
<name lang="it">bianco fisso</name>
|
|
2613
|
+
</term>
|
|
2614
|
+
<term id="bianco-di-zinco">
|
|
2615
|
+
<name lang="it">bianco di zinco</name>
|
|
2616
|
+
</term>
|
|
2617
|
+
<term id="biossido-di-titanio">
|
|
2618
|
+
<name lang="it">biossido di titanio</name>
|
|
2619
|
+
</term>
|
|
2620
|
+
<term id="bitume">
|
|
2621
|
+
<name lang="it">bitume</name>
|
|
2622
|
+
</term>
|
|
2623
|
+
<term id="blu">
|
|
2624
|
+
<name lang="it">blu</name>
|
|
2625
|
+
<sub-terms>
|
|
2626
|
+
<term id="cobalto">
|
|
2627
|
+
<name lang="it">cobalto</name>
|
|
2628
|
+
</term>
|
|
2629
|
+
<term id="egizio">
|
|
2630
|
+
<name lang="it">egizio</name>
|
|
2631
|
+
</term>
|
|
2632
|
+
<term id="di-prussia">
|
|
2633
|
+
<name lang="it">di Prussia</name>
|
|
2634
|
+
</term>
|
|
2635
|
+
<term id="maya">
|
|
2636
|
+
<name lang="it">Maya</name>
|
|
2637
|
+
</term>
|
|
2638
|
+
</sub-terms>
|
|
2639
|
+
</term>
|
|
2640
|
+
<term id="bruno-van-dyck">
|
|
2641
|
+
<name lang="it">bruno Van Dyck</name>
|
|
2642
|
+
</term>
|
|
2643
|
+
<term id="carbone">
|
|
2644
|
+
<name lang="it">carbone</name>
|
|
2645
|
+
</term>
|
|
2646
|
+
<term id="chalk">
|
|
2647
|
+
<name lang="it">chalk</name>
|
|
2648
|
+
</term>
|
|
2649
|
+
<term id="cinabro">
|
|
2650
|
+
<name lang="it">cinabro</name>
|
|
2651
|
+
</term>
|
|
2652
|
+
<term id="crisocolla">
|
|
2653
|
+
<name lang="it">crisocolla</name>
|
|
2654
|
+
</term>
|
|
2655
|
+
<term id="ematite">
|
|
2656
|
+
<name lang="it">ematite</name>
|
|
2657
|
+
</term>
|
|
2658
|
+
<term id="gesso">
|
|
2659
|
+
<name lang="it">gesso</name>
|
|
2660
|
+
</term>
|
|
2661
|
+
<term id="giallo">
|
|
2662
|
+
<name lang="it">giallo</name>
|
|
2663
|
+
<sub-terms>
|
|
2664
|
+
<term id="di-cadmio">
|
|
2665
|
+
<name lang="it">di cadmio</name>
|
|
2666
|
+
</term>
|
|
2667
|
+
<term id="di-cromo">
|
|
2668
|
+
<name lang="it">di cromo</name>
|
|
2669
|
+
</term>
|
|
2670
|
+
<term id="di-napoli">
|
|
2671
|
+
<name lang="it">di Napoli</name>
|
|
2672
|
+
</term>
|
|
2673
|
+
<term id="di-piombo-e-stagno">
|
|
2674
|
+
<name lang="it">di piombo e stagno</name>
|
|
2675
|
+
</term>
|
|
2676
|
+
</sub-terms>
|
|
2677
|
+
</term>
|
|
2678
|
+
<term id="giallorino">
|
|
2679
|
+
<name lang="it">giallorino</name>
|
|
2680
|
+
</term>
|
|
2681
|
+
<term id="grafite">
|
|
2682
|
+
<name lang="it">grafite</name>
|
|
2683
|
+
</term>
|
|
2684
|
+
<term id="lapislazzuli">
|
|
2685
|
+
<name lang="it">lapislazzuli</name>
|
|
2686
|
+
</term>
|
|
2687
|
+
<term id="limonite">
|
|
2688
|
+
<name lang="it">limonite</name>
|
|
2689
|
+
</term>
|
|
2690
|
+
<term id="litargirio">
|
|
2691
|
+
<name lang="it">litargirio</name>
|
|
2692
|
+
</term>
|
|
2693
|
+
<term id="magnetite">
|
|
2694
|
+
<name lang="it">magnetite</name>
|
|
2695
|
+
</term>
|
|
2696
|
+
<term id="malachite">
|
|
2697
|
+
<name lang="it">malachite</name>
|
|
2698
|
+
</term>
|
|
2699
|
+
<term id="massicot">
|
|
2700
|
+
<name lang="it">massicot</name>
|
|
2701
|
+
</term>
|
|
2702
|
+
<term id="minio">
|
|
2703
|
+
<name lang="it">minio</name>
|
|
2704
|
+
</term>
|
|
2705
|
+
<term id="mummia">
|
|
2706
|
+
<name lang="it">mummia</name>
|
|
2707
|
+
</term>
|
|
2708
|
+
<term id="nero-carbone">
|
|
2709
|
+
<name lang="it">nero carbone</name>
|
|
2710
|
+
</term>
|
|
2711
|
+
<term id="nero-dossa">
|
|
2712
|
+
<name lang="it">nero d'ossa</name>
|
|
2713
|
+
</term>
|
|
2714
|
+
<term id="nerofumo">
|
|
2715
|
+
<name lang="it">nerofumo</name>
|
|
2716
|
+
</term>
|
|
2717
|
+
<term id="ocra">
|
|
2718
|
+
<name lang="it">ocra</name>
|
|
2719
|
+
<sub-terms>
|
|
2720
|
+
<term id="gialla">
|
|
2721
|
+
<name lang="it">gialla</name>
|
|
2722
|
+
</term>
|
|
2723
|
+
<term id="rossa">
|
|
2724
|
+
<name lang="it">rossa</name>
|
|
2725
|
+
</term>
|
|
2726
|
+
</sub-terms>
|
|
2727
|
+
</term>
|
|
2728
|
+
<term id="oltremare-artificiale">
|
|
2729
|
+
<name lang="it">oltremare artificiale</name>
|
|
2730
|
+
</term>
|
|
2731
|
+
<term id="orpimento">
|
|
2732
|
+
<name lang="it">orpimento</name>
|
|
2733
|
+
</term>
|
|
2734
|
+
<term id="ossido-di-cromo">
|
|
2735
|
+
<name lang="it">ossido di cromo</name>
|
|
2736
|
+
</term>
|
|
2737
|
+
<term id="realgar">
|
|
2738
|
+
<name lang="it">realgar</name>
|
|
2739
|
+
</term>
|
|
2740
|
+
<term id="resinato-di-rame">
|
|
2741
|
+
<name lang="it">resinato di rame</name>
|
|
2742
|
+
</term>
|
|
2743
|
+
<term id="seppia">
|
|
2744
|
+
<name lang="it">seppia</name>
|
|
2745
|
+
</term>
|
|
2746
|
+
<term id="smalto">
|
|
2747
|
+
<name lang="it">smalto</name>
|
|
2748
|
+
</term>
|
|
2749
|
+
<term id="terra-di-siena">
|
|
2750
|
+
<name lang="it">terra di Siena</name>
|
|
2751
|
+
</term>
|
|
2752
|
+
<term id="terra-verde">
|
|
2753
|
+
<name lang="it">terra verde</name>
|
|
2754
|
+
</term>
|
|
2755
|
+
<term id="terre-dombra">
|
|
2756
|
+
<name lang="it">terre d'ombra</name>
|
|
2757
|
+
</term>
|
|
2758
|
+
<term id="terre-nere">
|
|
2759
|
+
<name lang="it">terre nere</name>
|
|
2760
|
+
</term>
|
|
2761
|
+
<term id="verde-di-sheele">
|
|
2762
|
+
<name lang="it">verde di Sheele</name>
|
|
2763
|
+
</term>
|
|
2764
|
+
<term id="verderame">
|
|
2765
|
+
<name lang="it">verderame</name>
|
|
2766
|
+
</term>
|
|
2767
|
+
<term id="verde-smeraldo">
|
|
2768
|
+
<name lang="it">verde smeraldo</name>
|
|
2769
|
+
</term>
|
|
2770
|
+
<term id="verdigris">
|
|
2771
|
+
<name lang="it">verdigris</name>
|
|
2772
|
+
</term>
|
|
2773
|
+
<term id="altro">
|
|
2774
|
+
<name lang="it">altro</name>
|
|
2775
|
+
</term>
|
|
2776
|
+
</sub-terms>
|
|
2777
|
+
</term>
|
|
2778
|
+
<term id="polline">
|
|
2779
|
+
<name lang="it">polline</name>
|
|
2780
|
+
</term>
|
|
2781
|
+
<term id="roccia">
|
|
2782
|
+
<name lang="it">roccia</name>
|
|
2783
|
+
<sub-terms>
|
|
2784
|
+
<term id="magmatica">
|
|
2785
|
+
<name lang="it">magmatica</name>
|
|
2786
|
+
<sub-terms>
|
|
2787
|
+
<term id="basalto">
|
|
2788
|
+
<name lang="it">basalto</name>
|
|
2789
|
+
</term>
|
|
2790
|
+
<term id="diorite">
|
|
2791
|
+
<name lang="it">diorite</name>
|
|
2792
|
+
</term>
|
|
2793
|
+
<term id="gabbro">
|
|
2794
|
+
<name lang="it">gabbro</name>
|
|
2795
|
+
</term>
|
|
2796
|
+
<term id="granito">
|
|
2797
|
+
<name lang="it">granito</name>
|
|
2798
|
+
</term>
|
|
2799
|
+
<term id="ossidiana">
|
|
2800
|
+
<name lang="it">ossidiana</name>
|
|
2801
|
+
</term>
|
|
2802
|
+
<term id="peperino">
|
|
2803
|
+
<name lang="it">peperino</name>
|
|
2804
|
+
</term>
|
|
2805
|
+
<term id="porfido">
|
|
2806
|
+
<name lang="it">porfido</name>
|
|
2807
|
+
</term>
|
|
2808
|
+
<term id="sienite">
|
|
2809
|
+
<name lang="it">sienite</name>
|
|
2810
|
+
</term>
|
|
2811
|
+
</sub-terms>
|
|
2812
|
+
</term>
|
|
2813
|
+
<term id="metamorfica">
|
|
2814
|
+
<name lang="it">metamorfica</name>
|
|
2815
|
+
<sub-terms>
|
|
2816
|
+
<term id="ardesia">
|
|
2817
|
+
<name lang="it">ardesia</name>
|
|
2818
|
+
</term>
|
|
2819
|
+
<term id="gneiss">
|
|
2820
|
+
<name lang="it">gneiss</name>
|
|
2821
|
+
</term>
|
|
2822
|
+
<term id="marmo">
|
|
2823
|
+
<name lang="it">marmo</name>
|
|
2824
|
+
</term>
|
|
2825
|
+
<term id="oficalce">
|
|
2826
|
+
<name lang="it">oficalce</name>
|
|
2827
|
+
</term>
|
|
2828
|
+
<term id="serpentiniti">
|
|
2829
|
+
<name lang="it">serpentiniti</name>
|
|
2830
|
+
</term>
|
|
2831
|
+
</sub-terms>
|
|
2832
|
+
</term>
|
|
2833
|
+
<term id="sedimentaria">
|
|
2834
|
+
<name lang="it">sedimentaria</name>
|
|
2835
|
+
<sub-terms>
|
|
2836
|
+
<term id="alabastro">
|
|
2837
|
+
<name lang="it">alabastro</name>
|
|
2838
|
+
</term>
|
|
2839
|
+
<term id="argilla">
|
|
2840
|
+
<name lang="it">argilla</name>
|
|
2841
|
+
</term>
|
|
2842
|
+
<term id="breccia">
|
|
2843
|
+
<name lang="it">breccia</name>
|
|
2844
|
+
</term>
|
|
2845
|
+
<term id="calcare">
|
|
2846
|
+
<name lang="it">calcare</name>
|
|
2847
|
+
</term>
|
|
2848
|
+
<term id="dolomia">
|
|
2849
|
+
<name lang="it">dolomia</name>
|
|
2850
|
+
</term>
|
|
2851
|
+
<term id="grovacca">
|
|
2852
|
+
<name lang="it">grovacca</name>
|
|
2853
|
+
</term>
|
|
2854
|
+
<term id="marna">
|
|
2855
|
+
<name lang="it">marna</name>
|
|
2856
|
+
</term>
|
|
2857
|
+
<term id="selce">
|
|
2858
|
+
<name lang="it">selce</name>
|
|
2859
|
+
</term>
|
|
2860
|
+
<term id="travertino">
|
|
2861
|
+
<name lang="it">travertino</name>
|
|
2862
|
+
</term>
|
|
2863
|
+
</sub-terms>
|
|
2864
|
+
</term>
|
|
2865
|
+
</sub-terms>
|
|
2866
|
+
</term>
|
|
2867
|
+
<term id="sale">
|
|
2868
|
+
<name lang="it">sale</name>
|
|
2869
|
+
<sub-terms>
|
|
2870
|
+
<term id="carbonato">
|
|
2871
|
+
<name lang="it">carbonato</name>
|
|
2872
|
+
</term>
|
|
2873
|
+
<term id="cloruro">
|
|
2874
|
+
<name lang="it">cloruro</name>
|
|
2875
|
+
</term>
|
|
2876
|
+
<term id="nitrato">
|
|
2877
|
+
<name lang="it">nitrato</name>
|
|
2878
|
+
</term>
|
|
2879
|
+
<term id="nitrito">
|
|
2880
|
+
<name lang="it">nitrito</name>
|
|
2881
|
+
</term>
|
|
2882
|
+
<term id="solfato">
|
|
2883
|
+
<name lang="it">solfato</name>
|
|
2884
|
+
</term>
|
|
2885
|
+
<term id="solfito">
|
|
2886
|
+
<name lang="it">solfito</name>
|
|
2887
|
+
</term>
|
|
2888
|
+
<term id="altro">
|
|
2889
|
+
<name lang="it">altro</name>
|
|
2890
|
+
</term>
|
|
2891
|
+
</sub-terms>
|
|
2892
|
+
</term>
|
|
2893
|
+
<term id="seme">
|
|
2894
|
+
<name lang="it">seme</name>
|
|
2895
|
+
</term>
|
|
2896
|
+
<term id="seta">
|
|
2897
|
+
<name lang="it">seta</name>
|
|
2898
|
+
<sub-terms>
|
|
2899
|
+
<term id="broccato">
|
|
2900
|
+
<name lang="it">broccato</name>
|
|
2901
|
+
</term>
|
|
2902
|
+
<term id="lampasso">
|
|
2903
|
+
<name lang="it">lampasso</name>
|
|
2904
|
+
</term>
|
|
2905
|
+
<term id="tessuto">
|
|
2906
|
+
<name lang="it">tessuto</name>
|
|
2907
|
+
</term>
|
|
2908
|
+
<term id="raso">
|
|
2909
|
+
<name lang="it">raso</name>
|
|
2910
|
+
</term>
|
|
2911
|
+
<term id="velluto">
|
|
2912
|
+
<name lang="it">velluto</name>
|
|
2913
|
+
</term>
|
|
2914
|
+
</sub-terms>
|
|
2915
|
+
</term>
|
|
2916
|
+
<term id="smalto">
|
|
2917
|
+
<name lang="it">smalto</name>
|
|
2918
|
+
<sub-terms>
|
|
2919
|
+
<term id="alcalino">
|
|
2920
|
+
<name lang="it">alcalino</name>
|
|
2921
|
+
</term>
|
|
2922
|
+
<term id="feldspato">
|
|
2923
|
+
<name lang="it">feldspato</name>
|
|
2924
|
+
</term>
|
|
2925
|
+
<term id="salino">
|
|
2926
|
+
<name lang="it">salino</name>
|
|
2927
|
+
</term>
|
|
2928
|
+
<term id="stannifero">
|
|
2929
|
+
<name lang="it">stannifero</name>
|
|
2930
|
+
</term>
|
|
2931
|
+
<term id="vetrina">
|
|
2932
|
+
<name lang="it">vetrina</name>
|
|
2933
|
+
</term>
|
|
2934
|
+
</sub-terms>
|
|
2935
|
+
</term>
|
|
2936
|
+
<term id="spugne">
|
|
2937
|
+
<name lang="it">spugne</name>
|
|
2938
|
+
</term>
|
|
2939
|
+
<term id="stucco">
|
|
2940
|
+
<name lang="it">stucco</name>
|
|
2941
|
+
<sub-terms>
|
|
2942
|
+
<term id="bianco">
|
|
2943
|
+
<name lang="it">bianco</name>
|
|
2944
|
+
</term>
|
|
2945
|
+
<term id="dipinto">
|
|
2946
|
+
<name lang="it">dipinto</name>
|
|
2947
|
+
</term>
|
|
2948
|
+
<term id="dorato">
|
|
2949
|
+
<name lang="it">dorato</name>
|
|
2950
|
+
</term>
|
|
2951
|
+
</sub-terms>
|
|
2952
|
+
</term>
|
|
2953
|
+
<term id="pelle">
|
|
2954
|
+
<name lang="it">pelle</name>
|
|
2955
|
+
<sub-terms>
|
|
2956
|
+
<term id="cuoio">
|
|
2957
|
+
<name lang="it">cuoio</name>
|
|
2958
|
+
<sub-terms>
|
|
2959
|
+
<term id="allumato">
|
|
2960
|
+
<name lang="it">allumato</name>
|
|
2961
|
+
</term>
|
|
2962
|
+
<term id="al-cromo">
|
|
2963
|
+
<name lang="it">al cromo</name>
|
|
2964
|
+
</term>
|
|
2965
|
+
<term id="al-tannino">
|
|
2966
|
+
<name lang="it">al tannino</name>
|
|
2967
|
+
</term>
|
|
2968
|
+
<term id="bollito">
|
|
2969
|
+
<name lang="it">bollito</name>
|
|
2970
|
+
</term>
|
|
2971
|
+
<term id="camoscio">
|
|
2972
|
+
<name lang="it">camoscio</name>
|
|
2973
|
+
</term>
|
|
2974
|
+
<term id="dorato">
|
|
2975
|
+
<name lang="it">dorato</name>
|
|
2976
|
+
</term>
|
|
2977
|
+
<term id="ingrassato">
|
|
2978
|
+
<name lang="it">ingrassato</name>
|
|
2979
|
+
</term>
|
|
2980
|
+
</sub-terms>
|
|
2981
|
+
</term>
|
|
2982
|
+
<term id="grezza">
|
|
2983
|
+
<name lang="it">grezza</name>
|
|
2984
|
+
</term>
|
|
2985
|
+
</sub-terms>
|
|
2986
|
+
</term>
|
|
2987
|
+
<term id="pelliccia">
|
|
2988
|
+
<name lang="it">pelliccia</name>
|
|
2989
|
+
</term>
|
|
2990
|
+
<term id="protettivo">
|
|
2991
|
+
<name lang="it">protettivo</name>
|
|
2992
|
+
<sub-terms>
|
|
2993
|
+
<term id="alchidico">
|
|
2994
|
+
<name lang="it">alchidico</name>
|
|
2995
|
+
</term>
|
|
2996
|
+
<term id="cellulosa">
|
|
2997
|
+
<name lang="it">cellulosa</name>
|
|
2998
|
+
</term>
|
|
2999
|
+
<term id="epossidico">
|
|
3000
|
+
<name lang="it">epossidico</name>
|
|
3001
|
+
</term>
|
|
3002
|
+
<term id="resina">
|
|
3003
|
+
<name lang="it">resina</name>
|
|
3004
|
+
<sub-terms>
|
|
3005
|
+
<term id="acrilica">
|
|
3006
|
+
<name lang="it">acrilica</name>
|
|
3007
|
+
</term>
|
|
3008
|
+
<term id="epossidica">
|
|
3009
|
+
<name lang="it">epossidica</name>
|
|
3010
|
+
</term>
|
|
3011
|
+
<term id="poliestere">
|
|
3012
|
+
<name lang="it">poliestere</name>
|
|
3013
|
+
</term>
|
|
3014
|
+
<term id="poliuretantica">
|
|
3015
|
+
<name lang="it">poliuretantica</name>
|
|
3016
|
+
</term>
|
|
3017
|
+
<term id="siliconica">
|
|
3018
|
+
<name lang="it">siliconica</name>
|
|
3019
|
+
</term>
|
|
3020
|
+
</sub-terms>
|
|
3021
|
+
</term>
|
|
3022
|
+
<term id="altro">
|
|
3023
|
+
<name lang="it">altro</name>
|
|
3024
|
+
</term>
|
|
3025
|
+
</sub-terms>
|
|
3026
|
+
</term>
|
|
3027
|
+
<term id="vetro">
|
|
3028
|
+
<name lang="it">vetro</name>
|
|
3029
|
+
<sub-terms>
|
|
3030
|
+
<term id="al-piombo">
|
|
3031
|
+
<name lang="it">al piombo</name>
|
|
3032
|
+
</term>
|
|
3033
|
+
<term id="pasta-vitrea">
|
|
3034
|
+
<name lang="it">pasta vitrea</name>
|
|
3035
|
+
</term>
|
|
3036
|
+
<term id="potassico-calcico">
|
|
3037
|
+
<name lang="it">potassico-calcico</name>
|
|
3038
|
+
</term>
|
|
3039
|
+
<term id="siliceo">
|
|
3040
|
+
<name lang="it">siliceo</name>
|
|
3041
|
+
</term>
|
|
3042
|
+
<term id="sodico-calcico">
|
|
3043
|
+
<name lang="it">sodico-calcico</name>
|
|
3044
|
+
<sub-terms>
|
|
3045
|
+
<term id="moderno">
|
|
3046
|
+
<name lang="it">moderno</name>
|
|
3047
|
+
</term>
|
|
3048
|
+
</sub-terms>
|
|
3049
|
+
</term>
|
|
3050
|
+
<term id="vulcanico">
|
|
3051
|
+
<name lang="it">vulcanico</name>
|
|
3052
|
+
<sub-terms>
|
|
3053
|
+
<term id="ossidiana">
|
|
3054
|
+
<name lang="it">ossidiana</name>
|
|
3055
|
+
</term>
|
|
3056
|
+
</sub-terms>
|
|
3057
|
+
</term>
|
|
3058
|
+
<term id="altro">
|
|
3059
|
+
<name lang="it">altro</name>
|
|
3060
|
+
</term>
|
|
3061
|
+
</sub-terms>
|
|
3062
|
+
</term>
|
|
3063
|
+
</sub-terms>
|
|
3064
|
+
</term>
|
|
3065
|
+
</vocabulary>
|
|
3066
|
+
|
|
3067
|
+
<!-- Vocabolario MEDIUM (12) -->
|
|
3068
|
+
<vocabulary class="crm:E55_Type">
|
|
3069
|
+
<term id="medium">
|
|
3070
|
+
<name lang="it">Medium</name>
|
|
3071
|
+
<sub-terms>
|
|
3072
|
+
<term id="cromatogramma">
|
|
3073
|
+
<name lang="it">cromatogramma</name>
|
|
3074
|
+
</term>
|
|
3075
|
+
<term id="descrizione">
|
|
3076
|
+
<name lang="it">descrizione</name>
|
|
3077
|
+
</term>
|
|
3078
|
+
<term id="diffrattogramma-rx">
|
|
3079
|
+
<name lang="it">diffrattogramma RX</name>
|
|
3080
|
+
</term>
|
|
3081
|
+
<term id="fotografia">
|
|
3082
|
+
<name lang="it">fotografia</name>
|
|
3083
|
+
</term>
|
|
3084
|
+
<term id="grafico">
|
|
3085
|
+
<name lang="it">grafico</name>
|
|
3086
|
+
</term>
|
|
3087
|
+
<term id="immagine">
|
|
3088
|
+
<name lang="it">immagine</name>
|
|
3089
|
+
</term>
|
|
3090
|
+
<term id="jpeg-radiometrico">
|
|
3091
|
+
<name lang="it">jpeg radiometrico</name>
|
|
3092
|
+
</term>
|
|
3093
|
+
<term id="mappatura">
|
|
3094
|
+
<name lang="it">mappatura</name>
|
|
3095
|
+
</term>
|
|
3096
|
+
<term id="modello-3d">
|
|
3097
|
+
<name lang="it">modello 3D</name>
|
|
3098
|
+
</term>
|
|
3099
|
+
<term id="numerico">
|
|
3100
|
+
<name lang="it">numerico</name>
|
|
3101
|
+
</term>
|
|
3102
|
+
<term id="qualitativo">
|
|
3103
|
+
<name lang="it">qualitativo</name>
|
|
3104
|
+
</term>
|
|
3105
|
+
<term id="radargramma">
|
|
3106
|
+
<name lang="it">radargramma</name>
|
|
3107
|
+
</term>
|
|
3108
|
+
<term id="spettro">
|
|
3109
|
+
<name lang="it">spettro</name>
|
|
3110
|
+
</term>
|
|
3111
|
+
<term id="tabella-dati">
|
|
3112
|
+
<name lang="it">tabella dati</name>
|
|
3113
|
+
</term>
|
|
3114
|
+
<term id="video">
|
|
3115
|
+
<name lang="it">video</name>
|
|
3116
|
+
</term>
|
|
3117
|
+
<term id="altro">
|
|
3118
|
+
<name lang="it">altro</name>
|
|
3119
|
+
</term>
|
|
3120
|
+
</sub-terms>
|
|
3121
|
+
</term>
|
|
3122
|
+
</vocabulary>
|
|
3123
|
+
|
|
3124
|
+
<!-- Vocabolario MODALITA' (13) -->
|
|
3125
|
+
<vocabulary class="crm:E55_Type">
|
|
3126
|
+
<term id="modalita-di-indagine">
|
|
3127
|
+
<name lang="it">Modalità di indagine</name>
|
|
3128
|
+
<sub-terms>
|
|
3129
|
+
<term id="flottazione">
|
|
3130
|
+
<name lang="it">flottazione</name>
|
|
3131
|
+
<sub-terms>
|
|
3132
|
+
<term id="manuale">
|
|
3133
|
+
<name lang="it">manuale</name>
|
|
3134
|
+
</term>
|
|
3135
|
+
<term id="meccanica">
|
|
3136
|
+
<name lang="it">meccanica</name>
|
|
3137
|
+
</term>
|
|
3138
|
+
</sub-terms>
|
|
3139
|
+
</term>
|
|
3140
|
+
<term id="fotografia">
|
|
3141
|
+
<name lang="it">fotografia</name>
|
|
3142
|
+
<sub-terms>
|
|
3143
|
+
<term id="uv">
|
|
3144
|
+
<name lang="it">UV</name>
|
|
3145
|
+
</term>
|
|
3146
|
+
<term id="visibile">
|
|
3147
|
+
<name lang="it">visibile</name>
|
|
3148
|
+
</term>
|
|
3149
|
+
</sub-terms>
|
|
3150
|
+
</term>
|
|
3151
|
+
<term id="indagine-sonica">
|
|
3152
|
+
<name lang="it">indagine sonica</name>
|
|
3153
|
+
<sub-terms>
|
|
3154
|
+
<term id="puntuale">
|
|
3155
|
+
<name lang="it">puntuale</name>
|
|
3156
|
+
</term>
|
|
3157
|
+
<term id="tomografica">
|
|
3158
|
+
<name lang="it">tomografica</name>
|
|
3159
|
+
</term>
|
|
3160
|
+
</sub-terms>
|
|
3161
|
+
</term>
|
|
3162
|
+
<term id="microscopia-ottica">
|
|
3163
|
+
<name lang="it">microscopia ottica</name>
|
|
3164
|
+
<sub-terms>
|
|
3165
|
+
<term id="luce-polarizzata">
|
|
3166
|
+
<name lang="it">luce polarizzata</name>
|
|
3167
|
+
</term>
|
|
3168
|
+
<term id="luce-riflessa">
|
|
3169
|
+
<name lang="it">luce riflessa</name>
|
|
3170
|
+
</term>
|
|
3171
|
+
<term id="luce-trasmessa">
|
|
3172
|
+
<name lang="it">luce trasmessa</name>
|
|
3173
|
+
</term>
|
|
3174
|
+
</sub-terms>
|
|
3175
|
+
</term>
|
|
3176
|
+
<term id="prospezione-georadar">
|
|
3177
|
+
<name lang="it">prospezione georadar</name>
|
|
3178
|
+
<sub-terms>
|
|
3179
|
+
<term id="scansione-areale">
|
|
3180
|
+
<name lang="it">scansione areale</name>
|
|
3181
|
+
</term>
|
|
3182
|
+
<term id="scansione-lineare">
|
|
3183
|
+
<name lang="it">scansione lineare</name>
|
|
3184
|
+
</term>
|
|
3185
|
+
</sub-terms>
|
|
3186
|
+
</term>
|
|
3187
|
+
<term id="scansione-laser">
|
|
3188
|
+
<name lang="it">scansione laser</name>
|
|
3189
|
+
<sub-terms>
|
|
3190
|
+
<term id="statica-terrestre">
|
|
3191
|
+
<name lang="it">statica (terrestre)</name>
|
|
3192
|
+
</term>
|
|
3193
|
+
<term id="mobile-portatile-slam">
|
|
3194
|
+
<name lang="it">mobile (portatile/SLAM)</name>
|
|
3195
|
+
</term>
|
|
3196
|
+
</sub-terms>
|
|
3197
|
+
</term>
|
|
3198
|
+
<term id="termografia">
|
|
3199
|
+
<name lang="it">termografia</name>
|
|
3200
|
+
<sub-terms>
|
|
3201
|
+
<term id="attiva">
|
|
3202
|
+
<name lang="it">attiva</name>
|
|
3203
|
+
</term>
|
|
3204
|
+
<term id="passiva">
|
|
3205
|
+
<name lang="it">passiva</name>
|
|
3206
|
+
</term>
|
|
3207
|
+
</sub-terms>
|
|
3208
|
+
</term>
|
|
3209
|
+
<term id="video-ispezione">
|
|
3210
|
+
<name lang="it">video-ispezione</name>
|
|
3211
|
+
<sub-terms>
|
|
3212
|
+
<term id="inquadramento-frontale">
|
|
3213
|
+
<name lang="it">inquadramento-frontale</name>
|
|
3214
|
+
</term>
|
|
3215
|
+
<term id="inquadramento-laterale">
|
|
3216
|
+
<name lang="it">inquadramento laterale</name>
|
|
3217
|
+
</term>
|
|
3218
|
+
</sub-terms>
|
|
3219
|
+
</term>
|
|
3220
|
+
<term id="altro">
|
|
3221
|
+
<name lang="it">altro</name>
|
|
3222
|
+
</term>
|
|
3223
|
+
</sub-terms>
|
|
3224
|
+
</term>
|
|
3225
|
+
</vocabulary>
|
|
3226
|
+
|
|
3227
|
+
<!-- Vocabolario UNITA' DI MISURA (14) -->
|
|
3228
|
+
<vocabulary class="crm:E58_Measurement_Unit">
|
|
3229
|
+
<term id="unita-di-misura">
|
|
3230
|
+
<name lang="it">Unità di misura</name>
|
|
3231
|
+
<sub-terms>
|
|
3232
|
+
<term id="area">
|
|
3233
|
+
<name lang="it">area</name>
|
|
3234
|
+
<sub-terms>
|
|
3235
|
+
<term id="m2">
|
|
3236
|
+
<name lang="it">m2</name>
|
|
3237
|
+
</term>
|
|
3238
|
+
<term id="dm2">
|
|
3239
|
+
<name lang="it">dm2</name>
|
|
3240
|
+
</term>
|
|
3241
|
+
<term id="cm2">
|
|
3242
|
+
<name lang="it">cm2</name>
|
|
3243
|
+
</term>
|
|
3244
|
+
<term id="mm2">
|
|
3245
|
+
<name lang="it">mm2</name>
|
|
3246
|
+
</term>
|
|
3247
|
+
</sub-terms>
|
|
3248
|
+
</term>
|
|
3249
|
+
<term id="dimensione-lineare">
|
|
3250
|
+
<name lang="it">dimensione lineare</name>
|
|
3251
|
+
<sub-terms>
|
|
3252
|
+
<term id="cm">
|
|
3253
|
+
<name lang="it">cm</name>
|
|
3254
|
+
</term>
|
|
3255
|
+
<term id="mm">
|
|
3256
|
+
<name lang="it">mm</name>
|
|
3257
|
+
</term>
|
|
3258
|
+
<term id="microm">
|
|
3259
|
+
<name lang="it">µm</name>
|
|
3260
|
+
</term>
|
|
3261
|
+
</sub-terms>
|
|
3262
|
+
</term>
|
|
3263
|
+
<term id="massa">
|
|
3264
|
+
<name lang="it">massa</name>
|
|
3265
|
+
<sub-terms>
|
|
3266
|
+
<term id="g">
|
|
3267
|
+
<name lang="it">g</name>
|
|
3268
|
+
</term>
|
|
3269
|
+
<term id="mg">
|
|
3270
|
+
<name lang="it">mg</name>
|
|
3271
|
+
</term>
|
|
3272
|
+
<term id="microg">
|
|
3273
|
+
<name lang="it">µg</name>
|
|
3274
|
+
</term>
|
|
3275
|
+
</sub-terms>
|
|
3276
|
+
</term>
|
|
3277
|
+
<term id="volume">
|
|
3278
|
+
<name lang="it">volume</name>
|
|
3279
|
+
<sub-terms>
|
|
3280
|
+
<term id="l">
|
|
3281
|
+
<name lang="it">l</name>
|
|
3282
|
+
</term>
|
|
3283
|
+
<term id="cl">
|
|
3284
|
+
<name lang="it">cl</name>
|
|
3285
|
+
</term>
|
|
3286
|
+
<term id="ml">
|
|
3287
|
+
<name lang="it">ml</name>
|
|
3288
|
+
</term>
|
|
3289
|
+
</sub-terms>
|
|
3290
|
+
</term>
|
|
3291
|
+
<term id="non-applicabile">
|
|
3292
|
+
<name lang="it">non applicabile</name>
|
|
3293
|
+
</term>
|
|
3294
|
+
</sub-terms>
|
|
3295
|
+
</term>
|
|
3296
|
+
</vocabulary>
|
|
3297
|
+
|
|
3298
|
+
<!-- Vocabolario OUTPUT (15) -->
|
|
3299
|
+
<vocabulary class="crm:E55_Type">
|
|
3300
|
+
<term id="output">
|
|
3301
|
+
<name lang="it">Output</name>
|
|
3302
|
+
<sub-terms>
|
|
3303
|
+
<term id="caratterizzazione">
|
|
3304
|
+
<name lang="it">caratterizzazione</name>
|
|
3305
|
+
<sub-terms>
|
|
3306
|
+
<term id="materiale">
|
|
3307
|
+
<name lang="it">materiale</name>
|
|
3308
|
+
</term>
|
|
3309
|
+
<term id="tecnica-di-produzione">
|
|
3310
|
+
<name lang="it">tecnica di produzione</name>
|
|
3311
|
+
</term>
|
|
3312
|
+
<term id="tecnica-costruttiva">
|
|
3313
|
+
<name lang="it">tecnica costruttiva</name>
|
|
3314
|
+
</term>
|
|
3315
|
+
<term id="stato-conservativo">
|
|
3316
|
+
<name lang="it">stato conservativo</name>
|
|
3317
|
+
</term>
|
|
3318
|
+
</sub-terms>
|
|
3319
|
+
</term>
|
|
3320
|
+
<term id="composizione">
|
|
3321
|
+
<name lang="it">composizione</name>
|
|
3322
|
+
<sub-terms>
|
|
3323
|
+
<term id="qualitativa">
|
|
3324
|
+
<name lang="it">qualitativa</name>
|
|
3325
|
+
</term>
|
|
3326
|
+
<term id="perc-in-peso">
|
|
3327
|
+
<name lang="it">% in peso</name>
|
|
3328
|
+
</term>
|
|
3329
|
+
<term id="perc-in-volume">
|
|
3330
|
+
<name lang="it">% in volume</name>
|
|
3331
|
+
</term>
|
|
3332
|
+
</sub-terms>
|
|
3333
|
+
</term>
|
|
3334
|
+
<term id="datazione">
|
|
3335
|
+
<name lang="it">datazione</name>
|
|
3336
|
+
<sub-terms>
|
|
3337
|
+
<term id="manufatto">
|
|
3338
|
+
<name lang="it">manufatto</name>
|
|
3339
|
+
</term>
|
|
3340
|
+
<term id="ecofatto">
|
|
3341
|
+
<name lang="it">ecofatto</name>
|
|
3342
|
+
</term>
|
|
3343
|
+
<term id="materiale">
|
|
3344
|
+
<name lang="it">materiale</name>
|
|
3345
|
+
</term>
|
|
3346
|
+
</sub-terms>
|
|
3347
|
+
</term>
|
|
3348
|
+
<term id="distribuzione">
|
|
3349
|
+
<name lang="it">distribuzione</name>
|
|
3350
|
+
<sub-terms>
|
|
3351
|
+
<term id="degrado">
|
|
3352
|
+
<name lang="it">degrado</name>
|
|
3353
|
+
</term>
|
|
3354
|
+
<term id="discontinuita">
|
|
3355
|
+
<name lang="it">discontinuità</name>
|
|
3356
|
+
</term>
|
|
3357
|
+
<term id="materiale">
|
|
3358
|
+
<name lang="it">materiale</name>
|
|
3359
|
+
</term>
|
|
3360
|
+
<term id="tracce">
|
|
3361
|
+
<name lang="it">tracce</name>
|
|
3362
|
+
<sub-terms>
|
|
3363
|
+
<term id="di-lavorazione">
|
|
3364
|
+
<name lang="it">di lavorazione</name>
|
|
3365
|
+
</term>
|
|
3366
|
+
<term id="duso">
|
|
3367
|
+
<name lang="it">d'uso</name>
|
|
3368
|
+
</term>
|
|
3369
|
+
</sub-terms>
|
|
3370
|
+
</term>
|
|
3371
|
+
<term id="umidita">
|
|
3372
|
+
<name lang="it">umidità</name>
|
|
3373
|
+
</term>
|
|
3374
|
+
</sub-terms>
|
|
3375
|
+
</term>
|
|
3376
|
+
<term id="identificazione">
|
|
3377
|
+
<name lang="it">identificazione</name>
|
|
3378
|
+
<sub-terms>
|
|
3379
|
+
<term id="elementale">
|
|
3380
|
+
<name lang="it">elementale</name>
|
|
3381
|
+
</term>
|
|
3382
|
+
<term id="elemento-inglobato">
|
|
3383
|
+
<name lang="it">materiali elemento inglobato</name>
|
|
3384
|
+
</term>
|
|
3385
|
+
<term id="elementi-in-traccia">
|
|
3386
|
+
<name lang="it">elementi in traccia</name>
|
|
3387
|
+
</term>
|
|
3388
|
+
<term id="composizione">
|
|
3389
|
+
<name lang="it">composizione</name>
|
|
3390
|
+
<sub-terms>
|
|
3391
|
+
<term id="chimica">
|
|
3392
|
+
<name lang="it">chimica</name>
|
|
3393
|
+
</term>
|
|
3394
|
+
<term id="mineralogica">
|
|
3395
|
+
<name lang="it">mineralogica</name>
|
|
3396
|
+
</term>
|
|
3397
|
+
</sub-terms>
|
|
3398
|
+
</term>
|
|
3399
|
+
<term id="specie">
|
|
3400
|
+
<name lang="it">specie</name>
|
|
3401
|
+
</term>
|
|
3402
|
+
</sub-terms>
|
|
3403
|
+
</term>
|
|
3404
|
+
<term id="lettura-stratigrafica">
|
|
3405
|
+
<name lang="it">lettura stratigrafica</name>
|
|
3406
|
+
</term>
|
|
3407
|
+
<term id="misura">
|
|
3408
|
+
<name lang="it">misura</name>
|
|
3409
|
+
<sub-terms>
|
|
3410
|
+
<term id="lunghezza-area-volume">
|
|
3411
|
+
<name lang="it">lunghezza/area/volume</name>
|
|
3412
|
+
</term>
|
|
3413
|
+
<term id="temperatura-pressione-umidita">
|
|
3414
|
+
<name lang="it">temperatura/pressione/umidità</name>
|
|
3415
|
+
</term>
|
|
3416
|
+
<term id="concentrazione">
|
|
3417
|
+
<name lang="it">concentrazione</name>
|
|
3418
|
+
</term>
|
|
3419
|
+
<term id="proprieta-meccaniche">
|
|
3420
|
+
<name lang="it">proprietà meccaniche</name>
|
|
3421
|
+
</term>
|
|
3422
|
+
<term id="colore">
|
|
3423
|
+
<name lang="it">colore</name>
|
|
3424
|
+
</term>
|
|
3425
|
+
</sub-terms>
|
|
3426
|
+
</term>
|
|
3427
|
+
<term id="studio-geometrico-morfologico">
|
|
3428
|
+
<name lang="it">studio geometrico/morfologico</name>
|
|
3429
|
+
</term>
|
|
3430
|
+
<term id="rilievo">
|
|
3431
|
+
<name lang="it">rilievo</name>
|
|
3432
|
+
</term>
|
|
3433
|
+
<term id="esito-negativo">
|
|
3434
|
+
<name lang="it">esito negativo</name>
|
|
3435
|
+
</term>
|
|
3436
|
+
<term id="esito-insufficiente">
|
|
3437
|
+
<name lang="it">esito insufficiente</name>
|
|
3438
|
+
</term>
|
|
3439
|
+
<term id="altro">
|
|
3440
|
+
<name lang="it">altro</name>
|
|
3441
|
+
</term>
|
|
3442
|
+
</sub-terms>
|
|
3443
|
+
</term>
|
|
3444
|
+
</vocabulary>
|
|
3445
|
+
|
|
3446
|
+
<!-- Vocabolario PREPARAZIONE CAMPIONE (16) -->
|
|
3447
|
+
<vocabulary class="crm:E55_Type">
|
|
3448
|
+
<term id="preparazione-campione">
|
|
3449
|
+
<name lang="it">Preparazione campione</name>
|
|
3450
|
+
<sub-terms>
|
|
3451
|
+
<term id="bagno-a-ultrasuoni">
|
|
3452
|
+
<name lang="it">bagno a ultrasuoni</name>
|
|
3453
|
+
</term>
|
|
3454
|
+
<term id="frantumazione-e-riduzione-in-pastiglia-di-kbr">
|
|
3455
|
+
<name lang="it">frantumazione e riduzione in pastiglia di Kbr</name>
|
|
3456
|
+
</term>
|
|
3457
|
+
<term id="inglobamento-in-resina-e-taglio">
|
|
3458
|
+
<name lang="it">inglobamento in resina e taglio</name>
|
|
3459
|
+
</term>
|
|
3460
|
+
<term id="inglobamento-in-silicone">
|
|
3461
|
+
<name lang="it">inglobamento in silicone</name>
|
|
3462
|
+
</term>
|
|
3463
|
+
<term id="metallizzazione">
|
|
3464
|
+
<name lang="it">metallizzazione</name>
|
|
3465
|
+
</term>
|
|
3466
|
+
<term id="preparazione-vetrino-microscopio">
|
|
3467
|
+
<name lang="it">preparazione vetrino microscopio</name>
|
|
3468
|
+
</term>
|
|
3469
|
+
<term id="pulitura-meccanica">
|
|
3470
|
+
<name lang="it">pulitura meccanica</name>
|
|
3471
|
+
</term>
|
|
3472
|
+
<term id="pulizia-manuale-dellarea">
|
|
3473
|
+
<name lang="it">pulizia manuale dell'area</name>
|
|
3474
|
+
</term>
|
|
3475
|
+
<term id="separazione">
|
|
3476
|
+
<name lang="it">separazione</name>
|
|
3477
|
+
<sub-terms>
|
|
3478
|
+
<term id="centrifugazione">
|
|
3479
|
+
<name lang="it">centrifugazione</name>
|
|
3480
|
+
</term>
|
|
3481
|
+
<term id="con-liquidi-pesanti">
|
|
3482
|
+
<name lang="it">con liquidi pesanti</name>
|
|
3483
|
+
</term>
|
|
3484
|
+
<term id="estrazione-con-solvente">
|
|
3485
|
+
<name lang="it">estrazione con solvente</name>
|
|
3486
|
+
</term>
|
|
3487
|
+
<term id="microdissezione">
|
|
3488
|
+
<name lang="it">microdissezione</name>
|
|
3489
|
+
</term>
|
|
3490
|
+
</sub-terms>
|
|
3491
|
+
</term>
|
|
3492
|
+
<term id="setacciatura-a-maglie-degradanti">
|
|
3493
|
+
<name lang="it">setacciatura a maglie degradanti</name>
|
|
3494
|
+
<sub-terms>
|
|
3495
|
+
<term id="a-250-micrometri">
|
|
3496
|
+
<name lang="it">a 250 micrometri</name>
|
|
3497
|
+
</term>
|
|
3498
|
+
<term id="a-maglie-degradanti">
|
|
3499
|
+
<name lang="it">a maglie degradanti</name>
|
|
3500
|
+
</term>
|
|
3501
|
+
</sub-terms>
|
|
3502
|
+
</term>
|
|
3503
|
+
<term id="sezione-sottile">
|
|
3504
|
+
<name lang="it">sezione sottile</name>
|
|
3505
|
+
</term>
|
|
3506
|
+
<term id="sputtering">
|
|
3507
|
+
<name lang="it">sputtering</name>
|
|
3508
|
+
</term>
|
|
3509
|
+
<term id="trattamento-chimico-con-attacco-alternato-di-hcl-37-hf-40-e-naoh-a-caldo">
|
|
3510
|
+
<name lang="it">trattamento chimico con attacco alternato di HCl (37%), HF (40%) e NaOH a caldo</name>
|
|
3511
|
+
</term>
|
|
3512
|
+
<term id="trattamento-aba-acido-base-acido">
|
|
3513
|
+
<name lang="it">trattamento ABA (Acido-Base-Acido)</name>
|
|
3514
|
+
</term>
|
|
3515
|
+
<term id="non-necessaria">
|
|
3516
|
+
<name lang="it">non necessaria</name>
|
|
3517
|
+
</term>
|
|
3518
|
+
</sub-terms>
|
|
3519
|
+
</term>
|
|
3520
|
+
</vocabulary>
|
|
3521
|
+
|
|
3522
|
+
<!-- Vocabolario PROCESSO DI CAMPIONAMENTO (17) -->
|
|
3523
|
+
<vocabulary class="crm:E29_Design_or_Procedure">
|
|
3524
|
+
<term id="processo-di-campionamento">
|
|
3525
|
+
<name lang="it">Processo di campionamento</name>
|
|
3526
|
+
<sub-terms>
|
|
3527
|
+
<term id="apposizione-griglia-di-scansione">
|
|
3528
|
+
<name lang="it">apposizione griglia di scansione</name>
|
|
3529
|
+
</term>
|
|
3530
|
+
<term id="flottazione">
|
|
3531
|
+
<name lang="it">flottazione</name>
|
|
3532
|
+
</term>
|
|
3533
|
+
<term id="inquadramento-area">
|
|
3534
|
+
<name lang="it">inquadramento area</name>
|
|
3535
|
+
</term>
|
|
3536
|
+
<term id="prelievo-con">
|
|
3537
|
+
<name lang="it">prelievo con</name>
|
|
3538
|
+
<sub-terms>
|
|
3539
|
+
<term id="bisturi">
|
|
3540
|
+
<name lang="it">bisturi</name>
|
|
3541
|
+
</term>
|
|
3542
|
+
<term id="carotatrice">
|
|
3543
|
+
<name lang="it">carotatrice</name>
|
|
3544
|
+
</term>
|
|
3545
|
+
<term id="elemento-erratico">
|
|
3546
|
+
<name lang="it">elemento erratico</name>
|
|
3547
|
+
</term>
|
|
3548
|
+
<term id="gel-rigido">
|
|
3549
|
+
<name lang="it">gel rigido</name>
|
|
3550
|
+
</term>
|
|
3551
|
+
<term id="provetta-sterile">
|
|
3552
|
+
<name lang="it">provetta sterile</name>
|
|
3553
|
+
</term>
|
|
3554
|
+
<term id="scalpello">
|
|
3555
|
+
<name lang="it">scalpello</name>
|
|
3556
|
+
</term>
|
|
3557
|
+
<term id="tampone">
|
|
3558
|
+
<name lang="it">tampone</name>
|
|
3559
|
+
</term>
|
|
3560
|
+
</sub-terms>
|
|
3561
|
+
</term>
|
|
3562
|
+
<term id="selezione-a-vista">
|
|
3563
|
+
<name lang="it">selezione a vista</name>
|
|
3564
|
+
<sub-terms>
|
|
3565
|
+
<term id="punto-di-misura">
|
|
3566
|
+
<name lang="it">punto di misura</name>
|
|
3567
|
+
</term>
|
|
3568
|
+
<term id="linea-di-scansione">
|
|
3569
|
+
<name lang="it">linea di scansione</name>
|
|
3570
|
+
</term>
|
|
3571
|
+
</sub-terms>
|
|
3572
|
+
</term>
|
|
3573
|
+
<term id="setacciatura">
|
|
3574
|
+
<name lang="it">setacciatura</name>
|
|
3575
|
+
<sub-terms>
|
|
3576
|
+
<term id="in-acqua-di-sedimenti">
|
|
3577
|
+
<name lang="it">in acqua di sedimenti</name>
|
|
3578
|
+
</term>
|
|
3579
|
+
<term id="a-secco-di-sedimenti">
|
|
3580
|
+
<name lang="it">a secco di sedimenti</name>
|
|
3581
|
+
</term>
|
|
3582
|
+
</sub-terms>
|
|
3583
|
+
</term>
|
|
3584
|
+
<term id="altro">
|
|
3585
|
+
<name lang="it">altro</name>
|
|
3586
|
+
</term>
|
|
3587
|
+
</sub-terms>
|
|
3588
|
+
</term>
|
|
3589
|
+
</vocabulary>
|
|
3590
|
+
|
|
3591
|
+
<!-- Vocabolario STRUMENTAZIONE (18) -->
|
|
3592
|
+
<vocabulary class="crm:E55_Type">
|
|
3593
|
+
<term id="strumentazione">
|
|
3594
|
+
<name lang="it">Strumentazione</name>
|
|
3595
|
+
<sub-terms>
|
|
3596
|
+
<term id="analizzatore-termico-differenziale">
|
|
3597
|
+
<name lang="it">analizzatore termico differenziale</name>
|
|
3598
|
+
</term>
|
|
3599
|
+
<term id="aste-e-fili-invar">
|
|
3600
|
+
<name lang="it">aste e fili Invar</name>
|
|
3601
|
+
</term>
|
|
3602
|
+
<term id="bilancia">
|
|
3603
|
+
<name lang="it">bilancia</name>
|
|
3604
|
+
</term>
|
|
3605
|
+
<term id="calorimetro-differenziale-a-scansione">
|
|
3606
|
+
<name lang="it">calorimetro differenziale a scansione</name>
|
|
3607
|
+
</term>
|
|
3608
|
+
<term id="camera">
|
|
3609
|
+
<name lang="it">camera</name>
|
|
3610
|
+
<sub-terms>
|
|
3611
|
+
<term id="iperspettrale">
|
|
3612
|
+
<name lang="it">iperspettrale</name>
|
|
3613
|
+
</term>
|
|
3614
|
+
<term id="multispettrale">
|
|
3615
|
+
<name lang="it">multispettrale</name>
|
|
3616
|
+
</term>
|
|
3617
|
+
</sub-terms>
|
|
3618
|
+
</term>
|
|
3619
|
+
<term id="carotatrice">
|
|
3620
|
+
<name lang="it">carotatrice</name>
|
|
3621
|
+
</term>
|
|
3622
|
+
<term id="celle-di-carico">
|
|
3623
|
+
<name lang="it">celle di carico</name>
|
|
3624
|
+
</term>
|
|
3625
|
+
<term id="centrifuga">
|
|
3626
|
+
<name lang="it">centrifuga</name>
|
|
3627
|
+
</term>
|
|
3628
|
+
<term id="colorimetro">
|
|
3629
|
+
<name lang="it">colorimetro</name>
|
|
3630
|
+
</term>
|
|
3631
|
+
<term id="computer">
|
|
3632
|
+
<name lang="it">computer</name>
|
|
3633
|
+
<sub-terms>
|
|
3634
|
+
<term id="portatile">
|
|
3635
|
+
<name lang="it">portatile</name>
|
|
3636
|
+
</term>
|
|
3637
|
+
<term id="fisso">
|
|
3638
|
+
<name lang="it">fisso</name>
|
|
3639
|
+
</term>
|
|
3640
|
+
</sub-terms>
|
|
3641
|
+
</term>
|
|
3642
|
+
<term id="conduttivimetro">
|
|
3643
|
+
<name lang="it">conduttivimetro</name>
|
|
3644
|
+
</term>
|
|
3645
|
+
<term id="cromatografo">
|
|
3646
|
+
<name lang="it">cromatografo</name>
|
|
3647
|
+
</term>
|
|
3648
|
+
<term id="diffrattometro-per-polveri">
|
|
3649
|
+
<name lang="it">diffrattometro per polveri</name>
|
|
3650
|
+
</term>
|
|
3651
|
+
<term id="emettitore-laser">
|
|
3652
|
+
<name lang="it">emettitore laser</name>
|
|
3653
|
+
</term>
|
|
3654
|
+
<term id="emettitore-ricevitore-ultrasuoni">
|
|
3655
|
+
<name lang="it">emettitore/ricevitore ultrasuoni</name>
|
|
3656
|
+
</term>
|
|
3657
|
+
<term id="fibre-ottiche">
|
|
3658
|
+
<name lang="it">fibre ottiche</name>
|
|
3659
|
+
</term>
|
|
3660
|
+
<term id="filtri-ottici-uv-riflesso-emesso">
|
|
3661
|
+
<name lang="it">filtri ottici UV riflesso/emesso</name>
|
|
3662
|
+
</term>
|
|
3663
|
+
<term id="fotocamera">
|
|
3664
|
+
<name lang="it">fotocamera</name>
|
|
3665
|
+
</term>
|
|
3666
|
+
<term id="forno-essiccatore">
|
|
3667
|
+
<name lang="it">forno essiccatore</name>
|
|
3668
|
+
</term>
|
|
3669
|
+
<term id="igrometro-a-contatto">
|
|
3670
|
+
<name lang="it">igrometro a contatto</name>
|
|
3671
|
+
</term>
|
|
3672
|
+
<term id="livella">
|
|
3673
|
+
<name lang="it">livella</name>
|
|
3674
|
+
</term>
|
|
3675
|
+
<term id="matrinetti-oleodinamici">
|
|
3676
|
+
<name lang="it">matrinetti oleodinamici</name>
|
|
3677
|
+
</term>
|
|
3678
|
+
<term id="microscopio">
|
|
3679
|
+
<name lang="it">microscopio</name>
|
|
3680
|
+
<sub-terms>
|
|
3681
|
+
<term id="a-forza-atomica">
|
|
3682
|
+
<name lang="it">a forza atomica</name>
|
|
3683
|
+
</term>
|
|
3684
|
+
<term id="a-scansione-di-sonda">
|
|
3685
|
+
<name lang="it">a scansione di sonda</name>
|
|
3686
|
+
</term>
|
|
3687
|
+
<term id="digitale-da-campo">
|
|
3688
|
+
<name lang="it">digitale da campo</name>
|
|
3689
|
+
</term>
|
|
3690
|
+
<term id="elettronico-a-scansione">
|
|
3691
|
+
<name lang="it">elettronico a scansione</name>
|
|
3692
|
+
</term>
|
|
3693
|
+
<term id="in-campo-scuro">
|
|
3694
|
+
<name lang="it">in campo scuro</name>
|
|
3695
|
+
</term>
|
|
3696
|
+
<term id="ottico-a-fluorescenza">
|
|
3697
|
+
<name lang="it">ottico a fluorescenza</name>
|
|
3698
|
+
</term>
|
|
3699
|
+
<term id="in-campo-scuro">
|
|
3700
|
+
<name lang="it">in campo scuro</name>
|
|
3701
|
+
</term>
|
|
3702
|
+
<term id="ottico-a-luce-riflessa">
|
|
3703
|
+
<name lang="it">ottico a luce riflessa</name>
|
|
3704
|
+
</term>
|
|
3705
|
+
<term id="ottico-a-luce-trasmessa">
|
|
3706
|
+
<name lang="it">ottico a luce trasmessa</name>
|
|
3707
|
+
</term>
|
|
3708
|
+
<term id="ottico-metallografico">
|
|
3709
|
+
<name lang="it">ottico metallografico</name>
|
|
3710
|
+
</term>
|
|
3711
|
+
<term id="ottico-minero-petrografico-a-luce-trasmessa">
|
|
3712
|
+
<name lang="it">ottico minero-petrografico a luce trasmessa</name>
|
|
3713
|
+
</term>
|
|
3714
|
+
<term id="stereo">
|
|
3715
|
+
<name lang="it">stereo</name>
|
|
3716
|
+
</term>
|
|
3717
|
+
</sub-terms>
|
|
3718
|
+
</term>
|
|
3719
|
+
<term id="microsonda-elettronica">
|
|
3720
|
+
<name lang="it">microsonda elettronica</name>
|
|
3721
|
+
</term>
|
|
3722
|
+
<term id="novatank">
|
|
3723
|
+
<name lang="it">novatank</name>
|
|
3724
|
+
</term>
|
|
3725
|
+
<term id="obiettivo-macro">
|
|
3726
|
+
<name lang="it">obiettivo macro</name>
|
|
3727
|
+
</term>
|
|
3728
|
+
<term id="resistograph">
|
|
3729
|
+
<name lang="it">resistograph</name>
|
|
3730
|
+
</term>
|
|
3731
|
+
<term id="scanner-laser">
|
|
3732
|
+
<name lang="it">scanner laser</name>
|
|
3733
|
+
<sub-terms>
|
|
3734
|
+
<term id="portatile">
|
|
3735
|
+
<name lang="it">portatile</name>
|
|
3736
|
+
<sub-terms>
|
|
3737
|
+
<term id="a-tempo-di-volo">
|
|
3738
|
+
<name lang="it">a tempo di volo</name>
|
|
3739
|
+
</term>
|
|
3740
|
+
<term id="a-differenza-di-fase">
|
|
3741
|
+
<name lang="it">a differenza di fase</name>
|
|
3742
|
+
</term>
|
|
3743
|
+
<term id="a-triangolazione">
|
|
3744
|
+
<name lang="it">a triangolazione</name>
|
|
3745
|
+
</term>
|
|
3746
|
+
</sub-terms>
|
|
3747
|
+
</term>
|
|
3748
|
+
<term id="statico">
|
|
3749
|
+
<name lang="it">statico</name>
|
|
3750
|
+
</term>
|
|
3751
|
+
</sub-terms>
|
|
3752
|
+
</term>
|
|
3753
|
+
<term id="sonda-gpr">
|
|
3754
|
+
<name lang="it">sonda GPR</name>
|
|
3755
|
+
</term>
|
|
3756
|
+
<term id="spettrofotometro">
|
|
3757
|
+
<name lang="it">spettrofotometro</name>
|
|
3758
|
+
</term>
|
|
3759
|
+
<term id="spettrometro">
|
|
3760
|
+
<name lang="it">spettrometro</name>
|
|
3761
|
+
<sub-terms>
|
|
3762
|
+
<term id="assorbimento-atomico">
|
|
3763
|
+
<name lang="it">assorbimento atomico</name>
|
|
3764
|
+
</term>
|
|
3765
|
+
<term id="di-fluorescenza">
|
|
3766
|
+
<name lang="it">di fluorescenza</name>
|
|
3767
|
+
</term>
|
|
3768
|
+
<term id="di-massa">
|
|
3769
|
+
<name lang="it">di massa</name>
|
|
3770
|
+
</term>
|
|
3771
|
+
<term id="raman">
|
|
3772
|
+
<name lang="it">Raman</name>
|
|
3773
|
+
</term>
|
|
3774
|
+
<term id="xrf">
|
|
3775
|
+
<name lang="it">XRF</name>
|
|
3776
|
+
</term>
|
|
3777
|
+
<term id="ftir">
|
|
3778
|
+
<name lang="it">FTIR</name>
|
|
3779
|
+
</term>
|
|
3780
|
+
<term id="nmr">
|
|
3781
|
+
<name lang="it">NMR</name>
|
|
3782
|
+
</term>
|
|
3783
|
+
</sub-terms>
|
|
3784
|
+
</term>
|
|
3785
|
+
<term id="spettroscopio-infrarosso">
|
|
3786
|
+
<name lang="it">spettroscopio infrarosso</name>
|
|
3787
|
+
</term>
|
|
3788
|
+
<term id="tablet">
|
|
3789
|
+
<name lang="it">tablet</name>
|
|
3790
|
+
</term>
|
|
3791
|
+
<term id="termobilancia-per-tg">
|
|
3792
|
+
<name lang="it">termobilancia per TG</name>
|
|
3793
|
+
</term>
|
|
3794
|
+
<term id="termocamera">
|
|
3795
|
+
<name lang="it">termocamera</name>
|
|
3796
|
+
</term>
|
|
3797
|
+
<term id="termoigrometro">
|
|
3798
|
+
<name lang="it">termoigrometro</name>
|
|
3799
|
+
</term>
|
|
3800
|
+
<term id="tomografo">
|
|
3801
|
+
<name lang="it">tomografo</name>
|
|
3802
|
+
</term>
|
|
3803
|
+
<term id="torcia-led">
|
|
3804
|
+
<name lang="it">torcia led</name>
|
|
3805
|
+
</term>
|
|
3806
|
+
<term id="trasduttori-di-spostamento">
|
|
3807
|
+
<name lang="it">trasduttori di spostamento</name>
|
|
3808
|
+
</term>
|
|
3809
|
+
<term id="video-endoscopio">
|
|
3810
|
+
<name lang="it">video-endoscopio</name>
|
|
3811
|
+
</term>
|
|
3812
|
+
<term id="vortex">
|
|
3813
|
+
<name lang="it">vortex</name>
|
|
3814
|
+
</term>
|
|
3815
|
+
<term id="altro">
|
|
3816
|
+
<name lang="it">altro</name>
|
|
3817
|
+
</term>
|
|
3818
|
+
</sub-terms>
|
|
3819
|
+
</term>
|
|
3820
|
+
</vocabulary>
|
|
3821
|
+
|
|
3822
|
+
<!-- Vocabolario TAFONOMIA E STATO DI CONSEERVAZIONE (19) -->
|
|
3823
|
+
<vocabulary class="crm:E55_Type">
|
|
3824
|
+
<term id="tafonomia-e-stato-di-conservazione">
|
|
3825
|
+
<name lang="it">Tafonomia e stato di conservazione</name>
|
|
3826
|
+
<sub-terms>
|
|
3827
|
+
<term id="tafonomia">
|
|
3828
|
+
<name lang="it">tafonomia</name>
|
|
3829
|
+
<sub-terms>
|
|
3830
|
+
<term id="carbonizzato">
|
|
3831
|
+
<name lang="it">carbonizzato</name>
|
|
3832
|
+
</term>
|
|
3833
|
+
<term id="congelato">
|
|
3834
|
+
<name lang="it">congelato</name>
|
|
3835
|
+
</term>
|
|
3836
|
+
<term id="disidratato">
|
|
3837
|
+
<name lang="it">disidratato</name>
|
|
3838
|
+
</term>
|
|
3839
|
+
<term id="metallizzato">
|
|
3840
|
+
<name lang="it">metallizzato</name>
|
|
3841
|
+
</term>
|
|
3842
|
+
<term id="mineralizzato">
|
|
3843
|
+
<name lang="it">mineralizzato</name>
|
|
3844
|
+
</term>
|
|
3845
|
+
<term id="mummificato">
|
|
3846
|
+
<name lang="it">mummificato</name>
|
|
3847
|
+
</term>
|
|
3848
|
+
<term id="sommerso">
|
|
3849
|
+
<name lang="it">sommerso</name>
|
|
3850
|
+
</term>
|
|
3851
|
+
</sub-terms>
|
|
3852
|
+
</term>
|
|
3853
|
+
<term id="stato-di-conservazione">
|
|
3854
|
+
<name lang="it">stato di conservazione</name>
|
|
3855
|
+
<sub-terms>
|
|
3856
|
+
<term id="degradato">
|
|
3857
|
+
<name lang="it">degradato</name>
|
|
3858
|
+
</term>
|
|
3859
|
+
<term id="non-degradato">
|
|
3860
|
+
<name lang="it">non degradato</name>
|
|
3861
|
+
</term>
|
|
3862
|
+
</sub-terms>
|
|
3863
|
+
</term>
|
|
3864
|
+
</sub-terms>
|
|
3865
|
+
</term>
|
|
3866
|
+
</vocabulary>
|
|
3867
|
+
|
|
3868
|
+
<!-- Vocabolario TECNICA DIAGNOSTICA (20) -->
|
|
3869
|
+
<vocabulary class="crm:E55_Type">
|
|
3870
|
+
<term id="tecnica-diagnostica">
|
|
3871
|
+
<name lang="it">Tecnica diagnostica</name>
|
|
3872
|
+
<sub-terms>
|
|
3873
|
+
<term id="analitica-chimica-e-chimico-fisica">
|
|
3874
|
+
<name lang="it">analitica chimica e chimico-fisica</name>
|
|
3875
|
+
<sub-terms>
|
|
3876
|
+
<term id="analisi-termica-differenziale-dta">
|
|
3877
|
+
<name lang="it">analisi termica differenziale (DTA)</name>
|
|
3878
|
+
</term>
|
|
3879
|
+
<term id="calorimetria-differenziale-a-scansione-dsc">
|
|
3880
|
+
<name lang="it">calorimetria differenziale a scansione (DSC)</name>
|
|
3881
|
+
</term>
|
|
3882
|
+
<term id="calcimetria">
|
|
3883
|
+
<name lang="it">calcimetria</name>
|
|
3884
|
+
</term>
|
|
3885
|
+
<term id="conduttivimetria">
|
|
3886
|
+
<name lang="it">conduttivimetria</name>
|
|
3887
|
+
</term>
|
|
3888
|
+
<term id="cromatografia">
|
|
3889
|
+
<name lang="it">cromatografia</name>
|
|
3890
|
+
<sub-terms>
|
|
3891
|
+
<term id="su-carta">
|
|
3892
|
+
<name lang="it">su carta</name>
|
|
3893
|
+
</term>
|
|
3894
|
+
<term id="su-strato-sottile-tlc">
|
|
3895
|
+
<name lang="it">su strato sottile TLC</name>
|
|
3896
|
+
</term>
|
|
3897
|
+
<term id="liquida-lc">
|
|
3898
|
+
<name lang="it">liquida LC</name>
|
|
3899
|
+
</term>
|
|
3900
|
+
<term id="gascromatografia-gc">
|
|
3901
|
+
<name lang="it">gascromatografia GC</name>
|
|
3902
|
+
</term>
|
|
3903
|
+
<term id="a-scambio-ionico">
|
|
3904
|
+
<name lang="it">a scambio ionico</name>
|
|
3905
|
+
</term>
|
|
3906
|
+
</sub-terms>
|
|
3907
|
+
</term>
|
|
3908
|
+
<term id="elettroforesi">
|
|
3909
|
+
<name lang="it">elettroforesi</name>
|
|
3910
|
+
</term>
|
|
3911
|
+
<term id="ph-metria">
|
|
3912
|
+
<name lang="it">pH-metria</name>
|
|
3913
|
+
</term>
|
|
3914
|
+
<term id="spettrometria-di-massa-al-plasma-icp-ms">
|
|
3915
|
+
<name lang="it">spettrometria di massa al Plasma (ICP-MS)</name>
|
|
3916
|
+
</term>
|
|
3917
|
+
<term id="termogravimetria-tg">
|
|
3918
|
+
<name lang="it">termogravimetria (TG)</name>
|
|
3919
|
+
</term>
|
|
3920
|
+
<term id="titolazione">
|
|
3921
|
+
<name lang="it">titolazione</name>
|
|
3922
|
+
</term>
|
|
3923
|
+
</sub-terms>
|
|
3924
|
+
</term>
|
|
3925
|
+
<term id="archeobotanica">
|
|
3926
|
+
<name lang="it">archeobotanica</name>
|
|
3927
|
+
<sub-terms>
|
|
3928
|
+
<term id="analisi-antracologica">
|
|
3929
|
+
<name lang="it">analisi antracologica</name>
|
|
3930
|
+
</term>
|
|
3931
|
+
<term id="analisi-carpologica">
|
|
3932
|
+
<name lang="it">analisi carpologica</name>
|
|
3933
|
+
</term>
|
|
3934
|
+
<term id="analisi-degli-isotopi-stabili">
|
|
3935
|
+
<name lang="it">analisi degli isotopi stabili</name>
|
|
3936
|
+
<sub-terms>
|
|
3937
|
+
<term id="del-carbonio">
|
|
3938
|
+
<name lang="it">del Carbonio</name>
|
|
3939
|
+
</term>
|
|
3940
|
+
<term id="dellazoto">
|
|
3941
|
+
<name lang="it">dell'Azoto</name>
|
|
3942
|
+
</term>
|
|
3943
|
+
</sub-terms>
|
|
3944
|
+
</term>
|
|
3945
|
+
<term id="analisi-pollinica">
|
|
3946
|
+
<name lang="it">analisi pollinica</name>
|
|
3947
|
+
</term>
|
|
3948
|
+
<term id="analisi-xilologica">
|
|
3949
|
+
<name lang="it">analisi xilologica</name>
|
|
3950
|
+
</term>
|
|
3951
|
+
</sub-terms>
|
|
3952
|
+
</term>
|
|
3953
|
+
<term id="di-datazione">
|
|
3954
|
+
<name lang="it">di datazione</name>
|
|
3955
|
+
<sub-terms>
|
|
3956
|
+
<term id="analisi-degli-isotopi-stabili">
|
|
3957
|
+
<name lang="it">analisi degli isotopi stabili</name>
|
|
3958
|
+
</term>
|
|
3959
|
+
<term id="archeomagnetismo">
|
|
3960
|
+
<name lang="it">archeomagnetismo</name>
|
|
3961
|
+
</term>
|
|
3962
|
+
<term id="datazione-kar-uth">
|
|
3963
|
+
<name lang="it">datazione K/Ar U/Th</name>
|
|
3964
|
+
</term>
|
|
3965
|
+
<term id="datazione-per-idratazione-dellossidiana">
|
|
3966
|
+
<name lang="it">datazione per idratazione dell'ossidiana</name>
|
|
3967
|
+
</term>
|
|
3968
|
+
<term id="dendrocronologia">
|
|
3969
|
+
<name lang="it">dendrocronologia</name>
|
|
3970
|
+
</term>
|
|
3971
|
+
<term id="luminescenza-otticamente-stimolata-osl">
|
|
3972
|
+
<name lang="it">luminescenza otticamente stimolata (OSL)</name>
|
|
3973
|
+
</term>
|
|
3974
|
+
<term id="radiocarbonio">
|
|
3975
|
+
<name lang="it">radiocarbonio</name>
|
|
3976
|
+
</term>
|
|
3977
|
+
<term id="termoluminescenza-tl">
|
|
3978
|
+
<name lang="it">termoluminescenza TL</name>
|
|
3979
|
+
</term>
|
|
3980
|
+
</sub-terms>
|
|
3981
|
+
</term>
|
|
3982
|
+
<term id="di-diagnostica-strutturale">
|
|
3983
|
+
<name lang="it">di diagnostica strutturale</name>
|
|
3984
|
+
<sub-terms>
|
|
3985
|
+
<term id="carotaggio">
|
|
3986
|
+
<name lang="it">carotaggio</name>
|
|
3987
|
+
</term>
|
|
3988
|
+
<term id="prova-di-carico-statico">
|
|
3989
|
+
<name lang="it">prova di carico statico</name>
|
|
3990
|
+
</term>
|
|
3991
|
+
<term id="prova-di-carico-dinamico">
|
|
3992
|
+
<name lang="it">prova di carico dinamico</name>
|
|
3993
|
+
</term>
|
|
3994
|
+
<term id="prova-di-durezza">
|
|
3995
|
+
<name lang="it">prova di durezza</name>
|
|
3996
|
+
</term>
|
|
3997
|
+
<term id="prova-con-martinetti-piatti">
|
|
3998
|
+
<name lang="it">prova con martinetti piatti</name>
|
|
3999
|
+
</term>
|
|
4000
|
+
<term id="prova-pull-out">
|
|
4001
|
+
<name lang="it">prova pull-out</name>
|
|
4002
|
+
</term>
|
|
4003
|
+
<term id="prova-screw-pull-out">
|
|
4004
|
+
<name lang="it">prova screw pull-out</name>
|
|
4005
|
+
</term>
|
|
4006
|
+
<term id="penetrometria">
|
|
4007
|
+
<name lang="it">penetrometria</name>
|
|
4008
|
+
<sub-terms>
|
|
4009
|
+
<term id="per-malte">
|
|
4010
|
+
<name lang="it">per malte</name>
|
|
4011
|
+
</term>
|
|
4012
|
+
<term id="per-legno">
|
|
4013
|
+
<name lang="it">per legno</name>
|
|
4014
|
+
</term>
|
|
4015
|
+
</sub-terms>
|
|
4016
|
+
</term>
|
|
4017
|
+
</sub-terms>
|
|
4018
|
+
</term>
|
|
4019
|
+
<term id="di-imaging">
|
|
4020
|
+
<name lang="it">di imaging</name>
|
|
4021
|
+
<sub-terms>
|
|
4022
|
+
<term id="fluorescenza-uv">
|
|
4023
|
+
<name lang="it">fluorescenza UV</name>
|
|
4024
|
+
</term>
|
|
4025
|
+
<term id="imaging-multispettrale-iperspettrale-msi-hsi">
|
|
4026
|
+
<name lang="it">imaging multispettrale/iperspettrale (MSI/HSI)</name>
|
|
4027
|
+
</term>
|
|
4028
|
+
<term id="riflettografia-infrarossa">
|
|
4029
|
+
<name lang="it">riflettografia infrarossa</name>
|
|
4030
|
+
</term>
|
|
4031
|
+
<term id="rti-refectance-trasformation-imaging">
|
|
4032
|
+
<name lang="it">RTI (Refectance Trasformation Imaging)</name>
|
|
4033
|
+
</term>
|
|
4034
|
+
</sub-terms>
|
|
4035
|
+
</term>
|
|
4036
|
+
<term id="di-indagine-diretta-in-cantiere">
|
|
4037
|
+
<name lang="it">di indagine diretta in cantiere</name>
|
|
4038
|
+
<sub-terms>
|
|
4039
|
+
<term id="bussatura-rintocco">
|
|
4040
|
+
<name lang="it">bussatura/rintocco</name>
|
|
4041
|
+
</term>
|
|
4042
|
+
<term id="scalettatura-cromatica">
|
|
4043
|
+
<name lang="it">scalettatura cromatica</name>
|
|
4044
|
+
</term>
|
|
4045
|
+
<term id="tassello-stratigrafico">
|
|
4046
|
+
<name lang="it">tassello stratigrafico</name>
|
|
4047
|
+
</term>
|
|
4048
|
+
</sub-terms>
|
|
4049
|
+
</term>
|
|
4050
|
+
<term id="di-rilievo">
|
|
4051
|
+
<name lang="it">di rilievo</name>
|
|
4052
|
+
<sub-terms>
|
|
4053
|
+
<term id="fotogrammetria">
|
|
4054
|
+
<name lang="it">fotogrammetria</name>
|
|
4055
|
+
</term>
|
|
4056
|
+
<term id="micro-fotogrammetria">
|
|
4057
|
+
<name lang="it">micro-fotogrammetria</name>
|
|
4058
|
+
</term>
|
|
4059
|
+
<term id="rilievo-laser-scanner">
|
|
4060
|
+
<name lang="it">rilievo Laser Scanner</name>
|
|
4061
|
+
</term>
|
|
4062
|
+
</sub-terms>
|
|
4063
|
+
</term>
|
|
4064
|
+
<term id="geotecnica">
|
|
4065
|
+
<name lang="it">geotecnica</name>
|
|
4066
|
+
<sub-terms>
|
|
4067
|
+
<term id="sondaggi-geognostici">
|
|
4068
|
+
<name lang="it">sondaggi geognostici</name>
|
|
4069
|
+
</term>
|
|
4070
|
+
<term id="prove-dinamichedpm-statiche-cpt">
|
|
4071
|
+
<name lang="it">prove dinamiche DPM/statiche CPT</name>
|
|
4072
|
+
</term>
|
|
4073
|
+
<term id="prove-di-carico-su-piastra">
|
|
4074
|
+
<name lang="it">prove di carico su piastra</name>
|
|
4075
|
+
</term>
|
|
4076
|
+
<term id="prove-pressiometriche">
|
|
4077
|
+
<name lang="it">prove pressiometriche</name>
|
|
4078
|
+
</term>
|
|
4079
|
+
<term id="prospezione-geoelettrica">
|
|
4080
|
+
<name lang="it">prospezione geoelettrica</name>
|
|
4081
|
+
</term>
|
|
4082
|
+
<term id="tomografia-sismica">
|
|
4083
|
+
<name lang="it">tomografia sismica</name>
|
|
4084
|
+
</term>
|
|
4085
|
+
</sub-terms>
|
|
4086
|
+
</term>
|
|
4087
|
+
<term id="microclimatica">
|
|
4088
|
+
<name lang="it">microclimatica</name>
|
|
4089
|
+
<sub-terms>
|
|
4090
|
+
<term id="igrometria">
|
|
4091
|
+
<name lang="it">igrometria</name>
|
|
4092
|
+
</term>
|
|
4093
|
+
<term id="termoigrometria">
|
|
4094
|
+
<name lang="it">termoigrometria</name>
|
|
4095
|
+
</term>
|
|
4096
|
+
<term id="metodo-del-carburo-di-calcio">
|
|
4097
|
+
<name lang="it">metodo del carburo di calcio</name>
|
|
4098
|
+
</term>
|
|
4099
|
+
<term id="metodo-ponderale">
|
|
4100
|
+
<name lang="it">metodo ponderale</name>
|
|
4101
|
+
</term>
|
|
4102
|
+
<term id="misura-della-pressione-di-vapore-tensione-di-vapore">
|
|
4103
|
+
<name lang="it">misura della pressione di vapore/tensione di vapore</name>
|
|
4104
|
+
</term>
|
|
4105
|
+
<term id="monitoraggio-climatico-a-lungo-termine">
|
|
4106
|
+
<name lang="it">monitoraggio climatico a lungo termine</name>
|
|
4107
|
+
</term>
|
|
4108
|
+
</sub-terms>
|
|
4109
|
+
</term>
|
|
4110
|
+
<term id="ottica">
|
|
4111
|
+
<name lang="it">ottica</name>
|
|
4112
|
+
<sub-terms>
|
|
4113
|
+
<term id="colorimetria">
|
|
4114
|
+
<name lang="it">colorimetria</name>
|
|
4115
|
+
</term>
|
|
4116
|
+
<term id="fotografia">
|
|
4117
|
+
<name lang="it">fotografia</name>
|
|
4118
|
+
</term>
|
|
4119
|
+
<term id="microscopia">
|
|
4120
|
+
<name lang="it">microscopia</name>
|
|
4121
|
+
<sub-terms>
|
|
4122
|
+
<term id="digitale-portatile">
|
|
4123
|
+
<name lang="it">digitale portatile</name>
|
|
4124
|
+
</term>
|
|
4125
|
+
<term id="ottica-a-fluorescenza">
|
|
4126
|
+
<name lang="it">ottica a fluorescenza</name>
|
|
4127
|
+
</term>
|
|
4128
|
+
<term id="ottica-in-campo-scuro-chiaro">
|
|
4129
|
+
<name lang="it">ottica in campo scuro/chiaro</name>
|
|
4130
|
+
</term>
|
|
4131
|
+
<term id="ottica-metallografica">
|
|
4132
|
+
<name lang="it">ottica metallografica</name>
|
|
4133
|
+
</term>
|
|
4134
|
+
<term id="ottica-petrografica">
|
|
4135
|
+
<name lang="it">ottica petrografica</name>
|
|
4136
|
+
</term>
|
|
4137
|
+
<term id="ottica-stereo">
|
|
4138
|
+
<name lang="it">ottica stereo</name>
|
|
4139
|
+
</term>
|
|
4140
|
+
</sub-terms>
|
|
4141
|
+
</term>
|
|
4142
|
+
<term id="osservazione">
|
|
4143
|
+
<name lang="it">osservazione</name>
|
|
4144
|
+
<sub-terms>
|
|
4145
|
+
<term id="in-luce-radente">
|
|
4146
|
+
<name lang="it">in luce radente</name>
|
|
4147
|
+
</term>
|
|
4148
|
+
<term id="macroscopica">
|
|
4149
|
+
<name lang="it">macroscopica</name>
|
|
4150
|
+
</term>
|
|
4151
|
+
<term id="mesoscopica">
|
|
4152
|
+
<name lang="it">mesoscopica</name>
|
|
4153
|
+
</term>
|
|
4154
|
+
</sub-terms>
|
|
4155
|
+
</term>
|
|
4156
|
+
<term id="video-endoscopia">
|
|
4157
|
+
<name lang="it">video-endoscopia</name>
|
|
4158
|
+
</term>
|
|
4159
|
+
</sub-terms>
|
|
4160
|
+
</term>
|
|
4161
|
+
<term id="radiologica">
|
|
4162
|
+
<name lang="it">radiologica</name>
|
|
4163
|
+
<sub-terms>
|
|
4164
|
+
<term id="bomardamento-con-neutroni-lenti">
|
|
4165
|
+
<name lang="it">bomardamento con neutroni lenti</name>
|
|
4166
|
+
</term>
|
|
4167
|
+
<term id="gamma-grafia">
|
|
4168
|
+
<name lang="it">gamma-grafia</name>
|
|
4169
|
+
</term>
|
|
4170
|
+
<term id="radiografia-rx">
|
|
4171
|
+
<name lang="it">xxx</name>
|
|
4172
|
+
</term>
|
|
4173
|
+
<term id="tomografia-computerizzata-ct">
|
|
4174
|
+
<name lang="it">tomografia computerizzata CT</name>
|
|
4175
|
+
</term>
|
|
4176
|
+
</sub-terms>
|
|
4177
|
+
</term>
|
|
4178
|
+
<term id="sonica-geofisica-elettrica-magnetica-termica">
|
|
4179
|
+
<name lang="it">sonica, geofisica, elettrica, magnetica, termica</name>
|
|
4180
|
+
<sub-terms>
|
|
4181
|
+
<term id="controllo-a-correnti-indotte">
|
|
4182
|
+
<name lang="it">controllo a correnti indotte</name>
|
|
4183
|
+
</term>
|
|
4184
|
+
<term id="magnetometria">
|
|
4185
|
+
<name lang="it">magnetometria</name>
|
|
4186
|
+
</term>
|
|
4187
|
+
<term id="prospezione-georadar">
|
|
4188
|
+
<name lang="it">prospezione Georadar</name>
|
|
4189
|
+
</term>
|
|
4190
|
+
<term id="termografia">
|
|
4191
|
+
<name lang="it">termografia</name>
|
|
4192
|
+
</term>
|
|
4193
|
+
<term id="soniche">
|
|
4194
|
+
<name lang="it">soniche</name>
|
|
4195
|
+
</term>
|
|
4196
|
+
<term id="ultrasuoni">
|
|
4197
|
+
<name lang="it">ultrasuoni</name>
|
|
4198
|
+
</term>
|
|
4199
|
+
</sub-terms>
|
|
4200
|
+
</term>
|
|
4201
|
+
<term id="spettroscopica">
|
|
4202
|
+
<name lang="it">spettroscopica</name>
|
|
4203
|
+
<sub-terms>
|
|
4204
|
+
<term id="diffrazione-di-raggi-x-su-polveri-xrpd">
|
|
4205
|
+
<name lang="it">diffrazione di raggi X su polveri (XRPD)</name>
|
|
4206
|
+
</term>
|
|
4207
|
+
<term id="microscopia-avanzata">
|
|
4208
|
+
<name lang="it">microscopia avanzata</name>
|
|
4209
|
+
<sub-terms>
|
|
4210
|
+
<term id="a-forza-atomica-apm">
|
|
4211
|
+
<name lang="it">a forza atomica AFM</name>
|
|
4212
|
+
</term>
|
|
4213
|
+
<term id="a-scansione-di-sonda-spm">
|
|
4214
|
+
<name lang="it">a scansione di sonda SPM</name>
|
|
4215
|
+
</term>
|
|
4216
|
+
<term id="elettronica-a-scansione-sem">
|
|
4217
|
+
<name lang="it">elettronica a scansione SEM</name>
|
|
4218
|
+
</term>
|
|
4219
|
+
</sub-terms>
|
|
4220
|
+
</term>
|
|
4221
|
+
<term id="micro-ftir">
|
|
4222
|
+
<name lang="it">micro-FTIR</name>
|
|
4223
|
+
</term>
|
|
4224
|
+
<term id="micro-raman">
|
|
4225
|
+
<name lang="it">micro-Raman</name>
|
|
4226
|
+
</term>
|
|
4227
|
+
<term id="microsonda-elettronica-empa">
|
|
4228
|
+
<name lang="it">microsonda elettronica (EMPA)</name>
|
|
4229
|
+
</term>
|
|
4230
|
+
<term id="spettrofotometria">
|
|
4231
|
+
<name lang="it">spettrofotometria</name>
|
|
4232
|
+
</term>
|
|
4233
|
+
<term id="spettrometria-di-massa">
|
|
4234
|
+
<name lang="it">spettrometria di massa</name>
|
|
4235
|
+
</term>
|
|
4236
|
+
<term id="spettroscopia">
|
|
4237
|
+
<name lang="it">spettroscopia</name>
|
|
4238
|
+
<sub-terms>
|
|
4239
|
+
<term id="di-assorbimento-atomico-aas">
|
|
4240
|
+
<name lang="it">di assorbimento atomico (AAS)</name>
|
|
4241
|
+
</term>
|
|
4242
|
+
<term id="di-fluoresenza">
|
|
4243
|
+
<name lang="it">di fluoresenza</name>
|
|
4244
|
+
<sub-terms>
|
|
4245
|
+
<term id="a-raggi-x-xrf">
|
|
4246
|
+
<name lang="it">a raggi X (XRF)</name>
|
|
4247
|
+
<sub-terms>
|
|
4248
|
+
<term id="portatile">
|
|
4249
|
+
<name lang="it">portatile</name>
|
|
4250
|
+
</term>
|
|
4251
|
+
</sub-terms>
|
|
4252
|
+
</term>
|
|
4253
|
+
<term id="raman">
|
|
4254
|
+
<name lang="it">Raman</name>
|
|
4255
|
+
<sub-terms>
|
|
4256
|
+
<term id="portatile">
|
|
4257
|
+
<name lang="it">portatile</name>
|
|
4258
|
+
</term>
|
|
4259
|
+
</sub-terms>
|
|
4260
|
+
</term>
|
|
4261
|
+
<term id="infrarossa-in-trasformata-di-fourier-ftir">
|
|
4262
|
+
<name lang="it">infrarossa in trasformata di Fourier (FTIR)</name>
|
|
4263
|
+
<sub-terms>
|
|
4264
|
+
<term id="portatile">
|
|
4265
|
+
<name lang="it">portatile</name>
|
|
4266
|
+
</term>
|
|
4267
|
+
</sub-terms>
|
|
4268
|
+
</term>
|
|
4269
|
+
</sub-terms>
|
|
4270
|
+
</term>
|
|
4271
|
+
</sub-terms>
|
|
4272
|
+
</term>
|
|
4273
|
+
<term id="di-risonanza-magnetica-nucleare-nmr">
|
|
4274
|
+
<name lang="it">di risonanza magnetica nucleare (NMR)</name>
|
|
4275
|
+
</term>
|
|
4276
|
+
</sub-terms>
|
|
4277
|
+
</term>
|
|
4278
|
+
</sub-terms>
|
|
4279
|
+
</term>
|
|
4280
|
+
</vocabulary>
|
|
4281
|
+
|
|
4282
|
+
<!-- Vocabolario TIPO CAMPIONE (21) -->
|
|
4283
|
+
<vocabulary class="crm:E55_Type">
|
|
4284
|
+
<term id="tipo-campione">
|
|
4285
|
+
<name lang="it">Tipo campione</name>
|
|
4286
|
+
<sub-terms>
|
|
4287
|
+
<term id="areale">
|
|
4288
|
+
<name lang="it">areale</name>
|
|
4289
|
+
</term>
|
|
4290
|
+
<term id="dato-acquisito">
|
|
4291
|
+
<name lang="it">dato acquisito</name>
|
|
4292
|
+
</term>
|
|
4293
|
+
<term id="estratto">
|
|
4294
|
+
<name lang="it">estratto</name>
|
|
4295
|
+
</term>
|
|
4296
|
+
<term id="frammento">
|
|
4297
|
+
<name lang="it">frammento</name>
|
|
4298
|
+
</term>
|
|
4299
|
+
<term id="intero">
|
|
4300
|
+
<name lang="it">intero</name>
|
|
4301
|
+
</term>
|
|
4302
|
+
<term id="polvere">
|
|
4303
|
+
<name lang="it">polvere</name>
|
|
4304
|
+
</term>
|
|
4305
|
+
<term id="puntuale">
|
|
4306
|
+
<name lang="it">puntuale</name>
|
|
4307
|
+
</term>
|
|
4308
|
+
<term id="sedimento">
|
|
4309
|
+
<name lang="it">sedimento</name>
|
|
4310
|
+
</term>
|
|
4311
|
+
<term id="segmento">
|
|
4312
|
+
<name lang="it">segmento</name>
|
|
4313
|
+
</term>
|
|
4314
|
+
<term id="volume">
|
|
4315
|
+
<name lang="it">volume</name>
|
|
4316
|
+
</term>
|
|
4317
|
+
</sub-terms>
|
|
4318
|
+
</term>
|
|
4319
|
+
</vocabulary>
|
|
4320
|
+
|
|
4321
|
+
<!-- Vocabolario TIPO INDAGINE (22) -->
|
|
4322
|
+
<vocabulary class="crm:E55_Type">
|
|
4323
|
+
<term id="tipo-indagine">
|
|
4324
|
+
<name lang="it">Tipo indagine</name>
|
|
4325
|
+
<sub-terms>
|
|
4326
|
+
<term id="biologica">
|
|
4327
|
+
<name lang="it">biologica</name>
|
|
4328
|
+
</term>
|
|
4329
|
+
<term id="chimica">
|
|
4330
|
+
<name lang="it">chimica</name>
|
|
4331
|
+
</term>
|
|
4332
|
+
<term id="costruttiva">
|
|
4333
|
+
<name lang="it">costruttiva</name>
|
|
4334
|
+
</term>
|
|
4335
|
+
<term id="fisica">
|
|
4336
|
+
<name lang="it">fisica</name>
|
|
4337
|
+
</term>
|
|
4338
|
+
<term id="strutturale">
|
|
4339
|
+
<name lang="it">strutturale</name>
|
|
4340
|
+
</term>
|
|
4341
|
+
</sub-terms>
|
|
4342
|
+
</term>
|
|
4343
|
+
</vocabulary>
|
|
4344
|
+
|
|
4345
|
+
<!-- Vocabolario Tipo inquadramento cronologico (23) -->
|
|
4346
|
+
<vocabulary class="base:I2_Belief">
|
|
4347
|
+
<term id="tipologia-inquadramento-cronologico">
|
|
4348
|
+
<name lang="it">Tipologia inquadramento cronologico</name>
|
|
4349
|
+
<sub-terms>
|
|
4350
|
+
<term id="da-contesto">
|
|
4351
|
+
<name lang="it">da contesto</name>
|
|
4352
|
+
</term>
|
|
4353
|
+
<term id="fonte">
|
|
4354
|
+
<name lang="it">fonte</name>
|
|
4355
|
+
<sub-terms>
|
|
4356
|
+
<term id="archivistica">
|
|
4357
|
+
<name lang="it">archivistica</name>
|
|
4358
|
+
</term>
|
|
4359
|
+
<term id="bibliografica">
|
|
4360
|
+
<name lang="it">bibliografica</name>
|
|
4361
|
+
</term>
|
|
4362
|
+
<term id="epigrafica">
|
|
4363
|
+
<name lang="it">epigrafica</name>
|
|
4364
|
+
</term>
|
|
4365
|
+
<term id="multipla">
|
|
4366
|
+
<name lang="it">multipla</name>
|
|
4367
|
+
</term>
|
|
4368
|
+
</sub-terms>
|
|
4369
|
+
</term>
|
|
4370
|
+
<term id="presunto">
|
|
4371
|
+
<name lang="it">presunto</name>
|
|
4372
|
+
</term>
|
|
4373
|
+
<term id="assente">
|
|
4374
|
+
<name lang="it">assente</name>
|
|
4375
|
+
</term>
|
|
4376
|
+
</sub-terms>
|
|
4377
|
+
</term>
|
|
4378
|
+
</vocabulary>
|
|
4379
|
+
|
|
4380
|
+
<!-- Vocabolario INPUT (24) -->
|
|
4381
|
+
<vocabulary class="crm:E55_Type">
|
|
4382
|
+
<term id="input">
|
|
4383
|
+
<name lang="it">Input</name>
|
|
4384
|
+
<sub-terms>
|
|
4385
|
+
<term id="analisi-pregresse">
|
|
4386
|
+
<name lang="it">analisi pregresse</name>
|
|
4387
|
+
</term>
|
|
4388
|
+
<term id="materiale-bibliografico">
|
|
4389
|
+
<name lang="it">materiale bibliografico</name>
|
|
4390
|
+
</term>
|
|
4391
|
+
<term id="materiale-darchivio">
|
|
4392
|
+
<name lang="it">materiale d'archivio</name>
|
|
4393
|
+
<sub-terms>
|
|
4394
|
+
<term id="fotografico">
|
|
4395
|
+
<name lang="it">fotografico</name>
|
|
4396
|
+
</term>
|
|
4397
|
+
<term id="grafico">
|
|
4398
|
+
<name lang="it">grafico</name>
|
|
4399
|
+
</term>
|
|
4400
|
+
<term id="documentale">
|
|
4401
|
+
<name lang="it">documentale</name>
|
|
4402
|
+
</term>
|
|
4403
|
+
</sub-terms>
|
|
4404
|
+
</term>
|
|
4405
|
+
<term id="assente">
|
|
4406
|
+
<name lang="it">assente</name>
|
|
4407
|
+
</term>
|
|
4408
|
+
</sub-terms>
|
|
4409
|
+
</term>
|
|
4410
|
+
</vocabulary>
|
|
4411
|
+
|
|
4412
|
+
<!-- Vocabolario DISSESTI STRUTTURALI (25) -->
|
|
4413
|
+
<vocabulary class="basecpm:CP43_Structural_Damage">
|
|
4414
|
+
<term id="dissesti-strutturali">
|
|
4415
|
+
<name lang="it">Dissesti strutturali</name>
|
|
4416
|
+
<sub-terms>
|
|
4417
|
+
<term id="modifica-della-geometria">
|
|
4418
|
+
<name lang="it">modifica della geometria</name>
|
|
4419
|
+
<sub-terms>
|
|
4420
|
+
<term id="fuori-piombo">
|
|
4421
|
+
<name lang="it">fuori piombo</name>
|
|
4422
|
+
</term>
|
|
4423
|
+
<term id="spanciamenti">
|
|
4424
|
+
<name lang="it">spanciamenti</name>
|
|
4425
|
+
</term>
|
|
4426
|
+
<term id="deformazioni">
|
|
4427
|
+
<name lang="it">deformazioni</name>
|
|
4428
|
+
</term>
|
|
4429
|
+
</sub-terms>
|
|
4430
|
+
</term>
|
|
4431
|
+
<term id="fenomeni-di-discontinuita">
|
|
4432
|
+
<name lang="it">fenomeni di discontinuità</name>
|
|
4433
|
+
<sub-terms>
|
|
4434
|
+
<term id="lesioni">
|
|
4435
|
+
<name lang="it">lesioni</name>
|
|
4436
|
+
<sub-terms>
|
|
4437
|
+
<term id="passanti">
|
|
4438
|
+
<name lang="it">passanti</name>
|
|
4439
|
+
</term>
|
|
4440
|
+
<term id="non-passanti">
|
|
4441
|
+
<name lang="it">non passanti</name>
|
|
4442
|
+
</term>
|
|
4443
|
+
</sub-terms>
|
|
4444
|
+
</term>
|
|
4445
|
+
<term id="spaccature">
|
|
4446
|
+
<name lang="it">spaccature</name>
|
|
4447
|
+
</term>
|
|
4448
|
+
<term id="fori-gallerie-cavedi">
|
|
4449
|
+
<name lang="it">fori/gallerie/cavedi</name>
|
|
4450
|
+
</term>
|
|
4451
|
+
</sub-terms>
|
|
4452
|
+
</term>
|
|
4453
|
+
<term id="distacchi">
|
|
4454
|
+
<name lang="it">distacchi</name>
|
|
4455
|
+
<sub-terms>
|
|
4456
|
+
<term id="tra-componenti-verticali">
|
|
4457
|
+
<name lang="it">tra componenti verticali</name>
|
|
4458
|
+
</term>
|
|
4459
|
+
<term id="tra-componenti-orizzontali">
|
|
4460
|
+
<name lang="it">tra componenti orizzontali</name>
|
|
4461
|
+
</term>
|
|
4462
|
+
<term id="tra-componenti-verticali-e-orizzontali">
|
|
4463
|
+
<name lang="it">tra componenti verticali e orizzontali</name>
|
|
4464
|
+
</term>
|
|
4465
|
+
</sub-terms>
|
|
4466
|
+
</term>
|
|
4467
|
+
<term id="instabilita">
|
|
4468
|
+
<name lang="it">instabilità</name>
|
|
4469
|
+
<sub-terms>
|
|
4470
|
+
<term id="mancanza-coesione-tra-componenti-costruttive">
|
|
4471
|
+
<name lang="it">mancanza coesione tra componenti costruttive</name>
|
|
4472
|
+
</term>
|
|
4473
|
+
<term id="inadeguatezza-della-componente-costruttiva">
|
|
4474
|
+
<name lang="it">inadeguatezza della componente costruttiva</name>
|
|
4475
|
+
<sub-terms>
|
|
4476
|
+
<term id="inadeguatezza-materica">
|
|
4477
|
+
<name lang="it">inadeguatezza materica</name>
|
|
4478
|
+
</term>
|
|
4479
|
+
<term id="inadeguatezza-dimensionale-e-costruttiva">
|
|
4480
|
+
<name lang="it">inadeguatezza dimensionale e costruttiva</name>
|
|
4481
|
+
</term>
|
|
4482
|
+
</sub-terms>
|
|
4483
|
+
</term>
|
|
4484
|
+
</sub-terms>
|
|
4485
|
+
</term>
|
|
4486
|
+
<term id="crollo-parziale">
|
|
4487
|
+
<name lang="it">crollo parziale</name>
|
|
4488
|
+
</term>
|
|
4489
|
+
</sub-terms>
|
|
4490
|
+
</term>
|
|
4491
|
+
</vocabulary>
|
|
4492
|
+
|
|
4493
|
+
<!-- Vocabolario NATURA OGGETTO (26) -->
|
|
4494
|
+
<vocabulary class="crm:E55_Type">
|
|
4495
|
+
<term id="natura-oggetto">
|
|
4496
|
+
<name lang="it">Natura oggetto</name>
|
|
4497
|
+
<sub-terms>
|
|
4498
|
+
<term id="originale">
|
|
4499
|
+
<name lang="it">originale</name>
|
|
4500
|
+
</term>
|
|
4501
|
+
<term id="copia">
|
|
4502
|
+
<name lang="it">copia</name>
|
|
4503
|
+
</term>
|
|
4504
|
+
</sub-terms>
|
|
4505
|
+
</term>
|
|
4506
|
+
</vocabulary>
|
|
4507
|
+
|
|
4508
|
+
</vocabularies>
|