Skip to content

Commit

Permalink
fix: more metadata fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
blushi committed Aug 30, 2023
1 parent 91944c3 commit 23c930e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ops/C04/credit-class-metadata/C04-ruuts-credit-class.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@
"Integrated Cro-Livestock (ICL)"
],
"regen:creditingTerm": "P10Y",
"regen:lookbackPeriod": "P-14Y",
"regen:lookbackPeriod": "-P14Y",
"regen:permanencePeriod": "P20Y",
"regen:aggregatedProjects": true,
"regen:allowsAggregatedProjects": true,
"regen:monitoringFrequency": "P1Y",
"regen:verificationFrequency": "P5Y",
"regen:verificationMethods": [
Expand Down
2 changes: 1 addition & 1 deletion shacl/credit-classes/C04-ruuts-credit-class.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ regen:C04-CreditClassShape a sh:NodeShape ;
sh:minLength 1 ;
] ;
sh:property [
sh:path regen:aggregatedProjects ;
sh:path regen:allowsAggregatedProjects ;
sh:node schema:Boolean ;
sh:minCount 1 ;
sh:maxCount 1 ;
Expand Down

0 comments on commit 23c930e

Please sign in to comment.