@igea/oac_backend 1.0.95 → 1.0.97

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.
@@ -1,5 +1,5 @@
1
1
  @prefix sh: <http://www.w3.org/ns/shacl#> .
2
- @prefix ex: <http://example.org/shapes/> .
2
+ #@prefix ex: <http://example.org/shapes/> .
3
3
  @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
4
4
  @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
5
5
  @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@@ -12,9 +12,10 @@
12
12
  #@prefix volipi: <http://data.sparna.fr/ontologies/volipi#> .
13
13
  #@prefix skos: <http://www.w3.org/2004/02/skos/core> .
14
14
  @prefix indagine: <http://indagine/> .
15
+ @prefix this: <http://data.mydomain.com/sparnatural-page/sparnatural-config/> .
15
16
 
16
17
 
17
- ex:E7Activity01Shape # INDAGINE
18
+ this:E7Activity01Shape # INDAGINE
18
19
  a sh:NodeShape, rdfs:Class ;
19
20
  sh:targetClass crm:E7_Activity ;
20
21
  rdfs:label "Indagine" ;
@@ -22,1043 +23,1041 @@ ex:E7Activity01Shape # INDAGINE
22
23
  #sh:description "Indagine" ;
23
24
  sh:property [
24
25
  sh:path crm:P48_has_preferred_identifier ;
25
- sh:node ex:E42Identifier01Shape ;
26
- sh:name "ID indagine" ;
26
+ sh:node this:E42Identifier01Shape ;
27
+ sh:name "ha identificativo" ;
27
28
  sh:maxCount 1 ;
28
29
  ] ;
29
30
  sh:property [
30
31
  sh:path crm:P2_has_type ;
31
- sh:node ex:E55Type01Shape ;
32
- sh:name "Tipo indagine" ;
32
+ sh:node this:E55Type01Shape ;
33
+ sh:name "ha tipo" ;
33
34
  sh:maxCount 1 ;
34
35
  ] ;
35
36
  sh:property [
36
37
  sh:path crm:P17_was_motivated_by ;
37
- sh:node ex:I12AdoptedBeliefShape ;
38
- sh:name "Quesito diagnostico" ;
38
+ sh:node this:I12AdoptedBeliefShape ;
39
+ sh:name "è motivato da" ;
39
40
  sh:maxCount 1 ;
40
41
  ] ;
41
42
  sh:property [
42
43
  sh:path crm:P14_carried_out_by ;
43
- sh:node ex:E39Actor01Shape ;
44
- sh:name "Attori coinvolti" ;
44
+ sh:node this:E39Actor01Shape ;
45
+ sh:name "eseguito da" ;
45
46
  sh:maxCount 1 ;
46
47
  ] ;
47
48
  sh:property [
48
49
  sh:path crm:P16_used_specific_object ;
49
- sh:node ex:S13Sample01Shape ;
50
- sh:name "Campione" ;
50
+ sh:node this:S13Sample01Shape ;
51
+ sh:name "ha usato un oggetto specifico" ;
51
52
  sh:maxCount 1 ;
52
53
  ] ;
53
54
  sh:property [
54
55
  sh:path crm:P134_continued ;
55
- sh:node ex:E7Activity02Shape ;
56
- sh:name "Attività diagnostica" ;
56
+ sh:node this:E7Activity02Shape ;
57
+ sh:name "ha continuazione" ;
57
58
  sh:maxCount 1 ;
58
59
  ] .
59
60
 
60
- ex:E7Activity02Shape # ATTIVITA' DIAGNOSTICA
61
+ this:E7Activity02Shape # ATTIVITA' DIAGNOSTICA
61
62
  a sh:NodeShape, rdfs:Class ;
62
63
  sh:targetClass crm:E7_Activity ;
63
64
  rdfs:label "Attività diagnostica" ;
64
65
  sh:property [
65
66
  sh:path crm:P48_has_preferred_identifier ;
66
- sh:node ex:E42Identifier06Shape ;
67
- sh:name "ID attività diagnostica" ;
67
+ sh:node this:E42Identifier06Shape ;
68
+ sh:name "ha identificativo" ;
68
69
  sh:maxCount 1 ;
69
70
  ] ;
70
71
  sh:property [
71
72
  sh:path crm:P7_took_place_at ;
72
- sh:node ex:E53Place02Shape ;
73
- sh:name "Luogo di analisi" ;
73
+ sh:node this:E53Place02Shape ;
74
+ sh:name "ha avuto luogo a " ;
74
75
  sh:maxCount 1 ;
75
76
  ] ;
76
77
  sh:property [
77
78
  sh:path crm:P14_carried_out_by ;
78
- sh:node ex:E39Actor02Shape ;
79
- sh:name "Autore" ;
79
+ sh:node this:E39Actor02Shape ;
80
+ sh:name "eseguito da" ;
80
81
  sh:maxCount 1 ;
81
82
  ] ;
82
83
  sh:property [
83
84
  sh:path crm:P2_has_type ;
84
- sh:node ex:E55Type13Shape ;
85
- sh:name "Tipologie attività" ;
85
+ sh:node this:E55Type13Shape ;
86
+ sh:name "ha tipo" ;
86
87
  sh:maxCount 1 ;
87
88
  ] ;
88
89
  #sh:property [
89
90
  # sh:path [sh:inversePath crm:P2i_is_type_of] ; # usata proprietà inversa di P2_has_type
90
- # sh:node ex:E55Type13bShape ;
91
- # sh:name "Preparazione campione" ;
91
+ # sh:node this:E55Type13bShape ;
92
+ # sh:name "ha tipo" ;
92
93
  # sh:maxCount 1 ;
93
94
  #] ;
94
95
  #sh:property [
95
96
  # sh:path [sh:inversePath crm:P2i_is_type_of] ; # usata proprietà inversa di P2_has_type
96
- # sh:node ex:E55Type13cShape ;
97
- # sh:name "Tecnica diagnostica" ;
97
+ # sh:node this:E55Type13cShape ;
98
+ # sh:name "ha tipo" ;
98
99
  # sh:maxCount 1 ;
99
100
  #] ;
100
101
  sh:property [
101
102
  sh:path crm:P160_has_temporal_projection ;
102
- sh:node ex:E52TimespanShape ;
103
- sh:name "Data di inzio attività" ; #verificare se corretto il nome ...
103
+ sh:node this:E52TimespanShape ;
104
+ sh:name "ha proiezione temporale" ;
104
105
  sh:maxCount 1 ;
105
106
  ] ;
106
107
  sh:property [
107
108
  sh:path [sh:inversePath crm:P134i_was_continued_by] ; # usata proprietà inversa di P134_continued ...
108
- sh:node ex:E7Activity03Shape ;
109
- sh:name "Analisi associata" ;
109
+ sh:node this:E7Activity03Shape ;
110
+ sh:name "ha continuazione" ;
110
111
  sh:maxCount 1 ;
111
112
  ] ;
112
113
  sh:property [
113
114
  sh:path crm:P33_used_specific_technique ;
114
- sh:node ex:E29DesignorProcedure03Shape ;
115
- sh:name "Procedura" ;
115
+ sh:node this:E29DesignorProcedure03Shape ;
116
+ sh:name "ha usato tecnica specifica" ;
116
117
  sh:maxCount 1 ;
117
118
  ] ;
118
119
  sh:property [
119
120
  sh:path crm:P16_used_specific_object ;
120
- sh:node ex:E70ThingShape ;
121
- sh:name "Strumento" ;
121
+ sh:node this:E70ThingShape ;
122
+ sh:name "ha usato un oggetto specifico" ;
122
123
  sh:maxCount 1 ;
123
124
  ] ;
124
125
  sh:property [
125
126
  sh:path crm:P67i_is_referred_to_by ;
126
- sh:node ex:E73InformationObject02Shape ;
127
- sh:name "Medium" ;
127
+ sh:node this:E73InformationObject02Shape ;
128
+ sh:name "è indicato da" ;
128
129
  sh:maxCount 1 ;
129
130
  ] ;
130
131
  sh:property [
131
132
  sh:path [sh:inversePath crm:P16i_was_used_for] ; # usata proprietà inversa di P16_used_specific_object ...
132
- sh:node ex:E73InformationObject03Shape ;
133
- sh:name "Software" ;
133
+ sh:node this:E73InformationObject03Shape ;
134
+ sh:name "ha usato un oggetto specifico" ;
134
135
  sh:maxCount 1 ;
135
136
  ] ;
136
137
  sh:property [
137
138
  sh:path crm:P129i_is_subject_of ;
138
- sh:node ex:I4PropositionSetShape ;
139
- sh:name "Assunti di base" ;
139
+ sh:node this:I4PropositionSetShape ;
140
+ sh:name "è soggetto di" ;
140
141
  sh:maxCount 1 ;
141
142
  ] ;
142
143
  sh:property [
143
144
  sh:path crm:P17i_motivated ;
144
- sh:node ex:E13AttributeAssignmentShape ;
145
- sh:name "Output" ;
145
+ sh:node this:E13AttributeAssignmentShape ;
146
+ sh:name "ha motivato" ;
146
147
  sh:maxCount 1 ;
147
148
  ] ;
148
149
  sh:property [
149
150
  sh:path crm:P70i_is_documented_in ;
150
- sh:node ex:E31DocumentShape ;
151
- sh:name "Report" ;
151
+ sh:node this:E31DocumentShape ;
152
+ sh:name "è documentato in" ;
152
153
  sh:maxCount 1 ;
153
154
  ] ;
154
155
  sh:property [
155
156
  sh:path basecpm:PC43i_uses ;
156
- sh:node ex:CP2ArchitectureWorkShape ;
157
- sh:name "Bene di riferimento" ;
157
+ sh:node this:CP2ArchitectureWorkShape ;
158
+ sh:name "utilizza" ;
158
159
  sh:maxCount 1 ;
159
160
  ] ;
160
161
  sh:property [
161
162
  sh:path crm:P12_occurred_in_the_presence_of ;
162
- sh:node ex:S13Sample01Shape ;
163
- sh:name "Campione" ;
163
+ sh:node this:S13Sample01Shape ;
164
+ sh:name "è avvenuto in presenza di" ;
164
165
  sh:maxCount 1 ;
165
166
  ] .
166
167
 
167
- ex:E31DocumentShape # REPORT
168
+ this:E31DocumentShape # REPORT
168
169
  a sh:NodeShape, rdfs:Class ;
169
170
  sh:targetClass crm:E13_Attribute_Assignment ;
170
171
  rdfs:label "Report" ;
171
172
  sh:property [
172
173
  sh:path crm:P48_has_preferred_identifier ;
173
- sh:node ex:E42Identifier14Shape ;
174
- sh:name "ID Report" ;
174
+ sh:node this:E42Identifier14Shape ;
175
+ sh:name "ha identificativo" ;
175
176
  sh:maxCount 1 ;
176
177
  ] ;
177
178
  sh:property [
178
179
  sh:path crm:P105_right_held_by ;
179
- sh:node ex:E39Actor04Shape ;
180
- sh:name "Autore report" ;
180
+ sh:node this:E39Actor04Shape ;
181
+ sh:name "diritto detenuto da" ;
181
182
  sh:maxCount 1 ;
182
183
  ] ;
183
184
  sh:property [
184
185
  sh:path crm:P94i_was_created_by ;
185
- sh:node ex:E65CreationShape ;
186
- sh:name "Date report" ;
186
+ sh:node this:E65CreationShape ;
187
+ sh:name "è stato creato da" ;
187
188
  sh:maxCount 1 ;
188
189
  ] ;
189
190
  sh:property [
190
191
  sh:path crm:P165i_is_incorporated_in ;
191
- sh:node ex:E73InformationObject04Shape ;
192
- sh:name "Allegato report" ;
192
+ sh:node this:E73InformationObject04Shape ;
193
+ sh:name "è incorporato in" ;
193
194
  sh:maxCount 1 ;
194
195
  ] .
195
196
 
196
- ex:E65CreationShape # DATE REPORT
197
+ this:E65CreationShape # DATE REPORT
197
198
  a sh:NodeShape, rdfs:Class ;
198
199
  sh:targetClass crm:E65_Creation ;
199
200
  rdfs:label "Date report" ;
200
201
  sh:property [
201
202
  sh:path crm:P173_starts_before_or_with_the_end_of ;
202
- sh:node ex:E2TemporalEntity02Shape ;
203
- sh:name "Data di creazione" ;
203
+ sh:node this:E2TemporalEntity02Shape ;
204
+ sh:name "inizia prima o con la fine di" ;
204
205
  sh:maxCount 1 ;
205
206
  ] ;
206
207
  sh:property [
207
208
  sh:path crm:P182_ends_before_or_with_the_start_of ;
208
- sh:node ex:E2TemporalEntity03Shape ;
209
- sh:name "Data di aggiornamento" ;
209
+ sh:node this:E2TemporalEntity03Shape ;
210
+ sh:name "finisce prima o con l'inizio di" ;
210
211
  sh:maxCount 1 ;
211
212
  ] .
212
213
 
213
- ex:E13AttributeAssignmentShape # OUTPUT
214
+ this:E13AttributeAssignmentShape # OUTPUT
214
215
  a sh:NodeShape, rdfs:Class ;
215
216
  sh:targetClass crm:E13_Attribute_Assignment ;
216
217
  rdfs:label "Output" ;
217
218
  sh:property [
218
219
  sh:path crm:P2_has_type ;
219
- sh:node ex:E55Type18Shape ;
220
- sh:name "Tipo ouput" ;
220
+ sh:node this:E55Type18Shape ;
221
+ sh:name "ha tipo" ;
221
222
  sh:maxCount 1 ;
222
223
  ] ;
223
224
  sh:property [
224
225
  sh:path crm:P140_assigned_attribute_to ;
225
- sh:node ex:S10MaterialSubstantial03Shape ;
226
- sh:name "Materiale specifico" ;
226
+ sh:node this:S10MaterialSubstantial03Shape ;
227
+ sh:name "attributo assegnato a" ;
227
228
  sh:maxCount 1 ;
228
229
  ] ;
229
230
  sh:property [
230
231
  sh:path [sh:inversePath crm:P140i_was_attributed_by] ; # usata proprietà inversa di P140_assigned_attribute_to ...
231
- sh:node ex:E18PhysicalThingShape ;
232
- sh:name "Componenti specifici" ;
232
+ sh:node this:E18PhysicalThingShape ;
233
+ sh:name "è stato attribuito da" ;
233
234
  sh:maxCount 1 ;
234
235
  ] ;
