@igea/oac_backend 1.0.95 → 1.0.97

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.
@@ -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#> .
@@ -12,9 +12,10 @@
12
12
  #@prefix volipi: <http://data.sparna.fr/ontologies/volipi#> .
13
13
  #@prefix skos: <http://www.w3.org/2004/02/skos/core> .
14
14
  @prefix indagine: <http://indagine/> .
15
+ @prefix this: <http://data.mydomain.com/sparnatural-page/sparnatural-config/> .
15
16
 
16
17
 
17
- ex:E7Activity01Shape # INDAGINE
18
+ this:E7Activity01Shape # INDAGINE
18
19
  a sh:NodeShape, rdfs:Class ;
19
20
  sh:targetClass crm:E7_Activity ;
20
21
  rdfs:label "Indagine" ;
@@ -22,170 +23,170 @@ ex:E7Activity01Shape # INDAGINE
22
23
  #sh:description "Indagine" ;
23
24
  sh:property [
24
25
  sh:path crm:P16_used_specific_object ;
25
- sh:node ex:S13Sample01Shape ;
26
- sh:name "Campione" ;
26
+ sh:node this:S13Sample01Shape ;
27
+ sh:name "ha usato un oggetto specifico" ;
27
28
  sh:maxCount 1 ;
28
29
  ] ;
29
30
  sh:property [
30
31
  sh:path crm:P134_continued ;
31
- sh:node ex:E7Activity02Shape ;
32
- sh:name "Attività diagnostica" ;
32
+ sh:node this:E7Activity02Shape ;
33
+ sh:name "ha continuazione" ;
33
34
  sh:maxCount 1 ;
34
35
  ] .
35
36
 
36
- ex:E7Activity02Shape # ATTIVITA' DIAGNOSTICA
37
+ this:E7Activity02Shape # ATTIVITA' DIAGNOSTICA
37
38
  a sh:NodeShape, rdfs:Class ;
38
39
  sh:targetClass crm:E7_Activity ;
39
40
  rdfs:label "Attività diagnostica" ;
40
41
  sh:property [
41
42
  sh:path crm:P48_has_preferred_identifier ;
42
- sh:node ex:E42Identifier06Shape ;
43
- sh:name "ID attività diagnostica" ;
43
+ sh:node this:E42Identifier06Shape ;
44
+ sh:name "ha identificativo" ;
44
45
  sh:maxCount 1 ;
45
46
  ] ;
46
47
  sh:property [
47
48
  sh:path crm:P14_carried_out_by ;
48
- sh:node ex:E39Actor02Shape ;
49
- sh:name "Autore" ;
49
+ sh:node this:E39Actor02Shape ;
50
+ sh:name "eseguito da" ;
50
51
  sh:maxCount 1 ;
51
52
  ] ;
52
53
  sh:property [
53
54
  sh:path crm:P2_has_type ;
54
- sh:node ex:E55Type13Shape ;
55
- sh:name "Tecnica diagnostica" ;
55
+ sh:node this:E55Type13Shape ;
56
+ sh:name "ha tipo" ;
56
57
  sh:maxCount 1 ;
57
58
  ] ;
58
59
  sh:property [
59
60
  sh:path crm:P33_used_specific_technique ;
60
- sh:node ex:E29DesignorProcedure03Shape ;
61
- sh:name "Procedura" ;
61
+ sh:node this:E29DesignorProcedure03Shape ;
62
+ sh:name "ha usato tecnica specifica" ;
62
63
  sh:maxCount 1 ;
63
64
  ] ;
64
65
  sh:property [
65
66
  sh:path crm:P16_used_specific_object ;
66
- sh:node ex:E70ThingShape ;
67
- sh:name "Strumento" ;
67
+ sh:node this:E70ThingShape ;
68
+ sh:name "ha usato un oggetto specifico" ;
68
69
  sh:maxCount 1 ;
69
70
  ] .
70
71
 
71
- ex:E70ThingShape # STRUMENTO
72
+ this:E70ThingShape # STRUMENTO
72
73
  a sh:NodeShape, rdfs:Class ;
