@igea/oac_backend 1.0.83 → 1.0.85

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igea/oac_backend",
3
- "version": "1.0.83",
3
+ "version": "1.0.85",
4
4
  "description": "Backend service for the OAC project",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -236,6 +236,7 @@ router.get('/form/lock/:row_id/:client_uuid', (req, res) => {
236
236
  message: success ? null : 'Record is locked by another user'
237
237
  });
238
238
  }).catch((err)=>{
239
+ console.log(err)
239
240
  res.status(500).json({
240
241
  success: false,
241
242
  data: null,
@@ -35,6 +35,7 @@ class EditLocks {
35
35
  console.log(reserver_uuid)
36
36
  resolve(reserver_uuid == client_uuid)
37
37
  }catch(e){
38
+ console.log(e)
38
39
  reject(e)
39
40
  }
40
41
  });
@@ -762,11 +762,11 @@ ex:S10MaterialSubstantial01Shape # MATERIALE PREVALENTE - CAMPIONE
762
762
  ex:S10MaterialSubstantial02Shape # MATERIALE PREVALENTE - SOTTOCAMPIONE
763
763
  a sh:NodeShape, rdfs:Class ;
764
764
  sh:targetClass j.0:S10_Material_Substantial ;
765
- rdfs:label "Materiale sottocampione" ;
765
+ rdfs:label "Materiale prevalente" ;
766
766
  sh:property [
767
767
  sh:path crm:P2_has_type ;
768
768
  sh:node ex:E55Type08Shape ;
769
- sh:name "Materiale sottocampione" ;
769
+ sh:name "Materiale prevalente" ;
770
770
  sh:maxCount 1 ;
771
771
  ] .
772
772
 
@@ -812,6 +812,12 @@ ex:CP41EnvironmentalObservableEntity01Shape # STATO CONSERVAZIONE - CONDIZIONE A
812
812
  sh:node ex:E55Type06Shape ;
813
813
  sh:name "Condizione ambientale" ;
814
814
  #sh:maxCount 1 ;
815
+ ] ;
816
+ sh:property [
817
+ sh:path crm:P3_has_note ;
818
+ sh:node ex:E62String09Shape ;
819
+ sh:name "Note condizione ambientale" ;
820
+ sh:maxCount 1 ;
815
821
  ] .
816
822
 
817
823
  ex:CP2ArchitectureWorkShape # BENE DI RIFERIMENTO
@@ -1088,7 +1094,7 @@ ex:I12AdoptedBeliefShape # QUESITO DIAGNOSTICO
1088
1094
  sh:property [
1089
1095
  sh:path crm:P2_has_type ;
1090
1096
  sh:node ex:E55Type02Shape ;
1091
- sh:name "Quesito diagnostico" ;
1097
+ sh:name "Tipo quesito diagnostico" ;
1092
1098
  sh:maxCount 1 ;
1093
1099
  sh:minCount 1 ;
1094
1100
  ] .
@@ -1399,12 +1405,6 @@ ex:E55Type06Shape # TIPO CONDIZIONE AMBIENTALE
1399
1405
  owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/condizioni-ambientali> ;
1400
1406
  sh:name "Tipo condizione ambientale" ;
1401
1407
  sh:maxCount 1 ;
1402
- ] ;
1403
- sh:property [
1404
- sh:path crm:P3_has_note ;
1405
- sh:node ex:E62String09Shape ;
1406
- sh:name "Altra condizione ambientale" ;
1407
- sh:maxCount 1 ;
1408
1408
  ] .
1409
1409
 
1410
1410
  ex:E55Type07Shape # TIPO TAFONOMIA E STATO CONSERVAZIONE
@@ -1502,7 +1502,7 @@ ex:E55Type13aShape # FASE ANALISI
1502
1502
  sh:maxCount 1 ;
1503
1503
  ] .
1504
1504
 
1505
- ex:E55Type13bShape # TIPOLOGIE ATTIVITA'
1505
+ ex:E55Type13bShape # PREPARAZIONE CAMPIONE
1506
1506
  a sh:NodeShape, rdfs:Class ;
1507
1507
  sh:targetClass crm:E55_Type ;
1508
1508
  rdfs:label "Preparazione campione" ;
@@ -1633,6 +1633,12 @@ ex:S10CP9MaterialShape # MATERIALE PREVALENTE - ELEMENTO COSTRUTTIVO
1633
1633
  sh:node ex:CP42MaterialDecayShape ;
1634
1634
  sh:name "Degrado" ;
1635
1635
  #sh:maxCount 1 ;
1636
+ ] ;
1637
+ sh:property [
1638
+ sh:path crm:P3_has_note ;
1639
+ sh:node ex:E62String15Shape ;
1640
+ sh:name "Note degrado" ;
1641
+ sh:maxCount 1 ;
1636
1642
  ] .
1637
1643
 
1638
1644
  #ex:CP9BuildingMaterialShape # MATERIALE PREVALENTE 2 - ELEMENTO COSTRUTTIVO
@@ -1661,12 +1667,6 @@ ex:CP42MaterialDecayShape # TIPO DEGRADO
1661
1667
  owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/degrado> ;
1662
1668
  sh:name "Tipo degrado" ;
1663
1669
  sh:maxCount 1 ;
1664
- ] ;
1665
- sh:property [
1666
- sh:path crm:P3_has_note ;
1667
- sh:node ex:E62String15Shape ;
1668
- sh:name "Altro degrado" ;
1669
- sh:maxCount 1 ;
1670
1670
  ] .
1671
1671
 
1672
1672
  ex:E62String01Shape # NOTE SOTTOCAMPIONE
@@ -1757,14 +1757,14 @@ ex:E62String08Shape # ALTRA DESCRIZIONE CAMPIONE
1757
1757
  sh:maxCount 1 ;
1758
1758
  ] .
1759
1759
 
1760
- ex:E62String09Shape # ALTRA CONDIZIONE AMBIENTALE
1760
+ ex:E62String09Shape # NOTE CONDIZIONE AMBIENTALE
1761
1761
  a sh:NodeShape, rdfs:Class ;
1762
1762
  sh:targetClass crm:E62_String ;
1763
- rdfs:label "Altra condizione ambientale" ;
1763
+ rdfs:label "Note condizione ambientale" ;
1764
1764
  sh:property [
1765
1765
  sh:path indagine:altra_condizione_ambientale ;
1766
1766
  sh:datatype xsd:string ;
1767
- sh:name "Altra condizione ambientale" ;
1767
+ sh:name "Note condizione ambientale" ;
1768
1768
  sh:maxCount 1 ;
1769
1769
  ] .
1770
1770
 
