Skip to content

Commit

Permalink
updated class metadataa
Browse files Browse the repository at this point in the history
  • Loading branch information
S4mmyb committed Feb 6, 2024
1 parent 0985289 commit 963aab9
Showing 1 changed file with 25 additions and 3 deletions.
28 changes: 25 additions & 3 deletions ops/C07/credit-class-metadata/C07_carbonplus_class_metadata.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"regen:bufferPoolAccounts": {
"@container": "@list"
},
"regen:coBenefits": {
"@container": "@list"
},
"regen:creditingTerm": {
"@type": "schema:Duration"
},
Expand Down Expand Up @@ -85,6 +88,23 @@
"regen:poolAllocation": "5%"
}
],
"regen:coBenefits": [
{
"@id": "regen:Ecosystem Health",
"@type": "regen:MeasuredCoBenefit",
"schema:name": "Ecosystem Health"
},
{
"@id": "regen:SoilFertility",
"@type": "regen:MeasuredCoBenefit",
"schema:name": "Soil Fertility"
},
{
"@id": "regen:AnimalWelfare",
"@type": "regen:MeasuredCoBenefit",
"schema:name": "Animal Welfare"
}
],
"regen:creditingTerm": "P10Y",
"regen:creditGenerationMethod": [
"Carbon Removal"
Expand All @@ -95,9 +115,7 @@
"Shrubland"
],
"regen:eligibleActivities": [
"Rotational Grazing",
"High Density Grazing",
"Residue Grazing"
"Rotational Grazing"
],
"regen:geographicApplicability": "Global",
"regen:landOwnershipType": [
Expand All @@ -115,6 +133,10 @@
],
"regen:monitoringFrequency": "P5Y",
"regen:permanencePeriod": "P10Y",
"regen:primaryImpact": {
"@id": "regen:SoilOrganicCarbon",
"schema:name": "Soil Organic Carbon"
},
"regen:sectoralScope": [
"Waste Handling and Disposal"
],
Expand Down

0 comments on commit 963aab9

Please sign in to comment.