73
74
  sh:targetClass crm:E70_Thing ;
74
75
  rdfs:label "Strumento" ;
75
76
  sh:property [
76
77
  sh:path crm:P2_has_type ;
77
- sh:node ex:E55Type15Shape ;
78
- sh:name "Strumentazione" ;
78
+ sh:node this:E55Type15Shape ;
79
+ sh:name "ha tipo" ;
79
80
  sh:maxCount 1 ;
80
81
  ] .
81
82
 
82
- ex:E29DesignorProcedure03Shape # PROCEDURA
83
+ this:E29DesignorProcedure03Shape # PROCEDURA
83
84
  a sh:NodeShape, rdfs:Class ;
84
85
  sh:targetClass crm:E29_Design_or_Procedure ;
85
86
  rdfs:label "Procedura" ;
86
87
  sh:property [
87
88
  sh:path crm:P2_has_type ;
88
- sh:node ex:E55Type14Shape ;
89
- sh:name "Modalita d'indagine" ;
89
+ sh:node this:E55Type14Shape ;
90
+ sh:name "ha tipo" ;
90
91
  sh:maxCount 1 ;
91
92
  ] .
92
93
 
93
- ex:S13Sample01Shape # CAMPIONE
94
+ this:S13Sample01Shape # CAMPIONE
94
95
  a sh:NodeShape, rdfs:Class ;
95
96
  sh:targetClass j.0:S13_Sample ;
96
97
  rdfs:label "Campione" ;
97
98
  sh:property [
98
99
  sh:path crm:P2_has_type ;
99
- sh:node ex:E55Type04Shape ;
100
- sh:name "Tipo campione" ;
100
+ sh:node this:E55Type04Shape ;
101
+ sh:name "ha tipo" ;
101
102
  sh:maxCount 1 ;
102
103
  ] ;
103
104
  sh:property [
104
105
  sh:path j.0:O25_contains ;
105
- sh:node ex:S10MaterialSubstantial01Shape ;
106
- sh:name "Materiale prevalente" ;
106
+ sh:node this:S10MaterialSubstantial01Shape ;
107
+ sh:name "contiene" ;
107
108
  sh:maxCount 1 ;
108
109
  ] ;
109
110
  sh:property [
110
111
  sh:path basecpm:PC43i_uses ;
111
- sh:node ex:CP2ArchitectureWorkShape ;
112
- sh:name "Bene di riferimento" ;
112
+ sh:node this:CP2ArchitectureWorkShape ;
113
+ sh:name "utilizza" ;
113
114
  sh:maxCount 1 ;
114
115
  ] .
115
116
 
116
- ex:S10MaterialSubstantial01Shape # MATERIALE PREVALENTE - CAMPIONE
117
+ this:S10MaterialSubstantial01Shape # MATERIALE PREVALENTE - CAMPIONE
117
118
  a sh:NodeShape, rdfs:Class ;
118
119
  sh:targetClass j.0:S10_Material_Substantial ;
119
120
  rdfs:label "Materiale" ;
120
121
  sh:property [
121
122
  sh:path crm:P2_has_type ;
122
- sh:node ex:E55Type08Shape ;
123
- sh:name "Materiale" ;
123
+ sh:node this:E55Type08Shape ;
124
+ sh:name "ha tipo" ;
124
125
  sh:maxCount 1 ;
125
126
  ] .
126
127
 
127
- ex:CP2ArchitectureWorkShape # BENE DI RIFERIMENTO
128
+ this:CP2ArchitectureWorkShape # BENE DI RIFERIMENTO
128
129
  a sh:NodeShape, rdfs:Class ;
129
130
  sh:targetClass basecpm:CP2_Architecture_Work ;
130
131
  rdfs:label "Bene di riferimento" ;
131
132
  sh:property [
132
133
  sh:path crm:P1_is_identified_by ;
133
- sh:node ex:E41Appellation02Shape ;
134
- sh:name "Denominazione bene" ;
134
+ sh:node this:E41Appellation02Shape ;
135
+ sh:name "è identificato da" ;
135
136
  sh:maxCount 1 ;
136
137
  ] .