@@ -1801,7 +1801,6 @@ ex:E62String12Shape # ALTRA MODALITA' INDAGINE
1801
1801
  sh:maxCount 1 ;
1802
1802
  ] .
1803
1803
 
1804
-
1805
1804
  ex:E62String13Shape # ALTRA STRUMENTAZIONE
1806
1805
  a sh:NodeShape, rdfs:Class ;
1807
1806
  sh:targetClass crm:E62_String ;
@@ -1824,14 +1823,14 @@ ex:E62String14Shape # ALTRO MEDIUM
1824
1823
  sh:maxCount 1 ;
1825
1824
  ] .
1826
1825
 
1827
- ex:E62String15Shape # ALTRO DEGRADO
1826
+ ex:E62String15Shape # NOTE DEGRADO
1828
1827
  a sh:NodeShape, rdfs:Class ;
1829
1828
  sh:targetClass crm:E62_String ;
1830
- rdfs:label "Altro degrado" ;
1829
+ rdfs:label "Note degrado" ;
1831
1830
  sh:property [
1832
1831
  sh:path indagine:altro_degrado ;
1833
1832
  sh:datatype xsd:string ;
1834
- sh:name "Altro degrado" ;
1833
+ sh:name "Note degrado" ;
1835
1834
  sh:maxCount 1 ;
1836
1835
  ] .
1837
1836
 
@@ -145,8 +145,10 @@ ex:E55Type02Shape # TIPO QUESITO DIAGNOSTICO
145
145
  #volipi:iconName "fa-solid fa-car" ;
146
146
  sh:property [
147
147
  sh:path indagine:tipo_quesito_diagnostico ;
148
- sh:class owl:Class ; # vocabolario QUESITO DIAGNOSTICO (8) id="quesito-diagnostico"
149
- owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/quesito-diagnostico> ;
148
+ #sh:class owl:Class ; # vocabolario QUESITO DIAGNOSTICO (8) id="quesito-diagnostico"
149
+ #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/quesito-diagnostico> ;
150
+ #sh:nodeKind sh:Literal;
151
+ sh:datatype xsd:string;
150
152
  sh:name "Tipo quesito diagnostico" ;
151
153
  sh:maxCount 1 ;
152
154
  ] .
@@ -174,10 +176,12 @@ ex:E55Type05Shape # TIPO CAMPIONE
174
176
  sh:targetClass crm:E55_Type ;
175
177
  rdfs:label "Tipo campione" ;
176
178
  sh:property [
177
- #sh:path ex:P2hastype05 ;
178
179
  sh:path indagine:tipo_campione ;
179
- sh:class owl:Class ; # vocabolario TIPO CAMPIONE (21) id="tipo-campione
180
- owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/tipo-campione> ;
180
+ #sh:class owl:Class ; # vocabolario TIPO CAMPIONE (21) id="tipo-campione
181
+ #sh:in ( "Tipo campione A" "Tipo campione B" ) ;
182
+ #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/tipo-campione> ;
183
+ #sh:nodeKind sh:Literal;
184
+ sh:datatype xsd:string;
181
185
  sh:name "Tipo campione" ;
182
186
  sh:maxCount 1 ;
183
187
  ] .
@@ -93,8 +93,10 @@ ex:E55Type04Shape # TIPO CAMPIONE
93
93
  rdfs:label "Tipo campione" ;
94
94
  sh:property [
95
95
  sh:path indagine:tipo_campione ;
96
- sh:class owl:Class ; # vocabolario TIPO CAMPIONE (21) id="tipo-campione"
97
- owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/tipo-campione> ;
96
+ #sh:class owl:Class ; # vocabolario TIPO CAMPIONE (21) id="tipo-campione"
97
+ #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/tipo-campione> ;
98
+ #sh:nodeKind sh:Literal;
99
+ sh:datatype xsd:string;
98
100
  sh:name "Tipo campione" ;
99
101
  sh:maxCount 1 ;
100
102
  ] .
@@ -105,8 +107,10 @@ ex:E55Type08Shape # TIPO MATERIALE (in CAMPIONE, SOTTOCAMPIONE, ELEMENTO COSTRUT
105
107
  rdfs:label "Tipo materiale" ;
106
108
  sh:property [
107
109
  sh:path indagine:materiale ;
108
- sh:class owl:Class ; # vocabolario TIPO MATERIALE (11) id="materiale"
109
- owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/materiale> ;
110
+ #sh:class owl:Class ; # vocabolario TIPO MATERIALE (11) id="materiale"
111
+ #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/materiale> ;
112
+ #sh:nodeKind sh:Literal;
113
+ sh:datatype xsd:string;
110
114
  sh:name "Tipo materiale" ;
111
115
  sh:maxCount 1 ;
112
116
  ] .
@@ -191,8 +191,10 @@ ex:E55Type04Shape # TIPO CAMPIONE
191
191
  rdfs:label "Tipo campione" ;
192
192
  sh:property [
193
193
  sh:path indagine:tipo_campione ;
194
- sh:class owl:Class ; # vocabolario TIPO CAMPIONE (21) id="tipo-campione"
195
- owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/tipo-campione> ;
194
+ #sh:class owl:Class ; # vocabolario TIPO CAMPIONE (21) id="tipo-campione"
195
+ #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/tipo-campione> ;
196
+ #sh:nodeKind sh:Literal;
197
+ sh:datatype xsd:string;
196
198
  sh:name "Tipo campione" ;
197
199
  sh:maxCount 1 ;
198
200
  ] .
@@ -203,8 +205,10 @@ ex:E55Type08Shape # TIPO MATERIALE (in CAMPIONE, SOTTOCAMPIONE, ELEMENTO COSTRUT
203
205
  rdfs:label "Tipo materiale" ;
204
206
  sh:property [
205
207
  sh:path indagine:tipo_materiale ;
206
- sh:class owl:Class ; # vocabolario TIPO MATERIALE (11) id="materiale"
207
- owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/materiale> ;
208
+ #sh:class owl:Class ; # vocabolario TIPO MATERIALE (11) id="materiale"
209
+ #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/materiale> ;
210
+ #sh:nodeKind sh:Literal;
211
+ sh:datatype xsd:string;
208
212
  sh:name "Tipo materiale" ;
209
213
  sh:maxCount 1 ;
210
214
  ] .
@@ -215,8 +219,10 @@ ex:E55Type13Shape # TECNICA DIAGNOSTICA
215
219
  rdfs:label "Tecnica diagnostica" ;