235
236
  sh:property [
236
237
  sh:path crm:P160_has_temporal_projection ;
237
- sh:node ex:E52TimespanShape ;
238
- sh:name "Datazione" ;
238
+ sh:node this:E52TimespanShape ;
239
+ sh:name "ha proiezione temporale" ;
239
240
  sh:maxCount 1 ;
240
241
  ] ;
241
242
  sh:property [
242
243
  sh:path crm:P11_had_participant ;
243
- sh:node ex:E39Actor03Shape ;
244
- sh:name "Competenza attore" ;
244
+ sh:node this:E39Actor03Shape ;
245
+ sh:name "ha avuto partecipante" ;
245
246
  sh:maxCount 1 ;
246
247
  ] ;
247
248
  sh:property [
248
249
  sh:path crm:P67i_is_referred_to_by ;
249
- sh:node ex:E31DocumentShape ;
250
- sh:name "Report" ;
250
+ sh:node this:E31DocumentShape ;
251
+ sh:name "è indicato da" ;
251
252
  sh:maxCount 1 ;
252
253
  ] .
253
254
 
254
- ex:E18PhysicalThingShape # COMPONENTI SPECIFICI
255
+ this:E18PhysicalThingShape # COMPONENTI SPECIFICI
255
256
  a sh:NodeShape, rdfs:Class ;
256
257
  sh:targetClass crm:E18_Physical_Thing ;
257
258
  rdfs:label "Componente specifico" ;
258
259
  sh:property [
259
260
  sh:path crm:P1_is_identified_by ;
260
- sh:node ex:E42Identifier12Shape ;
261
- sh:name "Componente specifico" ;
261
+ sh:node this:E42Identifier12Shape ;
262
+ sh:name "è identificato da" ;
262
263
  sh:maxCount 1 ;
263
264
  ] ;
264
265
  sh:property [
265
266
  sh:path crm:P3_has_note ;
266
- sh:node ex:E62String17Shape ;
267
- sh:name "Note componente specifico" ;
267
+ sh:node this:E62String17Shape ;
268
+ sh:name "ha note" ;
268
269
  sh:maxCount 1 ;
269
270
  ] ;
270
271
  sh:property [
271
272
  sh:path crm:P48_has_preferred_identifier ;
272
- sh:node ex:E42Identifier13Shape ;
273
- sh:name "ID componente specifico" ;
273
+ sh:node this:E42Identifier13Shape ;
274
+ sh:name "ha identificativo" ;
274
275
  sh:maxCount 1 ;
275
276
  ] .
276
277
 
277
- ex:I4PropositionSetShape # ASSUNTI DI BASE
278
+ this:I4PropositionSetShape # ASSUNTI DI BASE
278
279
  a sh:NodeShape, rdfs:Class ;
279
280
  sh:targetClass base:I4_Proposition_Set ;
280
281
  rdfs:label "Assunti di base" ;
281
282
  sh:property [
282
283
  sh:path base:J4i_is_subject_of ;
283
- sh:node ex:I2Belief02Shape ;
284
- sh:name "Input" ;
284
+ sh:node this:I2Belief02Shape ;
285
+ sh:name "è soggeto di" ;
285
286
  sh:maxCount 1 ;
286
287
  ] .
287
288
 
288
- ex:E73InformationObject02Shape # MEDIUM
289
+ this:E73InformationObject02Shape # MEDIUM
289
290
  a sh:NodeShape, rdfs:Class ;
290
291
  sh:targetClass crm:E73_Information_Object ;
291
292
  rdfs:label "Medium" ;
292
293
  sh:property [
293
294
  sh:path crm:P2_has_type ;
294
- sh:node ex:E55Type16Shape ;
295
- sh:name "Tipo medium" ;
295
+ sh:node this:E55Type16Shape ;
296
+ sh:name "ha tipo" ;
296
297
  sh:maxCount 1 ;
297
298
  ] ;
298
299
  sh:property [
299
300
  sh:path crm:P67i_is_referred_to_by ;
300
- sh:node ex:E73InformationObject01Shape ;
301
- sh:name "Link" ;
301
+ sh:node this:E73InformationObject01Shape ;
302
+ sh:name "è indicato da" ;
302
303
  sh:maxCount 1 ;
303
304
  ] ;
304
305
  sh:property [
305
306
  sh:path crm:P67_refers_to ;
306
- sh:node ex:E42Identifier10Shape ;
307
- sh:name "Specifiche tecniche" ;
307
+ sh:node this:E42Identifier10Shape ;
308
+ sh:name "si riferisce a" ;
308
309
  sh:maxCount 1 ;
309
310
  ] ;
310
311
  sh:property [
311
312
  sh:path crm:P15i_influenced ;
312
- sh:node ex:E13AttributeAssignmentShape ;
313
- sh:name "Output" ;
313
+ sh:node this:E13AttributeAssignmentShape ;
314
+ sh:name "ha influenzato" ;
314
315
  sh:maxCount 1 ;
315
316
  #] ;
316
317
  #sh:property [
317
318
  # sh:path crm:P67_refers_to ;
318
- # sh:node ex:I5InferenceMakingShape ;
319
- # sh:name "Inferenza" ;
319
+ # sh:node this:I5InferenceMakingShape ;
320
+ # sh:name "si riferisce a" ;
320
321
  # sh:maxCount 1 ;
321
322
  #] ;
322
323
  #sh:property [
323
324
  # sh:path crm:P67_refers_to ;
324
- # sh:node ex:S5InferenceMakingShape ;
325
- # sh:name "Inferenza" ;
325
+ # sh:node this:S5InferenceMakingShape ;
326
+ # sh:name "si riferisce a" ;
326
327
  # sh:maxCount 1 ;
327
328
  ] .
328
329
 
329
- ex:E73InformationObject03Shape # SOFTWARE
330
+ this:E73InformationObject03Shape # SOFTWARE
330
331
  a sh:NodeShape, rdfs:Class ;
331
332
  sh:targetClass crm:E73_Information_Object ;
332
333
  rdfs:label "Software" ;
333
334
  sh:property [
334
335
  sh:path crm:P48_has_preferred_identifier ;
335
- sh:node ex:E42Identifier11Shape ;
336
- sh:name "Codice software" ;
336
+ sh:node this:E42Identifier11Shape ;
337
+ sh:name "ha identificativo" ;
337
338
  sh:maxCount 1 ;
338
339
  ] ;
339
340
  sh:property [
340
341
  sh:path crm:P67_refers_to ;
341
- sh:node ex:S5InferenceMakingShape ;
342
- sh:name "Inferenza" ;
342
+ sh:node this:S5InferenceMakingShape ;
343
+ sh:name "si riferisce a" ;
343
344
  sh:maxCount 1 ;
344
345
  ] .
345
346
 
346
- ex:E73InformationObject04Shape # ALLEGATO REPORT
347
+ this:E73InformationObject04Shape # ALLEGATO REPORT
347
348
  a sh:NodeShape, rdfs:Class ;
348
349
  sh:targetClass crm:E73_Information_Object ;
349
350
  rdfs:label "Allegato" ;
350
351
  sh:property [
351
352
  sh:path indagine:allegato_report ;
352
353
  sh:datatype xsd:string ;
353
- sh:name "Allegato" ;
354
+ sh:name "allegato" ;
354
355
  sh:description "$UPLOAD$" ;
355
356
  sh:maxCount 1 ;
356
357
  ] .
357
358
 
358
- ex:S5InferenceMakingShape # INFERENZA SOFTWARE
359
+ this:S5InferenceMakingShape # INFERENZA SOFTWARE
359
360
  a sh:NodeShape, rdfs:Class ;
360
361
  sh:targetClass j.0:S5_Inference_Making ;
361
362
  rdfs:label "Inferenza software" ;
362
363
  sh:property [
363
- sh:path indagine:inferenza ;
364
+ sh:path indagine:inferenza_software ;
364
365
  sh:datatype xsd:string ;
365
- sh:name "Inferenza" ;
366
+ sh:name "inferenza" ;
366
367
  sh:maxCount 1 ;
367
368
  ] .
368
369
 
369
- ex:I5InferenceMakingShape # INFERENZA INPUT
370
+ this:I5InferenceMakingShape # INFERENZA INPUT
370
371
  a sh:NodeShape, rdfs:Class ;
371
372
  sh:targetClass base:S5_Inference_Making ;
372
373
  rdfs:label "Inferenza input" ;
373
374
  sh:property [
374
- sh:path indagine:inferenza ;
375
+ sh:path indagine:inferenza_input ;
375
376
  sh:datatype xsd:string ;
376
- sh:name "Inferenza" ;
377
+ sh:name "inferenza" ;
377
378
  sh:maxCount 1 ;
378
379
  ] .
379
380
 
380
- ex:E70ThingShape # STRUMENTO
381
+ this:E70ThingShape # STRUMENTO
381
382
  a sh:NodeShape, rdfs:Class ;
382
383
  sh:targetClass crm:E70_Thing ;
383
384
  rdfs:label "Strumento" ;
384
385
  sh:property [
385
386
  sh:path crm:P2_has_type ;
386
- sh:node ex:E55Type15Shape ;
387
- sh:name "Strumentazione" ;
387
+ sh:node this:E55Type15Shape ;
388
+ sh:name "ha tipo" ;
388
389
  sh:maxCount 1 ;
389
390
  ] ;
390
391
  sh:property [
391
392
  sh:path crm:P48_has_preferred_identifier ;
392
- sh:node ex:E42Identifier10Shape ;
393
- sh:name "Specifiche tecniche" ;
393
+ sh:node this:E42Identifier10Shape ;
394
+ sh:name "ha identificativo" ;
394
395
  sh:maxCount 1 ;
395
396
  ] .
396
397
 
397
- ex:E29DesignorProcedure03Shape # PROCEDURA
398
+ this:E29DesignorProcedure03Shape # PROCEDURA
398
399
  a sh:NodeShape, rdfs:Class ;
399
400
  sh:targetClass crm:E29_Design_or_Procedure ;
400
401
  rdfs:label "Procedura" ;
401
402
  sh:property [
402
403
  sh:path crm:P2_has_type ;
403
- sh:node ex:E55Type14Shape ;
404
- sh:name "Modalita indagine" ;
404
+ sh:node this:E55Type14Shape ;
405
+ sh:name "ha tipo" ;
405
406
  sh:maxCount 1 ;
406
407
  ] ;
407
408
  sh:property [
408
409
  sh:path crm:P1_is_identified_by ;
409
- sh:node ex:E42Identifier08Shape ;
410
- sh:name "Protocollo" ;
410
+ sh:node this:E42Identifier08Shape ;
411
+ sh:name "è identificato da" ;
411
412
  sh:maxCount 1 ;
412
413
  ] ;
413
414
  sh:property [
414
415
  sh:path crm:P129_is_about ;
415
- sh:node ex:E1CRMEntityShape ;
416
- sh:name "Finalità indagine" ;
416
+ sh:node this:E1CRMEntityShape ;
417
+ sh:name "riguarda" ;
417
418
  sh:maxCount 1 ;
418
419
  ] ;
419
420
  sh:property [
420
421
  sh:path crm:P69_has_association_with ;
421
- sh:node ex:E29DesignorProcedure04Shape ;
422
- sh:name "Procedura associata" ;
422
+ sh:node this:E29DesignorProcedure04Shape ;
423
+ sh:name "ha associazione con" ;
423
424
  sh:maxCount 1 ;
424
425
  ] ;
425
426
  sh:property [
426
427
  sh:path crm:P67_refers_to ;
427
- sh:node ex:E70ThingShape ;
428
- sh:name "Strumento" ;
428
+ sh:node this:E70ThingShape ;
429
+ sh:name "si riferisce a" ;
429
430
  sh:maxCount 1 ;
430
431
  ] .
431
432
 
432
- ex:E1CRMEntityShape # FINALITA' INDAGINE
433
+ this:E1CRMEntityShape # FINALITA' INDAGINE
433
434
  a sh:NodeShape, rdfs:Class ;
434
435
  sh:targetClass crm:E1_CRM_Entity ;
435
436
  rdfs:label "Finalità indagine" ;
436
437
  sh:property [
437
- sh:path indagine:descrizione_finalita_indagine ;
438
+ sh:path indagine:finalita_indagine ;
438
439
  sh:datatype xsd:string ;
439
- sh:name "Descrizione finalità" ;
440
+ sh:name "finalità" ;
440
441
  sh:maxCount 1 ;
441
442
  ] .
442
443
 
443
- ex:E7Activity03Shape # ANALISI ASSOCIATA-PREGRESSA
444
+ this:E7Activity03Shape # ANALISI ASSOCIATA-PREGRESSA
444
445
  a sh:NodeShape, rdfs:Class ;
445
446
  sh:targetClass crm:E7_Activity ;
446
447
  rdfs:label "Analisi" ;
447
448
  sh:property [
448
449
  sh:path crm:P48_has_preferred_identifier ;
449
- sh:node ex:E42Identifier07Shape ;
450
- sh:name "ID attività diagnostica esistenti" ;
450
+ sh:node this:E42Identifier07Shape ;
451
+ sh:name "ha identificativo" ;
451
452
  sh:maxCount 1 ;
452
453
  ] .
453
454
 
454
- ex:E53Place02Shape # LUOGO ANALISI
455
+ this:E53Place02Shape # LUOGO ANALISI
455
456
  a sh:NodeShape, rdfs:Class ;
456
457
  sh:targetClass crm:E53_Place ;
457
458
  rdfs:label "Luogo analisi" ;
458
459
  sh:property [
459
460
  sh:path crm:P2_has_type ;
460
- sh:node ex:E55Type12Shape ;
461
- sh:name "Luogo analisi" ;
461
+ sh:node this:E55Type12Shape ;
462
+ sh:name "ha tipo" ;
462
463
  sh:maxCount 1 ;
463
464
  ] .
464
465
 
465
- ex:S13Sample01Shape # CAMPIONE
466
+ this:S13Sample01Shape # CAMPIONE
466
467
  a sh:NodeShape, rdfs:Class ;
467
468
  sh:targetClass j.0:S13_Sample ;
468
469
  rdfs:label "Campione" ;
469
470
  sh:property [
470
471
  sh:path crm:P48_has_preferred_identifier ;
471
- sh:node ex:E42Identifier02Shape ;
472
- sh:name "ID campione" ;
472
+ sh:node this:E42Identifier02Shape ;
473
+ sh:name "ha identificativo" ;
473
474
  sh:maxCount 1 ;
474
475
  ] ;
