@igea/oac_backend 1.0.101 → 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
|
@@ -16,16 +16,18 @@
|
|
|
16
16
|
|
|
17
17
|
@prefix dash: <http://datashapes.org/dash#> .
|
|
18
18
|
@prefix core: <http://data.sparna.fr/ontologies/sparnatural-config-core#> .
|
|
19
|
+
@prefix datasources: <http://data.sparna.fr/ontologies/sparnatural-config-datasources#> .
|
|
19
20
|
|
|
20
21
|
|
|
21
|
-
this:E7Activity01Shape_label
|
|
22
|
+
this:E7Activity01Shape_label # LABEL INDAGINE
|
|
23
|
+
sh:path rdfs:label ;
|
|
22
24
|
#sh:order "1" ;
|
|
23
25
|
sh:name "Label indagine" ;
|
|
24
26
|
sh:maxCount 1 ;
|
|
25
27
|
sh:nodeKind sh:Literal ;
|
|
26
28
|
sh:datatype rdf:string ;
|
|
27
|
-
dash:searchWidget core:NonSelectableProperty;
|
|
28
|
-
#dash:searchWidget core:
|
|
29
|
+
dash:searchWidget core:NonSelectableProperty ; # ???
|
|
30
|
+
#dash:searchWidget core:AutocompleteProperty ;
|
|
29
31
|
dash:propertyRole dash:LabelRole ;
|
|
30
32
|
core:enableOptional "false"^^xsd:boolean ;
|
|
31
33
|
core:enableNegation "false"^^xsd:boolean .
|
|
@@ -85,7 +87,7 @@ this:S13Sample01Shape # CAMPIONE
|
|
|
85
87
|
sh:maxCount 1 ;
|
|
86
88
|
] ;
|
|
87
89
|
sh:property [
|
|
88
|
-
sh:path basecpm:
|
|
90
|
+
sh:path basecpm:PC43i_uses ;
|
|
89
91
|
sh:node this:CP2ArchitectureWorkShape ;
|
|
90
92
|
sh:name "utilizza" ;
|
|
91
93
|
sh:maxCount 1 ;
|
|
@@ -108,11 +110,12 @@ this:E42Identifier01Shape # ID INDAGINE
|
|
|
108
110
|
sh:targetClass crm:E42_Identifier ;
|
|
109
111
|
rdfs:label "ID Indagine" ;
|
|
110
112
|
sh:deactivated "true"^^xsd:boolean ;
|
|
111
|
-
#sh:property this:E7Activity01Shape_label .
|
|
112
113
|
sh:property [
|
|
113
114
|
sh:path indagine:id_indagine ;
|
|
114
115
|
sh:name "ID" ;
|
|
115
116
|
sh:datatype xsd:string ;
|
|
117
|
+
#dash:searchWidget core:AutocompleteProperty;
|
|
118
|
+
#dash:propertyRole dash:LabelRole;
|
|
116
119
|
sh:maxCount 1 ;
|
|
117
120
|
] .
|
|
118
121
|
|
|
@@ -125,6 +128,8 @@ this:I12AdoptedBeliefShape # QUESITO DIAGNOSTICO
|
|
|
125
128
|
sh:path crm:P2_has_type ;
|
|
126
129
|
sh:node this:E55Type02Shape ;
|
|
127
130
|
sh:name "ha tipo" ;
|
|
131
|
+
#dash:searchWidget core:AutocompleteProperty;
|
|
132
|
+
#dash:propertyRole dash:LabelRole;
|
|
128
133
|
sh:maxCount 1 ;
|
|
129
134
|
] .
|
|
130
135
|
|
|
@@ -136,15 +141,23 @@ this:E41Appellation01Shape # ENTE RICHIEDENTE
|
|
|
136
141
|
sh:property [
|
|
137
142
|
sh:path indagine:ente_richiedente ;
|
|
138
143
|
sh:datatype xsd:string ;
|
|
139
|
-
|
|
144
|
+
sh:nodeKind sh:Literal ;
|
|
140
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 ;
|
|
141
150
|
sh:maxCount 1 ;
|
|
142
151
|
] ;
|
|
143
152
|
sh:property [
|
|
144
153
|
sh:path indagine:schedatore ;
|
|
145
154
|
sh:datatype xsd:string ;
|
|
146
|
-
|
|
155
|
+
sh:nodeKind sh:Literal ;
|
|
147
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 ;
|
|
148
161
|
sh:maxCount 1 ;
|
|
149
162
|
] .
|
|
150
163
|
|
|
@@ -154,10 +167,14 @@ this:E41Appellation02Shape # DENOMINAZIONE BENE
|
|
|
154
167
|
rdfs:label "Denominazione bene" ;
|
|
155
168
|
sh:deactivated "true"^^xsd:boolean ;
|
|
156
169
|
sh:property [
|
|
157
|
-
|
|
170
|
+
sh:path indagine:denominazione_bene ;
|
|
158
171
|
sh:datatype xsd:string ;
|
|
159
|
-
|
|
160
|
-
|
|
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 ;
|
|
161
178
|
sh:maxCount 1 ;
|
|
162
179
|
] .
|
|
163
180
|
|
|
@@ -174,6 +191,8 @@ this:E55Type02Shape # TIPO QUESITO DIAGNOSTICO
|
|
|
174
191
|
#owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/quesito-diagnostico> ;
|
|
175
192
|
sh:datatype xsd:string ;
|
|
176
193
|
sh:name "tipo" ;
|
|
194
|
+
#dash:searchWidget core:AutocompleteProperty;
|
|
195
|
+
#dash:propertyRole dash:LabelRole;
|
|
177
196
|
sh:maxCount 1 ;
|
|
178
197
|
] .
|
|
179
198
|
|
|
@@ -201,5 +220,7 @@ this:E55Type05Shape # TIPO CAMPIONE
|
|
|
201
220
|
#owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/tipo-campione> ;
|
|
202
221
|
sh:datatype xsd:string ;
|
|
203
222
|
sh:name "tipo" ;
|
|
223
|
+
#dash:searchWidget core:AutocompleteProperty;
|
|
224
|
+
#dash:propertyRole dash:LabelRole;
|
|
204
225
|
sh:maxCount 1 ;
|
|
205
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
|
|