216
220
  sh:property [
217
221
  sh:path indagine:tecnica_diagnostica ;
218
- sh:class owl:Class ; # vocabolario TECNICA DIAGNOSTICA (20) id="tecnica-diagnostica"
219
- owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/tecnica-diagnostica> ;
222
+ #sh:class owl:Class ; # vocabolario TECNICA DIAGNOSTICA (20) id="tecnica-diagnostica"
223
+ #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/tecnica-diagnostica> ;
224
+ #sh:nodeKind sh:Literal;
225
+ sh:datatype xsd:string;
220
226
  sh:name "Tecnica diagnostica" ;
221
227
  sh:maxCount 1 ;
222
228
  ] .
@@ -227,8 +233,10 @@ ex:E55Type14Shape # TIPO MDALITA' INDAGINE
227
233
  rdfs:label "Tipo modalità indagine" ;
228
234
  sh:property [
229
235
  sh:path indagine:tipo_modalita_indagine ;
230
- sh:class owl:Class ; # vocabolario TIPO MODALITA' INDAGINE (13) id="modalita-di-indagine"
231
- owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/modalita-di-indagine> ;
236
+ #sh:class owl:Class ; # vocabolario TIPO MODALITA' INDAGINE (13) id="modalita-di-indagine"
237
+ #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/modalita-di-indagine> ;
238
+ #sh:nodeKind sh:Literal;
239
+ sh:datatype xsd:string;
232
240
  sh:name "Tipo modalità indagine" ;
233
241
  sh:maxCount 1 ;
234
242
  ] .
@@ -239,8 +247,10 @@ ex:E55Type15Shape # TIPO STRUMENTAZIONE
239
247
  rdfs:label "Tipo strumentazione" ;
240
248
  sh:property [
241
249
  sh:path indagine:tipo_strumentazione ;
242
- sh:class owl:Class ; # vocabolario STRUMENTAZIONE (18) id="strumentazione"
243
- owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/strumentazione> ;
250
+ #sh:class owl:Class ; # vocabolario STRUMENTAZIONE (18) id="strumentazione"
251
+ #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/strumentazione> ;
252
+ #sh:nodeKind sh:Literal;
253
+ sh:datatype xsd:string;
244
254
  sh:name "Tipo strumentazione" ;
245
255
  sh:maxCount 1 ;
246
256
  ] .
@@ -112,8 +112,10 @@ ex:I2Belief01Shape # INQUADRAMENTO CRONOLOGICO
112
112
  rdfs:label "Inquadramento cronologico" ;
113
113
  sh:property [
114
114
  sh:path indagine:inquadramento_cronologico ;
115
- sh:class owl:Class ; # vocabolario INQUADRAMENTO CRONOLOGICO (9) id="inquadramento-cronologico"
116
- owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/inquadramento-cronologico> ;
115
+ #sh:class owl:Class ; # vocabolario INQUADRAMENTO CRONOLOGICO (9) id="inquadramento-cronologico"
116
+ #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/inquadramento-cronologico> ;
117
+ sh:nodeKind sh:Literal;
118
+ sh:datatype xsd:string;
117
119
  sh:name "Tipo" ;
118
120
  sh:maxCount 1 ;
119
121
  ] .
@@ -135,8 +137,10 @@ ex:E55Type04Shape # TIPO CAMPIONE
135
137
  rdfs:label "Tipo campione" ;
136
138
  sh:property [
137
139
  sh:path indagine:tipo_campione ;
138
- sh:class owl:Class ; # vocabolario TIPO CAMPIONE (21) id="tipo-campione"
139
- owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/tipo-campione> ;
140
+ #sh:class owl:Class ; # vocabolario TIPO CAMPIONE (21) id="tipo-campione"
141
+ #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/tipo-campione> ;
142
+ sh:nodeKind sh:Literal;
143
+ sh:datatype xsd:string;
140
144
  sh:name "Tipo campione" ;
141
145
  sh:maxCount 1 ;
142
146
  ] .
@@ -147,8 +151,10 @@ ex:E55Type08Shape # TIPO MATERIALE (in CAMPIONE, SOTTOCAMPIONE, ELEMENTO COSTRUT
147
151
  rdfs:label "Tipo materiale" ;
148
152
  sh:property [
149
153
  sh:path indagine:tipo_materiale ;
150
- sh:class owl:Class ; # vocabolario TIPO MATERIALE (11) id="materiale"
151
- owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/materiale> ;
154
+ #sh:class owl:Class ; # vocabolario TIPO MATERIALE (11) id="materiale"
155
+ #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/materiale> ;
156
+ sh:nodeKind sh:Literal;
157
+ sh:datatype xsd:string;
152
158
  sh:name "Tipo materiale" ;
153
159
  sh:maxCount 1 ;
154
160
  ] .
@@ -56,7 +56,7 @@ ex:E7Activity01Shape # INDAGINE
56
56
  sh:name "Attività diagnostica" ;
57
57
  sh:maxCount 1 ;
58
58
  ] .
59
-
59
+
60
60
  ex:E7Activity02Shape # ATTIVITA' DIAGNOSTICA
61
61
  a sh:NodeShape, rdfs:Class ;
62
62
  sh:targetClass crm:E7_Activity ;
@@ -333,7 +333,14 @@ ex:E73InformationObject03Shape # SOFTWARE
333
333
  sh:property [
334
334
  sh:path crm:P48_has_preferred_identifier ;
335
335
  sh:node ex:E42Identifier11Shape ;
336
- sh:name "Codifica software" ;
336
+ sh:name "Codice software" ;
337
+ sh:maxCount 1 ;
338
+ ] ;
339
+ sh:property [
340
+ sh:path crm:P67_refers_to ;
341
+ sh:node ex:S5InferenceMakingShape ;
342
+ sh:name "Inferenza" ;
343
+ sh:maxCount 1 ;
337
344
  sh:maxCount 1 ;
338
345
  ] .
339
346
 
@@ -349,27 +356,27 @@ ex:E73InformationObject04Shape # ALLEGATO REPORT
349
356
  sh:maxCount 1 ;
350
357
  ] .
351
358
 
