Open
Description
It would be nice to have the constraint sh:listOf
that could be used as follows (i.e. used to state that the object should be a collection with contents satisfying given constraints):
sh:property [
sh:path ex:speakerOrder ;
sh:listOf [
sh:nodeKind IRI ;
] ;
sh:maxCount 1
] .
If not feasible to add to the core spec in 1.2 - then we may wish to still have shorthand in SHACL-C which gets expanded to something that looks like http://www.w3.org/ns/shacl-shacl#ListShape .