137
138
 
138
- ex:E42Identifier06Shape # ID ATTIVITA' DIAGNOSTICA
139
+ this:E42Identifier06Shape # ID ATTIVITA' DIAGNOSTICA
139
140
  a sh:NodeShape, rdfs:Class ;
140
141
  sh:targetClass crm:E42_Identifier ;
141
142
  rdfs:label "ID attività diagnostica" ;
142
143
  sh:property [
143
144
  sh:path indagine:id_attivita_diagnostica ;
144
- sh:name "ID attività diagnostica" ;
145
+ sh:name "ID" ;
145
146
  sh:datatype xsd:string ;
146
147
  sh:maxCount 1 ;
147
148
  ] .
148
149
 
149
- ex:E39Actor02Shape # AUTORI
150
+ this:E39Actor02Shape # AUTORI
150
151
  a sh:NodeShape, rdfs:Class ;
151
152
  sh:targetClass crm:E39_Actor ;
152
153
  rdfs:label "Autori" ;
153
154
  sh:property [
154
155
  sh:path indagine:autore ;
155
156
  sh:datatype xsd:string ;
156
- sh:name "Autore" ;
157
+ sh:name "autore" ;
157
158
  sh:maxCount 1 ;
158
159
  ] ;
159
160
  sh:property [
160
161
  sh:path crm:P107i_is_current_or_former_member_of ;
161
- sh:node ex:E74GroupShape ;
162
- sh:name "Ente" ;
162
+ sh:node this:E74GroupShape ;
163
+ sh:name "è membro di" ;
163
164
  sh:maxCount 1 ;
164
165
  ] .
165
166
 
166
- ex:E74GroupShape # ENTE AUTORE
167
+ this:E74GroupShape # ENTE AUTORE
167
168
  a sh:NodeShape, rdfs:Class ;
168
169
  sh:targetClass crm:E74_Group ;
169
170
  rdfs:label "Ente autore" ;
170
171
  sh:property [
171
172
  sh:path indagine:ente_autore ;
172
173
  sh:datatype xsd:string ;
173
- sh:name "Ente autore" ;
174
+ sh:name "ente" ;
174
175
  sh:maxCount 1 ;
175
176
  ] .
176
177
 
177
- ex:E41Appellation02Shape # DENOMINAZIONE BENE
178
+ this:E41Appellation02Shape # DENOMINAZIONE BENE
178
179
  a sh:NodeShape, rdfs:Class ;
179
180
  sh:targetClass crm:E41_Appellation ;
180
181
  rdfs:label "Denominazione bene" ;
181
182
  sh:property [
182
183
  sh:path indagine:denominazione_bene ;
183
184
  sh:datatype xsd:string ;
184
- sh:name "Denominazione" ;
185
+ sh:name "denominazione" ;
185
186
  sh:maxCount 1 ;
186
187
  ] .
187
188
 
188
- ex:E55Type04Shape # TIPO CAMPIONE
189
+ this:E55Type04Shape # TIPO CAMPIONE
189
190
  a sh:NodeShape, rdfs:Class ;
190
191
  sh:targetClass crm:E55_Type ;
191
192
  rdfs:label "Tipo campione" ;
@@ -193,13 +194,13 @@ ex:E55Type04Shape # TIPO CAMPIONE
193
194
  sh:path indagine:tipo_campione ;
194
195
  #sh:class owl:Class ; # vocabolario TIPO CAMPIONE (21) id="tipo-campione"
195
196
  #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/tipo-campione> ;
196
- #sh:nodeKind sh:Literal;
197
- sh:datatype xsd:string;
198
- sh:name "Tipo campione" ;
197
+ #sh:nodeKind sh:Literal ;
198
+ sh:datatype xsd:string ;
199
+ sh:name "tipo" ;
199
200
  sh:maxCount 1 ;
200
201
  ] .