352
- #ex:S5InferenceMakingShape # INFERENZA
353
- # a sh:NodeShape, rdfs:Class ;
354
- # sh:targetClass j.0:S5_Inference_Making ;
355
- # rdfs:label "Inferenza" ;
356
- # sh:property [
357
- # sh:path indagine:inferenza ;
358
- # sh:datatype xsd:string ;
359
- # sh:name "Inferenza" ;
360
- # sh:maxCount 1 ;
361
- # ] .
362
- #
363
- #ex:I5InferenceMakingShape # INFERENZA
364
- # a sh:NodeShape, rdfs:Class ;
365
- # sh:targetClass base:S5_Inference_Making ;
366
- # rdfs:label "Inferenza" ;
367
- # sh:property [
368
- # sh:path indagine:inferenza ;
369
- # sh:datatype xsd:string ;
370
- # sh:name "Inferenza" ;
371
- # sh:maxCount 1 ;
372
- # ] .
359
+ ex:S5InferenceMakingShape # INFERENZA
360
+ a sh:NodeShape, rdfs:Class ;
361
+ sh:targetClass j.0:S5_Inference_Making ;
362
+ rdfs:label "Inferenza" ;
363
+ sh:property [
364
+ sh:path indagine:inferenza ;
365
+ sh:datatype xsd:string ;
366
+ sh:name "Inferenza" ;
367
+ sh:maxCount 1 ;
368
+ ] .
369
+
370
+ ex:I5InferenceMakingShape # INFERENZA
371
+ a sh:NodeShape, rdfs:Class ;
372
+ sh:targetClass base:S5_Inference_Making ;
373
+ rdfs:label "Inferenza" ;
374
+ sh:property [
375
+ sh:path indagine:inferenza ;
376
+ sh:datatype xsd:string ;
377
+ sh:name "Inferenza" ;
378
+ sh:maxCount 1 ;
379
+ ] .
373
380
 
374
381
  ex:E70ThingShape # STRUMENTO
375
382
  a sh:NodeShape, rdfs:Class ;
@@ -423,12 +430,12 @@ ex:E29DesignorProcedure03Shape # PROCEDURA
423
430
  sh:maxCount 1 ;
424
431
  ] .
425
432
 
426
- ex:E1CRMEntityShape # FINALITA'
433
+ ex:E1CRMEntityShape # FINALITA' INDAGINE
427
434
  a sh:NodeShape, rdfs:Class ;
428
435
  sh:targetClass crm:E1_CRM_Entity ;
429
- rdfs:label "Descrizione finalità" ;
436
+ rdfs:label "Finalità indagine" ;
430
437
  sh:property [
431
- sh:path indagine:descrizone_finalita_indagine ;
438
+ sh:path indagine:descrizione_finalita_indagine ;
432
439
  sh:datatype xsd:string ;
433
440
  sh:name "Descrizione finalità" ;
434
441
  sh:maxCount 1 ;
@@ -740,8 +747,10 @@ ex:E29DesignorProcedure01Shape # PROCESSO CAMPIONAMENTO
740
747
  rdfs:label "Processo campionamento" ;
741
748
  sh:property [
742
749
  sh:path indagine:processo_campionamento ;
743
- sh:class owl:Class ; # vocabolario PROCESSO CAMPIONAMENTO (17) id="processo-di-campionamento"
744
- owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/processo-di-campionamento> ;
750
+ #sh:nodeKind sh:Literal;
751
+ sh:datatype xsd:string;
752
+ #sh:class owl:Class ; # vocabolario PROCESSO CAMPIONAMENTO (17) id="processo-di-campionamento"
753
+ #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/processo-di-campionamento> ;
745
754
  sh:name "Processo" ;
746
755
  sh:maxCount 1 ;
747
756
  ] .
@@ -767,7 +776,7 @@ ex:E29DesignorProcedure04Shape # PROCEDURA ASSOCIATA (in PROCEDURA di ATTIVITA'
767
776
  sh:name "Protocollo procedura associata" ;
768
777
  sh:maxCount 1 ;
769
778
  ] .
770
-
779
+
771
780
  ex:S4ObservationShape # OSSERVAZIONE
772
781
  a sh:NodeShape, rdfs:Class ;
773
782
  sh:targetClass j.0:S4_Observation ;
@@ -867,6 +876,13 @@ ex:CP41EnvironmentalObservableEntity01Shape # STATO CONSERVAZIONE - CONDIZIONE A
867
876
  sh:node ex:E55Type06Shape ;
868
877
  sh:name "Condizione ambientale" ;
869
878
  sh:maxCount 1 ;
879
+ ] ;
880
+ sh:property [
881
+ sh:path crm:P3_has_note ;
882
+ sh:node ex:E62String09Shape ;
883
+ sh:name "Note condizione ambientale" ;
884
+ sh:maxCount 1 ;
885
+ sh:maxCount 1 ;
870
886
  ] ;
