Skip to content

Commit

Permalink
Remove sh:minCounts to support minimal object definitions
Browse files Browse the repository at this point in the history
No effects were observed on Make-managed files.

References:
* #428

Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
  • Loading branch information
ajnelson-nist committed Aug 19, 2022
1 parent 9b7070d commit 6ac11fa
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 66 deletions.
1 change: 0 additions & 1 deletion ontology/uco/identity/identity.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ identity:AddressFacet
sh:property [
sh:class location:Location ;
sh:maxCount "1"^^xsd:integer ;
sh:minCount "1"^^xsd:integer ;
sh:nodeKind sh:BlankNodeOrIRI ;
sh:path identity:address ;
] ;
Expand Down
Loading

0 comments on commit 6ac11fa

Please sign in to comment.