@igea/oac_backend 1.0.53 → 1.0.55

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.
@@ -0,0 +1,1321 @@
1
+ @prefix sh: <http://www.w3.org/ns/shacl#> .
2
+ @prefix ex: <http://example.org/shapes/> .
3
+ @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
4
+ @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
5
+ @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
6
+ @prefix owl: <http://www.w3.org/2002/07/owl#> .
7
+ @prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> .
8
+ @prefix basecpm: <http://ontome.net/ns/cpm/> .
9
+ @prefix j.0: <http://www.cidoc-crm.org/extensions/crmsci/> .
10
+ @prefix crmsci: <http://www.ics.forth.gr/isl/CRMsci> .
11
+ @prefix base: <http://www.ics.forth.gr/isl/CRMinf/> .
12
+ @prefix volipi: <http://data.sparna.fr/ontologies/volipi#> .
13
+
14
+ #@prefix skos: <http://www.w3.org/2004/02/skos/core> .
15
+ #@prefix pref: <http://indagine/> .
16
+
17
+
18
+ ex:E7Activity01Shape # INDAGINE
19
+ a sh:NodeShape, rdfs:Class ;
20
+ sh:targetClass crm:E7_Activity ;
21
+ rdfs:label "Indagine" ;
22
+ #volipi:iconName "fa-solid fa-car" ;
23
+ #sh:description "Indagine" ;
24
+ sh:property [
25
+ sh:path crm:P48_has_preferred_identifier ;
26
+ sh:node ex:E42Identifier01Shape ;
27
+ sh:name "ID indagine" ;
28
+ sh:maxCount 1 ;
29
+ sh:minCount 1 ;
30
+ ] ;
31
+ sh:property [
32
+ sh:path crm:P2_has_type ;
33
+ sh:node ex:E55Type01Shape ;
34
+ sh:name "Tipo indagine" ;
35
+ sh:maxCount 1 ;
36
+ sh:minCount 1 ;
37
+ ] ;
38
+ sh:property [
39
+ sh:path crm:P17_was_motivated_by ;
40
+ sh:node ex:I12AdoptedBeliefShape ;
41
+ sh:name "Quesito diagnostico" ;
42
+ sh:maxCount 1 ;
43
+ sh:minCount 1 ;
44
+ ] ;
45
+ sh:property [
46
+ sh:path crm:P14_carried_out_by ;
47
+ sh:node ex:E29ActorShape ;
48
+ sh:name "Attori" ;
49
+ sh:maxCount 1 ;
50
+ ] ;
51
+ sh:property [
52
+ sh:path crm:P16_used_specific_object ;
53
+ sh:node ex:S13Sample01Shape ;
54
+ sh:name "Campione" ;
55
+ sh:maxCount 1 ;
56
+ ] ;
57
+ sh:property [
58
+ sh:path crm:P134_continued ;
59
+ sh:node ex:E7Activity02Shape ;
60
+ sh:name "Attività diagnostica" ;
61
+ #sh:maxCount 1 ;
62
+ ] .
63
+
64
+ ex:E7Activity02Shape # ATTIVITA' DIAGNOSTICA
65
+ a sh:NodeShape, rdfs:Class ;
66
+ sh:targetClass crm:E7_Activity ;
67
+ rdfs:label "Attività diagnostica" ;
68
+ sh:property [
69
+ sh:path crm:P48_has_preferred_identifier ;
70
+ sh:node ex:E42Identifier06Shape ;
71
+ sh:name "ID attività diagnostica" ;
72
+ sh:maxCount 1 ;
73
+ ] ;
74
+ sh:property [
75
+ sh:path crm:P7_took_place_at ;
76
+ sh:node ex:E53Place02Shape ;
77
+ sh:name "Luogo di analisi" ;
78
+ sh:maxCount 1 ;
79
+ ] ;
80
+ sh:property [
81
+ sh:path crm:P14_carried_out_by ;
82
+ sh:node ex:E29ActorShape ;
83
+ sh:name "Attori" ;
84
+ sh:maxCount 1 ;
85
+ ] ;
86
+ sh:property [
87
+ sh:path crm:P2_has_type ;
88
+ sh:node ex:E55Type13Shape ;
89
+ sh:name "Tipologie nell'attività" ;
90
+ sh:maxCount 1 ;
91
+ ] ;
92
+ sh:property [
93
+ sh:path crm:P160_has_temporal_projection ;
94
+ sh:node ex:E52TimespanShape ;
95
+ sh:name "Data di inzio attività" ; #verificare se corretto il nome ...
96
+ sh:maxCount 1 ;
97
+ ] ;
98
+ sh:property [
99
+ sh:path [sh:inversePath crm:P134i_was_continued_by] ; # usata proprietà inversa di P134_continued ...
100
+ sh:node ex:E7Activity03Shape ;
101
+ sh:name "Analisi associata" ;
102
+ sh:maxCount 1 ;
103
+ ] ;
104
+ sh:property [
105
+ sh:path crm:P33_used_specific_technique ;
106
+ sh:node ex:E29DesignorProcedure03Shape ;
107
+ sh:name "Procedura" ;
108
+ #sh:maxCount 1 ;
109
+ ] ;
110
+ sh:property [
111
+ sh:path crm:P16_used_specific_object ;
112
+ sh:node ex:E70ThingShape ;
113
+ sh:name "Strumento" ;
114
+ #sh:maxCount 1 ;
115
+ ] ;
116
+ sh:property [
117
+ sh:path crm:P67i_is_referred_to_by ;
118
+ sh:node ex:E73InformationObject02Shape ;
119
+ sh:name "Medium" ;
120
+ #sh:maxCount 1 ;
121
+ ] ;
122
+ sh:property [
123
+ sh:path [sh:inversePath crm:P16i_was_used_for] ; # usata proprietà inversa di P16_used_specific_object ...
124
+ sh:node ex:E73InformationObject03Shape ;
125
+ sh:name "Software" ;
126
+ sh:maxCount 1 ;
127
+ ] ;
128
+ sh:property [
129
+ sh:path crm:P129i_is_subject_of ;
130
+ sh:node ex:I4PropositionSetShape ;
131
+ sh:name "Assunti di base" ;
132
+ sh:maxCount 1 ;
133
+ ] ;
134
+ sh:property [
135
+ sh:path crm:P17i_motivated ;
136
+ sh:node ex:E13AttributeAssignmentShape ; # crm
137
+ sh:name "Output" ;
138
+ #sh:maxCount 1 ;
139
+ ] ;
140
+ sh:property [
141
+ sh:path crm:P70i_is_documented_in ;
142
+ sh:node ex:E31DocumentShape ;
143
+ sh:name "Report" ;
144
+ #sh:maxCount 1 ;
145
+ ] .
146
+
147
+ ex:I4PropositionSetShape # ASSUNTI DI BASE
148
+ a sh:NodeShape, rdfs:Class ;
149
+ sh:targetClass base:I4_Proposition_Set ;
150
+ rdfs:label "Input" ;
151
+ sh:property [
152
+ sh:path base:J4i_is_subject_of ;
153
+ sh:node ex:I2Belief02Shape ;
154
+ sh:name "Input" ;
155
+ #sh:maxCount 1 ;
156
+ ] .
157
+ ex:E73InformationObject02Shape # MEDIUM
158
+ a sh:NodeShape, rdfs:Class ;
159
+ sh:targetClass crm:E73_Information_Object ;
160
+ rdfs:label "Medium" ;
161
+ sh:property [
162
+ sh:path crm:P2_has_type ;
163
+ sh:node ex:E55Type16Shape ;
164
+ sh:name "Tipo medium" ;
165
+ sh:maxCount 1 ;
166
+ ] ;
167
+ sh:property [
168
+ sh:path [sh:inversePath crm:P67_refers_to] ; # usata proprietà inversa di P67i_is_referred_to_by ...
169
+ sh:node ex:E73InformationObject01Shape ;
170
+ sh:name "Link" ;
171
+ sh:maxCount 1 ;
172
+ ] .
173
+
174
+ ex:E73InformationObject03Shape # SOFTWARE
175
+ a sh:NodeShape, rdfs:Class ;
176
+ sh:targetClass crm:E73_Information_Object ;
177
+ rdfs:label "Software" ;
178
+ sh:property [
179
+ sh:path crm:P48_has_preferred_identifier ;
180
+ sh:node ex:E42Identifier11Shape ;
181
+ sh:name "Codifica software" ;
182
+ sh:maxCount 1 ;
183
+ ] .
184
+
185
+ ex:E70ThingShape # STRUMENTO
186
+ a sh:NodeShape, rdfs:Class ;
187
+ sh:targetClass crm:E29_Design_or_Procedure ;
188
+ rdfs:label "Strumento" ;
189
+ sh:property [
190
+ sh:path crm:P2_has_type ;
191
+ sh:node ex:E55Type15Shape ;
192
+ sh:name "Strumentazione" ;
193
+ sh:maxCount 1 ;
194
+ ] ;
195
+ sh:property [
196
+ sh:path crm:P48_has_preferred_identifier ;
197
+ sh:node ex:E42Identifier10Shape ;
198
+ sh:name "Specifiche tecniche" ;
199
+ sh:maxCount 1 ;
200
+ ] .
201
+
202
+ ex:E29DesignorProcedure03Shape # PROCEDURA
203
+ a sh:NodeShape, rdfs:Class ;
204
+ sh:targetClass crm:E29_Design_or_Procedure ;
205
+ rdfs:label "Procedura" ;
206
+ sh:property [
207
+ sh:path crm:P2_has_type ;
208
+ sh:node ex:E55Type14Shape ;
209
+ sh:name "Modalita d'indagine" ;
210
+ sh:maxCount 1 ;
211
+ ] ;
212
+ sh:property [
213
+ sh:path crm:P1_is_identified_by ;
214
+ sh:node ex:E42Identifier08Shape ;
215
+ sh:name "Protocollo" ;
216
+ sh:maxCount 1 ;
217
+ ] ;
218
+ sh:property [
219
+ sh:path crm:P129_is_about ;
220
+ sh:node ex:E1CRMEntityShape ;
221
+ sh:name "Finalità" ;
222
+ sh:maxCount 1 ;
223
+ sh:minCount 1 ;
224
+ ] ;
225
+ sh:property [
226
+ sh:path crm:P69_has_association_with ;
227
+ sh:node ex:E29DesignorProcedure04Shape ;
228
+ sh:name "Procedura associata" ;
229
+ sh:maxCount 1 ;
230
+ sh:minCount 1 ;
231
+ ] .
232
+
233
+ ex:E1CRMEntityShape # FINALITA' INDAGINE
234
+ a sh:NodeShape, rdfs:Class ;
235
+ sh:targetClass crm:E1_CRM_Entity ;
236
+ rdfs:label "Finalità indagine" ;
237
+ sh:property [
238
+ sh:path ex:P129isabout ;
239
+ sh:datatype xsd:string ;
240
+ sh:name "Descrizione" ;
241
+ sh:minCount 1 ;
242
+ ] .
243
+
244
+ ex:E7Activity03Shape # ANALISI ASSOCIATA-PREGRESSA
245
+ a sh:NodeShape, rdfs:Class ;
246
+ sh:targetClass crm:E7_Activity ;
247
+ rdfs:label "Analisi" ;
248
+ sh:property [
249
+ sh:path crm:P48_has_preferred_identifier ;
250
+ sh:node ex:E42Identifier07Shape ;
251
+ sh:name "ID attività diagnostica esistenti" ;
252
+ sh:maxCount 1 ;
253
+ ] .
254
+
255
+ ex:E53Place02Shape # LUOGO ANALISI
256
+ a sh:NodeShape, rdfs:Class ;
257
+ sh:targetClass crm:E53_Place ;
258
+ rdfs:label "Luogo analisi" ;
259
+ sh:property [
260
+ sh:path crm:P2_has_type ;
261
+ sh:node ex:E55Type12Shape ;
262
+ sh:name "Luogo analisi" ;
263
+ sh:maxCount 1 ;
264
+ ] .
265
+
266
+ ex:S13Sample01Shape # CAMPIONE
267
+ a sh:NodeShape, rdfs:Class ;
268
+ sh:targetClass j.0:S13_Sample ;
269
+ rdfs:label "Campione" ;
270
+ sh:property [
271
+ sh:path crm:P48_has_preferred_identifier ;
272
+ sh:node ex:E42Identifier02Shape ;
273
+ sh:name "ID campione" ;
274
+ sh:maxCount 1 ;
275
+ ] ;
276
+ sh:property [
277
+ sh:path crm:P2_has_type ;
278
+ sh:node ex:E55Type04Shape ;
279
+ sh:name "Tipologie campione" ;
280
+ sh:maxCount 1 ;
281
+ ] ;
282
+ sh:property [
283
+ sh:path crm:P43_has_dimension ;
284
+ sh:node ex:E54DimensionShape ;
285
+ sh:name "Dimensioni" ;
286
+ ] ;
287
+ sh:property [
288
+ sh:path j.0:O8i_was_observed_by ;
289
+ sh:node ex:S4ObservationShape ;
290
+ sh:name "Osservazione" ;
291
+ sh:maxCount 1 ;
292
+ ] ;
293
+ sh:property [
294
+ sh:path crm:P140i_was_attributed_by ;
295
+ sh:node ex:E14ConditionAssessmentShape ;
296
+ sh:name "Valutazione stato conservazione" ;
297
+ sh:maxCount 1 ;
298
+ ] ;
299
+ sh:property [
300
+ sh:path j.0:O25_contains ;
301
+ sh:node ex:S10MaterialSubstantial01Shape ;
302
+ sh:name "Materiale prevalente" ;
303
+ sh:maxCount 1 ;
304
+ ] ;
305
+ sh:property [
306
+ sh:path j.0:O2i_was_removed_by ;
307
+ sh:node ex:S2SampleTaking01Shape ;
308
+ sh:name "Campionamento" ;
309
+ sh:maxCount 1 ;
310
+ ] ;
311
+ sh:property [
312
+ sh:path [sh:inversePath j.0:O25i_is_contained_in] ; # usata proprietà inversa di O25_contains ...
313
+ sh:node ex:S13Sample02Shape ;
314
+ sh:name "Sottocampione" ;
315
+ sh:maxCount 1 ;
316
+ ] ;
317
+ sh:property [
318
+ sh:path basecpm:PC43i_uses ;
319
+ sh:node ex:CP2ArchitectureWorkShape ;
320
+ sh:name "Bene di riferimento" ;
321
+ sh:maxCount 1 ;
322
+ ] .
323
+
324
+ ex:S13Sample02Shape # SOTTOCAMPIONE
325
+ a sh:NodeShape, rdfs:Class ;
326
+ sh:targetClass j.0:S13_Sample ;
327
+ rdfs:label "Sottocampione" ;
328
+ sh:property [
329
+ sh:path crm:P48_has_preferred_identifier ;
330
+ sh:node ex:E42Identifier05Shape ;
331
+ sh:name "ID sottocampione" ;
332
+ sh:maxCount 1 ;
333
+ sh:minCount 1 ;
334
+ ] ;
335
+ sh:property [
336
+ sh:path crm:P2_has_type ;
337
+ sh:node ex:E55Type11Shape ;
338
+ sh:name "Tipo sottocampione" ;
339
+ sh:maxCount 1 ;
340
+ ] ;
341
+ sh:property [
342
+ sh:path j.0:O25_contains ;
343
+ sh:node ex:S10MaterialSubstantial02Shape ;
344
+ sh:name "Materiale prevalente" ;
345
+ sh:maxCount 1 ;
346
+ ] ;
347
+ sh:property [
348
+ sh:path j.0:O3i_was_sample_by ;
349
+ sh:node ex:S2SampleTaking02Shape ;
350
+ sh:name "Sottocampionamento" ;
351
+ sh:maxCount 1 ;
352
+ ] ;
353
+ sh:property [
354
+ sh:path crm:P3_has_note ;
355
+ sh:datatype xsd:string ;
356
+ sh:name "Note" ;
357
+ sh:maxCount 1 ;
358
+ ] .
359
+
360
+ ex:S2SampleTaking01Shape # CAMPIONAMENTO
361
+ a sh:NodeShape, rdfs:Class ;
362
+ sh:targetClass j.0:S2_Sample_Taking ;
363
+ rdfs:label "Campionamento" ;
364
+ sh:property [
365
+ sh:path crm:P173_starts_before_or_with_the_end_of ;
366
+ sh:node ex:E2TemporalEntityShape ;
367
+ sh:name "Data di campionamento" ;
368
+ sh:maxCount 1 ;
369
+ ] ;
370
+ sh:property [
371
+ sh:path crm:P33_used_specific_technique ;
372
+ sh:node ex:E29DesignorProcedure01Shape ;
373
+ sh:name "Processo di campionamento" ;
374
+ sh:maxCount 1 ;
375
+ ] ;
376
+ sh:property [
377
+ sh:path crmsci:O15_occupied ;
378
+ sh:node ex:S22SegmentofMatterShape ;
379
+ sh:name "Porzione identificata" ;
380
+ sh:maxCount 1 ;
381
+ ] ;
382
+ sh:property [
383
+ sh:path crmsci:O4_sampled_at ;
384
+ sh:node ex:E53Place01Shape ;
385
+ sh:name "Area di prelievo" ;
386
+ sh:maxCount 1 ;
387
+ ] .
388
+
389
+ ex:S2SampleTaking02Shape # SOTTOCAMPIONAMENTO
390
+ a sh:NodeShape, rdfs:Class ;
391
+ sh:targetClass j.0:S2_Sample_Taking ;
392
+ rdfs:label "Sottocampionamento" ;
393
+ sh:property [
394
+ sh:path crm:P160_has_temporal_projection ;
395
+ sh:node ex:E52TimespanShape ;
396
+ sh:name "Data di analisi" ;
397
+ sh:maxCount 1 ;
398
+ ] ;
399
+ sh:property [
400
+ sh:path crm:P33_used_specific_technique ;
401
+ sh:node ex:E29DesignorProcedure02Shape ;
402
+ sh:name "Procedura di sottocampionamento" ;
403
+ sh:maxCount 1 ;
404
+ ] .
405
+
406
+ ex:E53Place01Shape # AREA DI PRELIEVO
407
+ a sh:NodeShape, rdfs:Class ;
408
+ sh:targetClass crm:E53_Place ;
409
+ rdfs:label "Area di prelievo" ;
410
+ sh:property [
411
+ sh:path crm:P48_has_preferred_identifier ;
412
+ sh:node ex:E42Identifier03Shape ;
413
+ sh:name "ID Area prelievo" ;
414
+ sh:maxCount 1 ;
415
+ ] ;
416
+ sh:property [
417
+ sh:path crm:P168_place_is_defined_by ;
418
+ sh:datatype xsd:string ;
419
+ sh:name "Localizzazione coordinate" ;
420
+ sh:maxCount 1 ;
421
+ ] ;
422
+ sh:property [
423
+ sh:path crm:P3_has_note ;
424
+ sh:datatype xsd:string ;
425
+ sh:name "Localizzazione area" ;
426
+ sh:maxCount 1 ;
427
+ ] ;
428
+ sh:property [
429
+ sh:path crm:P67i_is_referred_to_by ;
430
+ sh:node ex:E73InformationObject01Shape ;
431
+ sh:name "Allegato - link" ;
432
+ sh:maxCount 1 ;
433
+ sh:group ex:AllegatiGroup ;
434
+ ] ;
435
+ sh:property [
436
+ sh:path crm:P62i_is_depicted_by ;
437
+ sh:node ex:CP38ArchitectureRepresentationObjectShape ;
438
+ sh:name "Allegato - oggetto" ;
439
+ sh:maxCount 1 ;
440
+ sh:group ex:AllegatiGroup ;
441
+ ] .
442
+
443
+ ex:E73InformationObject01Shape # ALLEGATO - LINK
444
+ a sh:NodeShape, rdfs:Class ;
445
+ sh:targetClass crm:E73_Information_Object ;
446
+ rdfs:label "Allegato - Link" ;
447
+ sh:property [
448
+ sh:path ex:P67iisreferredtoby ;
449
+ sh:datatype xsd:string ;
450
+ sh:name "Allegato - Link" ;
451
+ sh:maxCount 1 ;
452
+ ] .
453
+
454
+ ex:CP38ArchitectureRepresentationObjectShape # ALLEGATO - OGGETTO
455
+ a sh:NodeShape, rdfs:Class ;
456
+ sh:targetClass basecpm:CP38_Architecture_Representation_Object ;
457
+ rdfs:label "Allegato - Oggetto" ;
458
+ sh:property [
459
+ sh:path ex:P62iisdepictedby ;
460
+ sh:datatype xsd:string ;
461
+ sh:name "Allegato - Oggetto" ;
462
+ sh:maxCount 1 ;
463
+ ] .
464
+
465
+ ex:AllegatiGroup # RAGGRUPPAMENTO ALLEGATI
466
+ a sh:PropertyGroup ;
467
+ sh:order 0 ;
468
+ rdfs:label "Allegati" .
469
+
470
+ ex:S22SegmentofMatterShape # PORZIONE IDENTIFICATA
471
+ a sh:NodeShape, rdfs:Class ;
472
+ sh:targetClass crmsci:S22_Segment_of_Matter ;
473
+ rdfs:label "Porzione identificata" ;
474
+ sh:property [
475
+ sh:path ex:O15occupied ;
476
+ sh:datatype xsd:string ;
477
+ sh:name "Porzione identificata" ;
478
+ sh:maxCount 1 ;
479
+ ] .
480
+
481
+ ex:E2TemporalEntityShape # DATA CAMPIONAMENTO
482
+ a sh:NodeShape, rdfs:Class ;
483
+ sh:targetClass crm:E2_Temporal_Entity ;
484
+ rdfs:label "Data campionamento" ;
485
+ sh:property [
486
+ sh:path ex:P173startsbeforeorwiththeendof ;
487
+ sh:datatype xsd:date ;
488
+ sh:name "Data campionamento" ;
489
+ sh:maxCount 1 ;
490
+ ] .
491
+
492
+ ex:E52TimespanShape # DATA SOTTOCAMPIONAMENTO
493
+ a sh:NodeShape, rdfs:Class ;
494
+ sh:targetClass j.0:E52_Time-span ;
495
+ rdfs:label "Data sottocampionamento" ;
496
+ sh:property [
497
+ sh:path ex:P160hastemporalprojection ;
498
+ sh:datatype xsd:date ;
499
+ sh:name "Data sottocampionamento" ;
500
+ sh:maxCount 1 ;
501
+ ] .
502
+
503
+ ex:E29DesignorProcedure01Shape # PROCESSO CAMPIONAMENTO
504
+ a sh:NodeShape, rdfs:Class ;
505
+ sh:targetClass crm:E29_Design_or_Procedure ;
506
+ rdfs:label "Processo campionamento" ;
507
+ sh:property [
508
+ sh:path ex:P33usedspecifictechnique01 ;
509
+ sh:class owl:Class ; # vocabolario PROCESSO CAMPIONAMENTO (17) id="processo-di-campionamento"
510
+ owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/processo-di-campionamento> ;
511
+ sh:name "Processo" ;
512
+ sh:maxCount 1 ;
513
+ ] ;
514
+ sh:property [
515
+ sh:path crm:P3_has_note ;
516
+ sh:datatype xsd:string ;
517
+ sh:name "Altro" ;
518
+ sh:maxCount 1 ;
519
+ ] .
520
+
521
+ ex:E29DesignorProcedure02Shape # PROCESSO SOTTOCAMPIONAMENTO
522
+ a sh:NodeShape, rdfs:Class ;
523
+ sh:targetClass crm:E29_Design_or_Procedure ;
524
+ rdfs:label "Procedura sottocampionamento" ;
525
+ sh:property [
526
+ sh:path ex:P33usedspecifictechnique02 ;
527
+ sh:datatype xsd:string ;
528
+ sh:name "Procedura sottocampionamento" ;
529
+ sh:maxCount 1 ;
530
+ ] .
531
+
532
+ ex:E29DesignorProcedure04Shape # PROCEDURA ASSOCIATA - PROCEDURA - ATTIVITA' DIAGNOSTICA
533
+ a sh:NodeShape, rdfs:Class ;
534
+ sh:targetClass crm:E29_Design_or_Procedure ;
535
+ rdfs:label "Protocollo procedura associata" ;
536
+ sh:property [
537
+ sh:path crm:P48_has_preferred_identifier ;
538
+ sh:node ex:E42Identifier09Shape ;
539
+ sh:name "Protocollo procedura associata" ;
540
+ sh:maxCount 1 ;
541
+ sh:minCount 1 ;
542
+ ] .
543
+
544
+
545
+ ex:S4ObservationShape # OSSERVAZIONE
546
+ a sh:NodeShape, rdfs:Class ;
547
+ sh:targetClass j.0:S4_Observation ;
548
+ rdfs:label "Osservazione" ;
549
+ sh:property [
550
+ sh:path crm:P140_assigned_attribute_to ;
551
+ sh:node ex:I2Belief01Shape ;
552
+ sh:name "Inquadramento cronologico" ;
553
+ sh:maxCount 1 ;
554
+ ] ;
555
+ sh:property [
556
+ sh:path crm:P2_has_type ;
557
+ sh:node ex:E55Type05Shape ;
558
+ sh:name "Tipo inquadramento cronologico" ;
559
+ sh:maxCount 1 ;
560
+ ] ;
561
+ sh:property [
562
+ sh:path j.0:O16_observed_value ;
563
+ sh:node ex:CP41EnvironmentalObservableEntity01Shape ;
564
+ sh:name "Condizione ambientale" ;
565
+ sh:maxCount 1 ;
566
+ ] .
567
+
568
+ ex:S10MaterialSubstantial01Shape # MATERIALE PREVALENTE - CAMPIONE
569
+ a sh:NodeShape, rdfs:Class ;
570
+ sh:targetClass j.0:S10_Material_Substantial ;
571
+ rdfs:label "Materiale prevalente - campione" ;
572
+ sh:property [
573
+ sh:path crm:P2_has_type ;
574
+ sh:node ex:E55Type08Shape ;
575
+ sh:name "Materiale prevalente" ;
576
+ sh:maxCount 1 ;
577
+ sh:minCount 1 ;
578
+ ] .
579
+
580
+ ex:S10MaterialSubstantial02Shape # MATERIALE PREVALENTE - SOTTOCAMPIONE
581
+ a sh:NodeShape, rdfs:Class ;
582
+ sh:targetClass j.0:S10_Material_Substantial ;
583
+ rdfs:label "Materiale prevalente - sottocampione" ;
584
+ sh:property [
585
+ sh:path crm:P2_has_type ;
586
+ sh:node ex:E55Type08Shape ;
587
+ sh:name "Materiale prevalente" ;
588
+ sh:maxCount 1 ;
589
+ ] .
590
+
591
+
592
+ ex:E14ConditionAssessmentShape # VALUTAZIONE CONDIZIONI
593
+ a sh:NodeShape, rdfs:Class ;
594
+ sh:targetClass crm:E14_Condition_Assessment ;
595
+ rdfs:label "Valutazione condizioni" ;
596
+ sh:property [
597
+ sh:path crm:P35_has_identified ;
598
+ sh:node ex:E3ConditionStateShape ;
599
+ sh:name "Valutazione condizioni" ;
600
+ sh:maxCount 1 ;
601
+ ] .
602
+
603
+ ex:E3ConditionStateShape # TAFONOMIA E STATO CONSERVAZIONE
604
+ a sh:NodeShape, rdfs:Class ;
605
+ sh:targetClass crm:E3_Condition_State ;
606
+ rdfs:label "Tafonomia e Stato di conservazione" ;
607
+ sh:property [
608
+ sh:path crm:P2_has_type ;
609
+ sh:node ex:E55Type07Shape ;
610
+ sh:name "Tafonomia e Stato di conservazione" ;
611
+ sh:maxCount 1 ;
612
+ ] .
613
+
614
+ ex:CP41EnvironmentalObservableEntity01Shape # STATO CONSERVAZIONE - CONDIZIONE AMBIENTALE
615
+ a sh:NodeShape, rdfs:Class ;
616
+ sh:targetClass basecpm:CP41_Environmental_Observable_Entity ;
617
+ rdfs:label "Condizione ambientale" ;
618
+ sh:property [
619
+ sh:path crm:P2_has_type ;
620
+ sh:node ex:E55Type06Shape ;
621
+ sh:name "Condizione ambientale" ;
622
+ #sh:maxCount 1 ;
623
+ ] .
624
+
625
+ ex:CP2ArchitectureWorkShape # BENE DI RIFERIMENTO
626
+ a sh:NodeShape, rdfs:Class ;
627
+ sh:targetClass basecpm:CP2_Architecture_Work ;
628
+ rdfs:label "Bene di riferimento" ;
629
+ sh:property [
630
+ sh:path crm:P1_is_identified_by ;
631
+ sh:node ex:E41Appellation02Shape ;
632
+ sh:name "Denominazione bene" ;
633
+ sh:maxCount 1 ;
634
+ sh:minCount 1 ;
635
+ ] ;
636
+ sh:property [
637
+ sh:path crm:P48_has_preferred_identifier ;
638
+ sh:node ex:E42Identifier04Shape ;
639
+ sh:name "ID VIR" ;
640
+ sh:maxCount 1 ;
641
+ ] ;
642
+ sh:property [
643
+ sh:path crm:P2_has_type ;
644
+ sh:node ex:E55Type09Shape ;
645
+ sh:name "Contesto" ;
646
+ sh:maxCount 1 ;
647
+ ] ;
648
+ sh:property [
649
+ sh:path basecpm:PC1i_is_subject_to ;
650
+ sh:node ex:CP41EnvironmentalObservableEntity02Shape ;
651
+ sh:name "Fenomeno osservato" ;
652
+ sh:maxCount 1 ;
653
+ ] ;
654
+ sh:property [
655
+ sh:path crm:P46_is_composed_of ;
656
+ sh:node ex:CP20ConstructionWorkShape ;
657
+ sh:name "Elemento costruttivo" ;
658
+ sh:maxCount 1 ;
659
+ ] ;
660
+ sh:property [
661
+ sh:path basecpm:PC61_was_affected_by ;
662
+ sh:node ex:CP43StructuralDamageShape ;
663
+ sh:name "Dissesti strutturali" ;
664
+ sh:maxCount 1 ;
665
+ ] .
666
+
667
+ ex:CP43StructuralDamageShape # TIPO DISSESTI STRUTTURALI
668
+ a sh:NodeShape, rdfs:Class ;
669
+ sh:targetClass basecpm:CP43_Structural_Damage ;
670
+ rdfs:label "Tipo dissesti strutturali" ;
671
+ sh:property [
672
+ sh:path ex:PC61wasaffectedby ;
673
+ sh:class owl:Class ; # vocabolario TIPO DISSESTI STRUTTURALI (25) id="dissesti-strutturali"
674
+ owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/dissesti-strutturali> ;
675
+ sh:name "Tipo dissesti strutturali" ;
676
+ #sh:maxCount 1 ;
677
+ ] .
678
+
679
+ ex:CP20ConstructionWorkShape # ELEMENTO COSTRUTTIVO
680
+ a sh:NodeShape, rdfs:Class ;
681
+ sh:targetClass basecpm:CP20_Construction_Work ;
682
+ rdfs:label "Elemento costruttivo" ;
683
+ sh:property [
684
+ sh:path crm:P2_has_type ;
685
+ sh:node ex:E55Type10Shape ;
686
+ sh:name "Tipo elemento costruttivo" ;
687
+ sh:maxCount 1 ;
688
+ ] ;
689
+ sh:property [
690
+ sh:path j.0:O25_contains ;
691
+ sh:node ex:S10CP9MaterialShape ; # ex:S10MaterialSubstantial02Shape ;
692
+ sh:name "Materiale prevalente 1" ;
693
+ sh:maxCount 1 ;
694
+ ] ;
695
+ sh:property [
696
+ sh:path basecpm:PC41_shows_as_main_material ;
697
+ sh:node ex:S10CP9MaterialShape ; # ex:CP9BuildingMaterialShape ;
698
+ sh:name "Materiale prevalente 2" ;
699
+ sh:maxCount 1 ;
700
+ ] ;
701
+ sh:property [
702
+ sh:path crm:P62_depicts ;
703
+ sh:node ex:I2Belief01Shape ;
704
+ sh:name "Inquadramento cronologico" ;
705
+ sh:maxCount 1 ;
706
+ ] .
707
+
708
+ ex:CP41EnvironmentalObservableEntity02Shape # FENOMENO OSSERVATO
709
+ a sh:NodeShape, rdfs:Class ;
710
+ sh:targetClass basecpm:CP41_Environmental_Observable_Entity ;
711
+ rdfs:label "Fenomeno osservato" ;
712
+ sh:property [
713
+ sh:path ex:PC1iissubjectto ;
714
+ sh:datatype xsd:string ;
715
+ sh:name "Fenomeno" ;
716
+ sh:maxCount 1 ;
717
+ ] .
718
+
719
+ ex:E42Identifier01Shape # ID INDAGINE
720
+ a sh:NodeShape, rdfs:Class ;
721
+ sh:targetClass crm:E42_Identifier ;
722
+ rdfs:label "ID indagine" ;
723
+ sh:property [
724
+ sh:path ex:P48haspreferredidentifier01 ;
725
+ #sh:datatype xsd:string ;
726
+ sh:name "ID indagine" ;
727
+ sh:description "http://indagine/$SEQ1$" ;
728
+ sh:nodeKind sh:IRI ;
729
+ sh:maxCount 1 ;
730
+ sh:minCount 1 ;
731
+ ] .
732
+
733
+ ex:E42Identifier02Shape # ID CAMPIONE
734
+ a sh:NodeShape, rdfs:Class ;
735
+ sh:targetClass crm:E42_Identifier ;
736
+ rdfs:label "ID campione" ;
737
+ sh:property [
738
+ sh:path ex:P48haspreferredidentifier02 ;
739
+ #sh:datatype xsd:string ;
740
+ sh:name "ID campione" ;
741
+ sh:description "http://indagine/campione/$SEQ2$" ;
742
+ sh:nodeKind sh:IRI ;
743
+ sh:maxCount 1 ;
744
+ sh:minCount 1 ;
745
+ ] .
746
+
747
+ ex:E42Identifier03Shape # ID AREA PRELIEVO
748
+ a sh:NodeShape, rdfs:Class ;
749
+ sh:targetClass crm:E42_Identifier ;
750
+ rdfs:label "ID area prelievo" ;
751
+ sh:property [
752
+ sh:path ex:P48haspreferredidentifier03 ;
753
+ sh:datatype xsd:string ;
754
+ sh:name "ID area prelievo" ;
755
+ sh:maxCount 1 ;
756
+ ] .
757
+
758
+ ex:E42Identifier04Shape # ID BENE VIR
759
+ a sh:NodeShape, rdfs:Class ;
760
+ sh:targetClass crm:E42_Identifier ;
761
+ rdfs:label "ID bene VIR" ;
762
+ sh:property [
763
+ sh:path ex:P48haspreferredidentifier04 ;
764
+ sh:datatype xsd:string ;
765
+ sh:name "ID bene VIR" ;
766
+ sh:maxCount 1 ;
767
+ ] .
768
+
769
+ ex:E42Identifier05Shape # ID SOTTOCAMPIONE
770
+ a sh:NodeShape, rdfs:Class ;
771
+ sh:targetClass crm:E42_Identifier ;
772
+ rdfs:label "ID sottocampione" ;
773
+ sh:property [
774
+ sh:path ex:P48haspreferredidentifier05 ;
775
+ sh:name "ID sottocampione" ;
776
+ sh:description "http://indagine/campione/sottocampione/$SEQ3$" ;
777
+ sh:nodeKind sh:IRI ;
778
+ sh:maxCount 1 ;
779
+ sh:minCount 1 ;
780
+ ] .
781
+
782
+ ex:E42Identifier06Shape # ID ATTIVITA' DIAGNOSTICA
783
+ a sh:NodeShape, rdfs:Class ;
784
+ sh:targetClass crm:E42_Identifier ;
785
+ rdfs:label "ID attività diagnostica" ;
786
+ sh:property [
787
+ sh:path ex:P48haspreferredidentifier06 ;
788
+ sh:name "ID attività diagnostica" ;
789
+ sh:description "http://indagine/attivita_diagnostica/$SEQ4$" ;
790
+ sh:nodeKind sh:IRI ;
791
+ sh:maxCount 1 ;
792
+ sh:minCount 1 ;
793
+ ] .
794
+
795
+ ex:E42Identifier07Shape # ID ANALISI ASSOCIATA-PREGRESSA - (ATTIVITA' DIAGNOSTICA GIA' ESISTENTE)
796
+ a sh:NodeShape, rdfs:Class ;
797
+ sh:targetClass crm:E42_Identifier ;
798
+ rdfs:label "ID analisi" ;
799
+ sh:property [
800
+ sh:path ex:P48haspreferredidentifier07 ;
801
+ sh:name "ID analisi" ;
802
+ sh:class owl:Class ; # lista delle Attività diagnostiche già create (E7_Activity) da distinguere da Indagini ed altri oggetti con stessa classe ??? per stessa Indagine o per tutte le esistenti???
803
+ owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/xxx> ; # FARE QUALCOSA DI SIMILE AI VOCABOLARI
804
+ sh:maxCount 1 ;
805
+ ] .
806
+
807
+ ex:E42Identifier08Shape # PROTOCOLLO - PROCEDURA
808
+ a sh:NodeShape, rdfs:Class ;
809
+ sh:targetClass crm:E42_Identifier ;
810
+ rdfs:label "Protocollo procedura" ;
811
+ sh:property [
812
+ sh:path ex:P48haspreferredidentifier08 ;
813
+ sh:datatype xsd:string ;
814
+ sh:name "Codice" ;
815
+ sh:maxCount 1 ;
816
+ sh:minCount 1 ;
817
+ ] .
818
+
819
+ ex:E42Identifier09Shape # PROTOCOLLO - PROCEDURA ASSOCIATA
820
+ a sh:NodeShape, rdfs:Class ;
821
+ sh:targetClass crm:E42_Identifier ;
822
+ rdfs:label "Protocollo procedura associata" ;
823
+ sh:property [
824
+ sh:path ex:P48haspreferredidentifier09 ;
825
+ sh:name "Codice" ;
826
+ sh:class owl:Class ; # lista delle Procedure già create (E29_Design_or_Procedure), per stessa Indagine o per tutte le esistenti???
827
+ owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/xxx> ; # FARE QUALCOSA DI SIMILE AI VOCABOLARI
828
+ sh:minCount 1 ;
829
+ ] .
830
+
831
+ ex:E42Identifier10Shape # SPECIFICHE TECNICHE
832
+ a sh:NodeShape, rdfs:Class ;
833
+ sh:targetClass crm:E42_Identifier ;
834
+ rdfs:label "Codifica specifiche tecniche" ;
835
+ sh:property [
836
+ sh:path ex:P48haspreferredidentifier10 ;
837
+ sh:datatype xsd:string ;
838
+ sh:name "Codifica" ;
839
+ sh:maxCount 1 ;
840
+ ] .
841
+
842
+ ex:E42Identifier11Shape # SOFTWARE
843
+ a sh:NodeShape, rdfs:Class ;
844
+ sh:targetClass crm:E42_Identifier ;
845
+ rdfs:label "ID software" ;
846
+ sh:property [
847
+ sh:path ex:P48haspreferredidentifier11 ;
848
+ sh:datatype xsd:string ;
849
+ sh:name "ID software" ;
850
+ sh:maxCount 1 ;
851
+ ] .
852
+
853
+ ex:E42Identifier12Shape # ANALISI ASSOCIATA-PREGRESSA
854
+ a sh:NodeShape, rdfs:Class ;
855
+ sh:targetClass crm:E42_Identifier ;
856
+ rdfs:label "ID analisi" ;
857
+ sh:property [
858
+ sh:path ex:P48haspreferredidentifier12 ;
859
+ sh:datatype xsd:string ;
860
+ sh:name "ID analisi" ;
861
+ sh:maxCount 1 ;
862
+ ] .
863
+
864
+ ex:I12AdoptedBeliefShape # QUESITO DIAGNOSTICO
865
+ a sh:NodeShape, rdfs:Class ;
866
+ sh:targetClass base:I12_Adopted_Belief ;
867
+ rdfs:label "Quesito diagnostico" ;
868
+ sh:property [
869
+ sh:path crm:P2_has_type ;
870
+ sh:node ex:E55Type02Shape ;
871
+ sh:name "Quesito diagnostico" ;
872
+ sh:maxCount 1 ;
873
+ sh:minCount 1 ;
874
+ ] .
875
+
876
+ ex:E29ActorShape # ATTORI
877
+ a sh:NodeShape, rdfs:Class ;
878
+ sh:targetClass crm:E29_Actor ;
879
+ rdfs:label "Attori" ;
880
+ sh:property [
881
+ sh:path crm:P2_has_type ;
882
+ sh:node ex:E55Type03Shape ;
883
+ sh:name "Attori" ;
884
+ sh:maxCount 1 ;
885
+ ] .
886
+
887
+ ex:E54DimensionShape # DIMENSIONI
888
+ a sh:NodeShape, rdfs:Class ;
889
+ sh:targetClass crm:E54_Dimension ;
890
+ rdfs:label "Dimensione" ;
891
+ sh:property [
892
+ sh:path crm:P91_has_unit ;
893
+ sh:node ex:E58MeasurementUnitShape ;
894
+ sh:name "Unità di misura" ;
895
+ sh:maxCount 1 ;
896
+ ] ;
897
+ sh:property [
898
+ sh:path crm:P90_has_valure ;
899
+ sh:datatype xsd:string ;
900
+ sh:name "Dimensione" ;
901
+ sh:maxCount 1 ;
902
+ ] .
903
+
904
+ ex:E58MeasurementUnitShape # UNITA' MISURA
905
+ a sh:NodeShape, rdfs:Class ;
906
+ sh:targetClass crm:E58_Measurement_Unit ;
907
+ rdfs:label "Unità di misura" ;
908
+ sh:property [
909
+ sh:path ex:P91hasunit ;
910
+ sh:class owl:Class ; # vocabolario UNITA' MISURA (14) id="unita-di-misura"
911
+ owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/unita-di-misura> ;
912
+ sh:name "Unità di misura" ;
913
+ sh:maxCount 1 ;
914
+ ] .
915
+
916
+ ex:I2Belief01Shape # INQUADRAMENTO CRONOLOGICO
917
+ a sh:NodeShape, rdfs:Class ;
918
+ sh:targetClass base:I2_Belief ;
919
+ rdfs:label "Inquadramento cronologico" ;
920
+ sh:property [
921
+ sh:path ex:P140assignedattributeto ;
922
+ sh:class owl:Class ; # vocabolario INQUADRAMENTO CRONOLOGICO (9) id="unita-di-misura"
923
+ owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/unita-di-misura> ;
924
+ sh:name "Tipo" ;
925
+ sh:maxCount 1 ;
926
+ ] .
927
+
928
+ ex:I2Belief02Shape # INPUT
929
+ a sh:NodeShape, rdfs:Class ;
930
+ sh:targetClass base:I2_Belief ;
931
+ rdfs:label "Input" ;
932
+ sh:property [
933
+ sh:path crm:P2_has_type ;
934
+ sh:node ex:E55Type17Shape ;
935
+ sh:name "Tipo input" ;
936
+ sh:maxCount 1 ;
937
+ ] ;
938
+ sh:property [
939
+ sh:path crm:P3_has_note ;
940
+ sh:datatype xsd:string ;
941
+ sh:name "Note input" ;
942
+ sh:maxCount 1 ;
943
+ ] ;
944
+ sh:property [
945
+ sh:path base:J4_that ; # *** DA VERIFICARE *** inserito solo come prova ...
946
+ sh:node ex:E7Activity03Shape ;
947
+ sh:name "Analisi pregressa" ;
948
+ sh:maxCount 1 ;
949
+ ] .
950
+
951
+ ex:E41Appellation01Shape # ENTE E SCHEDATORE
952
+ a sh:NodeShape, rdfs:Class ;
953
+ sh:targetClass crm:E41_Appellation ;
954
+ rdfs:label "Ente e schedatore" ;
955
+ sh:property [
956
+ sh:path ex:ente_richiedente ;
957
+ sh:datatype xsd:string ;
958
+ sh:name "Ente richiedente" ;
959
+ sh:maxCount 1 ;
960
+ ] ;
961
+ sh:property [
962
+ sh:path ex:schedatore ;
963
+ sh:datatype xsd:string ;
964
+ sh:name "Schedatore" ;
965
+ sh:maxCount 1 ;
966
+ sh:minCount 1 ;
967
+ ] .
968
+
969
+ ex:E41Appellation02Shape # DENOMINAZIONE BENE
970
+ a sh:NodeShape, rdfs:Class ;
971
+ sh:targetClass crm:E41_Appellation ;
972
+ rdfs:label "Denominazione bene" ;
973
+ sh:property [
974
+ sh:path ex:P1isidentifiedby ;
975
+ sh:datatype xsd:string ;
976
+ sh:name "Denominazione" ;
977
+ sh:maxCount 1 ;
978
+ sh:minCount 1 ;
979
+ ] .
980
+
981
+ ex:E55Type01Shape # TIPO INDAGINE
982
+ a sh:NodeShape, rdfs:Class ;
983
+ sh:targetClass crm:E55_Type ;
984
+ rdfs:label "Tipo indagine" ;
985
+ sh:property [
986
+ sh:path ex:P2hastype01 ;
987
+ #sh:class ex:E55Type01 ;
988
+ #sh:in ( "Tipo indagine A" "Tipo indagine B" ) ;
989
+ sh:class owl:Class ; # vocabolario TIPO INDAGINE (22) id="tipo-indagine"
990
+ owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/tipo-indagine> ;
991
+ sh:name "Tipo" ;
992
+ sh:maxCount 1 ;
993
+ sh:minCount 1 ;
994
+ ] .
995
+
996
+ ex:E55Type02Shape # TIPO QUESITO DIAGNOSTICO
997
+ a sh:NodeShape, rdfs:Class ;
998
+ sh:targetClass crm:E55_Type ;
999
+ rdfs:label "Tipo quesito diagnostico" ;
1000
+ sh:property [
1001
+ sh:path ex:P2hastype02 ;
1002
+ sh:class owl:Class ; # vocabolario TIPO QUESITO DIAGNOSTICO (8) id="quesito-diagnostico"
1003
+ owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/quesito-diagnostico> ;
1004
+ sh:name "Tipo" ;
1005
+ sh:maxCount 1 ;
1006
+ sh:minCount 1 ;
1007
+ ] ;
1008
+ sh:property [
1009
+ sh:path crm:P3_has_note ;
1010
+ sh:datatype xsd:string ;
1011
+ sh:name "Altro" ;
1012
+ sh:maxCount 1 ;
1013
+ ] .
1014
+
1015
+ ex:E55Type03Shape # TIPOLOGIA ATTORI COINVOLTI
1016
+ a sh:NodeShape, rdfs:Class ;
1017
+ sh:targetClass crm:E55_Type ;
1018
+ rdfs:label "Tipo attori" ;
1019
+ sh:property [
1020
+ sh:path crm:P1_is_defined_by ;
1021
+ sh:node ex:E41Appellation01Shape ;
1022
+ sh:name "Tipologia attori" ;
1023
+ #sh:maxCount 1 ;
1024
+ ] .
1025
+
1026
+ ex:E55Type04Shape # TIPOLOGIE CAMPIONE
1027
+ a sh:NodeShape, rdfs:Class ;
1028
+ sh:targetClass crm:E55_Type ;
1029
+ rdfs:label "Tipologie campione" ;
1030
+ sh:property [
1031
+ sh:path ex:P2hastype04a ;
1032
+ sh:class owl:Class ; # vocabolario TIPO DESCRIZIONE CAMPIONE (4) id="descrizione-del-campione"
1033
+ owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/descrizione-del-campione> ;
1034
+ sh:name "Descrizione campione" ;
1035
+ sh:maxCount 1 ;
1036
+ ] ;
1037
+ sh:property [
1038
+ sh:path crm:P3_has_note ;
1039
+ sh:datatype xsd:string ;
1040
+ sh:name "Altra descrizione" ;
1041
+ sh:maxCount 1 ;
1042
+ ] ;
1043
+ sh:property [
1044
+ sh:path ex:P2hastype04b ;
1045
+ sh:class owl:Class ; # vocabolario TIPO CAMPIONE (21) id="tipo-campione"
1046
+ owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/tipo-campione> ;
1047
+ sh:name "Tipo campione" ;
1048
+ sh:maxCount 1 ;
1049
+ sh:minCount 1 ;
1050
+ ] ;
1051
+ sh:property [
1052
+ sh:path ex:P2hastype04c ;
1053
+ sh:class owl:Class ; # vocabolario NATURA OGGETTO (26) id="natura-oggetto"
1054
+ owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/natura-oggetto> ;
1055
+ sh:name "Natura oggetto" ;
1056
+ sh:maxCount 1 ;
1057
+ ] .
1058
+
1059
+ ex:E55Type05Shape # TIPO INQUADRAMENTO CRONOLOGICO
1060
+ a sh:NodeShape, rdfs:Class ;
1061
+ sh:targetClass crm:E55_Type ;
1062
+ rdfs:label "Tipo inquadramento cronologico" ;
1063
+ sh:property [
1064
+ sh:path ex:P2hastype05 ;
1065
+ sh:class owl:Class ; # vocabolario TIPO INQUADRAMENTO CRONOLOGICO (23) id="tipologia-inquadramento-cronologico"
1066
+ owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/tipologia-inquadramento-cronologico> ;
1067
+ sh:name "Tipo inquadramento cronologico" ;
1068
+ sh:maxCount 1 ;
1069
+ ] .
1070
+
1071
+ ex:E55Type06Shape # TIPO CONDIZIONE AMBIENTALE
1072
+ a sh:NodeShape, rdfs:Class ;
1073
+ sh:targetClass crm:E55_Type ;
1074
+ rdfs:label "Tipo condizione ambientale" ;
1075
+ sh:property [
1076
+ sh:path ex:P2hastype06 ;
1077
+ sh:class owl:Class ; # vocabolario TIPO CONDIZIONE AMBIENTALE (1) id="condizioni-ambientali"
1078
+ owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/condizioni-ambientali> ;
1079
+ sh:name "Tipo condizione ambientale" ;
1080
+ sh:maxCount 1 ;
1081
+ ] ;
1082
+ sh:property [
1083
+ sh:path crm:P3_has_note ;
1084
+ sh:datatype xsd:string ;
1085
+ sh:name "Altro" ;
1086
+ sh:maxCount 1 ;
1087
+ ] .
1088
+
1089
+ ex:E55Type07Shape # TIPO TAFONOMIA E STATO CONSERVAZIONE
1090
+ a sh:NodeShape, rdfs:Class ;
1091
+ sh:targetClass crm:E55_Type ;
1092
+ rdfs:label "Tipo tafonomia e stato conservazione" ;
1093
+ sh:property [
1094
+ sh:path ex:P2hastype07 ;
1095
+ sh:class owl:Class ; # vocabolario TIPO TAFONOMIA E STATO CONSERVAZIONE (19) id="tafonomia-e-stato-di-conservazione"
1096
+ owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/tafonomia-e-stato-di-conservazione> ;
1097
+ sh:name "Tipo tafonomia e stato conservazione" ;
1098
+ ] .
1099
+
1100
+ ex:E55Type08Shape # TIPO MATERIALE (in CAMPIONE, SOTTOCAMPIONE, ELEMENTO COSTRUTTIVO, ...)
1101
+ a sh:NodeShape, rdfs:Class ;
1102
+ sh:targetClass crm:E55_Type ;
1103
+ rdfs:label "Tipo materiale" ;
1104
+ sh:property [
1105
+ sh:path ex:P2hastype08 ;
1106
+ sh:class owl:Class ; # vocabolario TIPO MATERIALE (11) id="materiale"
1107
+ owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/materiale> ;
1108
+ sh:name "Tipo materiale" ;
1109
+ sh:maxCount 1 ;
1110
+ ] ;
1111
+ sh:property [
1112
+ sh:path crm:P3_has_note ;
1113
+ sh:datatype xsd:string ;
1114
+ sh:name "Altro" ;
1115
+ sh:maxCount 1 ;
1116
+ ] .
1117
+
1118
+ ex:E55Type09Shape # TIPO CONTESTO
1119
+ a sh:NodeShape, rdfs:Class ;
1120
+ sh:targetClass crm:E55_Type ;
1121
+ rdfs:label "Tipo contesto" ;
1122
+ sh:property [
1123
+ sh:path ex:P2hastype09 ;
1124
+ sh:class owl:Class ; # vocabolario TIPO CONTESTO (2) id="contesto"
1125
+ owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/contesto> ;
1126
+ sh:name "Tipo" ;
1127
+ sh:maxCount 1 ;
1128
+ ] .
1129
+
1130
+ ex:E55Type10Shape # TIPO ELEMENTO COSTRUTTIVO
1131
+ a sh:NodeShape, rdfs:Class ;
1132
+ sh:targetClass crm:E55_Type ;
1133
+ rdfs:label "Tipo elemento costruttivo" ;
1134
+ sh:property [
1135
+ sh:path ex:P2hastype10 ;
1136
+ sh:class owl:Class ; # vocabolario TIPO ELEMENTO COSTRUTTIVO (6) id="elemento-costruttivo"
1137
+ owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/elemento-costruttivo> ;
1138
+ sh:name "Tipo" ;
1139
+ sh:maxCount 1 ;
1140
+ ] ;
1141
+ sh:property [
1142
+ sh:path crm:P3_has_note ;
1143
+ sh:datatype xsd:string ;
1144
+ sh:name "Altro" ;
1145
+ sh:maxCount 1 ;
1146
+ ] .
1147
+
1148
+ ex:E55Type11Shape # TIPO CAMPIONE\SOTTOCAMPIONE
1149
+ a sh:NodeShape, rdfs:Class ;
1150
+ sh:targetClass crm:E55_Type ;
1151
+ rdfs:label "Tipo campione-sottocampione" ;
1152
+ sh:property [
1153
+ sh:path ex:P2hastype11 ;
1154
+ sh:class owl:Class ; # vocabolario TIPO CAMPIONE\SOTTOCAMPIONE (21) id="tipo-campione" NB: già usato ma in unico shape che raggruppava varie classi "tipologiche" quindi va ridefinito qui ...
1155
+ owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/tipo-campione> ;
1156
+ sh:name "Tipo" ;
1157
+ sh:maxCount 1 ;
1158
+ ] .
1159
+
1160
+ ex:E55Type12Shape # TIPO LUOGO ANALISI
1161
+ a sh:NodeShape, rdfs:Class ;
1162
+ sh:targetClass crm:E55_Type ;
1163
+ rdfs:label "Tipo luogo analisi" ;
1164
+ sh:property [
1165
+ sh:path ex:P2hastype11 ;
1166
+ sh:class owl:Class ; # vocabolario TIPO LUOGO ANALISI (10) id="luogo-di-analisi"
1167
+ owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/luogo-di-analisi> ;
1168
+ sh:name "Tipo" ;
1169
+ sh:maxCount 1 ;
1170
+ ] .
1171
+
1172
+ ex:E55Type13Shape # TIPOLOGIE ATTIVITA'
1173
+ a sh:NodeShape, rdfs:Class ;
1174
+ sh:targetClass crm:E55_Type ;
1175
+ rdfs:label "Tipologie attività diagnostica" ;
1176
+ sh:property [
1177
+ sh:path ex:P2hastype13a ;
1178
+ sh:class owl:Class ; # vocabolario FASE ANALISI (7) id="fase-di-analisi"
1179
+ owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/fase-di-analisi> ;
1180
+ sh:name "Fase_analisi" ;
1181
+ sh:maxCount 1 ;
1182
+ ] ;
1183
+ sh:property [
1184
+ sh:path ex:P2hastype13b ;
1185
+ sh:class owl:Class ; # vocabolario PREPARAZIONE CAMPIONE (16) id="preparazione-campione"
1186
+ owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/preparazione-campione> ;
1187
+ sh:name "Preparazione campione" ;
1188
+ sh:maxCount 1 ;
1189
+ ] ;
1190
+ sh:property [
1191
+ sh:path crm:P3_has_note ;
1192
+ sh:datatype xsd:string ;
1193
+ sh:name "Note preparazione campione" ;
1194
+ sh:maxCount 1 ;
1195
+ ] ;
1196
+ sh:property [
1197
+ sh:path ex:P2hastype13c ;
1198
+ sh:class owl:Class ; # vocabolario TECNICA DIAGNOSTICA (20) id="tecnica-diagnostica"
1199
+ owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/tecnica-diagnostica> ;
1200
+ sh:name "Tecnica diagnostica" ;
1201
+ sh:maxCount 1 ;
1202
+ sh:minCount 1 ;
1203
+ ] .
1204
+
1205
+ ex:E55Type14Shape # TIPO MDALITA' INDAGINE
1206
+ a sh:NodeShape, rdfs:Class ;
1207
+ sh:targetClass crm:E55_Type ;
1208
+ rdfs:label "Tipo modalità indagine" ;
1209
+ sh:property [
1210
+ sh:path ex:P2hastype14 ;
1211
+ sh:class owl:Class ; # vocabolario TIPO MODALITA' INDAGINE (13) id="modalita-di-indagine"
1212
+ owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/modalita-di-indagine> ;
1213
+ sh:name "Tipo" ;
1214
+ sh:maxCount 1 ;
1215
+ ] ;
1216
+ sh:property [
1217
+ sh:path crm:P3_has_note ;
1218
+ sh:datatype xsd:string ;
1219
+ sh:name "Altro" ;
1220
+ sh:maxCount 1 ;
1221
+ ] .
1222
+
1223
+ ex:E55Type15Shape # TIPO STRUMENTAZIONE
1224
+ a sh:NodeShape, rdfs:Class ;
1225
+ sh:targetClass crm:E55_Type ;
1226
+ rdfs:label "Tipo strumentazione" ;
1227
+ sh:property [
1228
+ sh:path ex:P2hastype15 ;
1229
+ sh:class owl:Class ; # vocabolario STRUMENTAZIONE (18) id="strumentazione"
1230
+ owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/strumentazione> ;
1231
+ sh:name "Tipo" ;
1232
+ sh:maxCount 1 ;
1233
+ ] ;
1234
+ sh:property [
1235
+ sh:path crm:P3_has_note ;
1236
+ sh:datatype xsd:string ;
1237
+ sh:name "Altro" ;
1238
+ sh:maxCount 1 ;
1239
+ ] .
1240
+
1241
+ ex:E55Type16Shape # TIPO MEDIUM
1242
+ a sh:NodeShape, rdfs:Class ;
1243
+ sh:targetClass crm:E55_Type ;
1244
+ rdfs:label "Tipo medium" ;
1245
+ sh:property [
1246
+ sh:path ex:P2hastype16 ;
1247
+ sh:class owl:Class ; # vocabolario MEDIUM (12) id="medium"
1248
+ owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/medium> ;
1249
+ sh:name "Tipo" ;
1250
+ sh:maxCount 1 ;
1251
+ ] ;
1252
+ sh:property [
1253
+ sh:path crm:P3_has_note ;
1254
+ sh:datatype xsd:string ;
1255
+ sh:name "Altro" ;
1256
+ sh:maxCount 1 ;
1257
+ ] .
1258
+
1259
+ ex:E55Type17Shape # TIPO INPUT
1260
+ a sh:NodeShape, rdfs:Class ;
1261
+ sh:targetClass crm:E55_Type ;
1262
+ rdfs:label "Tipo input" ;
1263
+ sh:property [
1264
+ sh:path ex:P2hastype16 ;
1265
+ sh:class owl:Class ; # vocabolario INPUT (24) id="input"
1266
+ owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/input> ;
1267
+ sh:name "Tipo" ;
1268
+ sh:maxCount 1 ;
1269
+ ] .
1270
+ #ex:S10MaterialSubstantial02Shape # MATERIALE PREVALENTE 1 - ELEMENTO COSTRUTTIVO
1271
+ ex:S10CP9MaterialShape # MATERIALE PREVALENTE - ELEMENTO COSTRUTTIVO
1272
+ a sh:NodeShape, rdfs:Class ;
1273
+ sh:targetClass j.0:S10_Material_Substantial, basecpm:CP9_Building_Material ;
1274
+ rdfs:label "Materiale" ;
1275
+ sh:property [
1276
+ sh:path crm:P2_has_type ;
1277
+ sh:node ex:E55Type08Shape ;
1278
+ sh:name "Materiale" ;
1279
+ sh:maxCount 1 ;
1280
+ ] ;
1281
+ sh:property [
1282
+ sh:path basecpm:PC51_was_affected_by ;
1283
+ sh:node ex:CP42MaterialDecayShape ;
1284
+ sh:name "Degrado" ;
1285
+ #sh:maxCount 1 ;
1286
+ ] .
1287
+
1288
+ #ex:CP9BuildingMaterialShape # MATERIALE PREVALENTE 2 - ELEMENTO COSTRUTTIVO
1289
+ # a sh:NodeShape, rdfs:Class ;
1290
+ # sh:targetClass basecpm:CP9_Building_Material ;
1291
+ # sh:property [
1292
+ # sh:path crm:P2_has_type ;
1293
+ # sh:node ex:E55Type08Shape ;
1294
+ # sh:name "Materiale" ;
1295
+ # sh:maxCount 1 ;
1296
+ # ] ;
1297
+ # sh:property [
1298
+ # sh:path basecpm:PC51_was_affected_by ;
1299
+ # sh:node ex:CP42MaterialDecayShape ;
1300
+ # sh:name "Degrado" ;
1301
+ # #sh:maxCount 1 ;
1302
+ # ] .
1303
+
1304
+ ex:CP42MaterialDecayShape # TIPO DEGRADO
1305
+ a sh:NodeShape, rdfs:Class ;
1306
+ sh:targetClass basecpm:CP42_Material_Decay ;
1307
+ rdfs:label "Tipo degrado" ;
1308
+ sh:property [
1309
+ sh:path ex:PC51wasaffectedby ;
1310
+ sh:class owl:Class ; # vocabolario TIPO DEGRADO (3) id="degrado"
1311
+ owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/degrado> ;
1312
+ sh:name "Tipo" ;
1313
+ sh:maxCount 1 ;
1314
+ ] ;
1315
+ sh:property [
1316
+ sh:path crm:P3_has_note ;
1317
+ sh:datatype xsd:string ;
1318
+ sh:name "Altro" ;
1319
+ sh:maxCount 1 ;
1320
+ ] .
1321
+