Skip to content

Commit ace342f

Browse files
VladimirAlexievjeswr
authored andcommitted
minor editorial change
1 parent 6e8a233 commit ace342f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shacl12-vocabularies/shacl-shacl.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ shsh:
2323
shsh:ListShape
2424
a sh:NodeShape ;
2525
rdfs:label "List shape"@en ;
26-
rdfs:comment "A shape describing well-formed RDF lists. Currently does not check for non-recursion. This could be expressed using SHACL-SPARQL."@en ;
26+
rdfs:comment "A shape describing well-formed RDF lists. Currently does not check for non-recursion (this could be expressed using SHACL-SPARQL)."@en ;
2727
rdfs:seeAlso <https://www.w3.org/TR/shacl/#syntax-rule-SHACL-list> ;
2828
sh:property [
2929
sh:path [ sh:zeroOrMorePath rdf:rest ] ;
30-
rdfs:comment "Each list member (including this node) must be have the shape shsh:ListNodeShape."@en ;
30+
rdfs:comment "Each list member (including this node) must have the shape shsh:ListNodeShape."@en ;
3131
sh:hasValue rdf:nil ;
3232
sh:node shsh:ListNodeShape ;
3333
] .

0 commit comments

Comments
 (0)