@igea/oac_backend 1.0.85 → 1.0.87

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.85",
3
+ "version": "1.0.87",
4
4
  "description": "Backend service for the OAC project",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -1,6 +1,6 @@
1
1
  const {db, schema } = require('./db')
2
2
  const table = `${schema}.edit_locks`
3
- const expiration_seconds = 300 // 5 mjinutes
3
+ const expiration_seconds = 180 // 3 minutes
4
4
 
5
5
 
6
6
  class EditLocks {
@@ -114,7 +114,7 @@ ex:I2Belief01Shape # INQUADRAMENTO CRONOLOGICO
114
114
  sh:path indagine:inquadramento_cronologico ;
115
115
  #sh:class owl:Class ; # vocabolario INQUADRAMENTO CRONOLOGICO (9) id="inquadramento-cronologico"
116
116
  #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/inquadramento-cronologico> ;
117
- sh:nodeKind sh:Literal;
117
+ #sh:nodeKind sh:Literal;
118
118
  sh:datatype xsd:string;
119
119
  sh:name "Tipo" ;
120
120
  sh:maxCount 1 ;
@@ -139,7 +139,7 @@ ex:E55Type04Shape # TIPO CAMPIONE
139
139
  sh:path indagine:tipo_campione ;
140
140
  #sh:class owl:Class ; # vocabolario TIPO CAMPIONE (21) id="tipo-campione"
141
141
  #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/tipo-campione> ;
142
- sh:nodeKind sh:Literal;
142
+ #sh:nodeKind sh:Literal;
143
143
  sh:datatype xsd:string;
144
144
  sh:name "Tipo campione" ;
145
145
  sh:maxCount 1 ;
@@ -153,7 +153,7 @@ ex:E55Type08Shape # TIPO MATERIALE (in CAMPIONE, SOTTOCAMPIONE, ELEMENTO COSTRUT
153
153
  sh:path indagine:tipo_materiale ;
154
154
  #sh:class owl:Class ; # vocabolario TIPO MATERIALE (11) id="materiale"
155
155
  #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/materiale> ;
156
- sh:nodeKind sh:Literal;
156
+ #sh:nodeKind sh:Literal;
157
157
  sh:datatype xsd:string;
158
158
  sh:name "Tipo materiale" ;
159
159
  sh:maxCount 1 ;