@igea/oac_backend 1.0.108 → 1.0.110

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.
@@ -45,7 +45,7 @@ this:S13SampleCampione # CAMPIONE
45
45
  ] ;
46
46
  sh:property [
47
47
  sh:path j.0:O25_contains ;
48
- sh:node this:S10MaterialSubstantial ;
48
+ sh:node this:S10MaterialSubstantialCampione ;
49
49
  sh:name "contiene" ;
50
50
  ] ;
51
51
  sh:property [
@@ -55,7 +55,7 @@ this:S13SampleCampione # CAMPIONE
55
55
  ] ;
56
56
  sh:property this:S13SampleCampioneLabel .
57
57
 
58
- this:S10MaterialSubstantial # MATERIALE PREVALENTE - CAMPIONE
58
+ this:S10MaterialSubstantialCampione # MATERIALE PREVALENTE - CAMPIONE
59
59
  a sh:NodeShape ;
60
60
  sh:targetClass j.0:S10_Material_Substantial ;
61
61
  rdfs:label "Materiale" ;
@@ -125,7 +125,7 @@ this:E55TypeMateriale # TIPO MATERIALE
125
125
  rdfs:label "Tipo materiale" ;
126
126
  sh:deactivated "true"^^xsd:boolean ;
127
127
  sh:property [
128
- sh:path indagine:materiale ;
128
+ sh:path indagine:tipo_materiale ;
129
129
  sh:name "tipo" ;
130
130
  dash:searchWidget core:TreeProperty ;
131
131
  core:enableOptional "true"^^xsd:boolean;
@@ -215,7 +215,7 @@ this:E55TypeMateriale # TIPO MATERIALE
215
215
  rdfs:label "Tipo materiale" ;
216
216
  sh:deactivated "true"^^xsd:boolean ;
217
217
  sh:property [
218
- sh:path indagine:materiale ;
218
+ sh:path indagine:tipo_materiale ;
219
219
  sh:name "tipo" ;
220
220
  dash:searchWidget core:TreeProperty ;
221
221
  core:enableOptional "true"^^xsd:boolean;
@@ -1,5 +1,5 @@
1
1
  @prefix sh: <http://www.w3.org/ns/shacl#> .
2
- #@prefix ex: <http://example.org/shapes/> .
2
+ #@prefix ex: <http://example.org/shapes/> .
3
3
  @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
4
4
  @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
5
5
  @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@@ -49,12 +49,12 @@ this:S10MaterialSubstantial # MATERIALE PREVALENTE - CAMPIONE-ELEMENTO COSTRUTTI
49
49
  sh:name "ha tipo" ;
50
50
  ] ;
51
51
  sh:property [
52
- sh:path [ sh:inversePath j.0:O25_contains ] ; # proprietà inversa di j.0:O25i_is_contained_in *** CERCASI ALTRA PROPR. VEDI SOTTO ... ES. j.0:O3i_was_sample_by
52
+ sh:path [ sh:inversePath j.0:O25_contains ] ; # proprietà inversa: j.0:O25i_is_contained_in
53
53
  sh:node this:S13SampleCampione ;
54
54
  sh:name "è campionato da" ;
55
55
  ] ;
56
56
  sh:property [
57
- sh:path [ sh:inversePath j.0:O25_contains ] ; # proprietà inversa di j.0:O25i_is_contained_in *** CERCASI ALTRA PROPR. ... VEDI SOPRA
57
+ sh:path [ sh:inversePath j.0:O25_contains ] ; # proprietà inversa: j.0:O25i_is_contained_in
58
58
  sh:node this:CP20ConstructionWork ;
59
59
  sh:name "è contenuto in" ;
60
60
  ] ;
@@ -70,7 +70,7 @@ this:CP9Material # MATERIALE PREVALENTE COSTRUTTIVO - ELEMENTO COSTRUTTIVO
70
70
  sh:name "ha tipo" ;
71
71
  ] ;
72
72
  sh:property [
73
- sh:path [ sh:inversePath basecpm:PC41_shows_as_main_material_of ] ; # proprietà inversa di basecpm:PC41i_is_shown_as_main_material_of
73
+ sh:path [ sh:inversePath basecpm:PC41_shows_as_main_material ] ; # proprietà inversa: basecpm:PC41i_is_shown_as_main_material
74
74
  sh:node this:CP20ConstructionWork ;
75
75
  sh:name "è contenuto in" ;
76
76
  ] ;
@@ -103,7 +103,7 @@ this:CP20ConstructionWork # ELEMENTO COSTRUTTIVO
103
103
  rdfs:label "Elemento costruttivo" ;
104
104
  sh:deactivated "true"^^xsd:boolean ;
105
105
  sh:property [
106
- sh:path [ sh:inversePath crm:P46_is_composed_of ] ; # proprietà inversa di crm:P46i_forms_part_of
106
+ sh:path [ sh:inversePath crm:P46_is_composed_of ] ; # proprietà inversa: crm:P46i_forms_part_of
107
107
  sh:node this:CP2ArchitectureWork ;
108
108
  sh:name "è parte di" ;
109
109
  ] ;