Skip to content

Commit 8f2de58

Browse files
committed
Add Ted's suggestion to the examples
1 parent 8bbb09a commit 8f2de58

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

shacl12-core/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6127,7 +6127,7 @@ <h3>sh:group</h3>
61276127
sh:property [
61286128
sh:path ex:locality ;
61296129
sh:name "locality" ;
6130-
sh:description "The suburb, city or town of the address" ;
6130+
sh:description "The suburb, city, or town of the address" ;
61316131
sh:order 12 ;
61326132
sh:group ex:AddressGroup ;
61336133
] ;
@@ -6200,7 +6200,7 @@ <h3>sh:group</h3>
62006200
}
62016201
},
62026202
{
6203-
"sh:description": "The suburb, city or town of the address",
6203+
"sh:description": "The suburb, city, or town of the address",
62046204
"sh:group": {
62056205
"@id": "ex:AddressGroup"
62066206
},
@@ -6330,7 +6330,7 @@ <h3>sh:group</h3>
63306330
sh:property [
63316331
sh:path ex:locality ;
63326332
sh:name "locality" ;
6333-
sh:description "The suburb, city or town of the address" ;
6333+
sh:description "The suburb, city, or town of the address" ;
63346334
sh:order 12 ;
63356335
sh:group ex:AddressGroup ;
63366336
] .
@@ -6415,7 +6415,7 @@ <h3>sh:group</h3>
64156415
}
64166416
},
64176417
{
6418-
"sh:description": "The suburb, city or town of the address",
6418+
"sh:description": "The suburb, city, or town of the address",
64196419
"sh:group": {
64206420
"@id": "ex:AddressGroup"
64216421
},

0 commit comments

Comments
 (0)