@igea/oac_backend 1.0.76 → 1.0.78

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/README.md CHANGED
@@ -8,7 +8,7 @@ sudo apt install xsltproc
8
8
  ```
9
9
 
10
10
  ## ENV variables
11
- Env variables overwrites parameters from the config file
11
+ Env variables overwrite parameters from the config file
12
12
 
13
13
  ### Database
14
14
 
@@ -41,4 +41,4 @@ Protocol exposed externally
41
41
  Host exposed externally
42
42
 
43
43
  #### OAC_EXPOSED_PORT
44
- Port exposed externally
44
+ Port exposed externally
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igea/oac_backend",
3
- "version": "1.0.76",
3
+ "version": "1.0.78",
4
4
  "description": "Backend service for the OAC project",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -14,7 +14,7 @@
14
14
  @prefix indagine: <http://indagine/> .
15
15
 
16
16
 
17
- ex:E7Activity01Shape # INDAGINE
17
+ ex:E7Activity01Shape # INDAGINE *** livello iniziale
18
18
  a sh:NodeShape, rdfs:Class ;
19
19
  sh:targetClass crm:E7_Activity ;
20
20
  rdfs:label "Indagine" ;
@@ -44,7 +44,7 @@ ex:E7Activity01Shape # INDAGINE
44
44
  sh:property [
45
45
  sh:path crm:P14_carried_out_by ;
46
46
  sh:node ex:E39Actor01Shape ;
47
- sh:name "Attori" ;
47
+ sh:name "Attori coinvolti" ;
48
48
  sh:maxCount 1 ;
49
49
  ] ;
50
50
  sh:property [
@@ -84,8 +84,20 @@ ex:E7Activity02Shape # ATTIVITA' DIAGNOSTICA
84
84
  ] ;
85
85
  sh:property [
86
86
  sh:path crm:P2_has_type ;
87
- sh:node ex:E55Type13Shape ;
88
- sh:name "Tipologie nell'attività" ;
87
+ sh:node ex:E55Type13aShape ;
88
+ sh:name "Fase analisi" ;
89
+ sh:maxCount 1 ;
90
+ ] ;
91
+ sh:property [
92
+ sh:path [sh:inversePath crm:P2i_is_type_of] ; # usata proprietà inversa di P2_has_type
93
+ sh:node ex:E55Type13bShape ;
94
+ sh:name "Preparazione campione" ;
95
+ sh:maxCount 1 ;
96
+ ] ;
97
+ sh:property [
98
+ sh:path [sh:inversePath crm:P2i_is_type_of] ; # usata proprietà inversa di P2_has_type
99
+ sh:node ex:E55Type13cShape ;
100
+ sh:name "Tecnica diagnostica" ;
89
101
  sh:maxCount 1 ;
90
102
  ] ;
91
103
  sh:property [
@@ -197,7 +209,7 @@ ex:E13AttributeAssignmentShape # OUTPUT
197
209
  sh:path crm:P2_has_type ;
198
210
  sh:node ex:E55Type18Shape ;
199
211
  sh:name "Tipo ouput" ;
200
- #sh:maxCount 1 ;
212
+ sh:maxCount 1 ;
201
213
  ] ;
202
214
  sh:property [
203
215
  sh:path crm:P140_assigned_attribute_to ;
@@ -282,7 +294,7 @@ ex:E73InformationObject03Shape # SOFTWARE
282
294
  sh:property [
283
295
  sh:path crm:P48_has_preferred_identifier ;
284
296
  sh:node ex:E42Identifier11Shape ;
285
- sh:name "Codifica software" ;
297
+ sh:name "Codice software" ;
286
298
  sh:maxCount 1 ;
287
299
  ] ;
288
300
  sh:property [
@@ -350,7 +362,7 @@ ex:E29DesignorProcedure03Shape # PROCEDURA
350
362
  sh:property [
351
363
  sh:path crm:P2_has_type ;
352
364
  sh:node ex:E55Type14Shape ;
353
- sh:name "Modalita d'indagine" ;
365
+ sh:name "Modalita indagine" ;
354
366
  sh:maxCount 1 ;
355
367
  ] ;
356
368
  sh:property [
@@ -362,7 +374,7 @@ ex:E29DesignorProcedure03Shape # PROCEDURA
362
374
  sh:property [
363
375
  sh:path crm:P129_is_about ;
364
376
  sh:node ex:E1CRMEntityShape ;
365
- sh:name "Finalità" ;
377
+ sh:name "Finalità indagine" ;
366
378
  sh:maxCount 1 ;
367
379
  sh:minCount 1 ;
368
380
  ] ;
@@ -370,7 +382,7 @@ ex:E29DesignorProcedure03Shape # PROCEDURA
370
382
  sh:path crm:P69_has_association_with ;
371
383
  sh:node ex:E29DesignorProcedure04Shape ;
372
384
  sh:name "Procedura associata" ;
373
- #sh:maxCount 1 ;
385
+ sh:maxCount 1 ;
374
386
  ] .
375
387
 
376
388
  ex:E1CRMEntityShape # FINALITA' INDAGINE
@@ -380,7 +392,7 @@ ex:E1CRMEntityShape # FINALITA' INDAGINE
380
392
  sh:property [
381
393
  sh:path indagine:descrizione_finalita_indagine ;
382
394
  sh:datatype xsd:string ;
383
- sh:name "Descrizione" ;
395
+ sh:name "Descrizione finalità" ;
384
396
  sh:minCount 1 ;
385
397
  ] .
386
398
 
@@ -418,8 +430,20 @@ ex:S13Sample01Shape # CAMPIONE
418
430
  ] ;
419
431
  sh:property [
420
432
  sh:path crm:P2_has_type ;
421
- sh:node ex:E55Type04Shape ;
422
- sh:name "Tipologie campione" ;
433
+ sh:node ex:E55Type04aShape ;
434
+ sh:name "Descrizione campione" ;
435
+ sh:maxCount 1 ;
436
+ ] ;
437
+ sh:property [
438
+ sh:path [sh:inversePath crm:P2i_is_type_of] ; # usata proprietà inversa di P2_has_type
439
+ sh:node ex:E55Type04bShape ;
440
+ sh:name "Tipo campione" ;
441
+ sh:maxCount 1 ;
442
+ ] ;
443
+ sh:property [
444
+ sh:path [sh:inversePath crm:P2i_is_type_of] ; # usata proprietà inversa di P2_has_type
445
+ sh:node ex:E55Type04cShape ;
446
+ sh:name "Natura oggetto" ;
423
447
  sh:maxCount 1 ;
424
448
  ] ;
425
449
  sh:property [
@@ -715,28 +739,22 @@ ex:S4ObservationShape # OSSERVAZIONE
715
739
  sh:node ex:I2Belief01Shape ;
716
740
  sh:name "Inquadramento cronologico" ;
717
741
  sh:maxCount 1 ;
718
- ] ;
719
- sh:property [
720
- sh:path crm:P2_has_type ;
721
- sh:node ex:E55Type05Shape ;
722
- sh:name "Tipo inquadramento cronologico" ;
723
- sh:maxCount 1 ;
724
742
  ] ;
725
743
  sh:property [
726
744
  sh:path j.0:O16_observed_value ;
727
745
  sh:node ex:CP41EnvironmentalObservableEntity01Shape ;
728
- sh:name "Condizione ambientale" ;
746
+ sh:name "Stato conservazione - Condizione ambientale" ;
729
747
  sh:maxCount 1 ;
730
748
  ] .
731
749
 
732
750
  ex:S10MaterialSubstantial01Shape # MATERIALE PREVALENTE - CAMPIONE
733
751
  a sh:NodeShape, rdfs:Class ;
734
752
  sh:targetClass j.0:S10_Material_Substantial ;
735
- rdfs:label "Materiale" ;
753
+ rdfs:label "Materiale campione" ;
736
754
  sh:property [
737
755
  sh:path crm:P2_has_type ;
738
756
  sh:node ex:E55Type08Shape ;
739
- sh:name "Materiale" ;
757
+ sh:name "Materiale campione" ;
740
758
  sh:maxCount 1 ;
741
759
  sh:minCount 1 ;
742
760
  ] .
@@ -744,29 +762,29 @@ ex:S10MaterialSubstantial01Shape # MATERIALE PREVALENTE - CAMPIONE
744
762
  ex:S10MaterialSubstantial02Shape # MATERIALE PREVALENTE - SOTTOCAMPIONE
745
763
  a sh:NodeShape, rdfs:Class ;
746
764
  sh:targetClass j.0:S10_Material_Substantial ;
747
- rdfs:label "Materiale" ;
765
+ rdfs:label "Materiale sottocampione" ;
748
766
  sh:property [
749
767
  sh:path crm:P2_has_type ;
750
768
  sh:node ex:E55Type08Shape ;
751
- sh:name "Materiale" ;
769
+ sh:name "Materiale sottocampione" ;
752
770
  sh:maxCount 1 ;
753
771
  ] .
754
772
 
755
773
  ex:S10MaterialSubstantial03Shape # MATERIALE SPECIFICO - OUTPUT
756
774
  a sh:NodeShape, rdfs:Class ;
757
775
  sh:targetClass j.0:S10_Material_Substantial ;
758
- rdfs:label "Materiale" ;
776
+ rdfs:label "Materiale specifico" ;
759
777
  sh:property [
760
778
  sh:path crm:P2_has_type ;
761
779
  sh:node ex:E55Type08Shape ;
762
- sh:name "Materiale" ;
780
+ sh:name "Materiale specifico" ;
763
781
  #sh:maxCount 1 ;
764
782
  ] .
765
783
 
766
- ex:E14ConditionAssessmentShape # VALUTAZIONE CONDIZIONI
784
+ ex:E14ConditionAssessmentShape # VALUTAZIONE STATO CONSERVAZIONE
767
785
  a sh:NodeShape, rdfs:Class ;
768
786
  sh:targetClass crm:E14_Condition_Assessment ;
769
- rdfs:label "Valutazione condizioni" ;
787
+ rdfs:label "Valutazione stato conservazione" ;
770
788
  sh:property [
771
789
  sh:path crm:P35_has_identified ;
772
790
  sh:node ex:E3ConditionStateShape ;
@@ -788,7 +806,7 @@ ex:E3ConditionStateShape # TAFONOMIA E STATO CONSERVAZIONE
788
806
  ex:CP41EnvironmentalObservableEntity01Shape # STATO CONSERVAZIONE - CONDIZIONE AMBIENTALE
789
807
  a sh:NodeShape, rdfs:Class ;
790
808
  sh:targetClass basecpm:CP41_Environmental_Observable_Entity ;
791
- rdfs:label "Condizione ambientale" ;
809
+ rdfs:label "Stato conservazione - Condizione ambientale" ;
792
810
  sh:property [
793
811
  sh:path crm:P2_has_type ;
794
812
  sh:node ex:E55Type06Shape ;
@@ -976,6 +994,7 @@ ex:E42Identifier07Shape # ID ANALISI ASSOCIATA-PREGRESSA - (ATTIVITA' DIAGNOSTIC
976
994
  sh:datatype xsd:string ;
977
995
  #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???
978
996
  #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/xxx> ; # FARE QUALCOSA DI SIMILE AI VOCABOLARI
997
+ #owl:imports <https://w3id.org/nfdi4ing/metadata4ing/>;
979
998
  sh:maxCount 1 ;
980
999
  ] .
981
1000
 
@@ -1001,28 +1020,29 @@ ex:E42Identifier09Shape # PROTOCOLLO - PROCEDURA ASSOCIATA
1001
1020
  sh:datatype xsd:string ;
1002
1021
  #sh:class owl:Class ; # lista delle Procedure già create (E29_Design_or_Procedure), per stessa Indagine o per tutte le esistenti ???
1003
1022
  #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/xxx> ; # FARE QUALCOSA DI SIMILE AI VOCABOLARI
1004
- sh:minCount 1 ;
1023
+ #owl:imports <https://w3id.org/nfdi4ing/metadata4ing/>;
1024
+ #sh:minCount 1 ;
1005
1025
  ] .
1006
1026
 
1007
1027
  ex:E42Identifier10Shape # SPECIFICHE TECNICHE
1008
1028
  a sh:NodeShape, rdfs:Class ;
1009
1029
  sh:targetClass crm:E42_Identifier ;
1010
- rdfs:label "Codifica specifiche tecniche" ;
1030
+ rdfs:label "Codice specifiche tecniche" ;
1011
1031
  sh:property [
1012
1032
  sh:path indagine:specifiche_tecniche ;
1013
1033
  sh:datatype xsd:string ;
1014
- sh:name "Codifica" ;
1034
+ sh:name "Codice" ;
1015
1035
  sh:maxCount 1 ;
1016
1036
  ] .
1017
1037
 
1018
1038
  ex:E42Identifier11Shape # SOFTWARE
1019
1039
  a sh:NodeShape, rdfs:Class ;
1020
1040
  sh:targetClass crm:E42_Identifier ;
1021
- rdfs:label "ID software" ;
1041
+ rdfs:label "Codice software" ;
1022
1042
  sh:property [
1023
1043
  sh:path indagine:software ;
1024
1044
  sh:datatype xsd:string ;
1025
- sh:name "ID software" ;
1045
+ sh:name "Codice software" ;
1026
1046
  sh:maxCount 1 ;
1027
1047
  ] .
1028
1048
 
@@ -1061,7 +1081,6 @@ ex:E42Identifier14Shape # ID REPORT
1061
1081
  sh:minCount 1 ;
1062
1082
  ] .
1063
1083
 
1064
-
1065
1084
  ex:I12AdoptedBeliefShape # QUESITO DIAGNOSTICO
1066
1085
  a sh:NodeShape, rdfs:Class ;
1067
1086
  sh:targetClass base:I12_Adopted_Belief ;
@@ -1074,10 +1093,10 @@ ex:I12AdoptedBeliefShape # QUESITO DIAGNOSTICO
1074
1093
  sh:minCount 1 ;
1075
1094
  ] .
1076
1095
 
1077
- ex:E39Actor01Shape # ATTORI
1096
+ ex:E39Actor01Shape # ATTORI COINVOLTI
1078
1097
  a sh:NodeShape, rdfs:Class ;
1079
1098
  sh:targetClass crm:E39_Actor ;
1080
- rdfs:label "Attori" ;
1099
+ rdfs:label "Attori coinvolti" ;
1081
1100
  sh:property [
1082
1101
  sh:path crm:P2_has_type ;
1083
1102
  sh:node ex:E55Type03Shape ;
@@ -1153,7 +1172,7 @@ ex:E54DimensionShape # DIMENSIONI
1153
1172
  sh:maxCount 1 ;
1154
1173
  ] ;
1155
1174
  sh:property [
1156
- sh:path indagine:dimensione ;
1175
+ sh:path crm:P90_has_value ;
1157
1176
  sh:node ex:E62String19Shape ;
1158
1177
  sh:name "Dimensione" ;
1159
1178
  sh:maxCount 1 ;
@@ -1175,24 +1194,24 @@ ex:I2Belief01Shape # INQUADRAMENTO CRONOLOGICO
1175
1194
  a sh:NodeShape, rdfs:Class ;
1176
1195
  sh:targetClass base:I2_Belief ;
1177
1196
  rdfs:label "Inquadramento cronologico" ;
1178
- sh:property [
1197
+ sh:property [
1179
1198
  sh:path indagine:inquadramento_cronologico ;
1180
1199
  sh:class owl:Class ; # vocabolario INQUADRAMENTO CRONOLOGICO (9) id="inquadramento-cronologico"
1181
1200
  owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/inquadramento-cronologico> ;
1182
1201
  sh:name "Tipo" ;
1183
1202
  sh:maxCount 1 ;
1203
+ ] ;
1204
+ sh:property [
1205
+ sh:path crm:P2_has_type ;
1206
+ sh:node ex:E55Type05Shape ;
1207
+ sh:name "Tipo inquadramento cronologico" ;
1208
+ sh:maxCount 1 ;
1184
1209
  ] .
1185
1210
 
1186
1211
  ex:I2Belief02Shape # INPUT
1187
1212
  a sh:NodeShape, rdfs:Class ;
1188
1213
  sh:targetClass base:I2_Belief ;
1189
1214
  rdfs:label "Input" ;
1190
- sh:property [
1191
- sh:path base:J1i_was_premise_for ;
1192
- sh:node ex:I5InferenceMakingShape ;
1193
- sh:name "Inferenza" ;
1194
- sh:maxCount 1 ;
1195
- ] ;
1196
1215
  sh:property [
1197
1216
  sh:path crm:P2_has_type ;
1198
1217
  sh:node ex:E55Type17Shape ;
@@ -1210,18 +1229,29 @@ ex:I2Belief02Shape # INPUT
1210
1229
  sh:node ex:E7Activity03Shape ;
1211
1230
  sh:name "Analisi pregressa" ;
1212
1231
  sh:maxCount 1 ;
1232
+ ] ;
1233
+ sh:property [
1234
+ sh:path base:J1i_was_premise_for ;
1235
+ sh:node ex:I5InferenceMakingShape ;
1236
+ sh:name "Inferenza" ;
1237
+ sh:maxCount 1 ;
1213
1238
  ] .
1214
1239
 
1215
- ex:E41Appellation01Shape # ENTE RICHIEDENTE E SCHEDATORE
1240
+ ex:E41Appellation01aShape # ENTE RICHIEDENTE
1216
1241
  a sh:NodeShape, rdfs:Class ;
1217
1242
  sh:targetClass crm:E41_Appellation ;
1218
- rdfs:label "Ente richiedente e schedatore" ;
1243
+ rdfs:label "Ente richiedente" ;
1219
1244
  sh:property [
1220
1245
  sh:path indagine:ente_richiedente ;
1221
1246
  sh:datatype xsd:string ;
1222
1247
  sh:name "Ente richiedente" ;
1223
1248
  sh:maxCount 1 ;
1224
- ] ;
1249
+ ] .
1250
+
1251
+ ex:E41Appellation01bShape # SCHEDATORE
1252
+ a sh:NodeShape, rdfs:Class ;
1253
+ sh:targetClass crm:E41_Appellation ;
1254
+ rdfs:label "Schedatore" ;
1225
1255
  sh:property [
1226
1256
  sh:path indagine:schedatore ;
1227
1257
  sh:datatype xsd:string ;
@@ -1262,7 +1292,7 @@ ex:E55Type01Shape # TIPO INDAGINE
1262
1292
  #sh:class ex:E55Type01 ;
1263
1293
  #sh:in ( "Tipo indagine A" "Tipo indagine B" ) ;
1264
1294
  sh:class owl:Class ; # vocabolario TIPO INDAGINE (22) id="tipo-indagine"
1265
- owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/tipo-indagine> ;
1295
+ owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/oac/get-vocabolary-terms/tipo-indagine> ;
1266
1296
  sh:name "Tipo indagine" ;
1267
1297
  sh:maxCount 1 ;
1268
1298
  sh:minCount 1 ;
@@ -1287,21 +1317,27 @@ ex:E55Type02Shape # TIPO QUESITO DIAGNOSTICO
1287
1317
  sh:maxCount 1 ;
1288
1318
  ] .
1289
1319
 
1290
- ex:E55Type03Shape # TIPOLOGIA ATTORI COINVOLTI
1320
+ ex:E55Type03Shape # TIPOLOGIA ATTORI
1291
1321
  a sh:NodeShape, rdfs:Class ;
1292
1322
  sh:targetClass crm:E55_Type ;
1293
1323
  rdfs:label "Tipo attori" ;
1294
1324
  sh:property [
1295
1325
  sh:path crm:P1_is_defined_by ;
1296
- sh:node ex:E41Appellation01Shape ;
1297
- sh:name "Tipologia attori" ;
1326
+ sh:node ex:E41Appellation01aShape ;
1327
+ sh:name "Ente richiedente" ;
1328
+ sh:maxCount 1 ;
1329
+ ] ;
1330
+ sh:property [
1331
+ sh:path [sh:inversePath crm:P1i_identifies] ; # usata proprietà inversa di P1_is_defined_by ;
1332
+ sh:node ex:E41Appellation01bShape ;
1333
+ sh:name "Schedatore" ;
1298
1334
  sh:maxCount 1 ;
1299
1335
  ] .
1300
1336
 
1301
- ex:E55Type04Shape # TIPOLOGIE CAMPIONE
1337
+ ex:E55Type04aShape # DESCRIZIONE CAMPIONE
1302
1338
  a sh:NodeShape, rdfs:Class ;
1303
1339
  sh:targetClass crm:E55_Type ;
1304
- rdfs:label "Tipologie campione" ;
1340
+ rdfs:label "Descrizione campione" ;
1305
1341
  sh:property [
1306
1342
  sh:path indagine:descrizione_campione ;
1307
1343
  sh:class owl:Class ; # vocabolario TIPO DESCRIZIONE CAMPIONE (4) id="descrizione-del-campione"
@@ -1314,7 +1350,12 @@ ex:E55Type04Shape # TIPOLOGIE CAMPIONE
1314
1350
  sh:node ex:E62String08Shape ;
1315
1351
  sh:name "Altra descrizione campione" ;
1316
1352
  sh:maxCount 1 ;
1317
- ] ;
1353
+ ] .
1354
+
1355
+ ex:E55Type04bShape # TIPO CAMPIONE
1356
+ a sh:NodeShape, rdfs:Class ;
1357
+ sh:targetClass crm:E55_Type ;
1358
+ rdfs:label "Tipo campione" ;
1318
1359
  sh:property [
1319
1360
  sh:path indagine:tipo_campione ;
1320
1361
  sh:class owl:Class ; # vocabolario TIPO CAMPIONE (21) id="tipo-campione"
@@ -1322,9 +1363,14 @@ ex:E55Type04Shape # TIPOLOGIE CAMPIONE
1322
1363
  sh:name "Tipo campione" ;
1323
1364
  sh:maxCount 1 ;
1324
1365
  sh:minCount 1 ;
1325
- ] ;
1366
+ ] .
1367
+
1368
+ ex:E55Type04cShape # NATURA OGGETTO
1369
+ a sh:NodeShape, rdfs:Class ;
1370
+ sh:targetClass crm:E55_Type ;
1371
+ rdfs:label "Natura oggetto" ;
1326
1372
  sh:property [
1327
- sh:path indagine:natura_soggetto ;
1373
+ sh:path indagine:natura_oggetto ;
1328
1374
  sh:class owl:Class ; # vocabolario NATURA OGGETTO (26) id="natura-oggetto"
1329
1375
  owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/natura-oggetto> ;
1330
1376
  sh:name "Natura oggetto" ;
@@ -1444,17 +1490,22 @@ ex:E55Type12Shape # TIPO LUOGO ANALISI
1444
1490
  sh:maxCount 1 ;
1445
1491
  ] .
1446
1492
 
1447
- ex:E55Type13Shape # TIPOLOGIE ATTIVITA'
1493
+ ex:E55Type13aShape # FASE ANALISI
1448
1494
  a sh:NodeShape, rdfs:Class ;
1449
1495
  sh:targetClass crm:E55_Type ;
1450
- rdfs:label "Tipologie attività diagnostica" ;
1496
+ rdfs:label "Fase analisi" ;
1451
1497
  sh:property [
1452
1498
  sh:path indagine:fase_analisi ;
1453
1499
  sh:class owl:Class ; # vocabolario FASE ANALISI (7) id="fase-di-analisi"
1454
1500
  owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/fase-di-analisi> ;
1455
1501
  sh:name "Fase analisi" ;
1456
1502
  sh:maxCount 1 ;
1457
- ] ;
1503
+ ] .
1504
+
1505
+ ex:E55Type13bShape # TIPOLOGIE ATTIVITA'
1506
+ a sh:NodeShape, rdfs:Class ;
1507
+ sh:targetClass crm:E55_Type ;
1508
+ rdfs:label "Preparazione campione" ;
1458
1509
  sh:property [
1459
1510
  sh:path indagine:preparazione_campione ;
1460
1511
  sh:class owl:Class ; # vocabolario PREPARAZIONE CAMPIONE (16) id="preparazione-campione"
@@ -1467,7 +1518,12 @@ ex:E55Type13Shape # TIPOLOGIE ATTIVITA'
1467
1518
  sh:node ex:E62String05Shape ;
1468
1519
  sh:name "Note preparazione campione" ;
1469
1520
  sh:maxCount 1 ;
1470
- ] ;
1521
+ ] .
1522
+
1523
+ ex:E55Type13cShape # TECNICA DIAGNOSTICA
1524
+ a sh:NodeShape, rdfs:Class ;
1525
+ sh:targetClass crm:E55_Type ;
1526
+ rdfs:label "Tecnica diagnostica" ;
1471
1527
  sh:property [
1472
1528
  sh:path indagine:tecnica_diagnostica ;
1473
1529
  sh:class owl:Class ; # vocabolario TECNICA DIAGNOSTICA (20) id="tecnica-diagnostica"
@@ -1565,11 +1621,11 @@ ex:E55Type18Shape # TIPO OUTPUT
1565
1621
  ex:S10CP9MaterialShape # MATERIALE PREVALENTE - ELEMENTO COSTRUTTIVO
1566
1622
  a sh:NodeShape, rdfs:Class ;
1567
1623
  sh:targetClass j.0:S10_Material_Substantial, basecpm:CP9_Building_Material ;
1568
- rdfs:label "Materiale" ;
1624
+ rdfs:label "Materiale prevalente" ;
1569
1625
  sh:property [
1570
1626
  sh:path crm:P2_has_type ;
1571
1627
  sh:node ex:E55Type08Shape ;
1572
- sh:name "Materiale" ;
1628
+ sh:name "Materiale prevalente" ;
1573
1629
  sh:maxCount 1 ;
1574
1630
  ] ;
1575
1631
  sh:property [
@@ -1745,6 +1801,7 @@ ex:E62String12Shape # ALTRA MODALITA' INDAGINE
1745
1801
  sh:maxCount 1 ;
1746
1802
  ] .
1747
1803
 
1804
+
1748
1805
  ex:E62String13Shape # ALTRA STRUMENTAZIONE
1749
1806
  a sh:NodeShape, rdfs:Class ;
1750
1807
  sh:targetClass crm:E62_String ;
@@ -1820,4 +1877,4 @@ ex:E62String19Shape # DIMENSIONE
1820
1877
  sh:datatype xsd:string ;
1821
1878
  sh:name "Dimensione" ;
1822
1879
  sh:maxCount 1 ;
1823
- ] .
1880
+ ] .
@@ -33,7 +33,7 @@ ex:E7ActivityShape # INDAGINE
33
33
  sh:property [
34
34
  sh:path crm:P14_carried_out_by ;
35
35
  sh:node ex:E29ActorShape ;
36
- sh:name "Attori" ;
36
+ sh:name "Attori coinvolti" ;
37
37
  sh:maxCount 1 ;
38
38
  ] ;
39
39
  sh:property [
@@ -46,11 +46,11 @@ ex:E7ActivityShape # INDAGINE
46
46
  ex:E29ActorShape # ATTORI
47
47
  a sh:NodeShape, rdfs:Class ;
48
48
  sh:targetClass crm:E29_Actor ;
49
- rdfs:label "Attori" ;
49
+ rdfs:label "Attori coinvolti" ;
50
50
  sh:property [
51
51
  sh:path crm:P2_has_type ;
52
52
  sh:node ex:E55Type03Shape ;
53
- sh:name "Attori coinvolti" ;
53
+ sh:name "Attori" ;
54
54
  sh:maxCount 1 ;
55
55
  ] .
56
56
 
@@ -90,8 +90,7 @@ ex:E42Identifier01Shape #ID INDAGINE
90
90
  #sh:path ex:P48haspreferredidentifier01 ;
91
91
  sh:path indagine:id_indagine ;
92
92
  sh:name "ID Indagine" ;
93
- sh:description "http://indagine/$SEQ1$" ;
94
- sh:nodeKind sh:IRI ;
93
+ sh:datatype xsd:string ;
95
94
  sh:maxCount 1 ;
96
95
  ] .
97
96
 
@@ -106,16 +105,21 @@ ex:I12AdoptedBeliefShape # QUESITO DIAGNOSTICO
106
105
  sh:maxCount 1 ;
107
106
  ] .
108
107
 
109
- ex:E41Appellation01Shape # ENTE E SCHEDATORE
108
+ eex:E41Appellation01aShape # ENTE RICHIEDENTE
110
109
  a sh:NodeShape, rdfs:Class ;
111
110
  sh:targetClass crm:E41_Appellation ;
112
- rdfs:label "Ente richiedente e schedatore" ;
111
+ rdfs:label "Ente richiedente" ;
113
112
  sh:property [
114
113
  sh:path indagine:ente_richiedente ;
115
114
  sh:datatype xsd:string ;
116
115
  sh:name "Ente richiedente" ;
117
116
  sh:maxCount 1 ;
118
- ] ;
117
+ ] .
118
+
119
+ ex:E41Appellation01bShape # SCHEDATORE
120
+ a sh:NodeShape, rdfs:Class ;
121
+ sh:targetClass crm:E41_Appellation ;
122
+ rdfs:label "Schedatore" ;
119
123
  sh:property [
120
124
  sh:path indagine:schedatore ;
121
125
  sh:datatype xsd:string ;
@@ -147,14 +151,21 @@ ex:E55Type02Shape # TIPO QUESITO DIAGNOSTICO
147
151
  sh:maxCount 1 ;
148
152
  ] .
149
153
 
150
- ex:E55Type03Shape # TIPOLOGIA ATTORI COINVOLTI
154
+ ex:E55Type03Shape # TIPOLOGIA ATTORI
151
155
  a sh:NodeShape, rdfs:Class ;
152
156
  sh:targetClass crm:E55_Type ;
153
157
  rdfs:label "Tipo attori" ;
154
158
  sh:property [
155
159
  sh:path crm:P1_is_defined_by ;
156
- sh:node ex:E41Appellation01Shape ;
157
- sh:name "Tipologia attori" ;
160
+ sh:node ex:E41Appellation01aShape ;
161
+ sh:name "Ente richiedente" ;
162
+ sh:maxCount 1 ;
163
+ ] ;
164
+ sh:property [
165
+ sh:path [sh:inversePath crm:P1i_identifies] ; # usata proprietà inversa di P1_is_defined_by ;
166
+ sh:node ex:E41Appellation01bShape ;
167
+ sh:name "Schedatore" ;
168
+ sh:maxCount 1 ;
158
169
  sh:maxCount 1 ;
159
170
  ] .
160
171
 
@@ -70,10 +70,9 @@ ex:E42Identifier02Shape # ID CAMPIONE
70
70
  sh:targetClass crm:E42_Identifier ;
71
71
  rdfs:label "ID campione" ;
72
72
  sh:property [
73
- sh:path indagine:id_campione ;
73
+ sh:path indagine:id_campione ;
74
74
  sh:name "ID campione" ;
75
- sh:description "http://indagine/campione/$SEQ2$" ;
76
- sh:nodeKind sh:IRI ;
75
+ sh:datatype xsd:string ;
77
76
  sh:maxCount 1 ;
78
77
  ] .
79
78
 
@@ -112,4 +111,3 @@ ex:E55Type08Shape # TIPO MATERIALE (in CAMPIONE, SOTTOCAMPIONE, ELEMENTO COSTRUT
112
111
  sh:maxCount 1 ;
113
112
  ] .
114
113
 
115
-
@@ -142,8 +142,7 @@ ex:E42Identifier06Shape # ID ATTIVITA' DIAGNOSTICA
142
142
  sh:property [
143
143
  sh:path indagine:id_attivita_diagnostica ;
144
144
  sh:name "ID attività diagnostica" ;
145
- sh:description "http://indagine/attivita_diagnostica/$SEQ4$" ;
146
- sh:nodeKind sh:IRI ;
145
+ sh:datatype xsd:string ;
147
146
  sh:maxCount 1 ;
148
147
  ] .
149
148
 
@@ -102,8 +102,7 @@ ex:E42Identifier02Shape # ID CAMPIONE
102
102
  sh:path indagine:id_campione ;
103
103
  #sh:datatype xsd:string ;
104
104
  sh:name "ID campione" ;
105
- sh:description "http://indagine/campione/$SEQ2$" ;
106
- sh:nodeKind sh:IRI ;
105
+ sh:datatype xsd:string ;
107
106
  sh:maxCount 1 ;
108
107
  ] .
109
108
 
@@ -41,7 +41,7 @@ ex:E7Activity01Shape # INDAGINE
41
41
  sh:property [
42
42
  sh:path crm:P14_carried_out_by ;
43
43
  sh:node ex:E39Actor01Shape ;
44
- sh:name "Attori" ;
44
+ sh:name "Attori coinvolti" ;
45
45
  sh:maxCount 1 ;
46
46
  ] ;
47
47
  sh:property [
@@ -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 ;
@@ -81,8 +81,20 @@ ex:E7Activity02Shape # ATTIVITA' DIAGNOSTICA
81
81
  ] ;
82
82
  sh:property [
83
83
  sh:path crm:P2_has_type ;
84
- sh:node ex:E55Type13Shape ;
85
- sh:name "Tipologie nell'attività" ;
84
+ sh:node ex:E55Type13aShape ;
85
+ sh:name "Fase analisi" ;
86
+ sh:maxCount 1 ;
87
+ ] ;
88
+ sh:property [
89
+ 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" ;
92
+ sh:maxCount 1 ;
93
+ ] ;
94
+ sh:property [
95
+ 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" ;
86
98
  sh:maxCount 1 ;
87
99
  ] ;
88
100
  sh:property [
@@ -383,7 +395,7 @@ ex:E29DesignorProcedure03Shape # PROCEDURA
383
395
  sh:property [
384
396
  sh:path crm:P2_has_type ;
385
397
  sh:node ex:E55Type14Shape ;
386
- sh:name "Modalita d'indagine" ;
398
+ sh:name "Modalita indagine" ;
387
399
  sh:maxCount 1 ;
388
400
  ] ;
389
401
  sh:property [
@@ -395,7 +407,7 @@ ex:E29DesignorProcedure03Shape # PROCEDURA
395
407
  sh:property [
396
408
  sh:path crm:P129_is_about ;
397
409
  sh:node ex:E1CRMEntityShape ;
398
- sh:name "Finalità" ;
410
+ sh:name "Finalità indagine" ;
399
411
  sh:maxCount 1 ;
400
412
  ] ;
401
413
  sh:property [
@@ -414,12 +426,12 @@ ex:E29DesignorProcedure03Shape # PROCEDURA
414
426
  ex:E1CRMEntityShape # FINALITA'
415
427
  a sh:NodeShape, rdfs:Class ;
416
428
  sh:targetClass crm:E1_CRM_Entity ;
417
- rdfs:label "Finalità" ;
429
+ rdfs:label "Descrizione finalità" ;
418
430
  sh:property [
419
- sh:path indagine:finalita ;
431
+ sh:path indagine:descrizone_finalita_indagine ;
420
432
  sh:datatype xsd:string ;
421
- sh:name "Finalità" ;
422
- sh:maxCount 1 ;
433
+ sh:name "Descrizione finalità" ;
434
+ sh:maxCount 1 ;
423
435
  ] .
424
436
 
425
437
  ex:E7Activity03Shape # ANALISI ASSOCIATA-PREGRESSA
@@ -456,15 +468,27 @@ ex:S13Sample01Shape # CAMPIONE
456
468
  ] ;
457
469
  sh:property [
458
470
  sh:path crm:P2_has_type ;
459
- sh:node ex:E55Type04Shape ;
460
- sh:name "Tipologie campione" ;
471
+ sh:node ex:E55Type04aShape ;
472
+ sh:name "Descrizione campione" ;
473
+ sh:maxCount 1 ;
474
+ ] ;
475
+ sh:property [
476
+ sh:path [sh:inversePath crm:P2i_is_type_of] ; # usata proprietà inversa di P2_has_type
477
+ sh:node ex:E55Type04bShape ;
478
+ sh:name "Tipo campione" ;
479
+ sh:maxCount 1 ;
480
+ ] ;
481
+ sh:property [
482
+ sh:path [sh:inversePath crm:P2i_is_type_of] ; # usata proprietà inversa di P2_has_type
483
+ sh:node ex:E55Type04cShape ;
484
+ sh:name "Natura oggetto" ;
461
485
  sh:maxCount 1 ;
462
486
  ] ;
463
487
  sh:property [
464
488
  sh:path crm:P43_has_dimension ;
465
489
  sh:node ex:E54DimensionShape ;
466
490
  sh:name "Dimensioni" ;
467
- sh:maxCount 1 ;
491
+ sh:maxCount 1 ;
468
492
  ] ;
469
493
  sh:property [
470
494
  sh:path j.0:O8i_was_observed_by ;
@@ -753,17 +777,11 @@ ex:S4ObservationShape # OSSERVAZIONE
753
777
  sh:node ex:I2Belief01Shape ;
754
778
  sh:name "Inquadramento cronologico" ;
755
779
  sh:maxCount 1 ;
756
- ] ;
757
- sh:property [
758
- sh:path crm:P2_has_type ;
759
- sh:node ex:E55Type05Shape ;
760
- sh:name "Tipo inquadramento cronologico" ;
761
- sh:maxCount 1 ;
762
780
  ] ;
763
781
  sh:property [
764
782
  sh:path j.0:O16_observed_value ;
765
783
  sh:node ex:CP41EnvironmentalObservableEntity01Shape ;
766
- sh:name "Condizione ambientale" ;
784
+ sh:name "Stato conservazione - Condizione ambientale" ;
767
785
  sh:maxCount 1 ;
768
786
  ] .
769
787
 
@@ -818,10 +836,10 @@ ex:S10MaterialSubstantial03Shape # MATERIALE SPECIFICO - OUTPUT
818
836
  sh:maxCount 1 ;
819
837
  ] .
820
838
 
821
- ex:E14ConditionAssessmentShape # VALUTAZIONE CONDIZIONI
839
+ ex:E14ConditionAssessmentShape # VALUTAZIONE STATO CONSERVAZIONE
822
840
  a sh:NodeShape, rdfs:Class ;
823
841
  sh:targetClass crm:E14_Condition_Assessment ;
824
- rdfs:label "Valutazione condizioni" ;
842
+ rdfs:label "Valutazione stato conservazione" ;
825
843
  sh:property [
826
844
  sh:path crm:P35_has_identified ;
827
845
  sh:node ex:E3ConditionStateShape ;
@@ -843,7 +861,7 @@ ex:E3ConditionStateShape # TAFONOMIA E STATO CONSERVAZIONE
843
861
  ex:CP41EnvironmentalObservableEntity01Shape # STATO CONSERVAZIONE - CONDIZIONE AMBIENTALE
844
862
  a sh:NodeShape, rdfs:Class ;
845
863
  sh:targetClass basecpm:CP41_Environmental_Observable_Entity ;
846
- rdfs:label "Condizione ambientale" ;
864
+ rdfs:label "Stato conservazione - Condizione ambientale" ;
847
865
  sh:property [
848
866
  sh:path crm:P2_has_type ;
849
867
  sh:node ex:E55Type06Shape ;
@@ -958,8 +976,7 @@ ex:E42Identifier01Shape # ID INDAGINE
958
976
  sh:path indagine:id_indagine ;
959
977
  #sh:datatype xsd:string ;
960
978
  sh:name "ID indagine" ;
961
- sh:description "http://indagine/$SEQ1$" ;
962
- sh:nodeKind sh:IRI ;
979
+ sh:datatype xsd:string ;
963
980
  sh:maxCount 1 ;
964
981
  ] .
965
982
 
@@ -971,8 +988,7 @@ ex:E42Identifier02Shape # ID CAMPIONE
971
988
  sh:path indagine:id_campione ;
972
989
  #sh:datatype xsd:string ;
973
990
  sh:name "ID campione" ;
974
- sh:description "http://indagine/campione/$SEQ2$" ;
975
- sh:nodeKind sh:IRI ;
991
+ sh:datatype xsd:string ;
976
992
  sh:maxCount 1 ;
977
993
  ] .
978
994
 
@@ -1005,8 +1021,7 @@ ex:E42Identifier05Shape # ID SOTTOCAMPIONE
1005
1021
  sh:property [
1006
1022
  sh:path indagine:id_sottocampione ;
1007
1023
  sh:name "ID sottocampione" ;
1008
- sh:description "http://indagine/campione/sottocampione/$SEQ3$" ;
1009
- sh:nodeKind sh:IRI ;
1024
+ sh:datatype xsd:string ;
1010
1025
  sh:maxCount 1 ;
1011
1026
  ] .
1012
1027
 
@@ -1017,8 +1032,7 @@ ex:E42Identifier06Shape # ID ATTIVITA' DIAGNOSTICA
1017
1032
  sh:property [
1018
1033
  sh:path indagine:id_attivita_diagnostica ;
1019
1034
  sh:name "ID attività diagnostica" ;
1020
- sh:description "http://indagine/attivita_diagnostica/$SEQ4$" ;
1021
- sh:nodeKind sh:IRI ;
1035
+ sh:datatype xsd:string ;
1022
1036
  sh:maxCount 1 ;
1023
1037
  ] .
1024
1038
 
@@ -1058,28 +1072,28 @@ ex:E42Identifier09Shape # PROTOCOLLO - PROCEDURA ASSOCIATA
1058
1072
  #sh:class owl:Class ; # lista delle Procedure già create (E29_Design_or_Procedure), per stessa Indagine o per tutte le esistenti ???
1059
1073
  #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/xxx> ; # FARE QUALCOSA DI SIMILE AI VOCABOLARI
1060
1074
  #owl:imports <https://raw.githubusercontent.com/tibonto/DFG-Fachsystematik-Ontology/refs/heads/main/dfgfo.ttl>;
1061
- sh:maxCount 1 ;
1075
+ sh:maxCount 1 ;
1062
1076
  ] .
1063
1077
 
1064
1078
  ex:E42Identifier10Shape # SPECIFICHE TECNICHE
1065
1079
  a sh:NodeShape, rdfs:Class ;
1066
1080
  sh:targetClass crm:E42_Identifier ;
1067
- rdfs:label "Codifica specifiche tecniche" ;
1081
+ rdfs:label "Codice specifiche tecniche" ;
1068
1082
  sh:property [
1069
1083
  sh:path indagine:specifiche_tecniche ;
1070
1084
  sh:datatype xsd:string ;
1071
- sh:name "Codifica" ;
1085
+ sh:name "Codice" ;
1072
1086
  sh:maxCount 1 ;
1073
1087
  ] .
1074
1088
 
1075
1089
  ex:E42Identifier11Shape # SOFTWARE
1076
1090
  a sh:NodeShape, rdfs:Class ;
1077
1091
  sh:targetClass crm:E42_Identifier ;
1078
- rdfs:label "ID software" ;
1092
+ rdfs:label "Codice software" ;
1079
1093
  sh:property [
1080
1094
  sh:path indagine:software ;
1081
1095
  sh:datatype xsd:string ;
1082
- sh:name "ID software" ;
1096
+ sh:name "Codice software" ;
1083
1097
  sh:maxCount 1 ;
1084
1098
  ] .
1085
1099
 
@@ -1112,8 +1126,7 @@ ex:E42Identifier14Shape # ID REPORT
1112
1126
  sh:property [
1113
1127
  sh:path indagine:id_report ;
1114
1128
  sh:name "ID report" ;
1115
- sh:description "http://indagine/attivita_diagnostica/report/$SEQ5$" ;
1116
- sh:nodeKind sh:IRI ;
1129
+ sh:datatype xsd:string ;
1117
1130
  sh:maxCount 1 ;
1118
1131
  ] .
1119
1132
 
@@ -1129,10 +1142,10 @@ ex:I12AdoptedBeliefShape # QUESITO DIAGNOSTICO
1129
1142
  sh:maxCount 1 ;
1130
1143
  ] .
1131
1144
 
1132
- ex:E39Actor01Shape # ATTORI
1145
+ ex:E39Actor01Shape # ATTORI COINVOLTI
1133
1146
  a sh:NodeShape, rdfs:Class ;
1134
1147
  sh:targetClass crm:E39_Actor ;
1135
- rdfs:label "Attori" ;
1148
+ rdfs:label "Attori coinvolti" ;
1136
1149
  sh:property [
1137
1150
  sh:path crm:P2_has_type ;
1138
1151
  sh:node ex:E55Type03Shape ;
@@ -1165,7 +1178,6 @@ ex:E39Actor03Shape # COMPETENZA ATTORE
1165
1178
  sh:property [
1166
1179
  sh:path indagine:competenze_attore ;
1167
1180
  sh:class owl:Class ; # vocabolario COMPETENZA (5) id="competenza"
1168
- #owl:imports <https://raw.githubusercontent.com/tibonto/DFG-Fachsystematik-Ontology/refs/heads/main/dfgfo.ttl>;
1169
1181
  owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/competenza> ;
1170
1182
  sh:name "Conpetenza attore" ;
1171
1183
  sh:maxCount 1 ;
@@ -1210,7 +1222,7 @@ ex:E54DimensionShape # DIMENSIONI
1210
1222
  sh:maxCount 1 ;
1211
1223
  ] ;
1212
1224
  sh:property [
1213
- sh:path indagine:dimensione ;
1225
+ sh:path crm:P90_has_value ;
1214
1226
  sh:node ex:E62String19Shape ;
1215
1227
  sh:name "Dimensione" ;
1216
1228
  sh:maxCount 1 ;
@@ -1223,7 +1235,6 @@ ex:E58MeasurementUnitShape # UNITA' MISURA
1223
1235
  sh:property [
1224
1236
  sh:path indagine:unita_misura ;
1225
1237
  sh:class owl:Class ; # vocabolario UNITA' MISURA (14) id="unita-di-misura"
1226
- #owl:imports <https://raw.githubusercontent.com/tibonto/DFG-Fachsystematik-Ontology/refs/heads/main/dfgfo.ttl>;
1227
1238
  owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/unita-di-misura> ;
1228
1239
  sh:name "Unità di misura" ;
1229
1240
  sh:maxCount 1 ;
@@ -1236,10 +1247,15 @@ ex:I2Belief01Shape # INQUADRAMENTO CRONOLOGICO
1236
1247
  sh:property [
1237
1248
  sh:path indagine:inquadramento_cronologico ;
1238
1249
  sh:class owl:Class ; # vocabolario INQUADRAMENTO CRONOLOGICO (9) id="inquadramento-cronologico"
1239
- #owl:imports <https://raw.githubusercontent.com/tibonto/DFG-Fachsystematik-Ontology/refs/heads/main/dfgfo.ttl>;
1240
1250
  owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/inquadramento-cronologico> ;
1241
1251
  sh:name "Tipo" ;
1242
1252
  sh:maxCount 1 ;
1253
+ ] ;
1254
+ sh:property [
1255
+ sh:path crm:P2_has_type ;
1256
+ sh:node ex:E55Type05Shape ;
1257
+ sh:name "Tipo inquadramento cronologico" ;
1258
+ sh:maxCount 1 ;
1243
1259
  ] .
1244
1260
 
1245
1261
  ex:I2Belief02Shape # INPUT
@@ -1265,16 +1281,21 @@ ex:I2Belief02Shape # INPUT
1265
1281
  sh:maxCount 1 ;
1266
1282
  ] .
1267
1283
 
1268
- ex:E41Appellation01Shape # ENTE RICHIEDENTE E SCHEDATORE
1284
+ ex:E41Appellation01aShape # ENTE RICHIEDENTE
1269
1285
  a sh:NodeShape, rdfs:Class ;
1270
1286
  sh:targetClass crm:E41_Appellation ;
1271
- rdfs:label "Ente richiedente e schedatore" ;
1287
+ rdfs:label "Ente richiedente" ;
1272
1288
  sh:property [
1273
1289
  sh:path indagine:ente_richiedente ;
1274
1290
  sh:datatype xsd:string ;
1275
1291
  sh:name "Ente richiedente" ;
1276
1292
  sh:maxCount 1 ;
1277
- ] ;
1293
+ ] .
1294
+
1295
+ ex:E41Appellation01bShape # SCHEDATORE
1296
+ a sh:NodeShape, rdfs:Class ;
1297
+ sh:targetClass crm:E41_Appellation ;
1298
+ rdfs:label "Schedatore" ;
1278
1299
  sh:property [
1279
1300
  sh:path indagine:schedatore ;
1280
1301
  sh:datatype xsd:string ;
@@ -1313,7 +1334,6 @@ ex:E55Type01Shape # TIPO INDAGINE
1313
1334
  #sh:class ex:E55Type01 ;
1314
1335
  #sh:in ( "Tipo indagine A" "Tipo indagine B" ) ;
1315
1336
  sh:class owl:Class ; # vocabolario TIPO INDAGINE (22) id="tipo-indagine"
1316
- #owl:imports <https://w3id.org/nfdi4ing/metadata4ing/> ;
1317
1337
  owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/tipo-indagine> ;
1318
1338
  sh:name "Tipo indagine" ;
1319
1339
  sh:maxCount 1 ;
@@ -1332,46 +1352,66 @@ ex:E55Type02Shape # TIPO QUESITO DIAGNOSTICO
1332
1352
  sh:property [
1333
1353
  sh:path indagine:tipo_quesito_diagnostico ;
1334
1354
  sh:class owl:Class ; # vocabolario TIPO QUESITO DIAGNOSTICO (8) id="quesito-diagnostico"
1335
- #owl:imports <https://raw.githubusercontent.com/tibonto/DFG-Fachsystematik-Ontology/refs/heads/main/dfgfo.ttl>;
1336
1355
  owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/quesito-diagnostico> ;
1337
1356
  sh:name "Tipo quesito diagnostico" ;
1338
1357
  sh:maxCount 1 ;
1339
1358
  ] .
1340
1359
 
1341
- ex:E55Type03Shape # TIPOLOGIA ATTORI COINVOLTI
1360
+ ex:E55Type03Shape # TIPOLOGIA ATTORI
1342
1361
  a sh:NodeShape, rdfs:Class ;
1343
1362
  sh:targetClass crm:E55_Type ;
1344
1363
  rdfs:label "Tipo attori" ;
1345
1364
  sh:property [
1346
1365
  sh:path crm:P1_is_defined_by ;
1347
- sh:node ex:E41Appellation01Shape ;
1348
- sh:name "Tipologia attori" ;
1366
+ sh:node ex:E41Appellation01aShape ;
1367
+ sh:name "Ente richiedente" ;
1368
+ sh:maxCount 1 ;
1369
+ ] ;
1370
+ sh:property [
1371
+ sh:path [sh:inversePath crm:P1i_identifies] ; # usata proprietà inversa di P1_is_defined_by ;
1372
+ sh:node ex:E41Appellation01bShape ;
1373
+ sh:name "Schedatore" ;
1349
1374
  sh:maxCount 1 ;
1350
1375
  ] .
1351
1376
 
1352
- ex:E55Type04Shape # TIPOLOGIE CAMPIONE
1377
+ ex:E55Type04aShape # DESCRIZIONE CAMPIONE
1353
1378
  a sh:NodeShape, rdfs:Class ;
1354
1379
  sh:targetClass crm:E55_Type ;
1355
- rdfs:label "Tipologie campione" ;
1380
+ rdfs:label "Descrizione campione" ;
1356
1381
  sh:property [
1357
1382
  sh:path indagine:descrizione_campione ;
1358
1383
  sh:class owl:Class ; # vocabolario TIPO DESCRIZIONE CAMPIONE (4) id="descrizione-del-campione"
1359
- #owl:imports <https://raw.githubusercontent.com/tibonto/DFG-Fachsystematik-Ontology/refs/heads/main/dfgfo.ttl>;
1360
1384
  owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/descrizione-del-campione> ;
1385
+ sh:name "Descrizione campione" ;
1361
1386
  sh:maxCount 1 ;
1362
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
+ ] .
1394
+
1395
+ ex:E55Type04bShape # TIPO CAMPIONE
1396
+ a sh:NodeShape, rdfs:Class ;
1397
+ sh:targetClass crm:E55_Type ;
1398
+ rdfs:label "Tipo campione" ;
1363
1399
  sh:property [
1364
1400
  sh:path indagine:tipo_campione ;
1365
1401
  sh:class owl:Class ; # vocabolario TIPO CAMPIONE (21) id="tipo-campione"
1366
- #owl:imports <https://raw.githubusercontent.com/tibonto/DFG-Fachsystematik-Ontology/refs/heads/main/dfgfo.ttl>;
1367
1402
  owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/tipo-campione> ;
1368
1403
  sh:name "Tipo campione" ;
1369
1404
  sh:maxCount 1 ;
1370
- ] ;
1405
+ sh:minCount 1 ;
1406
+ ] .
1407
+
1408
+ ex:E55Type04cShape # NATURA OGGETTO
1409
+ a sh:NodeShape, rdfs:Class ;
1410
+ sh:targetClass crm:E55_Type ;
1411
+ rdfs:label "Natura oggetto" ;
1371
1412
  sh:property [
1372
- sh:path indagine:natura_soggetto ;
1413
+ sh:path indagine:natura_oggetto ;
1373
1414
  sh:class owl:Class ; # vocabolario NATURA OGGETTO (26) id="natura-oggetto"
1374
- #owl:imports <https://raw.githubusercontent.com/tibonto/DFG-Fachsystematik-Ontology/refs/heads/main/dfgfo.ttl>;
1375
1415
  owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/natura-oggetto> ;
1376
1416
  sh:name "Natura oggetto" ;
1377
1417
  sh:maxCount 1 ;
@@ -1384,7 +1424,6 @@ ex:E55Type05Shape # TIPO INQUADRAMENTO CRONOLOGICO
1384
1424
  sh:property [
1385
1425
  sh:path indagine:tipo_inquadramento_cronologico ;
1386
1426
  sh:class owl:Class ; # vocabolario TIPO INQUADRAMENTO CRONOLOGICO (23) id="tipologia-inquadramento-cronologico"
1387
- #owl:imports <https://raw.githubusercontent.com/tibonto/DFG-Fachsystematik-Ontology/refs/heads/main/dfgfo.ttl>;
1388
1427
  owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/tipologia-inquadramento-cronologico> ;
1389
1428
  sh:name "Tipo inquadramento cronologico" ;
1390
1429
  sh:maxCount 1 ;
@@ -1397,7 +1436,6 @@ ex:E55Type06Shape # TIPO CONDIZIONE AMBIENTALE
1397
1436
  sh:property [
1398
1437
  sh:path indagine:tipo_condizione_ambientale ;
1399
1438
  sh:class owl:Class ; # vocabolario TIPO CONDIZIONE AMBIENTALE (1) id="condizioni-ambientali"
1400
- #owl:imports <https://raw.githubusercontent.com/tibonto/DFG-Fachsystematik-Ontology/refs/heads/main/dfgfo.ttl>;
1401
1439
  owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/condizioni-ambientali> ;
1402
1440
  sh:name "Tipo condizione ambientale" ;
1403
1441
  sh:maxCount 1 ;
@@ -1410,10 +1448,9 @@ ex:E55Type07Shape # TIPO TAFONOMIA E STATO CONSERVAZIONE
1410
1448
  sh:property [
1411
1449
  sh:path indagine:tipo_tafonomia_e_stato_conservazione ;
1412
1450
  sh:class owl:Class ; # vocabolario TIPO TAFONOMIA E STATO CONSERVAZIONE (19) id="tafonomia-e-stato-di-conservazione"
1413
- #owl:imports <https://raw.githubusercontent.com/tibonto/DFG-Fachsystematik-Ontology/refs/heads/main/dfgfo.ttl>;
1414
1451
  owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/tafonomia-e-stato-di-conservazione> ;
1415
1452
  sh:name "Tipo tafonomia e stato conservazione" ;
1416
- sh:maxCount 1 ;
1453
+ sh:maxCount 1 ;
1417
1454
  ] .
1418
1455
 
1419
1456
  ex:E55Type08Shape # TIPO MATERIALE (in CAMPIONE, SOTTOCAMPIONE, ELEMENTO COSTRUTTIVO, OUTPUT, ...)
@@ -1423,7 +1460,6 @@ ex:E55Type08Shape # TIPO MATERIALE (in CAMPIONE, SOTTOCAMPIONE, ELEMENTO COSTRUT
1423
1460
  sh:property [
1424
1461
  sh:path indagine:tipo_materiale ;
1425
1462
  sh:class owl:Class ; # vocabolario TIPO MATERIALE (11) id="materiale"
1426
- #owl:imports <https://raw.githubusercontent.com/tibonto/DFG-Fachsystematik-Ontology/refs/heads/main/dfgfo.ttl>;
1427
1463
  owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/materiale> ;
1428
1464
  sh:name "Tipo materiale" ;
1429
1465
  sh:maxCount 1 ;
@@ -1436,7 +1472,6 @@ ex:E55Type09Shape # TIPO CONTESTO
1436
1472
  sh:property [
1437
1473
  sh:path indagine:tipo_contesto ;
1438
1474
  sh:class owl:Class ; # vocabolario TIPO CONTESTO (2) id="contesto"
1439
- #owl:imports <https://raw.githubusercontent.com/tibonto/DFG-Fachsystematik-Ontology/refs/heads/main/dfgfo.ttl>;
1440
1475
  owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/contesto> ;
1441
1476
  sh:name "Tipo contesto" ;
1442
1477
  sh:maxCount 1 ;
@@ -1449,7 +1484,6 @@ ex:E55Type10Shape # TIPO ELEMENTO COSTRUTTIVO
1449
1484
  sh:property [
1450
1485
  sh:path indagine:tipo_elemento_costruttivo ;
1451
1486
  sh:class owl:Class ; # vocabolario TIPO ELEMENTO COSTRUTTIVO (6) id="elemento-costruttivo"
1452
- #owl:imports <https://raw.githubusercontent.com/tibonto/DFG-Fachsystematik-Ontology/refs/heads/main/dfgfo.ttl>;
1453
1487
  owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/elemento-costruttivo> ;
1454
1488
  sh:name "Tipo elemento costruttivo" ;
1455
1489
  sh:maxCount 1 ;
@@ -1462,7 +1496,6 @@ ex:E55Type11Shape # TIPO SOTTOCAMPIONE (come CAMPIONE che è a parte)
1462
1496
  sh:property [
1463
1497
  sh:path indagine:tipo_sottocampione ;
1464
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 ...
1465
- #owl:imports <https://raw.githubusercontent.com/tibonto/DFG-Fachsystematik-Ontology/refs/heads/main/dfgfo.ttl>;
1466
1499
  owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/tipo-campione> ;
1467
1500
  sh:name "Tipo sottocampione" ;
1468
1501
  sh:maxCount 1 ;
@@ -1475,28 +1508,30 @@ ex:E55Type12Shape # TIPO LUOGO ANALISI
1475
1508
  sh:property [
1476
1509
  sh:path indagine:tipo_luogo_analisi ;
1477
1510
  sh:class owl:Class ; # vocabolario TIPO LUOGO ANALISI (10) id="luogo-di-analisi"
1478
- #owl:imports <https://raw.githubusercontent.com/tibonto/DFG-Fachsystematik-Ontology/refs/heads/main/dfgfo.ttl>;
1479
1511
  owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/luogo-di-analisi> ;
1480
1512
  sh:name "Tipo luogo analisi" ;
1481
1513
  sh:maxCount 1 ;
1482
1514
  ] .
1483
1515
 
1484
- ex:E55Type13Shape # TIPOLOGIE ATTIVITA'
1516
+ ex:E55Type13aShape # FASE ANALISI
1485
1517
  a sh:NodeShape, rdfs:Class ;
1486
1518
  sh:targetClass crm:E55_Type ;
1487
- rdfs:label "Tipologie attività diagnostica" ;
1519
+ rdfs:label "Fase analisi" ;
1488
1520
  sh:property [
1489
1521
  sh:path indagine:fase_analisi ;
1490
1522
  sh:class owl:Class ; # vocabolario FASE ANALISI (7) id="fase-di-analisi"
1491
- #owl:imports <https://raw.githubusercontent.com/tibonto/DFG-Fachsystematik-Ontology/refs/heads/main/dfgfo.ttl>;
1492
1523
  owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/fase-di-analisi> ;
1493
1524
  sh:name "Fase analisi" ;
1494
1525
  sh:maxCount 1 ;
1495
- ] ;
1526
+ ] .
1527
+
1528
+ ex:E55Type13bShape # PREPARAZIONE CAMPIONE
1529
+ a sh:NodeShape, rdfs:Class ;
1530
+ sh:targetClass crm:E55_Type ;
1531
+ rdfs:label "Preparazione campione" ;
1496
1532
  sh:property [
1497
1533
  sh:path indagine:preparazione_campione ;
1498
1534
  sh:class owl:Class ; # vocabolario PREPARAZIONE CAMPIONE (16) id="preparazione-campione"
1499
- #owl:imports <https://raw.githubusercontent.com/tibonto/DFG-Fachsystematik-Ontology/refs/heads/main/dfgfo.ttl>;
1500
1535
  owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/preparazione-campione> ;
1501
1536
  sh:name "Preparazione campione" ;
1502
1537
  sh:maxCount 1 ;
@@ -1506,14 +1541,19 @@ ex:E55Type13Shape # TIPOLOGIE ATTIVITA'
1506
1541
  sh:node ex:E62String05Shape ;
1507
1542
  sh:name "Note preparazione campione" ;
1508
1543
  sh:maxCount 1 ;
1509
- ] ;
1544
+ ] .
1545
+
1546
+ ex:E55Type13cShape # TECNICA DIAGNOSTICA
1547
+ a sh:NodeShape, rdfs:Class ;
1548
+ sh:targetClass crm:E55_Type ;
1549
+ rdfs:label "Tecnica diagnostica" ;
1510
1550
  sh:property [
1511
1551
  sh:path indagine:tecnica_diagnostica ;
1512
1552
  sh:class owl:Class ; # vocabolario TECNICA DIAGNOSTICA (20) id="tecnica-diagnostica"
1513
- #owl:imports <https://raw.githubusercontent.com/tibonto/DFG-Fachsystematik-Ontology/refs/heads/main/dfgfo.ttl>;
1514
1553
  owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/tecnica-diagnostica> ;
1515
1554
  sh:name "Tecnica diagnostica" ;
1516
1555
  sh:maxCount 1 ;
1556
+ sh:minCount 1 ;
1517
1557
  ] .
1518
1558
 
1519
1559
  ex:E55Type14Shape # TIPO MDALITA' INDAGINE
@@ -1523,7 +1563,6 @@ ex:E55Type14Shape # TIPO MDALITA' INDAGINE
1523
1563
  sh:property [
1524
1564
  sh:path indagine:tipo_modalita_indagine ;
1525
1565
  sh:class owl:Class ; # vocabolario TIPO MODALITA' INDAGINE (13) id="modalita-di-indagine"
1526
- #owl:imports <https://raw.githubusercontent.com/tibonto/DFG-Fachsystematik-Ontology/refs/heads/main/dfgfo.ttl>;
1527
1566
  owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/modalita-di-indagine> ;
1528
1567
  sh:name "Tipo modalità indagine" ;
1529
1568
  sh:maxCount 1 ;
@@ -1536,7 +1575,6 @@ ex:E55Type15Shape # TIPO STRUMENTAZIONE
1536
1575
  sh:property [
1537
1576
  sh:path indagine:tipo_strumentazione ;
1538
1577
  sh:class owl:Class ; # vocabolario STRUMENTAZIONE (18) id="strumentazione"
1539
- #owl:imports <https://raw.githubusercontent.com/tibonto/DFG-Fachsystematik-Ontology/refs/heads/main/dfgfo.ttl>;
1540
1578
  owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/strumentazione> ;
1541
1579
  sh:name "Tipo strumentazione" ;
1542
1580
  sh:maxCount 1 ;
@@ -1549,7 +1587,6 @@ ex:E55Type16Shape # TIPO MEDIUM
1549
1587
  sh:property [
1550
1588
  sh:path indagine:tipo_medium ;
1551
1589
  sh:class owl:Class ; # vocabolario MEDIUM (12) id="medium"
1552
- #owl:imports <https://raw.githubusercontent.com/tibonto/DFG-Fachsystematik-Ontology/refs/heads/main/dfgfo.ttl>;
1553
1590
  owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/medium> ;
1554
1591
  sh:name "Tipo medium" ;
1555
1592
  sh:maxCount 1 ;
@@ -1562,7 +1599,6 @@ ex:E55Type17Shape # TIPO INPUT
1562
1599
  sh:property [
1563
1600
  sh:path indagine:tipo_input ;
1564
1601
  sh:class owl:Class ; # vocabolario INPUT (24) id="input"
1565
- #owl:imports <https://raw.githubusercontent.com/tibonto/DFG-Fachsystematik-Ontology/refs/heads/main/dfgfo.ttl>;
1566
1602
  owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/input> ;
1567
1603
  sh:name "Tipo input" ;
1568
1604
  sh:maxCount 1 ;
@@ -1575,7 +1611,6 @@ ex:E55Type18Shape # TIPO OUTPUT
1575
1611
  sh:property [
1576
1612
  sh:path indagine:tipo_output ;
1577
1613
  sh:class owl:Class ; # vocabolario OUTPUT (15) id="output"
1578
- #owl:imports <https://raw.githubusercontent.com/tibonto/DFG-Fachsystematik-Ontology/refs/heads/main/dfgfo.ttl>;
1579
1614
  owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/output> ;
1580
1615
  sh:name "Tipo output" ;
1581
1616
  sh:maxCount 1 ;
@@ -1628,7 +1663,6 @@ ex:CP42MaterialDecayShape # TIPO DEGRADO
1628
1663
  sh:property [
1629
1664
  sh:path indagine:tipo_degrado ;
1630
1665
  sh:class owl:Class ; # vocabolario TIPO DEGRADO (3) id="degrado"
1631
- #owl:imports <https://raw.githubusercontent.com/tibonto/DFG-Fachsystematik-Ontology/refs/heads/main/dfgfo.ttl>;
1632
1666
  owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/degrado> ;
1633
1667
  sh:name "Tipo degrado" ;
1634
1668
  sh:maxCount 1 ;