475
476
  sh:property [
476
477
  sh:path crm:P2_has_type ;
477
- sh:node ex:E55Type04Shape ;
478
- sh:name "Tipologie campione" ;
478
+ sh:node this:E55Type04Shape ;
479
+ sh:name "ha tipo" ;
479
480
  sh:maxCount 1 ;
480
481
  ] ;
481
482
  #sh:property [
482
483
  # sh:path [sh:inversePath crm:P2i_is_type_of] ; # usata proprietà inversa di P2_has_type
483
- # sh:node ex:E55Type04bShape ;
484
+ # sh:node this:E55Type04bShape ;
484
485
  # sh:name "Tipo campione" ;
485
486
  # sh:maxCount 1 ;
486
487
  #] ;
487
488
  #sh:property [
488
489
  # sh:path [sh:inversePath crm:P2i_is_type_of] ; # usata proprietà inversa di P2_has_type
489
- # sh:node ex:E55Type04cShape ;
490
+ # sh:node this:E55Type04cShape ;
490
491
  # sh:name "Natura oggetto" ;
491
492
  # sh:maxCount 1 ;
492
493
  #] ;
493
494
  sh:property [
494
495
  sh:path crm:P43_has_dimension ;
495
- sh:node ex:E54DimensionShape ;
496
- sh:name "Dimensioni" ;
496
+ sh:node this:E54DimensionShape ;
497
+ sh:name "ha dimensioni" ;
497
498
  sh:maxCount 1 ;
498
499
  ] ;
499
500
  sh:property [
500
501
  sh:path j.0:O8i_was_observed_by ;
501
- sh:node ex:S4ObservationShape ;
502
- sh:name "Osservazione" ;
502
+ sh:node this:S4ObservationShape ;
503
+ sh:name "è osservato da" ;
503
504
  sh:maxCount 1 ;
504
505
  ] ;
505
506
  sh:property [
506
507
  sh:path crm:P140i_was_attributed_by ;
507
- sh:node ex:E14ConditionAssessmentShape ;
508
- sh:name "Valutazione stato conservazione" ;
508
+ sh:node this:E14ConditionAssessmentShape ;
509
+ sh:name "è stato attribuito da" ;
509
510
  sh:maxCount 1 ;
510
511
  ] ;
511
512
  sh:property [
512
513
  sh:path j.0:O25_contains ;
513
- sh:node ex:S10MaterialSubstantial01Shape ;
514
- sh:name "Materiale prevalente" ;
514
+ sh:node this:S10MaterialSubstantial01Shape ;
515
+ sh:name "contiene" ;
515
516
  sh:maxCount 1 ;
516
517
  ] ;
517
518
  sh:property [
518
519
  sh:path j.0:O2i_was_removed_by ;
519
- sh:node ex:S2SampleTaking01Shape ;
520
- sh:name "Campionamento" ;
520
+ sh:node this:S2SampleTaking01Shape ;
521
+ sh:name "è stato rimosso da" ;
521
522
  sh:maxCount 1 ;
522
523
  ] ;
523
524
  sh:property [
524
525
  sh:path [sh:inversePath j.0:O25i_is_contained_in] ; # usata proprietà inversa di O25_contains ...
525
- sh:node ex:S13Sample02Shape ;
526
- sh:name "Sottocampione" ;
526
+ sh:node this:S13Sample02Shape ;
527
+ sh:name "contiene" ;
527
528
  sh:maxCount 1 ;
528
529
  ] ;
529
530
  sh:property [
530
531
  sh:path basecpm:PC43i_uses ;
531
- sh:node ex:CP2ArchitectureWorkShape ;
532
- sh:name "Bene di riferimento" ;
532
+ sh:node this:CP2ArchitectureWorkShape ;
533
+ sh:name "utilizza" ;
533
534
  sh:maxCount 1 ;
534
535
  ] .
535
536
 
536
- ex:S13Sample02Shape # SOTTOCAMPIONE
537
+ this:S13Sample02Shape # SOTTOCAMPIONE
537
538
  a sh:NodeShape, rdfs:Class ;
538
539
  sh:targetClass j.0:S13_Sample ;
539
540
  rdfs:label "Sottocampione" ;
540
541
  sh:property [
541
542
  sh:path crm:P48_has_preferred_identifier ;
542
- sh:node ex:E42Identifier05Shape ;
543
- sh:name "ID sottocampione" ;
543
+ sh:node this:E42Identifier05Shape ;
544
+ sh:name "ha identificativo" ;
544
545
  sh:maxCount 1 ;
545
546
  ] ;
546
547
  sh:property [
547
548
  sh:path crm:P2_has_type ;
548
- sh:node ex:E55Type11Shape ;
549
- sh:name "Tipo sottocampione" ;
549
+ sh:node this:E55Type11Shape ;
550
+ sh:name "ha tipo" ;
550
551
  sh:maxCount 1 ;
551
552
  ] ;
552
553
  sh:property [
553
554
  sh:path j.0:O25_contains ;
554
- sh:node ex:S10MaterialSubstantial02Shape ;
555
- sh:name "Materiale prevalente" ;
555
+ sh:node this:S10MaterialSubstantial02Shape ;
556
+ sh:name "contiene" ;
556
557
  sh:maxCount 1 ;
557
558
  ] ;
558
559
  sh:property [
559
560
  sh:path j.0:O3i_was_sample_by ;
560
- sh:node ex:S2SampleTaking02Shape ;
561
- sh:name "Sottocampionamento" ;
561
+ sh:node this:S2SampleTaking02Shape ;
562
+ sh:name "è stato campionato da" ;
562
563
  sh:maxCount 1 ;
563
564
  ] ;
564
565
  sh:property [
565
566
  sh:path crm:P3_has_note ;
566
- sh:node ex:E62String01Shape ;
567
- sh:name "Note sottocampione" ;
567
+ sh:node this:E62String01Shape ;
568
+ sh:name "ha note" ;
568
569
  sh:maxCount 1 ;
569
570
  ] .
570
571
 
571
- ex:S2SampleTaking01Shape # CAMPIONAMENTO
572
+ this:S2SampleTaking01Shape # CAMPIONAMENTO
572
573
  a sh:NodeShape, rdfs:Class ;
573
574
  sh:targetClass j.0:S2_Sample_Taking ;
574
575
  rdfs:label "Campionamento" ;
575
576
  sh:property [
576
577
  sh:path crm:P173_starts_before_or_with_the_end_of ;
577
- sh:node ex:E2TemporalEntity01Shape ;
578
- sh:name "Data di campionamento" ;
578
+ sh:node this:E2TemporalEntity01Shape ;
579
+ sh:name "inizia prima o con la fine di" ;
579
580
  sh:maxCount 1 ;
580
581
  ] ;
581
582
  sh:property [
582
583
  sh:path crm:P33_used_specific_technique ;
583
- sh:node ex:E29DesignorProcedure01Shape ;
584
- sh:name "Processo di campionamento" ;
584
+ sh:node this:E29DesignorProcedure01Shape ;
585
+ sh:name "ha usato tecnica specifica" ;
585
586
  sh:maxCount 1 ;
586
587
  ] ;
587
588
  sh:property [
588
589
  sh:path j.0:O15_occupied ;
589
- sh:node ex:S22SegmentofMatterShape ;
590
- sh:name "Porzione identificata" ;
590
+ sh:node this:S22SegmentofMatterShape ;
591
+ sh:name "occupato" ;
591
592
  sh:maxCount 1 ;
592
593
  ] ;
593
594
  sh:property [
594
595
  sh:path j.0:O4_sampled_at ;
595
- sh:node ex:E53Place01Shape ;
596
- sh:name "Area di prelievo" ;
596
+ sh:node this:E53Place01Shape ;
597
+ sh:name "cmpionato a" ;
597
598
  sh:maxCount 1 ;
598
599
  ] ;
599
600
  sh:property [
600
601
  sh:path crm:P8_took_place_on_or_within ;
601
- sh:node ex:CP20ConstructionWorkShape ;
602
- sh:name "Elemento costruttivo" ;
602
+ sh:node this:CP20ConstructionWorkShape ;
603
+ sh:name "ha avuto luogo all'interno di" ;
603
604
  sh:maxCount 1 ;
604
605
  ] .
605
606
 
606
- ex:S2SampleTaking02Shape # SOTTOCAMPIONAMENTO
607
+ this:S2SampleTaking02Shape # SOTTOCAMPIONAMENTO
607
608
  a sh:NodeShape, rdfs:Class ;
608
609
  sh:targetClass j.0:S2_Sample_Taking ;
609
610
  rdfs:label "Sottocampionamento" ;
610
611
  sh:property [
611
612
  sh:path crm:P160_has_temporal_projection ;
612
- sh:node ex:E52TimespanShape ;
613
- sh:name "Data di analisi" ;
613
+ sh:node this:E52TimespanShape ;
614
+ sh:name "ha proiezione temporale" ;
614
615
  sh:maxCount 1 ;
615
616
  ] ;
616
617
  sh:property [
617
618
  sh:path crm:P33_used_specific_technique ;
618
- sh:node ex:E29DesignorProcedure02Shape ;
619
- sh:name "Procedura di sottocampionamento" ;
619
+ sh:node this:E29DesignorProcedure02Shape ;
620
+ sh:name "ha usato tecnica specifica" ;
620
621
  sh:maxCount 1 ;
621
622
  ] .
622
623
 
623
- ex:E53Place01Shape # AREA DI PRELIEVO
624
+ this:E53Place01Shape # AREA DI PRELIEVO
624
625
  a sh:NodeShape, rdfs:Class ;
625
626
  sh:targetClass crm:E53_Place ;
626
627
  rdfs:label "Area di prelievo" ;
627
628
  sh:property [
628
629
  sh:path crm:P48_has_preferred_identifier ;
629
- sh:node ex:E42Identifier03Shape ;
630
- sh:name "ID Area prelievo" ;
630
+ sh:node this:E42Identifier03Shape ;
631
+ sh:name "ha identificativo" ;
631
632
  sh:maxCount 1 ;
632
633
  ] ;
633
634
  sh:property [
634
635
  sh:path crm:P168_place_is_defined_by ;
635
- sh:node ex:E62String02Shape ;
636
- sh:name "Localizzazione coordinate" ;
636
+ sh:node this:E62String02Shape ;
637
+ sh:name "posizione definita da" ;
637
638
  sh:maxCount 1 ;
638
639
  ] ;
639
640
  sh:property [
640
641
  sh:path crm:P3_has_note ;
641
- sh:node ex:E62String03Shape ;
642
- sh:name "Localizzazione area" ;
642
+ sh:node this:E62String03Shape ;
643
+ sh:name "ha note" ;
643
644
  sh:maxCount 1 ;
644
645
  ] ;
645
646
  sh:property [
646
647
  sh:path crm:P67i_is_referred_to_by ;
647
- sh:node ex:E73InformationObject01Shape ;
648
- sh:name "Allegato - link" ;
648
+ sh:node this:E73InformationObject01Shape ;
649
+ sh:name "è indicato da" ;
649
650
  sh:maxCount 1 ;
650
- sh:group ex:AllegatiGroup ;
651
+ sh:group this:AllegatiGroup ;
651
652
  ] ;
652
653
  sh:property [
653
654
  sh:path crm:P62i_is_depicted_by ;
654
- sh:node ex:CP38ArchitectureRepresentationObjectShape ;
655
- sh:name "Allegato - oggetto" ;
655
+ sh:node this:CP38ArchitectureRepresentationObjectShape ;
656
+ sh:name "è rappresentato da" ;
656
657
  sh:maxCount 1 ;
657
- sh:group ex:AllegatiGroup ;
658
+ sh:group this:AllegatiGroup ;
658
659
  ] .
659
660
 
660
- ex:E73InformationObject01Shape # ALLEGATO - LINK
661
+ this:E73InformationObject01Shape # ALLEGATO - LINK
661
662
  a sh:NodeShape, rdfs:Class ;
662
663
  sh:targetClass crm:E73_Information_Object ;
663
664
  rdfs:label "Allegato - Link" ;
664
665
  sh:property [
665
666
  sh:path indagine:link_allegato_area_prelievo ;
666
667
  sh:datatype xsd:string ;
667
- sh:name "Allegato - Link" ;
668
+ sh:name "allegato - link" ;
668
669
  sh:description "$UPLOAD$" ;
669
670
  sh:maxCount 1 ;
670
671
  ] .
671
672
 
672
- ex:CP38ArchitectureRepresentationObjectShape # ALLEGATO - OGGETTO
673
+ this:CP38ArchitectureRepresentationObjectShape # ALLEGATO - OGGETTO
673
674
  a sh:NodeShape, rdfs:Class ;
674
675
  sh:targetClass basecpm:CP38_Architecture_Representation_Object ;
675
676
  rdfs:label "Allegato - Oggetto" ;
676
677
  sh:property [
677
678
  sh:path indagine:oggetto_allegato_area_prelievo ;
678
679
  sh:datatype xsd:string ;
679
- sh:name "Allegato - Oggetto" ;
680
+ sh:name "allegato - oggetto" ;
680
681
  sh:maxCount 1 ;
681
682
  ] .
682
683
 
683
- ex:AllegatiGroup # RAGGRUPPAMENTO ALLEGATI
684
+ this:AllegatiGroup # RAGGRUPPAMENTO ALLEGATI
684
685
  a sh:PropertyGroup ;
685
686
  sh:order 0 ;
686
687
  rdfs:label "Allegati" .
687
688
 
688
- ex:S22SegmentofMatterShape # PORZIONE IDENTIFICATA
689
+ this:S22SegmentofMatterShape # PORZIONE IDENTIFICATA
689
690
  a sh:NodeShape, rdfs:Class ;
690
691
  sh:targetClass j.0:S22_Segment_of_Matter ;
691
692
  rdfs:label "Porzione identificata" ;
692
693
  sh:property [
693
694
  sh:path indagine:prozione_identificata ;
694
695
  sh:datatype xsd:string ;
695
- sh:name "Porzione identificata" ;
696
+ sh:name "porzione" ;
696
697
  sh:maxCount 1 ;
697
698
  ] .
698
699
 
699
- ex:E2TemporalEntity01Shape # DATA CAMPIONAMENTO
700
+ this:E2TemporalEntity01Shape # DATA CAMPIONAMENTO
700
701
  a sh:NodeShape, rdfs:Class ;
701
702
  sh:targetClass crm:E2_Temporal_Entity ;
702
703
  rdfs:label "Data campionamento" ;
703
704
  sh:property [
704
705
  sh:path indagine:data_campionamento ;
705
706
  sh:datatype xsd:date ;
706
- sh:name "Data campionamento" ;
707
+ sh:name "data" ;
707
708
  sh:maxCount 1 ;
708
709
  ] .
