Skip to content

Commit

Permalink
removed minLength from non-string types
Browse files Browse the repository at this point in the history
  • Loading branch information
S4mmyb committed Aug 29, 2023
1 parent 50acc71 commit 51d0b65
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions shacl/credit-classes/C05-fibershed-credit-class.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -60,34 +60,29 @@ regen:C05-CreditClassShape a sh:NodeShape ;
sh:node schema:Duration ;
sh:minCount 1 ;
sh:maxCount 1 ;
sh:minLength 1 ;
] ;
sh:property [
sh:path regen:lookbackPeriod ;
sh:node schema:Duration ;
sh:minCount 1 ;
sh:maxCount 1 ;
sh:minLength 1 ;
] ;
sh:property [
sh:path regen:allowsAggregatedProjects ;
sh:node schema:Boolean ;
sh:minCount 1 ;
sh:maxCount 1 ;
sh:minLength 1 ;
] ;
sh:property [
sh:path regen:monitoringFrequency ;
sh:datatype schema:Duration ;
sh:minCount 1 ;
sh:maxCount 1 ;
sh:minLength 1 ;
] ;
sh:property [
sh:path regen:verificationFrequency ;
sh:node schema:Duration ;
sh:minCount 1 ;
sh:maxCount 1 ;
sh:minLength 1 ;
] ;
.

0 comments on commit 51d0b65

Please sign in to comment.