871
887
  sh:property [
872
888
  sh:path basecpm:PC1_affects ;
@@ -922,8 +938,10 @@ ex:CP43StructuralDamageShape # TIPO DISSESTI STRUTTURALI
922
938
  rdfs:label "Tipo dissesti strutturali" ;
923
939
  sh:property [
924
940
  sh:path indagine:dissesti_strutturali ;
925
- sh:class owl:Class ; # vocabolario TIPO DISSESTI STRUTTURALI (25) id="dissesti-strutturali"
926
- owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/dissesti-strutturali> ;
941
+ #sh:nodeKind sh:Literal;
942
+ sh:datatype xsd:string;
943
+ #sh:class owl:Class ; # vocabolario TIPO DISSESTI STRUTTURALI (25) id="dissesti-strutturali"
944
+ #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/dissesti-strutturali> ;
927
945
  sh:name "Tipo dissesti strutturali" ;
928
946
  sh:maxCount 1 ;
929
947
  ] .
@@ -1043,11 +1061,12 @@ ex:E42Identifier07Shape # ID ANALISI ASSOCIATA-PREGRESSA - (ATTIVITA' DIAGNOSTIC
1043
1061
  sh:property [
1044
1062
  sh:path indagine:id_analisi ;
1045
1063
  sh:name "ID analisi" ;
1064
+ #sh:nodeKind sh:Literal;
1046
1065
  sh:datatype xsd:string ;
1047
1066
  #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???
1048
1067
  #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/xxx> ; # FARE QUALCOSA DI SIMILE AI VOCABOLARI
1049
1068
  #owl:imports <https://raw.githubusercontent.com/tibonto/DFG-Fachsystematik-Ontology/refs/heads/main/dfgfo.ttl>;
1050
- sh:maxCount 1 ;
1069
+ sh:maxCount 1 ;
1051
1070
  ] .
1052
1071
 
1053
1072
  ex:E42Identifier08Shape # PROTOCOLLO - PROCEDURA
@@ -1068,6 +1087,7 @@ ex:E42Identifier09Shape # PROTOCOLLO - PROCEDURA ASSOCIATA
1068
1087
  sh:property [
1069
1088
  sh:path indagine:protocollo ;
1070
1089
  sh:name "Codice" ;
1090
+ #sh:nodeKind sh:Literal;
1071
1091
  sh:datatype xsd:string ;
1072
1092
  #sh:class owl:Class ; # lista delle Procedure già create (E29_Design_or_Procedure), per stessa Indagine o per tutte le esistenti ???
1073
1093
  #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/xxx> ; # FARE QUALCOSA DI SIMILE AI VOCABOLARI
@@ -1138,7 +1158,7 @@ ex:I12AdoptedBeliefShape # QUESITO DIAGNOSTICO
1138
1158
  sh:property [
1139
1159
  sh:path crm:P2_has_type ;
1140
1160
  sh:node ex:E55Type02Shape ;
1141
- sh:name "Quesito diagnostico" ;
1161
+ sh:name "Tipo quesito diagnostico" ;
1142
1162
  sh:maxCount 1 ;
1143
1163
  ] .
1144
1164
 
@@ -1177,8 +1197,10 @@ ex:E39Actor03Shape # COMPETENZA ATTORE
1177
1197
  rdfs:label "Conpetenza attore" ;
1178
1198
  sh:property [
1179
1199
  sh:path indagine:competenze_attore ;
1180
- sh:class owl:Class ; # vocabolario COMPETENZA (5) id="competenza"
1181
- owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/competenza> ;
1200
+ #sh:nodeKind sh:Literal;
1201
+ sh:datatype xsd:string ;
1202
+ #sh:class owl:Class ; # vocabolario COMPETENZA (5) id="competenza"
1203
+ #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/competenza> ;
1182
1204
  sh:name "Conpetenza attore" ;
1183
1205
  sh:maxCount 1 ;
1184
1206
  ] ;
@@ -1234,8 +1256,10 @@ ex:E58MeasurementUnitShape # UNITA' MISURA
1234
1256
  rdfs:label "Unità di misura" ;
1235
1257
  sh:property [
1236
1258
  sh:path indagine:unita_misura ;
1237
- sh:class owl:Class ; # vocabolario UNITA' MISURA (14) id="unita-di-misura"
1238
- owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/unita-di-misura> ;
1259
+ #sh:nodeKind sh:Literal;
1260
+ sh:datatype xsd:string ;
1261
+ #sh:class owl:Class ; # vocabolario UNITA' MISURA (14) id="unita-di-misura"
1262
+ #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/unita-di-misura> ;
1239
1263
  sh:name "Unità di misura" ;
1240
1264
  sh:maxCount 1 ;
1241
1265
  ] .
@@ -1246,8 +1270,10 @@ ex:I2Belief01Shape # INQUADRAMENTO CRONOLOGICO
1246
1270
  rdfs:label "Inquadramento cronologico" ;
1247
1271
  sh:property [
1248
1272
  sh:path indagine:inquadramento_cronologico ;
1249
- sh:class owl:Class ; # vocabolario INQUADRAMENTO CRONOLOGICO (9) id="inquadramento-cronologico"
1250
- owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/inquadramento-cronologico> ;
1273
+ #sh:nodeKind sh:Literal;
1274
+ sh:datatype xsd:string ;
1275
+ #sh:class owl:Class ; # vocabolario INQUADRAMENTO CRONOLOGICO (9) id="inquadramento-cronologico"
1276
+ #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/inquadramento-cronologico> ;
1251
1277
  sh:name "Tipo" ;
1252
1278
  sh:maxCount 1 ;
1253
1279
  ] ;
@@ -1279,6 +1305,12 @@ ex:I2Belief02Shape # INPUT
1279
1305
  sh:node ex:E7Activity03Shape ;
1280
1306
  sh:name "Analisi pregressa" ;
1281
1307
  sh:maxCount 1 ;
1308
+ ] ;
1309
+ sh:property [
1310
+ sh:path base:J1i_was_premise_for ;
1311
+ sh:node ex:I5InferenceMakingShape ;
1312
+ sh:name "Inferenza" ;
1313
+ sh:maxCount 1 ;
1282
1314
  ] .
1283
1315
 
1284
1316
  ex:E41Appellation01aShape # ENTE RICHIEDENTE
@@ -1331,19 +1363,15 @@ ex:E55Type01Shape # TIPO INDAGINE
1331
1363
  rdfs:label "Tipo indagine" ;
1332
1364
  sh:property [
1333
1365
  sh:path indagine:tipo_indagine ;
1366
+ #sh:nodeKind sh:Literal;
1367
+ sh:datatype xsd:string ;
1334
1368
  #sh:class ex:E55Type01 ;
1335
1369
  #sh:in ( "Tipo indagine A" "Tipo indagine B" ) ;
1336
- sh:class owl:Class ; # vocabolario TIPO INDAGINE (22) id="tipo-indagine"
1337
- owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/tipo-indagine> ;
1370
+ #sh:class owl:Class ; # vocabolario TIPO INDAGINE (22) id="tipo-indagine"
1371
+ #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/tipo-indagine> ;
1338
1372
  sh:name "Tipo indagine" ;
1339
1373
  sh:maxCount 1 ;
1340
- ] ;
1341
- sh:property [
1342
- sh:path crm:P103_was_intended_for ;
1343
- sh:node ex:E55Type02Shape ;
1344
- sh:name "Tipo quesito diagnostico" ;
1345
- sh:maxCount 1 ;
1346
- ] .
1374
+ ] .
1347
1375
 
1348
1376
  ex:E55Type02Shape # TIPO QUESITO DIAGNOSTICO
1349
1377
  a sh:NodeShape, rdfs:Class ;
@@ -1351,8 +1379,10 @@ ex:E55Type02Shape # TIPO QUESITO DIAGNOSTICO
1351
1379
  rdfs:label "Tipo quesito diagnostico" ;
1352
1380
  sh:property [
1353
1381
  sh:path indagine:tipo_quesito_diagnostico ;
1354
- sh:class owl:Class ; # vocabolario TIPO QUESITO DIAGNOSTICO (8) id="quesito-diagnostico"
1355
- owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/quesito-diagnostico> ;
1382
+ #sh:nodeKind sh:Literal;
1383
+ sh:datatype xsd:string ;
1384
+ #sh:class owl:Class ; # vocabolario TIPO QUESITO DIAGNOSTICO (8) id="quesito-diagnostico"
1385
+ #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/quesito-diagnostico> ;
1356
1386
  sh:name "Tipo quesito diagnostico" ;
1357
1387
  sh:maxCount 1 ;
1358
1388
  ] .
@@ -1380,16 +1410,12 @@ ex:E55Type04aShape # DESCRIZIONE CAMPIONE
1380
1410
  rdfs:label "Descrizione campione" ;