709
710
 
710
- ex:E2TemporalEntity02Shape # DATA CREAZIONE REPORT
711
+ this:E2TemporalEntity02Shape # DATA CREAZIONE REPORT
711
712
  a sh:NodeShape, rdfs:Class ;
712
713
  sh:targetClass crm:E2_Temporal_Entity ;
713
714
  rdfs:label "Data creazione" ;
714
715
  sh:property [
715
716
  sh:path indagine:data_creazione_report ;
716
717
  sh:datatype xsd:date ;
717
- sh:name "Data creazione" ;
718
+ sh:name "data" ;
718
719
  sh:maxCount 1 ;
719
720
  ] .
720
721
 
721
- ex:E2TemporalEntity03Shape # DATA AGGIORNAMENTO REPORT
722
+ this:E2TemporalEntity03Shape # DATA AGGIORNAMENTO REPORT
722
723
  a sh:NodeShape, rdfs:Class ;
723
724
  sh:targetClass crm:E2_Temporal_Entity ;
724
725
  rdfs:label "Data aggiornamento" ;
725
726
  sh:property [
726
727
  sh:path indagine:data_aggiornamento_report ;
727
728
  sh:datatype xsd:date ;
728
- sh:name "Data aggiornamento" ;
729
+ sh:name "data" ;
729
730
  sh:maxCount 1 ;
730
731
  ] .
731
732
 
732
- ex:E52TimespanShape # DATA SOTTOCAMPIONAMENTO, OUTPUT
733
+ this:E52TimespanShape # DATA SOTTOCAMPIONAMENTO, OUTPUT
733
734
  a sh:NodeShape, rdfs:Class ;
734
735
  sh:targetClass j.0:E52_Time-span ;
735
736
  rdfs:label "Datazione" ;
736
737
  sh:property [
737
738
  sh:path indagine:datazione ;
738
739
  sh:datatype xsd:date ;
739
- sh:name "Datazione" ;
740
+ sh:name "data" ;
740
741
  sh:maxCount 1 ;
741
742
  ] .
742
743
 
743
- ex:E29DesignorProcedure01Shape # PROCESSO CAMPIONAMENTO
744
+ this:E29DesignorProcedure01Shape # PROCESSO CAMPIONAMENTO
744
745
  a sh:NodeShape, rdfs:Class ;
745
746
  sh:targetClass crm:E29_Design_or_Procedure ;
746
747
  rdfs:label "Processo campionamento" ;
747
748
  sh:property [
748
749
  sh:path indagine:processo_campionamento ;
749
750
  #sh:nodeKind sh:Literal ;
750
- sh:datatype xsd:string;
751
+ sh:datatype xsd:string ;
751
752
  #sh:class owl:Class ; # vocabolario PROCESSO CAMPIONAMENTO (17) id="processo-di-campionamento"
752
753
  #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/processo-di-campionamento> ;
753
- sh:name "Processo" ;
754
+ sh:name "processo" ;
754
755
  sh:maxCount 1 ;
755
756
  ] .
756
757
 
757
- ex:E29DesignorProcedure02Shape # PROCESSO SOTTOCAMPIONAMENTO
758
+ this:E29DesignorProcedure02Shape # PROCEDURA SOTTOCAMPIONAMENTO
758
759
  a sh:NodeShape, rdfs:Class ;
759
760
  sh:targetClass crm:E29_Design_or_Procedure ;
760
761
  rdfs:label "Procedura sottocampionamento" ;
761
762
  sh:property [
762
- sh:path indagine:processo_sottocampionamento ;
763
+ sh:path indagine:procedura_sottocampionamento ;
763
764
  sh:datatype xsd:string ;
764
- sh:name "Procedura sottocampionamento" ;
765
+ sh:name "procedura" ;
765
766
  sh:maxCount 1 ;
766
767
  ] .
767
768
 
768
- ex:E29DesignorProcedure04Shape # PROCEDURA ASSOCIATA (in PROCEDURA di ATTIVITA' DIAGNOSTICA)
769
+ this:E29DesignorProcedure04Shape # PROCEDURA ASSOCIATA (in PROCEDURA di ATTIVITA' DIAGNOSTICA)
769
770
  a sh:NodeShape, rdfs:Class ;
770
771
  sh:targetClass crm:E29_Design_or_Procedure ;
771
772
  rdfs:label "Procedura associata" ;
772
773
  sh:property [
773
774
  sh:path crm:P48_has_preferred_identifier ;
774
- sh:node ex:E42Identifier09Shape ;
775
- sh:name "Protocollo procedura associata" ;
775
+ sh:node this:E42Identifier09Shape ;
776
+ sh:name "ha identificativo" ;
776
777
  sh:maxCount 1 ;
777
778
  ] .
778
779
 
779
- ex:S4ObservationShape # OSSERVAZIONE
780
+ this:S4ObservationShape # OSSERVAZIONE
780
781
  a sh:NodeShape, rdfs:Class ;
781
782
  sh:targetClass j.0:S4_Observation ;
782
783
  rdfs:label "Osservazione" ;
783
784
  sh:property [
784
785
  sh:path crm:P140_assigned_attribute_to ;
785
- sh:node ex:I2Belief01Shape ;
786
- sh:name "Inquadramento cronologico" ;
786
+ sh:node this:I2Belief01Shape ;
787
+ sh:name "attributo assegnato a" ;
787
788
  sh:maxCount 1 ;
788
789
  ] ;
789
790
  sh:property [
790
791
  sh:path j.0:O16_observed_value ;
791
- sh:node ex:CP41EnvironmentalObservableEntity01Shape ;
792
- sh:name "Stato conservazione - Condizione ambientale" ;
792
+ sh:node this:CP41EnvironmentalObservableEntity01Shape ;
793
+ sh:name "valore osservato" ;
793
794
  sh:maxCount 1 ;
794
795
  ] .
795
796
 
796
- ex:S10MaterialSubstantial01Shape # MATERIALE PREVALENTE - CAMPIONE
797
+ this:S10MaterialSubstantial01Shape # MATERIALE PREVALENTE - CAMPIONE
797
798
  a sh:NodeShape, rdfs:Class ;
798
799
  sh:targetClass j.0:S10_Material_Substantial ;
799
800
  rdfs:label "Materiale prevalente campione" ;
800
801
  sh:property [
801
802
  sh:path crm:P2_has_type ;
802
- sh:node ex:E55Type08Shape ;
803
- sh:name "Materiale campione" ;
803
+ sh:node this:E55Type08Shape ;
804
+ sh:name "ha tipo" ;
804
805
  sh:maxCount 1 ;
805
806
  ] ;
806
807
  sh:property [
807
808
  sh:path [sh:inversePath j.0:O25i_is_contained_in] ; # usata proprietà inversa di O25_contains ...
808
- sh:node ex:S10MaterialSubstantial03Shape ; # verificare se invece punta anch'esso a ex:E55Type08Shape ...
809
- sh:name "Materiale output" ;
809
+ sh:node this:S10MaterialSubstantial03Shape ; # verificare se invece punta anch'esso a this:E55Type08Shape ...
810
+ sh:name "contiene" ;
810
811
  sh:maxCount 1 ;
811
812
  ] .
812
813
 
813
- ex:S10MaterialSubstantial02Shape # MATERIALE PREVALENTE - SOTTOCAMPIONE
814
+ this:S10MaterialSubstantial02Shape # MATERIALE PREVALENTE - SOTTOCAMPIONE
814
815
  a sh:NodeShape, rdfs:Class ;
815
816
  sh:targetClass j.0:S10_Material_Substantial ;
816
817
  rdfs:label "Materiale prevalente sottocampione" ;
817
818
  sh:property [
818
819
  sh:path crm:P2_has_type ;
819
- sh:node ex:E55Type08Shape ;
820
- sh:name "Materiale prevalente" ;
820
+ sh:node this:E55Type08Shape ;
821
+ sh:name "ha tipo" ;
821
822
  sh:maxCount 1 ;
822
823
  ] .
823
824
 
824
- ex:S10MaterialSubstantial03Shape # MATERIALE SPECIFICO - OUTPUT
825
+ this:S10MaterialSubstantial03Shape # MATERIALE SPECIFICO - OUTPUT
825
826
  a sh:NodeShape, rdfs:Class ;
826
827
  sh:targetClass j.0:S10_Material_Substantial ;
827
828
  rdfs:label "Materiale specifico" ;
828
829
  sh:property [
829
830
  sh:path crm:P2_has_type ;
830
- sh:node ex:E55Type08Shape ;
831
- sh:name "Materiale specifico" ;
831
+ sh:node this:E55Type08Shape ;
832
+ sh:name "ha tipo" ;
832
833
  sh:maxCount 1 ;
833
834
  ] ;
834
835
  sh:property [
835
836
  sh:path j.0:O25i_is_contained_in ;
836
- sh:node ex:CP2ArchitectureWorkShape ;
837
- sh:name "Bene riferimento" ;
837
+ sh:node this:CP2ArchitectureWorkShape ;
838
+ sh:name "è contenuto in" ;
838
839
  sh:maxCount 1 ;
839
840
  ] ;
840
841
  sh:property [
841
842
  sh:path [sh:inversePath j.0:O25_contains] ; # usata proprietà inversa di O25i_is_contained_in ...
842
- sh:node ex:S13Sample01Shape ;
843
- sh:name "Campione" ;
843
+ sh:node this:S13Sample01Shape ;
844
+ sh:name "è contenuto in" ;
844
845
  sh:maxCount 1 ;
845
846
  ] .
846
847
 
847
- ex:E14ConditionAssessmentShape # VALUTAZIONE STATO CONSERVAZIONE
848
+ this:E14ConditionAssessmentShape # VALUTAZIONE STATO CONSERVAZIONE
848
849
  a sh:NodeShape, rdfs:Class ;
849
850
  sh:targetClass crm:E14_Condition_Assessment ;
850
851
  rdfs:label "Valutazione stato conservazione" ;
851
852
  sh:property [
852
853
  sh:path crm:P35_has_identified ;
853
- sh:node ex:E3ConditionStateShape ;
854
- sh:name "Valutazione condizioni" ;
854
+ sh:node this:E3ConditionStateShape ;
855
+ sh:name "ha identificato" ;
855
856
  sh:maxCount 1 ;
856
857
  ] .
857
858
 
858
- ex:E3ConditionStateShape # TAFONOMIA E STATO CONSERVAZIONE
859
+ this:E3ConditionStateShape # TAFONOMIA E STATO CONSERVAZIONE
859
860
  a sh:NodeShape, rdfs:Class ;
860
861
  sh:targetClass crm:E3_Condition_State ;
861
862
  rdfs:label "Tafonomia e Stato di conservazione" ;
862
863
  sh:property [
863
864
  sh:path crm:P2_has_type ;
864
- sh:node ex:E55Type07Shape ;
865
- sh:name "Tafonomia e Stato di conservazione" ;
865
+ sh:node this:E55Type07Shape ;
866
+ sh:name "ha tipo" ;
866
867
  sh:maxCount 1 ;
867
868
  ] .
868
869
 
869
- ex:CP41EnvironmentalObservableEntity01Shape # STATO CONSERVAZIONE - CONDIZIONE AMBIENTALE
870
+ this:CP41EnvironmentalObservableEntity01Shape # STATO CONSERVAZIONE - CONDIZIONE AMBIENTALE
870
871
  a sh:NodeShape, rdfs:Class ;
871
872
  sh:targetClass basecpm:CP41_Environmental_Observable_Entity ;
872
873
  rdfs:label "Stato conservazione - Condizione ambientale" ;
873
874
  sh:property [
874
875
  sh:path crm:P2_has_type ;
875
- sh:node ex:E55Type06Shape ;
876
- sh:name "Condizione ambientale" ;
876
+ sh:node this:E55Type06Shape ;
877
+ sh:name "ha tipo" ;
877
878
  sh:maxCount 1 ;
878
879
  ] ;
879
880
  sh:property [
880
881
  sh:path crm:P3_has_note ;
881
- sh:node ex:E62String09Shape ;
882
- sh:name "Note condizione ambientale" ;
882
+ sh:node this:E62String09Shape ;
883
+ sh:name "ha note" ;
883
884
  sh:maxCount 1 ;
884
885
  ] ;
885
886
  sh:property [
886
887
  sh:path basecpm:PC1_affects ;
887
- sh:node ex:E55Type13aShape ;
888
- sh:name "Tecnica diagnostica" ;
888
+ sh:node this:E55Type13aShape ;
889
+ sh:name "interessa" ;
889
890
  sh:maxCount 1 ;
890
891
  ] .
891
892
 
892
- ex:CP2ArchitectureWorkShape # BENE DI RIFERIMENTO
893
+ this:CP2ArchitectureWorkShape # BENE DI RIFERIMENTO
893
894
  a sh:NodeShape, rdfs:Class ;
894
895
  sh:targetClass basecpm:CP2_Architecture_Work ;
895
896
  rdfs:label "Bene di riferimento" ;
896
897
  sh:property [
897
898
  sh:path crm:P1_is_identified_by ;
898
- sh:node ex:E41Appellation02Shape ;
899
- sh:name "Denominazione bene" ;
899
+ sh:node this:E41Appellation02Shape ;
900
+ sh:name "è identificato da" ;
900
901
  sh:maxCount 1 ;
901
902
  ] ;
902
903
  sh:property [
903
904
  sh:path crm:P48_has_preferred_identifier ;
904
- sh:node ex:E42Identifier04Shape ;
905
- sh:name "ID bene" ;
905
+ sh:node this:E42Identifier04Shape ;
906
+ sh:name "ha identificativo" ;
906
907
  sh:maxCount 1 ;
907
908
  ] ;
908
909
  sh:property [
909
910
  sh:path crm:P2_has_type ;
910
- sh:node ex:E55Type09Shape ;
911
- sh:name "Contesto" ;
911
+ sh:node this:E55Type09Shape ;
912
+ sh:name "ha tipo" ;
912
913
  sh:maxCount 1 ;
913
914
  ] ;
914
915
  sh:property [
915
916
  sh:path basecpm:PC1i_is_subject_to ;
916
- sh:node ex:CP41EnvironmentalObservableEntity02Shape ;
917
- sh:name "Fenomeno osservato" ;
917
+ sh:node this:CP41EnvironmentalObservableEntity02Shape ;
918
+ sh:name "è soggetto a" ;
918
919
  sh:maxCount 1 ;
919
920
  ] ;
