@igea/oac_backend 1.0.107 → 1.0.108

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.107",
3
+ "version": "1.0.108",
4
4
  "description": "Backend service for the OAC project",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -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 ] ; # j.0:O3i_was_sample_by ; # ipotizzata proprietà da usare al posto di O25i_is_contained_in ... DA VERIFICARE!!!
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
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 ] ; # j.0:O25i_is_contained_in ;
57
+ sh:path [ sh:inversePath j.0:O25_contains ] ; # proprietà inversa di j.0:O25i_is_contained_in *** CERCASI ALTRA PROPR. ... VEDI SOPRA
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 basecpm:PC41i_is_shown_as_main_material_of ;
73
+ sh:path [ sh:inversePath basecpm:PC41_shows_as_main_material_of ] ; # proprietà inversa di basecpm:PC41i_is_shown_as_main_material_of
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 ] ; # crm:P46i_forms_part_of
106
+ sh:path [ sh:inversePath crm:P46_is_composed_of ] ; # proprietà inversa di crm:P46i_forms_part_of
107
107
  sh:node this:CP2ArchitectureWork ;
108
108
  sh:name "è parte di" ;
109
109
  ] ;