File tree Expand file tree Collapse file tree 1 file changed +20
-19
lines changed Expand file tree Collapse file tree 1 file changed +20
-19
lines changed Original file line number Diff line number Diff line change @@ -4152,19 +4152,28 @@ <h3>sh:defaultValue</h3>
4152
4152
< div class ="turtle ">
4153
4153
ex:PersonFormShape
4154
4154
a sh:NodeShape ;
4155
+ sh:property [
4156
+ sh:path ex:lastName ;
4157
+ sh:name "last name" ;
4158
+ sh:description "The person's last name" ;
4159
+ sh:order 1 ;
4160
+ sh:group ex:NameGroup ;
4161
+ ] ;
4155
4162
sh:property [
4156
4163
sh:path ex:firstName ;
4157
4164
sh:name "first name" ;
4158
4165
sh:description "The person's given name(s)" ;
4159
4166
sh:order 0 ;
4160
4167
sh:group ex:NameGroup ;
4161
4168
] ;
4169
+
4162
4170
sh:property [
4163
- sh:path ex:lastName ;
4164
- sh:name "last name" ;
4165
- sh:description "The person's last name" ;
4166
- sh:order 1 ;
4167
- sh:group ex:NameGroup ;
4171
+ sh:path ex:postalCode ;
4172
+ sh:name "postal code" ;
4173
+ sh:name "zip code"@en-US ;
4174
+ sh:description "The postal code of the locality" ;
4175
+ sh:order 13 ;
4176
+ sh:group ex:AddressGroup ;
4168
4177
] ;
4169
4178
sh:property [
4170
4179
sh:path ex:streetAddress ;
@@ -4179,25 +4188,17 @@ <h3>sh:defaultValue</h3>
4179
4188
sh:description "The suburb, city or town of the address" ;
4180
4189
sh:order 12 ;
4181
4190
sh:group ex:AddressGroup ;
4182
- ] ;
4183
- sh:property [
4184
- sh:path ex:postalCode ;
4185
- sh:name "postal code" ;
4186
- sh:name "zip code"@en-US ;
4187
- sh:description "The postal code of the locality" ;
4188
- sh:order 13 ;
4189
- sh:group ex:AddressGroup ;
4190
4191
] .
4191
-
4192
- ex:NameGroup
4193
- a sh:PropertyGroup ;
4194
- sh:order 0 ;
4195
- rdfs:label "Name" .
4196
-
4192
+
4197
4193
ex:AddressGroup
4198
4194
a sh:PropertyGroup ;
4199
4195
sh:order 1 ;
4200
4196
rdfs:label "Address" .
4197
+
4198
+ ex:NameGroup
4199
+ a sh:PropertyGroup ;
4200
+ sh:order 0 ;
4201
+ rdfs:label "Name" .
4201
4202
</ div >
4202
4203
</ div >
4203
4204
</ aside >
You can’t perform that action at this time.
0 commit comments