920
921
  sh:property [
921
922
  sh:path crm:P46_is_composed_of ;
922
- sh:node ex:CP20ConstructionWorkShape ;
923
- sh:name "Elemento costruttivo" ;
923
+ sh:node this:CP20ConstructionWorkShape ;
924
+ sh:name "è composto di" ;
924
925
  sh:maxCount 1 ;
925
926
  ] ;
926
927
  sh:property [
927
928
  sh:path basecpm:PC61_was_affected_by ;
928
- sh:node ex:CP43StructuralDamageShape ;
929
- sh:name "Dissesti strutturali" ;
929
+ sh:node this:CP43StructuralDamageShape ;
930
+ sh:name "è stato influenzato da" ;
930
931
  sh:maxCount 1 ;
931
932
  ] .
932
933
 
933
- ex:CP43StructuralDamageShape # TIPO DISSESTI STRUTTURALI
934
+ this:CP43StructuralDamageShape # TIPO DISSESTI STRUTTURALI
934
935
  a sh:NodeShape, rdfs:Class ;
935
936
  sh:targetClass basecpm:CP43_Structural_Damage ;
936
937
  rdfs:label "Tipo dissesti strutturali" ;
937
938
  sh:property [
938
939
  sh:path indagine:dissesti_strutturali ;
939
940
  #sh:nodeKind sh:Literal ;
940
- sh:datatype xsd:string;
941
+ sh:datatype xsd:string ;
941
942
  #sh:class owl:Class ; # vocabolario TIPO DISSESTI STRUTTURALI (25) id="dissesti-strutturali"
942
943
  #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/dissesti-strutturali> ;
943
- sh:name "Tipo dissesti strutturali" ;
944
+ sh:name "tipo" ;
944
945
  sh:maxCount 1 ;
945
946
  ] .
946
947
 
947
- ex:CP20ConstructionWorkShape # ELEMENTO COSTRUTTIVO
948
+ this:CP20ConstructionWorkShape # ELEMENTO COSTRUTTIVO
948
949
  a sh:NodeShape, rdfs:Class ;
949
950
  sh:targetClass basecpm:CP20_Construction_Work ;
950
951
  rdfs:label "Elemento costruttivo" ;
951
952
  sh:property [
952
953
  sh:path crm:P2_has_type ;
953
- sh:node ex:E55Type10Shape ;
954
- sh:name "Tipo elemento costruttivo" ;
954
+ sh:node this:E55Type10Shape ;
955
+ sh:name "ha tipo" ;
955
956
  sh:maxCount 1 ;
956
957
  ] ;
957
958
  sh:property [
958
959
  sh:path j.0:O25_contains ;
959
- sh:node ex:S10CP9MaterialShape ;
960
- sh:name "Materiale prevalente 1" ;
960
+ sh:node this:S10CP9MaterialShape ;
961
+ sh:name "contiene" ;
961
962
  sh:maxCount 1 ;
962
963
  ] ;
963
964
  sh:property [
964
965
  sh:path basecpm:PC41_shows_as_main_material ;
965
- sh:node ex:S10CP9MaterialShape ;
966
- sh:name "Materiale prevalente 2" ;
966
+ sh:node this:S10CP9MaterialShape ;
967
+ sh:name "mostra come materiale principale" ;
967
968
  sh:maxCount 1 ;
968
969
  ] ;
969
970
  sh:property [
970
971
  sh:path crm:P62_depicts ;
971
- sh:node ex:I2Belief01Shape ;
972
- sh:name "Inquadramento cronologico" ;
972
+ sh:node this:I2Belief01Shape ;
973
+ sh:name "rappresenta" ;
973
974
  sh:maxCount 1 ;
974
975
  ] .
975
976
 
976
- ex:CP41EnvironmentalObservableEntity02Shape # FENOMENO OSSERVATO
977
+ this:CP41EnvironmentalObservableEntity02Shape # FENOMENO OSSERVATO
977
978
  a sh:NodeShape, rdfs:Class ;
978
979
  sh:targetClass basecpm:CP41_Environmental_Observable_Entity ;
979
980
  rdfs:label "Fenomeno osservato" ;
980
981
  sh:property [
981
982
  sh:path indagine:fenomeno_osservato ;
982
983
  sh:datatype xsd:string ;
983
- sh:name "Fenomeno" ;
984
+ sh:name "fenomeno" ;
984
985
  sh:maxCount 1 ;
985
986
  ] .
986
987
 
987
- ex:E42Identifier01Shape # ID INDAGINE
988
+ this:E42Identifier01Shape # ID INDAGINE
988
989
  a sh:NodeShape, rdfs:Class ;
989
990
  sh:targetClass crm:E42_Identifier ;
990
991
  rdfs:label "ID indagine" ;
991
992
  sh:property [
992
993
  sh:path indagine:id_indagine ;
993
- #sh:datatype xsd:string ;
994
- sh:name "ID indagine" ;
994
+ sh:name "ID" ;
995
995
  sh:datatype xsd:string ;
996
996
  sh:maxCount 1 ;
997
997
  ] .
998
998
 
999
- ex:E42Identifier02Shape # ID CAMPIONE
999
+ this:E42Identifier02Shape # ID CAMPIONE
1000
1000
  a sh:NodeShape, rdfs:Class ;
1001
1001
  sh:targetClass crm:E42_Identifier ;
1002
1002
  rdfs:label "ID campione" ;
1003
1003
  sh:property [
1004
1004
  sh:path indagine:id_campione ;
1005
- #sh:datatype xsd:string ;
1006
- sh:name "ID campione" ;
1005
+ sh:name "ID" ;
1007
1006
  sh:datatype xsd:string ;
1008
1007
  sh:maxCount 1 ;
1009
1008
  ] .
1010
1009
 
1011
- ex:E42Identifier03Shape # ID AREA PRELIEVO
1010
+ this:E42Identifier03Shape # ID AREA PRELIEVO
1012
1011
  a sh:NodeShape, rdfs:Class ;
1013
1012
  sh:targetClass crm:E42_Identifier ;
1014
1013
  rdfs:label "ID area prelievo" ;
1015
1014
  sh:property [
1016
1015
  sh:path indagine:id_area_prelievo ;
1017
1016
  sh:datatype xsd:string ;
1018
- sh:name "ID area prelievo" ;
1017
+ sh:name "ID" ;
1019
1018
  sh:maxCount 1 ;
1020
1019
  ] .
1021
1020
 
1022
- ex:E42Identifier04Shape # ID BENE VIR
1021
+ this:E42Identifier04Shape # ID BENE VIR
1023
1022
  a sh:NodeShape, rdfs:Class ;
1024
1023
  sh:targetClass crm:E42_Identifier ;
1025
1024
  rdfs:label "ID bene VIR" ;
1026
1025
  sh:property [
1027
1026
  sh:path indagine:id_bene_vir ;
1028
1027
  sh:datatype xsd:string ;
1029
- sh:name "ID bene VIR" ;
1028
+ sh:name "ID" ;
1030
1029
  sh:maxCount 1 ;
1031
1030
  ] .
1032
1031
 
1033
- ex:E42Identifier05Shape # ID SOTTOCAMPIONE
1032
+ this:E42Identifier05Shape # ID SOTTOCAMPIONE
1034
1033
  a sh:NodeShape, rdfs:Class ;
1035
1034
  sh:targetClass crm:E42_Identifier ;
1036
1035
  rdfs:label "ID sottocampione" ;
1037
1036
  sh:property [
1038
1037
  sh:path indagine:id_sottocampione ;
1039
- sh:name "ID sottocampione" ;
1038
+ sh:name "ID" ;
1040
1039
  sh:datatype xsd:string ;
1041
1040
  sh:maxCount 1 ;
1042
1041
  ] .
1043
1042
 
1044
- ex:E42Identifier06Shape # ID ATTIVITA' DIAGNOSTICA
1043
+ this:E42Identifier06Shape # ID ATTIVITA' DIAGNOSTICA
1045
1044
  a sh:NodeShape, rdfs:Class ;
1046
1045
  sh:targetClass crm:E42_Identifier ;
1047
1046
  rdfs:label "ID attività diagnostica" ;
1048
1047
  sh:property [
1049
1048
  sh:path indagine:id_attivita_diagnostica ;
1050
- sh:name "ID attività diagnostica" ;
1049
+ sh:name "ID" ;
1051
1050
  sh:datatype xsd:string ;
1052
1051
  sh:maxCount 1 ;
1053
1052
  ] .
1054
1053
 
1055
- ex:E42Identifier07Shape # ID ANALISI ASSOCIATA-PREGRESSA - (ATTIVITA' DIAGNOSTICA GIA' ESISTENTE)
1054
+ this:E42Identifier07Shape # ID ANALISI ASSOCIATA-PREGRESSA - (ATTIVITA' DIAGNOSTICA GIA' ESISTENTE)
1056
1055
  a sh:NodeShape, rdfs:Class ;
1057
1056
  sh:targetClass crm:E42_Identifier ;
1058
1057
  rdfs:label "ID analisi" ;
1059
1058
  sh:property [
1060
1059
  sh:path indagine:id_analisi ;
1061
- sh:name "ID analisi" ;
1060
+ sh:name "ID" ;
1062
1061
  #sh:nodeKind sh:Literal ;
1063
1062
  sh:datatype xsd:string ;
1064
1063
  #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???
@@ -1067,7 +1066,7 @@ ex:E42Identifier07Shape # ID ANALISI ASSOCIATA-PREGRESSA - (ATTIVITA' DIAGNOSTIC
1067
1066
  sh:maxCount 1 ;
1068
1067
  ] .
1069
1068
 
1070
- ex:E42Identifier08Shape # PROTOCOLLO - PROCEDURA
1069
+ this:E42Identifier08Shape # PROTOCOLLO - PROCEDURA
1071
1070
  a sh:NodeShape, rdfs:Class ;
1072
1071
  sh:targetClass crm:E42_Identifier ;
1073
1072
  rdfs:label "Protocollo procedura" ;
@@ -1078,7 +1077,7 @@ ex:E42Identifier08Shape # PROTOCOLLO - PROCEDURA
1078
1077
  sh:maxCount 1 ;
1079
1078
  ] .
1080
1079
 
1081
- ex:E42Identifier09Shape # PROTOCOLLO - PROCEDURA ASSOCIATA
1080
+ this:E42Identifier09Shape # PROTOCOLLO - PROCEDURA ASSOCIATA
1082
1081
  a sh:NodeShape, rdfs:Class ;
1083
1082
  sh:targetClass crm:E42_Identifier ;
1084
1083
  rdfs:label "Protocollo procedura associata" ;
@@ -1093,7 +1092,7 @@ ex:E42Identifier09Shape # PROTOCOLLO - PROCEDURA ASSOCIATA
1093
1092
  sh:maxCount 1 ;
1094
1093
  ] .
1095
1094
 
1096
- ex:E42Identifier10Shape # SPECIFICHE TECNICHE
1095
+ this:E42Identifier10Shape # SPECIFICHE TECNICHE
1097
1096
  a sh:NodeShape, rdfs:Class ;
1098
1097
  sh:targetClass crm:E42_Identifier ;
1099
1098
  rdfs:label "Codice specifiche tecniche" ;
@@ -1104,91 +1103,91 @@ ex:E42Identifier10Shape # SPECIFICHE TECNICHE
1104
1103
  sh:maxCount 1 ;
1105
1104
  ] .
1106
1105
 
1107
- ex:E42Identifier11Shape # SOFTWARE
1106
+ this:E42Identifier11Shape # SOFTWARE
1108
1107
  a sh:NodeShape, rdfs:Class ;
1109
1108
  sh:targetClass crm:E42_Identifier ;
1110
1109
  rdfs:label "Codice software" ;
1111
1110
  sh:property [
1112
1111
  sh:path indagine:software ;
1113
1112
  sh:datatype xsd:string ;
1114
- sh:name "Codice software" ;
1113
+ sh:name "Codice" ;
1115
1114
  sh:maxCount 1 ;
1116
1115
  ] .
1117
1116
 
1118
- ex:E42Identifier12Shape # CODICE COMPONENTE SPECIFICO
1117
+ this:E42Identifier12Shape # CODICE COMPONENTE SPECIFICO
1119
1118
  a sh:NodeShape, rdfs:Class ;
1120
1119
  sh:targetClass crm:E42_Identifier ;
1121
1120
  rdfs:label "Codice componente specifico" ;
1122
1121
  sh:property [
1123
1122
  sh:path indagine:codice_componente_specifico ;
1124
1123
  sh:datatype xsd:string ;
1125
- sh:name "Codice componente specifico" ;
1124
+ sh:name "Codice" ;
1126
1125
  sh:maxCount 1 ;
1127
1126
  ] .
1128
1127
 
1129
- ex:E42Identifier13Shape # ID COMPONENTE SPECIFICO
1128
+ this:E42Identifier13Shape # ID COMPONENTE SPECIFICO
1130
1129
  a sh:NodeShape, rdfs:Class ;
1131
1130
  sh:targetClass crm:E42_Identifier ;
1132
1131
  rdfs:label "ID componente specifico" ;
1133
1132
  sh:property [
1134
1133
  sh:path indagine:id_componente_specifico ;
1135
1134
  sh:datatype xsd:string ;
1136
- sh:name "ID componente specifico" ;
1135
+ sh:name "ID" ;
1137
1136
  sh:maxCount 1 ;
1138
1137
  ] .
1139
1138
 
1140
- ex:E42Identifier14Shape # ID REPORT
1139
+ this:E42Identifier14Shape # ID REPORT
1141
1140
  a sh:NodeShape, rdfs:Class ;
1142
1141
  sh:targetClass crm:E42_Identifier ;
1143
1142
  rdfs:label "ID report" ;
1144
1143
  sh:property [
1145
1144
  sh:path indagine:id_report ;
1146
- sh:name "ID report" ;
1145
+ sh:name "ID" ;
1147
1146
  sh:datatype xsd:string ;
1148
1147
  sh:maxCount 1 ;
1149
1148
  ] .
1150
1149
 
1151
1150
 
1152
- ex:I12AdoptedBeliefShape # QUESITO DIAGNOSTICO
1151
+ this:I12AdoptedBeliefShape # QUESITO DIAGNOSTICO
1153
1152
  a sh:NodeShape, rdfs:Class ;
1154
1153
  sh:targetClass base:I12_Adopted_Belief ;
1155
1154
  rdfs:label "Quesito diagnostico" ;
1156
1155
  sh:property [
1157
1156
  sh:path crm:P2_has_type ;
1158
- sh:node ex:E55Type02Shape ;
1159
- sh:name "Tipo quesito diagnostico" ;
1157
+ sh:node this:E55Type02Shape ;
1158
+ sh:name "ha tipo" ;
1160
1159
  sh:maxCount 1 ;
1161
1160
  ] .
