You have a small syntax error - there’s an extra colon after sh:minCount.
Change sh:minCount: 1 ; to sh:minCount 1 ;
For reference, https://www.w3.org/TR/shacl/#MinCountConstraintComponent
You should see "Unsupported SHACL feature detected sh:minCount:" in the GraphDB logs as a hint.