1381
1411
  sh:property [
1382
1412
  sh:path indagine:descrizione_campione ;
1383
- sh:class owl:Class ; # vocabolario TIPO DESCRIZIONE CAMPIONE (4) id="descrizione-del-campione"
1384
- owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/descrizione-del-campione> ;
1413
+ #sh:nodeKind sh:Literal;
1414
+ sh:datatype xsd:string ;
1415
+ #sh:class owl:Class ; # vocabolario TIPO DESCRIZIONE CAMPIONE (4) id="descrizione-del-campione"
1416
+ #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/descrizione-del-campione> ;
1385
1417
  sh:name "Descrizione campione" ;
1386
1418
  sh:maxCount 1 ;
1387
- ] ;
1388
- sh:property [
1389
- sh:path crm:P3_has_note ;
1390
- sh:node ex:E62String08Shape ;
1391
- sh:name "Altra descrizione campione" ;
1392
- sh:maxCount 1 ;
1393
1419
  ] .
1394
1420
 
1395
1421
  ex:E55Type04bShape # TIPO CAMPIONE
@@ -1398,11 +1424,13 @@ ex:E55Type04bShape # TIPO CAMPIONE
1398
1424
  rdfs:label "Tipo campione" ;
1399
1425
  sh:property [
1400
1426
  sh:path indagine:tipo_campione ;
1401
- sh:class owl:Class ; # vocabolario TIPO CAMPIONE (21) id="tipo-campione"
1402
- owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/tipo-campione> ;
1427
+ #sh:nodeKind sh:Literal;
1428
+ sh:datatype xsd:string ;
1429
+ #sh:class owl:Class ; # vocabolario TIPO CAMPIONE (21) id="tipo-campione"
1430
+ #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/tipo-campione> ;
1403
1431
  sh:name "Tipo campione" ;
1404
1432
  sh:maxCount 1 ;
1405
- sh:minCount 1 ;
1433
+ #sh:minCount 1 ;
1406
1434
  ] .
1407
1435
 
1408
1436
  ex:E55Type04cShape # NATURA OGGETTO
@@ -1411,8 +1439,10 @@ ex:E55Type04cShape # NATURA OGGETTO
1411
1439
  rdfs:label "Natura oggetto" ;
1412
1440
  sh:property [
1413
1441
  sh:path indagine:natura_oggetto ;
1414
- sh:class owl:Class ; # vocabolario NATURA OGGETTO (26) id="natura-oggetto"
1415
- owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/natura-oggetto> ;
1442
+ #sh:nodeKind sh:Literal;
1443
+ sh:datatype xsd:string ;
1444
+ #sh:class owl:Class ; # vocabolario NATURA OGGETTO (26) id="natura-oggetto"
1445
+ #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/natura-oggetto> ;
1416
1446
  sh:name "Natura oggetto" ;
1417
1447
  sh:maxCount 1 ;
1418
1448
  ] .
@@ -1423,8 +1453,10 @@ ex:E55Type05Shape # TIPO INQUADRAMENTO CRONOLOGICO
1423
1453
  rdfs:label "Tipo inquadramento cronologico" ;
1424
1454
  sh:property [
1425
1455
  sh:path indagine:tipo_inquadramento_cronologico ;
1426
- sh:class owl:Class ; # vocabolario TIPO INQUADRAMENTO CRONOLOGICO (23) id="tipologia-inquadramento-cronologico"
1427
- owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/tipologia-inquadramento-cronologico> ;
1456
+ #sh:nodeKind sh:Literal;
1457
+ sh:datatype xsd:string ;
1458
+ #sh:class owl:Class ; # vocabolario TIPO INQUADRAMENTO CRONOLOGICO (23) id="tipologia-inquadramento-cronologico"
1459
+ #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/tipologia-inquadramento-cronologico> ;
1428
1460
  sh:name "Tipo inquadramento cronologico" ;
1429
1461
  sh:maxCount 1 ;
1430
1462
  ] .
@@ -1435,8 +1467,10 @@ ex:E55Type06Shape # TIPO CONDIZIONE AMBIENTALE
1435
1467
  rdfs:label "Tipo condizione ambientale" ;
1436
1468
  sh:property [
1437
1469
  sh:path indagine:tipo_condizione_ambientale ;
1438
- sh:class owl:Class ; # vocabolario TIPO CONDIZIONE AMBIENTALE (1) id="condizioni-ambientali"
1439
- owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/condizioni-ambientali> ;
1470
+ #sh:nodeKind sh:Literal;
1471
+ sh:datatype xsd:string ;
1472
+ #sh:class owl:Class ; # vocabolario TIPO CONDIZIONE AMBIENTALE (1) id="condizioni-ambientali"
1473
+ #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/condizioni-ambientali> ;
1440
1474
  sh:name "Tipo condizione ambientale" ;
1441
1475
  sh:maxCount 1 ;
1442
1476
  ] .
@@ -1447,8 +1481,10 @@ ex:E55Type07Shape # TIPO TAFONOMIA E STATO CONSERVAZIONE
1447
1481
  rdfs:label "Tipo tafonomia e stato conservazione" ;
1448
1482
  sh:property [
1449
1483
  sh:path indagine:tipo_tafonomia_e_stato_conservazione ;
1450
- sh:class owl:Class ; # vocabolario TIPO TAFONOMIA E STATO CONSERVAZIONE (19) id="tafonomia-e-stato-di-conservazione"
1451
- owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/tafonomia-e-stato-di-conservazione> ;
1484
+ #sh:nodeKind sh:Literal;
1485
+ sh:datatype xsd:string ;
1486
+ #sh:class owl:Class ; # vocabolario TIPO TAFONOMIA E STATO CONSERVAZIONE (19) id="tafonomia-e-stato-di-conservazione"
1487
+ #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/tafonomia-e-stato-di-conservazione> ;
1452
1488
  sh:name "Tipo tafonomia e stato conservazione" ;
1453
1489
  sh:maxCount 1 ;
1454
1490
  ] .
@@ -1459,8 +1495,10 @@ ex:E55Type08Shape # TIPO MATERIALE (in CAMPIONE, SOTTOCAMPIONE, ELEMENTO COSTRUT
1459
1495
  rdfs:label "Tipo materiale" ;
1460
1496
  sh:property [
1461
1497
  sh:path indagine:tipo_materiale ;
1462
- sh:class owl:Class ; # vocabolario TIPO MATERIALE (11) id="materiale"
1463
- owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/materiale> ;
1498
+ #sh:nodeKind sh:Literal;
1499
+ sh:datatype xsd:string ;
1500
+ #sh:class owl:Class ; # vocabolario TIPO MATERIALE (11) id="materiale"
1501
+ #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/materiale> ;
1464
1502
  sh:name "Tipo materiale" ;
1465
1503
  sh:maxCount 1 ;
1466
1504
  ] .
@@ -1471,8 +1509,10 @@ ex:E55Type09Shape # TIPO CONTESTO
1471
1509
  rdfs:label "Tipo contesto" ;