1162
1161
 
1163
- ex:E39Actor01Shape # ATTORI COINVOLTI
1162
+ this:E39Actor01Shape # ATTORI COINVOLTI
1164
1163
  a sh:NodeShape, rdfs:Class ;
1165
1164
  sh:targetClass crm:E39_Actor ;
1166
1165
  rdfs:label "Attori coinvolti" ;
1167
1166
  sh:property [
1168
1167
  sh:path crm:P2_has_type ;
1169
- sh:node ex:E55Type03Shape ;
1170
- sh:name "Attori" ;
1168
+ sh:node this:E55Type03Shape ;
1169
+ sh:name "ha tipo" ;
1171
1170
  sh:maxCount 1 ;
1172
1171
  ] .
1173
1172
 
1174
- ex:E39Actor02Shape # AUTORI
1173
+ this:E39Actor02Shape # AUTORI
1175
1174
  a sh:NodeShape, rdfs:Class ;
1176
1175
  sh:targetClass crm:E39_Actor ;
1177
1176
  rdfs:label "Autori" ;
1178
1177
  sh:property [
1179
1178
  sh:path indagine:autore ;
1180
1179
  sh:datatype xsd:string ;
1181
- sh:name "Autore" ;
1180
+ sh:name "autore" ;
1182
1181
  sh:maxCount 1 ;
1183
1182
  ] ;
1184
1183
  sh:property [
1185
1184
  sh:path crm:P107i_is_current_or_former_member_of ;
1186
- sh:node ex:E74GroupShape ;
1187
- sh:name "Ente" ;
1185
+ sh:node this:E74GroupShape ;
1186
+ sh:name "è membro attuale o passato di" ;
1188
1187
  sh:maxCount 1 ;
1189
1188
  ] .
1190
1189
 
1191
- ex:E39Actor03Shape # COMPETENZA ATTORE
1190
+ this:E39Actor03Shape # COMPETENZA ATTORE
1192
1191
  a sh:NodeShape, rdfs:Class ;
1193
1192
  sh:targetClass crm:E39_Actor ;
1194
1193
  rdfs:label "Conpetenza attore" ;
@@ -1198,56 +1197,56 @@ ex:E39Actor03Shape # COMPETENZA ATTORE
1198
1197
  sh:datatype xsd:string ;
1199
1198
  #sh:class owl:Class ; # vocabolario COMPETENZA (5) id="competenza"
1200
1199
  #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/competenza> ;
1201
- sh:name "Conpetenza attore" ;
1200
+ sh:name "competenza" ;
1202
1201
  sh:maxCount 1 ;
1203
1202
  ] ;
1204
1203
  sh:property [
1205
1204
  sh:path crm:P3_has_note ;
1206
- sh:node ex:E62String18Shape ;
1207
- sh:name "Ruolo attore" ;
1205
+ sh:node this:E62String18Shape ;
1206
+ sh:name "ha note" ;
1208
1207
  sh:maxCount 1 ;
1209
1208
  ] .
1210
1209
 
1211
- ex:E39Actor04Shape # AUTORE - REPORT
1210
+ this:E39Actor04Shape # AUTORE - REPORT
1212
1211
  a sh:NodeShape, rdfs:Class ;
1213
1212
  sh:targetClass crm:E39_Actor ;
1214
1213
  rdfs:label "Autore report" ;
1215
1214
  sh:property [
1216
- sh:path indagine:autore ;
1217
- sh:node ex:E41Appellation03Shape ;
1218
- sh:name "Autore report" ;
1215
+ sh:path crm:P1_is_identified_by ;
1216
+ sh:node this:E41Appellation03Shape ;
1217
+ sh:name "è identificato da" ;
1219
1218
  sh:maxCount 1 ;
1220
1219
  ] .
1221
1220
 
1222
- ex:E74GroupShape # ENTE AUTORE
1221
+ this:E74GroupShape # ENTE AUTORE
1223
1222
  a sh:NodeShape, rdfs:Class ;
1224
1223
  sh:targetClass crm:E74_Group ;
1225
1224
  rdfs:label "Ente autore" ;
1226
1225
  sh:property [
1227
1226
  sh:path indagine:ente_autore ;
1228
1227
  sh:datatype xsd:string ;
1229
- sh:name "Ente autore" ;
1228
+ sh:name "ente" ;
1230
1229
  sh:maxCount 1 ;
1231
1230
  ] .
1232
1231
 
1233
- ex:E54DimensionShape # DIMENSIONI
1232
+ this:E54DimensionShape # DIMENSIONI
1234
1233
  a sh:NodeShape, rdfs:Class ;
1235
1234
  sh:targetClass crm:E54_Dimension ;
1236
1235
  rdfs:label "Dimensioni" ;
1237
1236
  sh:property [
1238
1237
  sh:path crm:P91_has_unit ;
1239
- sh:node ex:E58MeasurementUnitShape ;
1240
- sh:name "Unità di misura" ;
1238
+ sh:node this:E58MeasurementUnitShape ;
1239
+ sh:name "ha unità di misura" ;
1241
1240
  sh:maxCount 1 ;
1242
1241
  ] ;
1243
1242
  sh:property [
1244
1243
  sh:path crm:P90_has_value ;
1245
- sh:node ex:E62String19Shape ;
1246
- sh:name "Misura" ;
1244
+ sh:node this:E62String19Shape ;
1245
+ sh:name "ha valore" ;
1247
1246
  sh:maxCount 1 ;
1248
1247
  ] .
1249
1248
 
1250
- ex:E58MeasurementUnitShape # UNITA' MISURA
1249
+ this:E58MeasurementUnitShape # UNITA' MISURA
1251
1250
  a sh:NodeShape, rdfs:Class ;
1252
1251
  sh:targetClass crm:E58_Measurement_Unit ;
1253
1252
  rdfs:label "Unità di misura" ;
@@ -1257,11 +1256,11 @@ ex:E58MeasurementUnitShape # UNITA' MISURA
1257
1256
  sh:datatype xsd:string ;
1258
1257
  #sh:class owl:Class ; # vocabolario UNITA' MISURA (14) id="unita-di-misura"
1259
1258
  #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/unita-di-misura> ;
1260
- sh:name "Unità di misura" ;
1259
+ sh:name "u.d.m." ;
1261
1260
  sh:maxCount 1 ;
1262
1261
  ] .
1263
1262
 
1264
- ex:I2Belief01Shape # INQUADRAMENTO CRONOLOGICO
1263
+ this:I2Belief01Shape # INQUADRAMENTO CRONOLOGICO
1265
1264
  a sh:NodeShape, rdfs:Class ;
1266
1265
  sh:targetClass base:I2_Belief ;
1267
1266
  rdfs:label "Inquadramento cronologico" ;
@@ -1271,85 +1270,85 @@ ex:I2Belief01Shape # INQUADRAMENTO CRONOLOGICO
1271
1270
  sh:datatype xsd:string ;
1272
1271
  #sh:class owl:Class ; # vocabolario INQUADRAMENTO CRONOLOGICO (9) id="inquadramento-cronologico"
1273
1272
  #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/inquadramento-cronologico> ;
1274
- sh:name "Inquadramento cronologico" ;
1273
+ sh:name "tipo" ;
1275
1274
  sh:maxCount 1 ;
1276
1275
  ] ;
1277
1276
  sh:property [
1278
1277
  sh:path crm:P2_has_type ;
1279
- sh:node ex:E55Type05Shape ;
1280
- sh:name "Tipo inquadramento cronologico" ;
1278
+ sh:node this:E55Type05Shape ;
1279
+ sh:name "ha tipo" ;
1281
1280
  sh:maxCount 1 ;
1282
1281
  ] .
1283
1282
 
1284
- ex:I2Belief02Shape # INPUT
1283
+ this:I2Belief02Shape # INPUT
1285
1284
  a sh:NodeShape, rdfs:Class ;
1286
1285
  sh:targetClass base:I2_Belief ;
1287
1286
  rdfs:label "Input" ;
1288
1287
  sh:property [
1289
1288
  sh:path crm:P2_has_type ;
1290
- sh:node ex:E55Type17Shape ;
1291
- sh:name "Tipo input" ;
1289
+ sh:node this:E55Type17Shape ;
1290
+ sh:name "ha tipo" ;
1292
1291
  sh:maxCount 1 ;
1293
1292
  ] ;
1294
1293
  sh:property [
1295
1294
  sh:path crm:P3_has_note ;
1296
- sh:node ex:E62String04Shape ;
1297
- sh:name "Note input" ;
1295
+ sh:node this:E62String04Shape ;
1296
+ sh:name "ha note" ;
1298
1297
  sh:maxCount 1 ;
1299
1298
  ] ;
1300
1299
  sh:property [
1301
1300
  sh:path crm:P134_continued ; # *** DA VERIFICARE *** inserito solo come prova ...
1302
- sh:node ex:E7Activity03Shape ;
1303
- sh:name "Analisi pregressa" ;
1301
+ sh:node this:E7Activity03Shape ;
1302
+ sh:name "ha continuazione" ;
1304
1303
  sh:maxCount 1 ;
1305
1304
  ] ;
1306
1305
  sh:property [
1307
1306
  sh:path base:J1i_was_premise_for ;
1308
- sh:node ex:I5InferenceMakingShape ;
1309
- sh:name "Inferenza" ;
1307
+ sh:node this:I5InferenceMakingShape ;
1308
+ sh:name "era premessa per" ;
1310
1309
  sh:maxCount 1 ;
1311
1310
  ] .
1312
1311
 
1313
- ex:E41Appellation01Shape # ENTE RICHIEDENTE - SCHEDATORE
1312
+ this:E41Appellation01Shape # ENTE RICHIEDENTE - SCHEDATORE
1314
1313
  a sh:NodeShape, rdfs:Class ;
1315
1314
  sh:targetClass crm:E41_Appellation ;
1316
1315
  rdfs:label "Ente richiedente - schedatore" ;
1317
1316
  sh:property [
1318
1317
  sh:path indagine:ente_richiedente ;
1319
1318
  sh:datatype xsd:string ;
1320
- sh:name "Ente richiedente" ;
1319
+ sh:name "ente" ;
1321
1320
  sh:maxCount 1 ;
1322
1321
  ] ;
1323
1322
  sh:property [
1324
1323
  sh:path indagine:schedatore ;
1325
1324
  sh:datatype xsd:string ;
1326
- sh:name "Schedatore" ;
1325
+ sh:name "schedatore" ;
1327
1326
  sh:maxCount 1 ;
1328
1327
  ] .
1329
1328
 
1330
- ex:E41Appellation02Shape # DENOMINAZIONE BENE
1329
+ this:E41Appellation02Shape # DENOMINAZIONE BENE
1331
1330
  a sh:NodeShape, rdfs:Class ;
1332
1331
  sh:targetClass crm:E41_Appellation ;
1333
1332
  rdfs:label "Denominazione bene" ;
1334
1333
  sh:property [
1335
1334
  sh:path indagine:denominazione_bene ;
1336
1335
  sh:datatype xsd:string ;
1337
- sh:name "Denominazione" ;
1336
+ sh:name "denominazione" ;
1338
1337
  sh:maxCount 1 ;
1339
1338
  ] .
1340
1339
 
1341
- ex:E41Appellation03Shape # AUTORE - REPORT
1340
+ this:E41Appellation03Shape # AUTORE - REPORT
1342
1341
  a sh:NodeShape, rdfs:Class ;
1343
1342
  sh:targetClass crm:E41_Appellation ;
1344
1343
  rdfs:label "Autore" ;
1345
1344
  sh:property [
1346
1345
  sh:path indagine:autore_report ;
1347
1346
  sh:datatype xsd:string ;
1348
- sh:name "Autore" ;
1347
+ sh:name "autore" ;
1349
1348
  sh:maxCount 1 ;
1350
1349
  ] .
1351
1350
 
1352
- ex:E55Type01Shape # TIPO INDAGINE
1351
+ this:E55Type01Shape # TIPO INDAGINE
1353
1352
  a sh:NodeShape, rdfs:Class ;
1354
1353
  sh:targetClass crm:E55_Type ;
1355
1354
  rdfs:label "Tipo indagine" ;
@@ -1357,15 +1356,15 @@ ex:E55Type01Shape # TIPO INDAGINE
1357
1356
  sh:path indagine:tipo_indagine ;
1358
1357
  #sh:nodeKind sh:Literal ;
1359
1358
  sh:datatype xsd:string ;
1360
- #sh:class ex:E55Type01 ;
1359
+ #sh:class this:E55Type01 ;
1361
1360
  #sh:in ( "Tipo indagine A" "Tipo indagine B" ) ;
1362
1361
  #sh:class owl:Class ; # vocabolario TIPO INDAGINE (22) id="tipo-indagine"
1363
1362
  #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/tipo-indagine> ;
1364
- sh:name "Tipo indagine" ;
1363
+ sh:name "tipo" ;
1365
1364
  sh:maxCount 1 ;
1366
1365
  ] .
1367
1366
 
1368
- ex:E55Type02Shape # TIPO QUESITO DIAGNOSTICO
1367
+ this:E55Type02Shape # TIPO QUESITO DIAGNOSTICO
1369
1368
  a sh:NodeShape, rdfs:Class ;
1370
1369
  sh:targetClass crm:E55_Type ;
1371
1370
  rdfs:label "Tipo quesito diagnostico" ;
@@ -1375,28 +1374,28 @@ ex:E55Type02Shape # TIPO QUESITO DIAGNOSTICO
1375
1374
  sh:datatype xsd:string ;
1376
1375
  #sh:class owl:Class ; # vocabolario TIPO QUESITO DIAGNOSTICO (8) id="quesito-diagnostico"
1377
1376
  #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/quesito-diagnostico> ;
1378
- sh:name "Tipo quesito diagnostico" ;
1377
+ sh:name "tipo" ;
1379
1378
  sh:maxCount 1 ;
1380
1379
  ] .
1381
1380
 
1382
- ex:E55Type03Shape # TIPOLOGIA ATTORI
1381
+ this:E55Type03Shape # TIPOLOGIA ATTORI
1383
1382
  a sh:NodeShape, rdfs:Class ;
1384
1383
  sh:targetClass crm:E55_Type ;
1385
1384
  rdfs:label "Tipo attori" ;
