Skip to content

Commit 8e955ae

Browse files
committed
fix: remove minCount constraint from PersonShape identifier
1 parent 494e90f commit 8e955ae

2 files changed

Lines changed: 61 additions & 1 deletion

File tree

flake.lock

Lines changed: 61 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gimie/shacl/gimie_shacl.ttl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ gimie:PersonShape
171171
sh:name "identifier"@en ;
172172
sh:description "A unique identifier for the person (e.g. a username or slug)."@en ;
173173
sh:datatype xsd:string ;
174-
sh:minCount 1 ;
175174
sh:maxCount 1 ;
176175
] ;
177176

0 commit comments

Comments
 (0)