1472
1510
  sh:property [
1473
1511
  sh:path indagine:tipo_contesto ;
1474
- sh:class owl:Class ; # vocabolario TIPO CONTESTO (2) id="contesto"
1475
- owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/contesto> ;
1512
+ #sh:nodeKind sh:Literal;
1513
+ sh:datatype xsd:string ;
1514
+ #sh:class owl:Class ; # vocabolario TIPO CONTESTO (2) id="contesto"
1515
+ #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/contesto> ;
1476
1516
  sh:name "Tipo contesto" ;
1477
1517
  sh:maxCount 1 ;
1478
1518
  ] .
@@ -1483,8 +1523,10 @@ ex:E55Type10Shape # TIPO ELEMENTO COSTRUTTIVO
1483
1523
  rdfs:label "Tipo elemento costruttivo" ;
1484
1524
  sh:property [
1485
1525
  sh:path indagine:tipo_elemento_costruttivo ;
1486
- sh:class owl:Class ; # vocabolario TIPO ELEMENTO COSTRUTTIVO (6) id="elemento-costruttivo"
1487
- owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/elemento-costruttivo> ;
1526
+ #sh:nodeKind sh:Literal;
1527
+ sh:datatype xsd:string ;
1528
+ #sh:class owl:Class ; # vocabolario TIPO ELEMENTO COSTRUTTIVO (6) id="elemento-costruttivo"
1529
+ #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/elemento-costruttivo> ;
1488
1530
  sh:name "Tipo elemento costruttivo" ;
1489
1531
  sh:maxCount 1 ;
1490
1532
  ] .
@@ -1495,8 +1537,10 @@ ex:E55Type11Shape # TIPO SOTTOCAMPIONE (come CAMPIONE che è a parte)
1495
1537
  rdfs:label "Tipo sottocampione" ;
1496
1538
  sh:property [
1497
1539
  sh:path indagine:tipo_sottocampione ;
1498
- 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 ...
1499
- owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/tipo-campione> ;
1540
+ #sh:nodeKind sh:Literal;
1541
+ sh:datatype xsd:string ;
1542
+ #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 ...
1543
+ #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/tipo-campione> ;
1500
1544
  sh:name "Tipo sottocampione" ;
1501
1545
  sh:maxCount 1 ;
1502
1546
  ] .
@@ -1507,8 +1551,10 @@ ex:E55Type12Shape # TIPO LUOGO ANALISI
1507
1551
  rdfs:label "Tipo luogo analisi" ;
1508
1552
  sh:property [
1509
1553
  sh:path indagine:tipo_luogo_analisi ;
1510
- sh:class owl:Class ; # vocabolario TIPO LUOGO ANALISI (10) id="luogo-di-analisi"
1511
- owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/luogo-di-analisi> ;
1554
+ #sh:nodeKind sh:Literal;
1555
+ sh:datatype xsd:string ;
1556
+ #sh:class owl:Class ; # vocabolario TIPO LUOGO ANALISI (10) id="luogo-di-analisi"
1557
+ #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/luogo-di-analisi> ;
1512
1558
  sh:name "Tipo luogo analisi" ;
1513
1559
  sh:maxCount 1 ;
1514
1560
  ] .
@@ -1519,8 +1565,10 @@ ex:E55Type13aShape # FASE ANALISI
1519
1565
  rdfs:label "Fase analisi" ;
1520
1566
  sh:property [
1521
1567
  sh:path indagine:fase_analisi ;
1522
- sh:class owl:Class ; # vocabolario FASE ANALISI (7) id="fase-di-analisi"
1523
- owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/fase-di-analisi> ;
1568
+ #sh:nodeKind sh:Literal;
1569
+ sh:datatype xsd:string ;
1570
+ #sh:class owl:Class ; # vocabolario FASE ANALISI (7) id="fase-di-analisi"
1571
+ #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/fase-di-analisi> ;
1524
1572
  sh:name "Fase analisi" ;
1525
1573
  sh:maxCount 1 ;
1526
1574
  ] .
@@ -1531,8 +1579,10 @@ ex:E55Type13bShape # PREPARAZIONE CAMPIONE
1531
1579
  rdfs:label "Preparazione campione" ;
1532
1580
  sh:property [
1533
1581
  sh:path indagine:preparazione_campione ;
1534
- sh:class owl:Class ; # vocabolario PREPARAZIONE CAMPIONE (16) id="preparazione-campione"
1535
- owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/preparazione-campione> ;
1582
+ #sh:nodeKind sh:Literal;
1583
+ sh:datatype xsd:string ;
1584
+ #sh:class owl:Class ; # vocabolario PREPARAZIONE CAMPIONE (16) id="preparazione-campione"
1585
+ #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/preparazione-campione> ;
1536
1586
  sh:name "Preparazione campione" ;
1537
1587
  sh:maxCount 1 ;
1538
1588
  ] ;
@@ -1549,11 +1599,13 @@ ex:E55Type13cShape # TECNICA DIAGNOSTICA
1549
1599
  rdfs:label "Tecnica diagnostica" ;
1550
1600
  sh:property [
1551
1601
  sh:path indagine:tecnica_diagnostica ;
1552
- sh:class owl:Class ; # vocabolario TECNICA DIAGNOSTICA (20) id="tecnica-diagnostica"
1553
- owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/tecnica-diagnostica> ;
1602
+ #sh:nodeKind sh:Literal;
1603
+ sh:datatype xsd:string ;
1604
+ #sh:class owl:Class ; # vocabolario TECNICA DIAGNOSTICA (20) id="tecnica-diagnostica"
1605
+ #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/tecnica-diagnostica> ;
1554
1606
  sh:name "Tecnica diagnostica" ;
1555
1607
  sh:maxCount 1 ;
1556
- sh:minCount 1 ;
1608
+ #sh:minCount 1 ;
1557
1609
  ] .
1558
1610
 
1559
1611
  ex:E55Type14Shape # TIPO MDALITA' INDAGINE
@@ -1562,8 +1614,10 @@ ex:E55Type14Shape # TIPO MDALITA' INDAGINE
1562
1614
  rdfs:label "Tipo modalità indagine" ;
1563
1615
  sh:property [
1564
1616
  sh:path indagine:tipo_modalita_indagine ;
1565
- sh:class owl:Class ; # vocabolario TIPO MODALITA' INDAGINE (13) id="modalita-di-indagine"
1566
- owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/modalita-di-indagine> ;
1617
+ #sh:nodeKind sh:Literal;
1618
+ sh:datatype xsd:string ;
1619
+ #sh:class owl:Class ; # vocabolario TIPO MODALITA' INDAGINE (13) id="modalita-di-indagine"
1620
+ #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/modalita-di-indagine> ;
1567
1621
  sh:name "Tipo modalità indagine" ;
1568
1622
  sh:maxCount 1 ;
1569
1623
  ] .