201
202
 
202
- ex:E55Type08Shape # TIPO MATERIALE (in CAMPIONE, SOTTOCAMPIONE, ELEMENTO COSTRUTTIVO, OUTPUT, ...)
203
+ this:E55Type08Shape # TIPO MATERIALE (in CAMPIONE, SOTTOCAMPIONE, ELEMENTO COSTRUTTIVO, OUTPUT, ...)
203
204
  a sh:NodeShape, rdfs:Class ;
204
205
  sh:targetClass crm:E55_Type ;
205
206
  rdfs:label "Tipo materiale" ;
@@ -207,13 +208,13 @@ ex:E55Type08Shape # TIPO MATERIALE (in CAMPIONE, SOTTOCAMPIONE, ELEMENTO COSTRUT
207
208
  sh:path indagine:tipo_materiale ;
208
209
  #sh:class owl:Class ; # vocabolario TIPO MATERIALE (11) id="materiale"
209
210
  #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/materiale> ;
210
- #sh:nodeKind sh:Literal;
211
- sh:datatype xsd:string;
212
- sh:name "Tipo materiale" ;
211
+ #sh:nodeKind sh:Literal ;
212
+ sh:datatype xsd:string ;
213
+ sh:name "tipo" ;
213
214
  sh:maxCount 1 ;
214
215
  ] .
215
216
 
216
- ex:E55Type13Shape # TECNICA DIAGNOSTICA
217
+ this:E55Type13Shape # TECNICA DIAGNOSTICA
217
218
  a sh:NodeShape, rdfs:Class ;
218
219
  sh:targetClass crm:E55_Type ;
219
220
  rdfs:label "Tecnica diagnostica" ;
@@ -222,12 +223,12 @@ ex:E55Type13Shape # TECNICA DIAGNOSTICA
222
223
  #sh:class owl:Class ; # vocabolario TECNICA DIAGNOSTICA (20) id="tecnica-diagnostica"
223
224
  #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/tecnica-diagnostica> ;
224
225
  #sh:nodeKind sh:Literal;
225
- sh:datatype xsd:string;
226
- sh:name "Tecnica diagnostica" ;
226
+ sh:datatype xsd:string ;
227
+ sh:name "tipo" ;
227
228
  sh:maxCount 1 ;
228
229
  ] .
229
230
 
230
- ex:E55Type14Shape # TIPO MDALITA' INDAGINE
231
+ this:E55Type14Shape # TIPO MDALITA' INDAGINE
231
232
  a sh:NodeShape, rdfs:Class ;
232
233
  sh:targetClass crm:E55_Type ;
233
234
  rdfs:label "Tipo modalità indagine" ;
@@ -235,13 +236,13 @@ ex:E55Type14Shape # TIPO MDALITA' INDAGINE
235
236
  sh:path indagine:tipo_modalita_indagine ;
236
237
  #sh:class owl:Class ; # vocabolario TIPO MODALITA' INDAGINE (13) id="modalita-di-indagine"
237
238
  #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/modalita-di-indagine> ;
238
- #sh:nodeKind sh:Literal;
239
- sh:datatype xsd:string;
240
- sh:name "Tipo modalità indagine" ;
239
+ #sh:nodeKind sh:Literal ;
240
+ sh:datatype xsd:string ;
241
+ sh:name "tipo" ;
241
242
  sh:maxCount 1 ;
242
243
  ] .
243
244
 
244
- ex:E55Type15Shape # TIPO STRUMENTAZIONE
245
+ this:E55Type15Shape # TIPO STRUMENTAZIONE
245
246
  a sh:NodeShape, rdfs:Class ;
246
247
  sh:targetClass crm:E55_Type ;
247
248
  rdfs:label "Tipo strumentazione" ;
@@ -249,8 +250,8 @@ ex:E55Type15Shape # TIPO STRUMENTAZIONE
249
250
  sh:path indagine:tipo_strumentazione ;
250
251
  #sh:class owl:Class ; # vocabolario STRUMENTAZIONE (18) id="strumentazione"