1386
1385
  sh:property [
1387
1386
  sh:path crm:P1_is_identified_by ;
1388
- sh:node ex:E41Appellation01Shape ;
1389
- sh:name "Ente richiedente - schedatore" ;
1387
+ sh:node this:E41Appellation01Shape ;
1388
+ sh:name "è identificato da" ;
1390
1389
  sh:maxCount 1 ;
1391
1390
  #] ;
1392
1391
  #sh:property [
1393
1392
  # sh:path [sh:inversePath crm:P1i_identifies] ; # usata proprietà inversa di P1_is_identified_by ;
1394
- # sh:node ex:E41Appellation01bShape ;
1395
- # sh:name "Schedatore" ;
1393
+ # sh:node this:E41Appellation01bShape ;
1394
+ # sh:name "è identificato da" ;
1396
1395
  # sh:maxCount 1 ;
1397
1396
  ] .
1398
1397
 
1399
- ex:E55Type04Shape # TIPOLOGIE CAMPIONE (8DESCRIZIONE, TIPO, NATURA OGGETTO)
1398
+ this:E55Type04Shape # TIPOLOGIE CAMPIONE (8DESCRIZIONE, TIPO, NATURA OGGETTO)
1400
1399
  a sh:NodeShape, rdfs:Class ;
1401
1400
  sh:targetClass crm:E55_Type ;
1402
1401
  rdfs:label "Tipologie campione" ;
@@ -1406,10 +1405,10 @@ ex:E55Type04Shape # TIPOLOGIE CAMPIONE (8DESCRIZIONE, TIPO, NATURA OGGETTO)
1406
1405
  sh:datatype xsd:string ;
1407
1406
  #sh:class owl:Class ; # vocabolario TIPO DESCRIZIONE CAMPIONE (4) id="descrizione-del-campione"
1408
1407
  #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/descrizione-del-campione> ;
1409
- sh:name "Descrizione campione" ;
1408
+ sh:name "descrizione" ;
1410
1409
  sh:maxCount 1 ;
1411
1410
  ] ;
1412
- #ex:E55Type04bShape # TIPO CAMPIONE
1411
+ #this:E55Type04bShape # TIPO CAMPIONE
1413
1412
  # a sh:NodeShape, rdfs:Class ;
1414
1413
  # sh:targetClass crm:E55_Type ;
1415
1414
  # rdfs:label "Tipo campione" ;
@@ -1419,11 +1418,11 @@ ex:E55Type04Shape # TIPOLOGIE CAMPIONE (8DESCRIZIONE, TIPO, NATURA OGGETTO)
1419
1418
  sh:datatype xsd:string ;
1420
1419
  #sh:class owl:Class ; # vocabolario TIPO CAMPIONE (21) id="tipo-campione"
1421
1420
  #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/tipo-campione> ;
1422
- sh:name "Tipo campione" ;
1421
+ sh:name "tipo" ;
1423
1422
  sh:maxCount 1 ;
1424
1423
  #sh:minCount 1 ;
1425
1424
  ] ;
1426
- #ex:E55Type04cShape # NATURA OGGETTO
1425
+ #this:E55Type04cShape # NATURA OGGETTO
1427
1426
  # a sh:NodeShape, rdfs:Class ;
1428
1427
  # sh:targetClass crm:E55_Type ;
1429
1428
  # rdfs:label "Natura oggetto" ;
@@ -1433,11 +1432,11 @@ ex:E55Type04Shape # TIPOLOGIE CAMPIONE (8DESCRIZIONE, TIPO, NATURA OGGETTO)
1433
1432
  sh:datatype xsd:string ;
1434
1433
  #sh:class owl:Class ; # vocabolario NATURA OGGETTO (26) id="natura-oggetto"
1435
1434
  #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/natura-oggetto> ;
1436
- sh:name "Natura oggetto" ;
1435
+ sh:name "natura" ;
1437
1436
  sh:maxCount 1 ;
1438
1437
  ] .
1439
1438
 
1440
- ex:E55Type05Shape # TIPO INQUADRAMENTO CRONOLOGICO
1439
+ this:E55Type05Shape # TIPO INQUADRAMENTO CRONOLOGICO
1441
1440
  a sh:NodeShape, rdfs:Class ;
1442
1441
  sh:targetClass crm:E55_Type ;
1443
1442
  rdfs:label "Tipo inquadramento cronologico" ;
@@ -1447,11 +1446,11 @@ ex:E55Type05Shape # TIPO INQUADRAMENTO CRONOLOGICO
1447
1446
  sh:datatype xsd:string ;
1448
1447
  #sh:class owl:Class ; # vocabolario TIPO INQUADRAMENTO CRONOLOGICO (23) id="tipologia-inquadramento-cronologico"
1449
1448
  #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/tipologia-inquadramento-cronologico> ;
1450
- sh:name "Tipo inquadramento cronologico" ;
1449
+ sh:name "tipo" ;
1451
1450
  sh:maxCount 1 ;
1452
1451
  ] .
1453
1452
 
1454
- ex:E55Type06Shape # TIPO CONDIZIONE AMBIENTALE
1453
+ this:E55Type06Shape # TIPO CONDIZIONE AMBIENTALE
1455
1454
  a sh:NodeShape, rdfs:Class ;
1456
1455
  sh:targetClass crm:E55_Type ;
1457
1456
  rdfs:label "Tipo condizione ambientale" ;
@@ -1461,11 +1460,11 @@ ex:E55Type06Shape # TIPO CONDIZIONE AMBIENTALE
1461
1460
  sh:datatype xsd:string ;
1462
1461
  #sh:class owl:Class ; # vocabolario TIPO CONDIZIONE AMBIENTALE (1) id="condizioni-ambientali"
1463
1462
  #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/condizioni-ambientali> ;
1464
- sh:name "Tipo condizione ambientale" ;
1463
+ sh:name "tipo" ;
1465
1464
  sh:maxCount 1 ;
1466
1465
  ] .
1467
1466
 
1468
- ex:E55Type07Shape # TIPO TAFONOMIA E STATO CONSERVAZIONE
1467
+ this:E55Type07Shape # TIPO TAFONOMIA E STATO CONSERVAZIONE
1469
1468
  a sh:NodeShape, rdfs:Class ;
1470
1469
  sh:targetClass crm:E55_Type ;
1471
1470
  rdfs:label "Tipo tafonomia e stato conservazione" ;
@@ -1475,11 +1474,11 @@ ex:E55Type07Shape # TIPO TAFONOMIA E STATO CONSERVAZIONE
1475
1474
  sh:datatype xsd:string ;
1476
1475
  #sh:class owl:Class ; # vocabolario TIPO TAFONOMIA E STATO CONSERVAZIONE (19) id="tafonomia-e-stato-di-conservazione"
1477
1476
  #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/tafonomia-e-stato-di-conservazione> ;
1478
- sh:name "Tipo tafonomia e stato conservazione" ;
1477
+ sh:name "tipo" ;
1479
1478
  sh:maxCount 1 ;
1480
1479
  ] .
1481
1480
 
1482
- ex:E55Type08Shape # TIPO MATERIALE (in CAMPIONE, SOTTOCAMPIONE, ELEMENTO COSTRUTTIVO, OUTPUT, ...)
1481
+ this:E55Type08Shape # TIPO MATERIALE (in CAMPIONE, SOTTOCAMPIONE, ELEMENTO COSTRUTTIVO, OUTPUT, ...)
1483
1482
  a sh:NodeShape, rdfs:Class ;
1484
1483
  sh:targetClass crm:E55_Type ;
1485
1484
  rdfs:label "Tipo materiale" ;
@@ -1489,11 +1488,11 @@ ex:E55Type08Shape # TIPO MATERIALE (in CAMPIONE, SOTTOCAMPIONE, ELEMENTO COSTRUT
1489
1488
  sh:datatype xsd:string ;
1490
1489
  #sh:class owl:Class ; # vocabolario TIPO MATERIALE (11) id="materiale"
1491
1490
  #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/materiale> ;
1492
- sh:name "Tipo materiale" ;
1491
+ sh:name "tipo" ;
1493
1492
  sh:maxCount 1 ;
1494
1493
  ] .
1495
1494
 
1496
- ex:E55Type09Shape # TIPO CONTESTO
1495
+ this:E55Type09Shape # TIPO CONTESTO
1497
1496
  a sh:NodeShape, rdfs:Class ;
1498
1497
  sh:targetClass crm:E55_Type ;
1499
1498
  rdfs:label "Tipo contesto" ;
@@ -1503,11 +1502,11 @@ ex:E55Type09Shape # TIPO CONTESTO
1503
1502
  sh:datatype xsd:string ;
1504
1503
  #sh:class owl:Class ; # vocabolario TIPO CONTESTO (2) id="contesto"
1505
1504
  #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/contesto> ;
1506
- sh:name "Tipo contesto" ;
1505
+ sh:name "tipo" ;
1507
1506
  sh:maxCount 1 ;
1508
1507
  ] .
1509
1508
 
1510
- ex:E55Type10Shape # TIPO ELEMENTO COSTRUTTIVO
1509
+ this:E55Type10Shape # TIPO ELEMENTO COSTRUTTIVO
1511
1510
  a sh:NodeShape, rdfs:Class ;
1512
1511
  sh:targetClass crm:E55_Type ;
1513
1512
  rdfs:label "Tipo elemento costruttivo" ;
@@ -1517,11 +1516,11 @@ ex:E55Type10Shape # TIPO ELEMENTO COSTRUTTIVO
1517
1516
  sh:datatype xsd:string ;
1518
1517
  #sh:class owl:Class ; # vocabolario TIPO ELEMENTO COSTRUTTIVO (6) id="elemento-costruttivo"
1519
1518
  #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/elemento-costruttivo> ;
1520
- sh:name "Tipo elemento costruttivo" ;
1519
+ sh:name "tipo" ;
1521
1520
  sh:maxCount 1 ;
1522
1521
  ] .
1523
1522
 
1524
- ex:E55Type11Shape # TIPO SOTTOCAMPIONE (come CAMPIONE che è a parte)
1523
+ this:E55Type11Shape # TIPO SOTTOCAMPIONE (come CAMPIONE che è a parte)
1525
1524
  a sh:NodeShape, rdfs:Class ;
1526
1525
  sh:targetClass crm:E55_Type ;
1527
1526
  rdfs:label "Tipo sottocampione" ;
@@ -1531,11 +1530,11 @@ ex:E55Type11Shape # TIPO SOTTOCAMPIONE (come CAMPIONE che è a parte)
1531
1530
  sh:datatype xsd:string ;
1532
1531
  #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 ...
1533
1532
  #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/tipo-campione> ;
1534
- sh:name "Tipo sottocampione" ;
1533
+ sh:name "tipo" ;
1535
1534
  sh:maxCount 1 ;
1536
1535
  ] .
1537
1536
 
1538
- ex:E55Type12Shape # TIPO LUOGO ANALISI
1537
+ this:E55Type12Shape # TIPO LUOGO ANALISI
1539
1538
  a sh:NodeShape, rdfs:Class ;
1540
1539
  sh:targetClass crm:E55_Type ;
1541
1540
  rdfs:label "Tipo luogo analisi" ;
@@ -1545,11 +1544,11 @@ ex:E55Type12Shape # TIPO LUOGO ANALISI
1545
1544
  sh:datatype xsd:string ;
1546
1545
  #sh:class owl:Class ; # vocabolario TIPO LUOGO ANALISI (10) id="luogo-di-analisi"
1547
1546
  #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/luogo-di-analisi> ;
1548
- sh:name "Tipo luogo analisi" ;
1547
+ sh:name "tipo" ;
1549
1548
  sh:maxCount 1 ;
1550
1549
  ] .
1551
1550
 
1552
- ex:E55Type13Shape # TIPOLOGIE ATTIVITA' (FASE ANALISI, PREPARAZIONE CAMPIONE, TECNICA DIAGNOSTICA)
1551
+ this:E55Type13Shape # TIPOLOGIE ATTIVITA' (FASE ANALISI, PREPARAZIONE CAMPIONE, TECNICA DIAGNOSTICA)
1553
1552
  a sh:NodeShape, rdfs:Class ;
1554
1553
  sh:targetClass crm:E55_Type ;
1555
1554
  rdfs:label "Tipologie attività" ;
@@ -1559,10 +1558,10 @@ ex:E55Type13Shape # TIPOLOGIE ATTIVITA' (FASE ANALISI, PREPARAZIONE CAMPIONE, TE
1559
1558
  sh:datatype xsd:string ;
1560
1559
  #sh:class owl:Class ; # vocabolario FASE ANALISI (7) id="fase-di-analisi"
1561
1560
  #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/fase-di-analisi> ;
1562
- sh:name "Fase analisi" ;
1561
+ sh:name "fase analisi" ;
1563
1562
  sh:maxCount 1 ;
1564
1563
  ] ;
1565
- #ex:E55Type13bShape # PREPARAZIONE CAMPIONE
1564
+ #this:E55Type13bShape # PREPARAZIONE CAMPIONE
1566
1565
  # a sh:NodeShape, rdfs:Class ;
1567
1566
  # sh:targetClass crm:E55_Type ;
1568
1567
  # rdfs:label "Preparazione campione" ;
@@ -1572,16 +1571,16 @@ ex:E55Type13Shape # TIPOLOGIE ATTIVITA' (FASE ANALISI, PREPARAZIONE CAMPIONE, TE
1572
1571
  sh:datatype xsd:string ;
1573
1572
  #sh:class owl:Class ; # vocabolario PREPARAZIONE CAMPIONE (16) id="preparazione-campione"
1574
1573
  #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/preparazione-campione> ;
1575
- sh:name "Preparazione campione" ;
1574
+ sh:name "preparazione campione" ;
1576
1575
  sh:maxCount 1 ;
1577
1576
  ] ;
1578
1577
  sh:property [
1579
1578
  sh:path crm:P3_has_note ;
1580
- sh:node ex:E62String05Shape ;
1581
- sh:name "Note preparazione campione" ;
1579
+ sh:node this:E62String05Shape ;
1580
+ sh:name "ha note" ;
1582
1581
  sh:maxCount 1 ;
1583
1582
  ] ;
1584
- #ex:E55Type13cShape # TECNICA DIAGNOSTICA
1583
+ #this:E55Type13cShape # TECNICA DIAGNOSTICA
1585
1584
  # a sh:NodeShape, rdfs:Class ;
1586
1585
  # sh:targetClass crm:E55_Type ;
1587
1586
  # rdfs:label "Tecnica diagnostica" ;
@@ -1591,12 +1590,12 @@ ex:E55Type13Shape # TIPOLOGIE ATTIVITA' (FASE ANALISI, PREPARAZIONE CAMPIONE, TE
1591
1590
  sh:datatype xsd:string ;
1592
1591
  #sh:class owl:Class ; # vocabolario TECNICA DIAGNOSTICA (20) id="tecnica-diagnostica"
