Skip to content

Commit

Permalink
chore: add schema:Duration
Browse files Browse the repository at this point in the history
  • Loading branch information
blushi committed Aug 31, 2023
1 parent 327a991 commit a30d18e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shacl/credit-classes/C04-ruuts-credit-class.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,14 @@ regen:C04-CreditClassShape a sh:NodeShape ;
] ;
sh:property [
sh:path regen:monitoringFrequency ;
sh:node 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 ;
Expand Down

0 comments on commit a30d18e

Please sign in to comment.