251
252
  #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/strumentazione> ;
252
- #sh:nodeKind sh:Literal;
253
- sh:datatype xsd:string;
254
- sh:name "Tipo strumentazione" ;
253
+ #sh:nodeKind sh:Literal ;
254
+ sh:datatype xsd:string ;
255
+ sh:name "tipo" ;
255
256
  sh:maxCount 1 ;
256
257
  ] .
@@ -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#> .
@@ -12,101 +12,102 @@
12
12
  #@prefix volipi: <http://data.sparna.fr/ontologies/volipi#> .
13
13
  #@prefix skos: <http://www.w3.org/2004/02/skos/core> .
14
14
  @prefix indagine: <http://indagine/> .
15
+ @prefix this: <http://data.mydomain.com/sparnatural-page/sparnatural-config/> .
15
16
 
16
17
 
17
- ex:S13Sample01Shape # CAMPIONE
18
+ this:S13Sample01Shape # CAMPIONE
18
19
  a sh:NodeShape, rdfs:Class ;
19
20
  sh:targetClass j.0:S13_Sample ;
20
21
  rdfs:label "Campione" ;
21
22
  sh:property [
22
23
  sh:path crm:P48_has_preferred_identifier ;
23
- sh:node ex:E42Identifier02Shape ;
24
- sh:name "ID campione" ;
24
+ sh:node this:E42Identifier02Shape ;
25
+ sh:name "ha identificativo" ;
25
26
  sh:maxCount 1 ;
26
27
  ] ;
27
28
  sh:property [
28
29
  sh:path crm:P2_has_type ;
29
- sh:node ex:E55Type04Shape ;
30
- sh:name "Tipo campione" ;
30
+ sh:node this:E55Type04Shape ;
31
+ sh:name "ha tipo" ;
31
32
  sh:maxCount 1 ;
32
33
  ] ;
33
34
  sh:property [
34
35
  sh:path j.0:O25_contains ;
35
- sh:node ex:S10MaterialSubstantial01Shape ;
36
- sh:name "Materiale prevalente" ;
36
+ sh:node this:S10MaterialSubstantial01Shape ;
37
+ sh:name "contiene" ;
37
38
  sh:maxCount 1 ;
38
39
  ] ;
39
40
  sh:property [
40
41
  sh:path basecpm:PC43i_uses ;
41
- sh:node ex:CP2ArchitectureWorkShape ;
42
- sh:name "Bene di riferimento" ;
42
+ sh:node this:CP2ArchitectureWorkShape ;
43
+ sh:name "utilizza" ;
43
44
  sh:maxCount 1 ;
44
45
  ] .
45
46
 
46
- ex:S10MaterialSubstantial01Shape # MATERIALE PREVALENTE - CAMPIONE
47
+ this:S10MaterialSubstantial01Shape # MATERIALE PREVALENTE - CAMPIONE
47
48
  a sh:NodeShape, rdfs:Class ;
48
49
  sh:targetClass j.0:S10_Material_Substantial ;
49
50
  rdfs:label "Materiale" ;
50
51
  sh:property [
51
52
  sh:path crm:P2_has_type ;
52
- sh:node ex:E55Type08Shape ;
53
- sh:name "Materiale" ;
53
+ sh:node this:E55Type08Shape ;
54
+ sh:name "ha tipo" ;
54
55
  sh:maxCount 1 ;
55
56
  ] .
56
57
 
57
- ex:CP2ArchitectureWorkShape # BENE DI RIFERIMENTO
58
+ this:CP2ArchitectureWorkShape # BENE DI RIFERIMENTO
58
59
  a sh:NodeShape, rdfs:Class ;
59
60
  sh:targetClass basecpm:CP2_Architecture_Work ;
60
61
  rdfs:label "Bene di riferimento" ;
61
62
  sh:property [
62
63
  sh:path crm:P1_is_identified_by ;
63
- sh:node ex:E41Appellation02Shape ;
64
- sh:name "Denominazione bene" ;
64
+ sh:node this:E41Appellation02Shape ;
65
+ sh:name "è identificato da" ;
65
66
  sh:maxCount 1 ;
66
67
  ] ;