1593
1592
  #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/tecnica-diagnostica> ;
1594
- sh:name "Tecnica diagnostica" ;
1593
+ sh:name "tecnica diagnostica" ;
1595
1594
  sh:maxCount 1 ;
1596
1595
  #sh:minCount 1 ;
1597
1596
  ] .
1598
1597
 
1599
- ex:E55Type14Shape # TIPO MDALITA' INDAGINE
1598
+ this:E55Type14Shape # TIPO MDALITA' INDAGINE
1600
1599
  a sh:NodeShape, rdfs:Class ;
1601
1600
  sh:targetClass crm:E55_Type ;
1602
1601
  rdfs:label "Tipo modalità indagine" ;
@@ -1606,11 +1605,11 @@ ex:E55Type14Shape # TIPO MDALITA' INDAGINE
1606
1605
  sh:datatype xsd:string ;
1607
1606
  #sh:class owl:Class ; # vocabolario TIPO MODALITA' INDAGINE (13) id="modalita-di-indagine"
1608
1607
  #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/modalita-di-indagine> ;
1609
- sh:name "Tipo modalità indagine" ;
1608
+ sh:name "tipo" ;
1610
1609
  sh:maxCount 1 ;
1611
1610
  ] .
1612
1611
 
1613
- ex:E55Type15Shape # TIPO STRUMENTAZIONE
1612
+ this:E55Type15Shape # TIPO STRUMENTAZIONE
1614
1613
  a sh:NodeShape, rdfs:Class ;
1615
1614
  sh:targetClass crm:E55_Type ;
1616
1615
  rdfs:label "Tipo strumentazione" ;
@@ -1620,11 +1619,11 @@ ex:E55Type15Shape # TIPO STRUMENTAZIONE
1620
1619
  sh:datatype xsd:string ;
1621
1620
  #sh:class owl:Class ; # vocabolario STRUMENTAZIONE (18) id="strumentazione"
1622
1621
  #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/strumentazione> ;
1623
- sh:name "Tipo strumentazione" ;
1622
+ sh:name "tipo" ;
1624
1623
  sh:maxCount 1 ;
1625
1624
  ] .
1626
1625
 
1627
- ex:E55Type16Shape # TIPO MEDIUM
1626
+ this:E55Type16Shape # TIPO MEDIUM
1628
1627
  a sh:NodeShape, rdfs:Class ;
1629
1628
  sh:targetClass crm:E55_Type ;
1630
1629
  rdfs:label "Tipo medium" ;
@@ -1634,11 +1633,11 @@ ex:E55Type16Shape # TIPO MEDIUM
1634
1633
  sh:datatype xsd:string ;
1635
1634
  #sh:class owl:Class ; # vocabolario MEDIUM (12) id="medium"
1636
1635
  #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/medium> ;
1637
- sh:name "Tipo medium" ;
1636
+ sh:name "tipo" ;
1638
1637
  sh:maxCount 1 ;
1639
1638
  ] .
1640
1639
 
1641
- ex:E55Type17Shape # TIPO INPUT
1640
+ this:E55Type17Shape # TIPO INPUT
1642
1641
  a sh:NodeShape, rdfs:Class ;
1643
1642
  sh:targetClass crm:E55_Type ;
1644
1643
  rdfs:label "Tipo input" ;
@@ -1648,11 +1647,11 @@ ex:E55Type17Shape # TIPO INPUT
1648
1647
  sh:datatype xsd:string ;
1649
1648
  #sh:class owl:Class ; # vocabolario INPUT (24) id="input"
1650
1649
  #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/input> ;
1651
- sh:name "Tipo input" ;
1650
+ sh:name "tipo" ;
1652
1651
  sh:maxCount 1 ;
1653
1652
  ] .
1654
1653
 
1655
- ex:E55Type18Shape # TIPO OUTPUT
1654
+ this:E55Type18Shape # TIPO OUTPUT
1656
1655
  a sh:NodeShape, rdfs:Class ;
1657
1656
  sh:targetClass crm:E55_Type ;
1658
1657
  rdfs:label "Tipo output" ;
@@ -1662,56 +1661,56 @@ ex:E55Type18Shape # TIPO OUTPUT
1662
1661
  sh:datatype xsd:string ;
1663
1662
  #sh:class owl:Class ; # vocabolario OUTPUT (15) id="output"
1664
1663
  #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/output> ;
1665
- sh:name "Tipo output" ;
1664
+ sh:name "tipo" ;
1666
1665
  sh:maxCount 1 ;
1667
1666
  ] .
1668
1667
 
1669
- ex:S10CP9MaterialShape # MATERIALE PREVALENTE - ELEMENTO COSTRUTTIVO
1668
+ this:S10CP9MaterialShape # MATERIALE PREVALENTE - ELEMENTO COSTRUTTIVO
1670
1669
  a sh:NodeShape, rdfs:Class ;
1671
1670
  sh:targetClass j.0:S10_Material_Substantial, basecpm:CP9_Building_Material ;
1672
1671
  rdfs:label "Materiale prevalente elemento costruttivo" ;
1673
1672
  sh:property [
1674
1673
  sh:path crm:P2_has_type ;
1675
- sh:node ex:E55Type08Shape ;
1676
- sh:name "Materiale prevalente" ;
1674
+ sh:node this:E55Type08Shape ;
1675
+ sh:name "ha tipo" ;
1677
1676
  sh:maxCount 1 ;
1678
1677
  ] ;
1679
1678
  sh:property [
1680
1679
  sh:path j.0:O25_contains ;
1681
- sh:node ex:S10MaterialSubstantial03Shape ;
1680
+ sh:node this:S10MaterialSubstantial03Shape ;
1682
1681
  sh:name "Materiale specifico" ;
1683
1682
  sh:maxCount 1 ;
1684
1683
  ] ;
1685
1684
  sh:property [
1686
1685
  sh:path basecpm:PC51_was_affected_by ;
1687
- sh:node ex:CP42MaterialDecayShape ;
1688
- sh:name "Degrado" ;
1686
+ sh:node this:CP42MaterialDecayShape ;
1687
+ sh:name "è stato influenzato da" ;
1689
1688
  sh:maxCount 1 ;
1690
1689
  ] ;
1691
1690
  sh:property [
1692
1691
  sh:path crm:P3_has_note ;
1693
- sh:node ex:E62String15Shape ;
1694
- sh:name "Note degrado" ;
1692
+ sh:node this:E62String15Shape ;
1693
+ sh:name "ha note" ;
1695
1694
  sh:maxCount 1 ;
1696
1695
  ] .
1697
1696
 
1698
- #ex:CP9BuildingMaterialShape # MATERIALE PREVALENTE 2 - ELEMENTO COSTRUTTIVO
1697
+ #this:CP9BuildingMaterialShape # MATERIALE PREVALENTE 2 - ELEMENTO COSTRUTTIVO
1699
1698
  # a sh:NodeShape, rdfs:Class ;
1700
1699
  # sh:targetClass basecpm:CP9_Building_Material ;
1701
1700
  # sh:property [
1702
1701
  # sh:path crm:P2_has_type ;
1703
- # sh:node ex:E55Type08Shape ;
1704
- # sh:name "Materiale" ;
1702
+ # sh:node this:E55Type08Shape ;
1703
+ # sh:name "ha tipo" ;
1705
1704
  # sh:maxCount 1 ;
1706
1705
  # ] ;
1707
1706
  # sh:property [
1708
1707
  # sh:path basecpm:PC51_was_affected_by ;
1709
- # sh:node ex:CP42MaterialDecayShape ;
1710
- # sh:name "Degrado" ;
1708
+ # sh:node this:CP42MaterialDecayShape ;
1709
+ # sh:name "è stato influenzato da" ;
1711
1710
  # sh:maxCount 1 ;
1712
1711
  # ] .
1713
1712
 
1714
- ex:CP42MaterialDecayShape # TIPO DEGRADO
1713
+ this:CP42MaterialDecayShape # TIPO DEGRADO
1715
1714
  a sh:NodeShape, rdfs:Class ;
1716
1715
  sh:targetClass basecpm:CP42_Material_Decay ;
1717
1716
  rdfs:label "Tipo degrado" ;
@@ -1721,105 +1720,105 @@ ex:CP42MaterialDecayShape # TIPO DEGRADO
1721
1720
  sh:datatype xsd:string ;
1722
1721
  #sh:class owl:Class ; # vocabolario TIPO DEGRADO (3) id="degrado"
1723
1722
  #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/degrado> ;
1724
- sh:name "Tipo degrado" ;
1723
+ sh:name "tipo" ;
1725
1724
  sh:maxCount 1 ;
1726
1725
  ] .
1727
1726
 
1728
- ex:E62String01Shape # NOTE SOTTOCAMPIONE
1727
+ this:E62String01Shape # NOTE SOTTOCAMPIONE
1729
1728
  a sh:NodeShape, rdfs:Class ;
1730
1729
  sh:targetClass crm:E62_String ;
1731
1730
  rdfs:label "Note sottocampione" ;
1732
1731
  sh:property [
1733
1732
  sh:path indagine:note_sottocampione ;
1734
1733
  sh:datatype xsd:string ;
1735
- sh:name "Note sottocampione" ;
1734
+ sh:name "note" ;
1736
1735
  sh:maxCount 1 ;
1737
1736
  ] .
1738
1737
 
1739
- ex:E62String02Shape # LOCALIZZAZIONE COORDINATE
1738
+ this:E62String02Shape # LOCALIZZAZIONE COORDINATE
1740
1739
  a sh:NodeShape, rdfs:Class ;
1741
1740
  sh:targetClass crm:E62_String ;
1742
1741
  rdfs:label "Localizzazione coordinate" ;
1743
1742
  sh:property [
1744
1743
  sh:path indagine:localizzazione_coordinate ;
1745
1744
  sh:datatype xsd:string ;
1746
- sh:name "Localizzazione coordinate" ;
1745
+ sh:name "coordinate" ;
1747
1746
  sh:maxCount 1 ;
1748
1747
  ] .
1749
1748
 
1750
- ex:E62String03Shape # LOCALIZZAZIONE AREA
1749
+ this:E62String03Shape # LOCALIZZAZIONE AREA
1751
1750
  a sh:NodeShape, rdfs:Class ;
1752
1751
  sh:targetClass crm:E62_String ;
1753
1752
  rdfs:label "Localizzazione area" ;
1754
1753
  sh:property [
1755
1754
  sh:path indagine:localizzazione_area ;
1756
1755
  sh:datatype xsd:string ;
1757
- sh:name "Localizzazione area" ;
1756
+ sh:name "area" ;
1758
1757
  sh:maxCount 1 ;
1759
1758
  ] .
1760
1759
 
1761
- ex:E62String04Shape # NOTE INPUT
1760
+ this:E62String04Shape # NOTE INPUT
1762
1761
  a sh:NodeShape, rdfs:Class ;
1763
1762
  sh:targetClass crm:E62_String ;
1764
1763
  rdfs:label "Note input" ;
1765
1764
  sh:property [
1766
1765
  sh:path indagine:note_input ;
1767
1766
  sh:datatype xsd:string ;
1768
- sh:name "Note input" ;
1767
+ sh:name "note" ;
1769
1768
  sh:maxCount 1 ;
1770
1769
  ] .
1771
1770
 
1772
- ex:E62String05Shape # NOTE PREPARAZIONE CAMPIONE
1771
+ this:E62String05Shape # NOTE PREPARAZIONE CAMPIONE
1773
1772
  a sh:NodeShape, rdfs:Class ;
1774
1773
  sh:targetClass crm:E62_String ;
1775
1774
  rdfs:label "Note preparazione campione" ;
1776
1775
  sh:property [
1777
1776
  sh:path indagine:note_preparazione_campione ;
1778
1777
  sh:datatype xsd:string ;
1779
- sh:name "Note preparazione campione" ;
1778
+ sh:name "note" ;
1780
1779
  sh:maxCount 1 ;
1781
1780
  ] .
1782
1781
 
1783
- ex:E62String09Shape # NOTE CONDIZIONE AMBIENTALE
1782
+ this:E62String09Shape # NOTE CONDIZIONE AMBIENTALE
1784
1783
  a sh:NodeShape, rdfs:Class ;
1785
1784
  sh:targetClass crm:E62_String ;
1786
1785
  rdfs:label "Note condizione ambientale" ;
1787
1786
  sh:property [
1788
1787
  sh:path indagine:note_condizione_ambientale ;
1789
1788
  sh:datatype xsd:string ;
1790
- sh:name "Note condizione ambientale" ;
1789
+ sh:name "note" ;
1791
1790
  sh:maxCount 1 ;
1792
1791
  ] .
1793
1792
 
1794
- ex:E62String17Shape # NOTE COMPONENTE SPECIFICO
1793
+ this:E62String17Shape # NOTE COMPONENTE SPECIFICO
1795
1794
  a sh:NodeShape, rdfs:Class ;
1796
1795
  sh:targetClass crm:E62_String ;
1797
1796
  rdfs:label "Note componente specifico" ;
1798
1797
  sh:property [
1799
1798
  sh:path indagine:note_componente_specifico ;
1800
1799
  sh:datatype xsd:string ;
1801
- sh:name "Note componente specifico" ;
1800
+ sh:name "note" ;
1802
1801
  sh:maxCount 1 ;
1803
1802
  ] .
1804
1803
 
1805
- ex:E62String18Shape # RUOLO ATTORE
1804
+ this:E62String18Shape # RUOLO ATTORE
1806
1805
  a sh:NodeShape, rdfs:Class ;
1807
1806
  sh:targetClass crm:E62_String ;
1808
1807
  rdfs:label "Ruolo attore" ;
1809
1808
  sh:property [
1810
1809
  sh:path indagine:ruolo_attore ;
1811
1810
  sh:datatype xsd:string ;
1812
- sh:name "Ruolo attore" ;
1811
+ sh:name "ruolo" ;
1813
1812
  sh:maxCount 1 ;
1814
1813
  ] .
1815
1814
 
1816
- ex:E62String19Shape # MISURA
1815
+ this:E62String19Shape # MISURA
1817
1816
  a sh:NodeShape, rdfs:Class ;
1818
1817
  sh:targetClass crm:E62_String ;
1819
1818
  rdfs:label "Misura" ;
1820
1819
  sh:property [
1821
1820
  sh:path indagine:misura ;
1822
1821
  sh:datatype xsd:string ;
1823
- sh:name "Misura" ;
1822
+ sh:name "misura" ;
1824
1823
  sh:maxCount 1 ;
1825
1824
  ] .