@@ -1574,8 +1628,10 @@ ex:E55Type15Shape # TIPO STRUMENTAZIONE
1574
1628
  rdfs:label "Tipo strumentazione" ;
1575
1629
  sh:property [
1576
1630
  sh:path indagine:tipo_strumentazione ;
1577
- sh:class owl:Class ; # vocabolario STRUMENTAZIONE (18) id="strumentazione"
1578
- owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/strumentazione> ;
1631
+ #sh:nodeKind sh:Literal;
1632
+ sh:datatype xsd:string ;
1633
+ #sh:class owl:Class ; # vocabolario STRUMENTAZIONE (18) id="strumentazione"
1634
+ #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/strumentazione> ;
1579
1635
  sh:name "Tipo strumentazione" ;
1580
1636
  sh:maxCount 1 ;
1581
1637
  ] .
@@ -1586,8 +1642,10 @@ ex:E55Type16Shape # TIPO MEDIUM
1586
1642
  rdfs:label "Tipo medium" ;
1587
1643
  sh:property [
1588
1644
  sh:path indagine:tipo_medium ;
1589
- sh:class owl:Class ; # vocabolario MEDIUM (12) id="medium"
1590
- owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/medium> ;
1645
+ #sh:nodeKind sh:Literal;
1646
+ sh:datatype xsd:string ;
1647
+ #sh:class owl:Class ; # vocabolario MEDIUM (12) id="medium"
1648
+ #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/medium> ;
1591
1649
  sh:name "Tipo medium" ;
1592
1650
  sh:maxCount 1 ;
1593
1651
  ] .
@@ -1598,8 +1656,10 @@ ex:E55Type17Shape # TIPO INPUT
1598
1656
  rdfs:label "Tipo input" ;
1599
1657
  sh:property [
1600
1658
  sh:path indagine:tipo_input ;
1601
- sh:class owl:Class ; # vocabolario INPUT (24) id="input"
1602
- owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/input> ;
1659
+ #sh:nodeKind sh:Literal;
1660
+ sh:datatype xsd:string ;
1661
+ #sh:class owl:Class ; # vocabolario INPUT (24) id="input"
1662
+ #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/input> ;
1603
1663
  sh:name "Tipo input" ;
1604
1664
  sh:maxCount 1 ;
1605
1665
  ] .
@@ -1610,8 +1670,10 @@ ex:E55Type18Shape # TIPO OUTPUT
1610
1670
  rdfs:label "Tipo output" ;
1611
1671
  sh:property [
1612
1672
  sh:path indagine:tipo_output ;
1613
- sh:class owl:Class ; # vocabolario OUTPUT (15) id="output"
1614
- owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/output> ;
1673
+ #sh:nodeKind sh:Literal;
1674
+ sh:datatype xsd:string ;
1675
+ #sh:class owl:Class ; # vocabolario OUTPUT (15) id="output"
1676
+ #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/output> ;
1615
1677
  sh:name "Tipo output" ;
1616
1678
  sh:maxCount 1 ;
1617
1679
  ] .
@@ -1638,6 +1700,13 @@ ex:S10CP9MaterialShape # MATERIALE PREVALENTE - ELEMENTO COSTRUTTIVO
1638
1700
  sh:node ex:CP42MaterialDecayShape ;
1639
1701
  sh:name "Degrado" ;
1640
1702
  sh:maxCount 1 ;
1703
+ ] ;
1704
+ sh:property [
1705
+ sh:path crm:P3_has_note ;
1706
+ sh:node ex:E62String15Shape ;
1707
+ sh:name "Note degrado" ;
1708
+ sh:maxCount 1 ;
1709
+ sh:maxCount 1 ;
1641
1710
  ] .
1642
1711
 
1643
1712
  #ex:CP9BuildingMaterialShape # MATERIALE PREVALENTE 2 - ELEMENTO COSTRUTTIVO
@@ -1646,13 +1715,13 @@ ex:S10CP9MaterialShape # MATERIALE PREVALENTE - ELEMENTO COSTRUTTIVO
1646
1715
  # sh:property [
1647
1716
  # sh:path crm:P2_has_type ;
1648
1717
  # sh:node ex:E55Type08Shape ;
1649
- # sh:name "Materiale" ;
1718
+ # sh:name "Materiale" ;
1650
1719
  # sh:maxCount 1 ;
1651
1720
  # ] ;
1652
1721
  # sh:property [
1653
1722
  # sh:path basecpm:PC51_was_affected_by ;
1654
1723
  # sh:node ex:CP42MaterialDecayShape ;
1655
- # sh:name "Degrado" ;
1724
+ # sh:name "Degrado" ;
1656
1725
  # sh:maxCount 1 ;
1657
1726
  # ] .
1658
1727
 
@@ -1662,8 +1731,10 @@ ex:CP42MaterialDecayShape # TIPO DEGRADO
1662
1731
  rdfs:label "Tipo degrado" ;
1663
1732
  sh:property [
1664
1733
  sh:path indagine:tipo_degrado ;
1665
- sh:class owl:Class ; # vocabolario TIPO DEGRADO (3) id="degrado"
1666
- owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/degrado> ;
1734
+ #sh:nodeKind sh:Literal;
1735
+ sh:datatype xsd:string ;
1736
+ #sh:class owl:Class ; # vocabolario TIPO DEGRADO (3) id="degrado"
1737
+ #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/degrado> ;
1667
1738
  sh:name "Tipo degrado" ;
1668
1739
  sh:maxCount 1 ;
1669
1740
  ] .
@@ -1723,6 +1794,17 @@ ex:E62String05Shape # NOTE PREPARAZIONE CAMPIONE
1723
1794
  sh:maxCount 1 ;
1724
1795
  ] .
1725
1796
 
1797
+ ex:E62String09Shape # NOTE CONDIZIONE AMBIENTALE
1798
+ a sh:NodeShape, rdfs:Class ;
1799
+ sh:targetClass crm:E62_String ;
1800
+ rdfs:label "Note condizione ambientale" ;
1801
+ sh:property [
1802
+ sh:path indagine:note_condizione_ambientale ;
1803
+ sh:datatype xsd:string ;
1804
+ sh:name "Note condizione ambientale" ;
1805
+ sh:maxCount 1 ;
1806
+ ] .
1807
+
1726
1808
  ex:E62String17Shape # NOTE COMPONENTE SPECIFICO
1727
1809
  a sh:NodeShape, rdfs:Class ;
1728
1810
  sh:targetClass crm:E62_String ;