67
68
  sh:property [
68
69
  sh:path crm:P46_is_composed_of ;
69
- sh:node ex:CP20ConstructionWorkShape ;
70
- sh:name "Elemento costruttivo" ;
70
+ sh:node this:CP20ConstructionWorkShape ;
71
+ sh:name "è composto da" ;
71
72
  sh:maxCount 1 ;
72
73
  ] .
73
74
 
74
- ex:CP20ConstructionWorkShape # ELEMENTO COSTRUTTIVO
75
+ this:CP20ConstructionWorkShape # ELEMENTO COSTRUTTIVO
75
76
  a sh:NodeShape, rdfs:Class ;
76
77
  sh:targetClass basecpm:CP20_Construction_Work ;
77
78
  rdfs:label "Elemento costruttivo" ;
78
79
  sh:property [
79
80
  sh:path j.0:O25_contains ;
80
- sh:node ex:S10CP9MaterialShape ; # ex:S10MaterialSubstantial02Shape ;
81
- sh:name "Materiale prevalente 1" ;
81
+ sh:node this:S10CP9MaterialShape ; # this:S10MaterialSubstantial02Shape ;
82
+ sh:name "contiene" ;
82
83
  sh:maxCount 1 ;
83
84
  ] ;
84
85
  sh:property [
85
86
  sh:path basecpm:PC41_shows_as_main_material ;
86
- sh:node ex:S10CP9MaterialShape ; # ex:CP9BuildingMaterialShape ;
87
- sh:name "Materiale prevalente 2" ;
87
+ sh:node this:S10CP9MaterialShape ; # this:CP9BuildingMaterialShape ;
88
+ sh:name "mostra come materiale principale" ;
88
89
  sh:maxCount 1 ;
89
90
  ] ;
90
91
  sh:property [
91
92
  sh:path crm:P62_depicts ;
92
- sh:node ex:I2Belief01Shape ;
93
- sh:name "Inquadramento cronologico" ;
93
+ sh:node this:I2Belief01Shape ;
94
+ sh:name "rappresenta" ;
94
95
  sh:maxCount 1 ;
95
96
  ] .
96
97
 
97
- ex:E42Identifier02Shape # ID CAMPIONE
98
+ this:E42Identifier02Shape # ID CAMPIONE
98
99
  a sh:NodeShape, rdfs:Class ;
99
100
  sh:targetClass crm:E42_Identifier ;
100
101
  rdfs:label "ID campione" ;
101
102
  sh:property [
102
103
  sh:path indagine:id_campione ;
103
104
  #sh:datatype xsd:string ;
104
- sh:name "ID campione" ;
105
+ sh:name "ID" ;
105
106
  sh:datatype xsd:string ;
106
107
  sh:maxCount 1 ;
107
108
  ] .
108
109
 
109
- ex:I2Belief01Shape # INQUADRAMENTO CRONOLOGICO
110
+ this:I2Belief01Shape # INQUADRAMENTO CRONOLOGICO
110
111
  a sh:NodeShape, rdfs:Class ;
111
112
  sh:targetClass base:I2_Belief ;
112
113
  rdfs:label "Inquadramento cronologico" ;
@@ -114,24 +115,24 @@ ex:I2Belief01Shape # INQUADRAMENTO CRONOLOGICO
114
115
  sh:path indagine:inquadramento_cronologico ;
115
116
  #sh:class owl:Class ; # vocabolario INQUADRAMENTO CRONOLOGICO (9) id="inquadramento-cronologico"
116
117
  #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/inquadramento-cronologico> ;
117
- #sh:nodeKind sh:Literal;
118
- sh:datatype xsd:string;
119
- sh:name "Inquadramento cronologico" ;
118
+ #sh:nodeKind sh:Literal ;
119
+ sh:datatype xsd:string ;
120
+ sh:name "tipo" ;
120
121
  sh:maxCount 1 ;
