Error in browser console:
Cannot find validator for constraint component http://www.w3.org/ns/shacl#QualifiedMinCountConstraintComponent
SHACL turtle:
ex:shape-01
a sh:NodeShape ;
sh:message "Exactly one sm:SubmissionManifest instance must be present in the file." ;
sh:targetSubjectsOf rdf:type ;
sh:qualifiedValueShape ex:shape-02 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedMaxCount 1 ;
.
ex:shape-02
a sh:NodeShape ;
sh:class sm:SubmissionManifest ;
.
See playground link https://s.zazuko.com/3GyALE