@igea/oac_backend 1.0.102 → 1.0.103
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
|
@@ -19,14 +19,15 @@
|
|
|
19
19
|
@prefix datasources: <http://data.sparna.fr/ontologies/sparnatural-config-datasources#> .
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
this:E7Activity01Shape_label
|
|
22
|
+
this:E7Activity01Shape_label # LABEL INDAGINE
|
|
23
|
+
sh:path rdfs:label ;
|
|
23
24
|
#sh:order "1" ;
|
|
24
25
|
sh:name "Label indagine" ;
|
|
25
26
|
sh:maxCount 1 ;
|
|
26
27
|
sh:nodeKind sh:Literal ;
|
|
27
28
|
sh:datatype rdf:string ;
|
|
28
|
-
dash:searchWidget core:NonSelectableProperty;
|
|
29
|
-
#dash:searchWidget core:
|
|
29
|
+
dash:searchWidget core:NonSelectableProperty ; # ???
|
|
30
|
+
#dash:searchWidget core:AutocompleteProperty ;
|
|
30
31
|
dash:propertyRole dash:LabelRole ;
|
|
31
32
|
core:enableOptional "false"^^xsd:boolean ;
|
|
32
33
|
core:enableNegation "false"^^xsd:boolean .
|
|
@@ -109,11 +110,12 @@ this:E42Identifier01Shape # ID INDAGINE
|
|
|
109
110
|
sh:targetClass crm:E42_Identifier ;
|
|
110
111
|
rdfs:label "ID Indagine" ;
|
|
111
112
|
sh:deactivated "true"^^xsd:boolean ;
|
|
112
|
-
#sh:property this:E7Activity01Shape_label .
|
|
113
113
|
sh:property [
|
|
114
114
|
sh:path indagine:id_indagine ;
|
|
115
115
|
sh:name "ID" ;
|
|
116
116
|
sh:datatype xsd:string ;
|
|
117
|
+
#dash:searchWidget core:AutocompleteProperty;
|
|
118
|
+
#dash:propertyRole dash:LabelRole;
|
|
117
119
|
sh:maxCount 1 ;
|
|
118
120
|
] .
|
|
119
121
|
|
|
@@ -126,6 +128,8 @@ this:I12AdoptedBeliefShape # QUESITO DIAGNOSTICO
|
|
|
126
128
|
sh:path crm:P2_has_type ;
|
|
127
129
|
sh:node this:E55Type02Shape ;
|
|
128
130
|
sh:name "ha tipo" ;
|
|
131
|
+
#dash:searchWidget core:AutocompleteProperty;
|
|
132
|
+
#dash:propertyRole dash:LabelRole;
|
|
129
133
|
sh:maxCount 1 ;
|
|
130
134
|
] .
|
|
131
135
|
|
|
@@ -137,15 +141,23 @@ this:E41Appellation01Shape # ENTE RICHIEDENTE
|
|
|
137
141
|
sh:property [
|
|
138
142
|
sh:path indagine:ente_richiedente ;
|
|
139
143
|
sh:datatype xsd:string ;
|
|
140
|
-
|
|
144
|
+
sh:nodeKind sh:Literal ;
|
|
141
145
|
sh:name "ente richiedente" ;
|
|
146
|
+
dash:searchWidget core:AutocompleteProperty;
|
|
147
|
+
dash:propertyRole dash:LabelRole;
|
|
148
|
+
core:enableOptional "true"^^xsd:boolean ;
|
|
149
|
+
core:enableNegation "true"^^xsd:boolean ;
|
|
142
150
|
sh:maxCount 1 ;
|
|
143
151
|
] ;
|
|
144
152
|
sh:property [
|
|
145
153
|
sh:path indagine:schedatore ;
|
|
146
154
|
sh:datatype xsd:string ;
|
|
147
|
-
|
|
155
|
+
sh:nodeKind sh:Literal ;
|
|
148
156
|
sh:name "schedatore" ;
|
|
157
|
+
dash:searchWidget core:AutocompleteProperty;
|
|
158
|
+
dash:propertyRole dash:LabelRole;
|
|
159
|
+
core:enableOptional "true"^^xsd:boolean ;
|
|
160
|
+
core:enableNegation "true"^^xsd:boolean ;
|
|
149
161
|
sh:maxCount 1 ;
|
|
150
162
|
] .
|
|
151
163
|
|
|
@@ -155,10 +167,14 @@ this:E41Appellation02Shape # DENOMINAZIONE BENE
|
|
|
155
167
|
rdfs:label "Denominazione bene" ;
|
|
156
168
|
sh:deactivated "true"^^xsd:boolean ;
|
|
157
169
|
sh:property [
|
|
158
|
-
|
|
170
|
+
sh:path indagine:denominazione_bene ;
|
|
159
171
|
sh:datatype xsd:string ;
|
|
160
|
-
|
|
161
|
-
|
|
172
|
+
sh:nodeKind sh:Literal ;
|
|
173
|
+
sh:name "denominazione" ;
|
|
174
|
+
dash:searchWidget core:AutocompleteProperty;
|
|
175
|
+
dash:propertyRole dash:LabelRole;
|
|
176
|
+
core:enableOptional "true"^^xsd:boolean ;
|
|
177
|
+
core:enableNegation "true"^^xsd:boolean ;
|
|
162
178
|
sh:maxCount 1 ;
|
|
163
179
|
] .
|
|
164
180
|
|
|
@@ -175,6 +191,8 @@ this:E55Type02Shape # TIPO QUESITO DIAGNOSTICO
|
|
|
175
191
|
#owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/quesito-diagnostico> ;
|
|
176
192
|
sh:datatype xsd:string ;
|
|
177
193
|
sh:name "tipo" ;
|
|
194
|
+
#dash:searchWidget core:AutocompleteProperty;
|
|
195
|
+
#dash:propertyRole dash:LabelRole;
|
|
178
196
|
sh:maxCount 1 ;
|
|
179
197
|
] .
|
|
180
198
|
|
|
@@ -202,5 +220,7 @@ this:E55Type05Shape # TIPO CAMPIONE
|
|
|
202
220
|
#owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/tipo-campione> ;
|
|
203
221
|
sh:datatype xsd:string ;
|
|
204
222
|
sh:name "tipo" ;
|
|
223
|
+
#dash:searchWidget core:AutocompleteProperty;
|
|
224
|
+
#dash:propertyRole dash:LabelRole;
|
|
205
225
|
sh:maxCount 1 ;
|
|
206
226
|
] .
|
|
@@ -26,7 +26,7 @@ this:S13Sample01Shape_label sh:path rdfs:label ;
|
|
|
26
26
|
sh:datatype rdf:string ;
|
|
27
27
|
sh:maxCount 1 ;
|
|
28
28
|
sh:minCount 1 ;
|
|
29
|
-
dash:searchWidget core:NonSelectableProperty;
|
|
29
|
+
dash:searchWidget core:NonSelectableProperty ; # ???
|
|
30
30
|
#dash:searchWidget core:SearchProperty ;
|
|
31
31
|
dash:propertyRole dash:LabelRole ;
|
|
32
32
|
core:enableOptional "false"^^xsd:boolean ;
|
|
@@ -104,12 +104,17 @@ this:E41Appellation02Shape # DENOMINAZIONE BENE
|
|
|
104
104
|
rdfs:label "Denominazione bene" ;
|
|
105
105
|
sh:deactivated "true"^^xsd:boolean ;
|
|
106
106
|
sh:property [
|
|
107
|
-
sh:path indagine:
|
|
107
|
+
sh:path indagine:denominazione_bene ;
|
|
108
108
|
sh:datatype xsd:string ;
|
|
109
|
-
|
|
109
|
+
sh:nodeKind sh:Literal ;
|
|
110
|
+
sh:name "denominazione" ;
|
|
111
|
+
dash:searchWidget core:AutocompleteProperty;
|
|
112
|
+
dash:propertyRole dash:LabelRole;
|
|
113
|
+
core:enableOptional "true"^^xsd:boolean ;
|
|
114
|
+
core:enableNegation "true"^^xsd:boolean ;
|
|
110
115
|
sh:maxCount 1 ;
|
|
111
116
|
] .
|
|
112
|
-
|
|
117
|
+
|
|
113
118
|
this:E55Type04Shape # TIPO CAMPIONE
|
|
114
119
|
a sh:NodeShape, rdfs:Class ;
|
|
115
120
|
sh:targetClass crm:E55_Type ;
|
|
@@ -166,7 +166,12 @@ this:E39Actor02Shape # AUTORE
|
|
|
166
166
|
sh:property [
|
|
167
167
|
sh:path indagine:autore ;
|
|
168
168
|
sh:datatype xsd:string ;
|
|
169
|
+
sh:nodeKind sh:Literal ;
|
|
169
170
|
sh:name "autore" ;
|
|
171
|
+
dash:searchWidget core:AutocompleteProperty;
|
|
172
|
+
dash:propertyRole dash:LabelRole;
|
|
173
|
+
core:enableOptional "true"^^xsd:boolean ;
|
|
174
|
+
core:enableNegation "true"^^xsd:boolean ;
|
|
170
175
|
sh:maxCount 1 ;
|
|
171
176
|
] ;
|
|
172
177
|
sh:property [
|
|
@@ -184,7 +189,12 @@ this:E74GroupShape # ENTE AUTORE
|
|
|
184
189
|
sh:property [
|
|
185
190
|
sh:path indagine:ente_autore ;
|
|
186
191
|
sh:datatype xsd:string ;
|
|
192
|
+
sh:nodeKind sh:Literal ;
|
|
187
193
|
sh:name "ente" ;
|
|
194
|
+
dash:searchWidget core:AutocompleteProperty;
|
|
195
|
+
dash:propertyRole dash:LabelRole;
|
|
196
|
+
core:enableOptional "true"^^xsd:boolean ;
|
|
197
|
+
core:enableNegation "true"^^xsd:boolean ;
|
|
188
198
|
sh:maxCount 1 ;
|
|
189
199
|
] .
|
|
190
200
|
|
|
@@ -194,9 +204,14 @@ this:E41Appellation02Shape # DENOMINAZIONE BENE
|
|
|
194
204
|
rdfs:label "Denominazione bene" ;
|
|
195
205
|
sh:deactivated "true"^^xsd:boolean ;
|
|
196
206
|
sh:property [
|
|
197
|
-
|
|
207
|
+
sh:path indagine:denominazione_bene ;
|
|
198
208
|
sh:datatype xsd:string ;
|
|
199
|
-
|
|
209
|
+
sh:nodeKind sh:Literal ;
|
|
210
|
+
sh:name "denominazione" ;
|
|
211
|
+
dash:searchWidget core:AutocompleteProperty;
|
|
212
|
+
dash:propertyRole dash:LabelRole;
|
|
213
|
+
core:enableOptional "true"^^xsd:boolean ;
|
|
214
|
+
core:enableNegation "true"^^xsd:boolean ;
|
|
200
215
|
sh:maxCount 1 ;
|
|
201
216
|
] .
|
|
202
217
|
|