121
122
  ] .
122
123
 
123
- ex:E41Appellation02Shape # DENOMINAZIONE BENE
124
+ this:E41Appellation02Shape # DENOMINAZIONE BENE
124
125
  a sh:NodeShape, rdfs:Class ;
125
126
  sh:targetClass crm:E41_Appellation ;
126
127
  rdfs:label "Denominazione bene" ;
127
128
  sh:property [
128
129
  sh:path indagine:denominazione_bene ;
129
130
  sh:datatype xsd:string ;
130
- sh:name "Denominazione" ;
131
+ sh:name "denominazione" ;
131
132
  sh:maxCount 1 ;
132
133
  ] .
133
134
 
134
- ex:E55Type04Shape # TIPO CAMPIONE
135
+ this:E55Type04Shape # TIPO CAMPIONE
135
136
  a sh:NodeShape, rdfs:Class ;
136
137
  sh:targetClass crm:E55_Type ;
137
138
  rdfs:label "Tipo campione" ;
@@ -139,13 +140,13 @@ ex:E55Type04Shape # TIPO CAMPIONE
139
140
  sh:path indagine:tipo_campione ;
140
141
  #sh:class owl:Class ; # vocabolario TIPO CAMPIONE (21) id="tipo-campione"
141
142
  #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/tipo-campione> ;
142
- #sh:nodeKind sh:Literal;
143
- sh:datatype xsd:string;
144
- sh:name "Tipo campione" ;
143
+ #sh:nodeKind sh:Literal ;
144
+ sh:datatype xsd:string ;
145
+ sh:name "tipo" ;
145
146
  sh:maxCount 1 ;
146
147
  ] .
147
148
 
148
- ex:E55Type08Shape # TIPO MATERIALE (in CAMPIONE, SOTTOCAMPIONE, ELEMENTO COSTRUTTIVO, OUTPUT, ...)
149
+ this:E55Type08Shape # TIPO MATERIALE (in CAMPIONE, SOTTOCAMPIONE, ELEMENTO COSTRUTTIVO, OUTPUT, ...)
149
150
  a sh:NodeShape, rdfs:Class ;
150
151
  sh:targetClass crm:E55_Type ;
151
152
  rdfs:label "Tipo materiale" ;
@@ -153,19 +154,19 @@ ex:E55Type08Shape # TIPO MATERIALE (in CAMPIONE, SOTTOCAMPIONE, ELEMENTO COSTRUT
153
154
  sh:path indagine:tipo_materiale ;
154
155
  #sh:class owl:Class ; # vocabolario TIPO MATERIALE (11) id="materiale"
155
156
  #owl:imports <OAC_EXPOSED_PROTOCOL://OAC_EXPOSED_HOST:OAC_EXPOSED_PORT/backend/fuseki/get-vocabolary-terms/materiale> ;
156
- #sh:nodeKind sh:Literal;
157
- sh:datatype xsd:string;
158
- sh:name "Tipo materiale" ;
157
+ #sh:nodeKind sh:Literal ;
158
+ sh:datatype xsd:string ;
159
+ sh:name "tipo" ;
159
160
  sh:maxCount 1 ;
160
161
  ] .
161
162
 
162
- ex:S10CP9MaterialShape # MATERIALE PREVALENTE - ELEMENTO COSTRUTTIVO
163
+ this:S10CP9MaterialShape # MATERIALE PREVALENTE - ELEMENTO COSTRUTTIVO
163
164
  a sh:NodeShape, rdfs:Class ;
164
165
  sh:targetClass j.0:S10_Material_Substantial, basecpm:CP9_Building_Material ;
165
166
  rdfs:label "Materiale" ;
166
167
  sh:property [
167
168
  sh:path crm:P2_has_type ;
168
- sh:node ex:E55Type08Shape ;
169
- sh:name "Materiale" ;
169
+ sh:node this:E55Type08Shape ;
170
+ sh:name "ha tipo" ;
170
171
  sh:maxCount 1 ;
171
172
  ] .