-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
204 additions
and
0 deletions.
There are no files selected for viewing
144 changes: 144 additions & 0 deletions
144
ops/C06/credit-class-metadata/C06-class-metadata.jsonld
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,144 @@ | ||
{ | ||
"@context": { | ||
"schema": "http://schema.org/", | ||
"regen": "https://schema.regen.network#", | ||
"xsd": "http://www.w3.org/2001/XMLSchema#", | ||
"schema:itemListElement": { | ||
"@container": "@list" | ||
}, | ||
"schema:url": { | ||
"@type": "schema:URL" | ||
}, | ||
"regen:additionalityAssessment": { | ||
"@container": "@list" | ||
}, | ||
"regen:bufferPoolAccounts": { | ||
"@container": "@list" | ||
}, | ||
"regen:coBenefits": { | ||
"@container": "@list" | ||
}, | ||
"regen:SDGs": { | ||
"@container": "@list" | ||
}, | ||
"regen:creditingTerm": { | ||
"@type": "schema:Duration" | ||
}, | ||
"regen:creditGenerationMethod": { | ||
"@container": "@list" | ||
}, | ||
"regen:ecosystemType": { | ||
"@container": "@list" | ||
}, | ||
"regen:eligibleActivities": { | ||
"@container": "@list" | ||
}, | ||
"regen:landOwnershipType": { | ||
"@container": "@list" | ||
}, | ||
"regen:lookbackPeriod": { | ||
"@type": "schema:Duration" | ||
}, | ||
"regen:measuredGHGs": { | ||
"@container": "@list" | ||
}, | ||
"regen:permanencePeriod": { | ||
"@type": "schema:Duration" | ||
}, | ||
"regen:sectoralScope": { | ||
"@container": "@list" | ||
}, | ||
"regen:verificationMethods": { | ||
"@container": "@list" | ||
} | ||
}, | ||
"@type": "regen:C06-CreditClass", | ||
"schema:name": "GHG Benefits in Managed Crop and Grassland Systems Credit Class", | ||
"schema:description": "This Credit Class and its supporting measuring and monitoring methodology, focuses on quantifying increases in soil organic carbon sequestration and storage in regenerative cropping and managed grassland agricultural systems.", | ||
"schema:url": "https://registry.regen.network/v/regen-registry-credit-classes/regen-registry-credit-classes-1/ghg-benefits-in-managed-crop-and-grassland-systems-credit-class", | ||
"regen:additionalityAssessment": [ | ||
"Regulatory Surplus" | ||
], | ||
"regen:allowsAggregatedProjects": true, | ||
"regen:approvedMethodologies": { | ||
"@type": "schema:ItemList", | ||
"schema:itemListElement": [ | ||
{ | ||
"schema:name": "Methodology Proposal for Soil Organic Carbon Estimation in Regenerative Cropping and Managed Grassland Ecosystems", | ||
"schema:url": "https://registry.regen.network/v/methodology-library/published-methodologies/soil-organic-carbon-estimation-in-regenerative-cropping-and-managed-grassland-ecosystems", | ||
"schema:identifier": "ecometric-0044", | ||
"schema:version": "V1.1" | ||
} | ||
] | ||
}, | ||
"regen:bufferPoolAccounts": [ | ||
{ | ||
"schema:name": "Blaston Estate Project Specific Buffer Pool", | ||
"regen:walletAddress": "", | ||
"regen:poolAllocation": "20%" | ||
} | ||
], | ||
"regen:coBenefits": [ | ||
{ | ||
"@id": "regen:ImprovedSoilStructureAndHydrologicalProperties", | ||
"@type": "regen:ProjectBenefit", | ||
"schema:name": "", | ||
"regen:SDGs": [ | ||
{ | ||
"@id": "" | ||
} | ||
] | ||
}, | ||
{ | ||
"@id": "regen:ReductionsInExternalInputs", | ||
"@type": "regen:ProjectBenefit", | ||
"schema:name": "Reduced Fertilizer Usage", | ||
"regen:SDGs": [ | ||
{ | ||
"@id": "" | ||
} | ||
] | ||
} | ||
], | ||
"regen:creditingTerm": "P10Y", | ||
"regen:creditGenerationMethod": [ | ||
"Carbon Removal" | ||
], | ||
"regen:ecosystemType": [ | ||
"Cropland", | ||
"Grassland", | ||
"Pastureland", | ||
"Shrubland" | ||
], | ||
"regen:eligibleActivities": [ | ||
"Regenerative crop management", | ||
"Managed grazing" | ||
], | ||
"regen:geographicApplicability": "Global", | ||
"regen:landOwnershipType": [ | ||
"Public", | ||
"Private", | ||
"Tribal" | ||
], | ||
"regen:lookbackPeriod": "-P10Y", | ||
"regen:measuredGHGs": [ | ||
"Carbon Dioxide (CO2)" | ||
], | ||
"regen:permanencePeriod": "P10Y", | ||
"regen:primaryImpact": { | ||
"@id": "regen:SoilOrganicCarbon", | ||
"schema:name": "Soil Organic Carbon", | ||
"regen:SDGs": [ | ||
{ | ||
"@id": "" | ||
} | ||
] | ||
}, | ||
"regen:sectoralScope": [ | ||
"Agriculture, Forestry, and Other Land Use (AFOLU)" | ||
], | ||
"regen:verificationMethods": [ | ||
"Third-Party Verification", | ||
"ISO 14066" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
{ | ||
"@context": { | ||
"schema": "http://schema.org/", | ||
"regen": "https://schema.regen.network#", | ||
"qudt": "http://qudt.org/schema/qudt/", | ||
"unit": "http://qudt.org/vocab/unit/", | ||
"xsd": "http://www.w3.org/2001/XMLSchema#", | ||
"regen:cfcProjectPage": { | ||
"@type": "schema:URL" | ||
}, | ||
"regen:projectDesignDocument": { | ||
"@type": "schema:URL" | ||
}, | ||
"schema:url": { | ||
"@type": "schema:URL" | ||
}, | ||
"qudt:unit": { | ||
"@type": "qudt:Unit" | ||
}, | ||
"qudt:numericValue": { | ||
"@type": "xsd:double" | ||
}, | ||
"regen:projectStartDate": { | ||
"@type": "xsd:date" | ||
}, | ||
"regen:projectEndDate": { | ||
"@type": "xsd:date" | ||
}, | ||
"regen:GenerationMethod": { | ||
"@container": "@list" | ||
} | ||
}, | ||
"@type": "regen:C02-Project", | ||
"@id": "https://app.regen.network/project/C02-002", | ||
"schema:name": "", | ||
"regen:projectDeveloper": { | ||
"@type": "regen:Organization", | ||
"schema:name": "Western Reserve Land Conservancy", | ||
"schema:url": "https://www.wrlandconservancy.org/", | ||
"regen:showOnProjectPage": true | ||
}, | ||
"regen:projectType": "Agriculture Forestry and Other Land Use", | ||
"regen:projectActivity": { | ||
"schema:name": "Tree Preservation" | ||
}, | ||
"regen:offsetGenerationMethod": [ | ||
"Avoided Emissions" | ||
], | ||
"regen:projectSize": { | ||
"qudt:unit": "unit:HA", | ||
"qudt:numericValue": 53.4 | ||
}, | ||
"regen:projectStartDate": "2021-10-14", | ||
"regen:projectEndDate": "2061-10-14", | ||
"regen:offsetProtocol": { | ||
"schema:name": "Preservation Protocol - 40 years", | ||
"schema:url": "https://www.cityforestcredits.org/wp-content/uploads/2022/07/City-Forest-Preservation-Protocol-40-Years-V11.40.pdf", | ||
"schema:version": "v10.40" | ||
} | ||
} |