-
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
15 changed files
with
770 additions
and
34 deletions.
There are no files selected for viewing
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,31 @@ | ||
{ | ||
"@context": { | ||
"schema": "http://schema.org/", | ||
"regen": "https://schema.regen.network#", | ||
"xsd": "http://www.w3.org/2001/XMLSchema#", | ||
"regen:supplementalDatasets": { | ||
"@container": "@list" | ||
}, | ||
"schema:url": { | ||
"@type": "schema:URL" | ||
} | ||
}, | ||
"regen:verificationReport": { | ||
"schema:name": "", | ||
"schema:url": "" | ||
}, | ||
"regen:monitoringReport": { | ||
"schema:name": "", | ||
"schema:url": "" | ||
}, | ||
"regen:projectVerifier": { | ||
"schema:name": "", | ||
"schema:url": "" | ||
}, | ||
"regen:supplementalDatasets": [ | ||
{ | ||
"schema:name": "", | ||
"schema:url": "" | ||
} | ||
] | ||
} |
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,88 @@ | ||
{ | ||
"@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#", | ||
"schema:url": { | ||
"@type": "schema:URL" | ||
}, | ||
"qudt:unit": { | ||
"@type": "qudt:Unit" | ||
}, | ||
"regen:biocharApplicationLocation": { | ||
"@container": "@list" | ||
}, | ||
"regen:biocharApplicationMethod": { | ||
"@container": "@list" | ||
}, | ||
"regen:biocharFeedstockMaterial": { | ||
"@container": "@list" | ||
}, | ||
"regen:biocharProductionMethod": { | ||
"@container": "@list" | ||
}, | ||
"qudt:numericValue": { | ||
"@type": "xsd:double" | ||
}, | ||
"regen:projectStartDate": { | ||
"@type": "xsd:date" | ||
}, | ||
"regen:projectEndDate": { | ||
"@type": "xsd:date" | ||
}, | ||
"regen:permanencePeriodStartDate": { | ||
"@type": "xsd:date" | ||
}, | ||
"regen:permanencePeriodEndDate": { | ||
"@type": "xsd:date" | ||
}, | ||
"regen:siteLocations": { | ||
"@container": "@list" | ||
} | ||
}, | ||
"@type": "regen:C05-Project", | ||
"schema:name": "", | ||
"schema:description": "", | ||
"schema:location": { | ||
"@context": { | ||
"type": "@type", | ||
"@vocab": "https://purl.org/geojson/vocab#", | ||
"coordinates": { | ||
"@container": "@list" | ||
}, | ||
"bbox": { | ||
"@container": "@list" | ||
} | ||
}, | ||
"type": "Feature", | ||
"place_name": "", | ||
"geometry": { | ||
"type": "Point", | ||
"coordinates": [ | ||
0.0, | ||
0.0 | ||
] | ||
} | ||
}, | ||
"regen:projectSize": { | ||
"qudt:unit": "unit:HA", | ||
"qudt:numericValue": 0 | ||
}, | ||
"regen:projectActivity": { | ||
"schema:name": "" | ||
}, | ||
"regen:projectType": "", | ||
"regen:projectStartDate": "", | ||
"regen:projectEndDate": "", | ||
"regen:permanencePeriodStartDate": "", | ||
"regen:permanencePeriodEndDate": "", | ||
"regen:aggregatedProject": true, | ||
"regen:numberOfSites": 0, | ||
"regen:siteLocations": [], | ||
"regen:biocharProductionMethod": [], | ||
"regen:biocharFeedstockMaterial": [], | ||
"regen:biocharApplicationMethod": [], | ||
"regen:biocharApplicationLocation": [] | ||
} |
31 changes: 31 additions & 0 deletions
31
ops/C05/credit-batch-metadata/C05-001-20221014-20231014-batch.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,31 @@ | ||
{ | ||
"@context": { | ||
"schema": "http://schema.org/", | ||
"regen": "https://schema.regen.network#", | ||
"xsd": "http://www.w3.org/2001/XMLSchema#", | ||
"regen:supplementalDatasets": { | ||
"@container": "@list" | ||
}, | ||
"schema:url": { | ||
"@type": "schema:URL" | ||
} | ||
}, | ||
"regen:verificationReport": { | ||
"schema:name": "", | ||
"schema:url": "" | ||
}, | ||
"regen:monitoringReport": { | ||
"schema:name": "", | ||
"schema:url": "" | ||
}, | ||
"regen:projectVerifier": { | ||
"schema:name": "", | ||
"schema:url": "" | ||
}, | ||
"regen:supplementalDatasets": [ | ||
{ | ||
"schema:name": "", | ||
"schema:url": "" | ||
} | ||
] | ||
} |
155 changes: 155 additions & 0 deletions
155
ops/C05/credit-class-metadata/C05-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,155 @@ | ||
{ | ||
"@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:additionalityApproach": { | ||
"@container": "@list" | ||
}, | ||
"regen:baselineMethod": { | ||
"@container": "@list" | ||
}, | ||
"regen:biocharApplicationType": { | ||
"@container": "@list" | ||
}, | ||
"regen:biocharFeedstockMaterial": { | ||
"@container": "@list" | ||
}, | ||
"regen:creditingTerm": { | ||
"@type": "schema:Duration" | ||
}, | ||
"regen:creditGenerationMethod": { | ||
"@container": "@list" | ||
}, | ||
"regen:ecosystemType": { | ||
"@container": "@list" | ||
}, | ||
"regen:eligibleActivities": { | ||
"@container": "@list" | ||
}, | ||
"regen:landOwnershipType": { | ||
"@container": "@list" | ||
}, | ||
"regen:leakageApproach": { | ||
"@container": "@list" | ||
}, | ||
"regen:lookbackPeriod": { | ||
"@type": "schema:Duration" | ||
}, | ||
"regen:measuredGHGs": { | ||
"@container": "@list" | ||
}, | ||
"regen:monitoringFrequency": { | ||
"@type": "schema:Duration" | ||
}, | ||
"regen:permanencePeriod": { | ||
"@type": "schema:Duration" | ||
}, | ||
"regen:sectoralScope": { | ||
"@container": "@list" | ||
}, | ||
"regen:verificationFrequency": { | ||
"@type": "schema:Duration" | ||
}, | ||
"regen:verificationMethods": { | ||
"@container": "@list" | ||
} | ||
}, | ||
"@type": "regen:C05-CreditClass", | ||
"schema:name": "Credit Class for Carbon Removal through Biochar Production", | ||
"schema:description": "The Biochar Carbon credit focuses on carbon removal and avoiding emissions that would have resulted from the decomposition of waste biomass. Carbon removal is the approved benefit that is monitored, quantified, and determines the number of credits issued. The approved benefit of atmospheric regulation through carbon sequestration is driven by carbon removals and reductions through the production and application of biochar to soils.", | ||
"schema:url": "https://registry.regen.network/v/regen-registry-credit-classes/regen-registry-credit-classes-1/credit-class-for-carbon-removal-through-biochar-production", | ||
"regen:additionalityApproach": [ | ||
"Regulatory Surplus", | ||
"Positive List" | ||
], | ||
"regen:aggregatedProjects": true, | ||
"regen:approvedMethodologies": { | ||
"@type": "schema:ItemList", | ||
"schema:itemListElement": [ | ||
{ | ||
"schema:name": "Methodology for Biochar Utilization in Soil and Non-Soil Applications (VM0044)", | ||
"schema:url": "https://verra.org/wp-content/uploads/2023/07/VM44_v1.1_EC.pdf", | ||
"schema:identifier": "VM0044", | ||
"schema:version": "V1.1" | ||
}, | ||
{ | ||
"schema:name": "Appendix: In-Stand Surface Application of Biochar in Forestlands Methodology", | ||
"schema:url": "https://registry.regen.network/v/methodology-library/published-methodologies/appendix-in-stand-surface-application-of-biochar-in-forestlands-methodology", | ||
"schema:identifier": "", | ||
"schema:version": "V1.0" | ||
} | ||
], | ||
"schema:url": "" | ||
}, | ||
"regen:baselineMethod": [ | ||
"Project Method" | ||
], | ||
"regen:biocharApplicationType": [ | ||
"Surface", | ||
"Subsurface" | ||
], | ||
"regen:biocharFeedstockMaterial": [ | ||
"Agricultural waste biomass", | ||
"Food processing resedues", | ||
"Woody biomass", | ||
"Industrial waste", | ||
"Aquaculture plants" | ||
], | ||
"regen:bufferPoolAccounts": { | ||
"@type": "schema:ItemList", | ||
"schema:itemListElement": [ | ||
{ | ||
"schema:name": "Carbon Removal through Biochar Production Credit Class Buffer Pool", | ||
"regen:walletAddress": "regen1wgjpjh42cr7t5sp5hgty4yrzww496a6yaznc9u4wsv9ac3xccu8szz2upa", | ||
"regen:poolAllocation": "10%" | ||
} | ||
] | ||
}, | ||
"regen:creditingTerm": "P2Y", | ||
"regen:creditGenerationMethod": [ | ||
"Carbon Removal", | ||
"Emission Reductions" | ||
], | ||
"regen:ecosystemType": [ | ||
"Forest", | ||
"Cropland", | ||
"Grassland" | ||
], | ||
"regen:eligibleActivities": [ | ||
"Biochar Production and Application" | ||
], | ||
"regen:geographicApplicability": "Global", | ||
"regen:landOwnershipType": [ | ||
"Public", | ||
"Private", | ||
"Tribal" | ||
], | ||
"regen:leakageApproach": [ | ||
"Transport Emissions" | ||
], | ||
"regen:lookbackPeriod": "P-1Y", | ||
"regen:measuredGHGs": [ | ||
"Carbon Dioxide (CO2)", | ||
"Methane (CH4)" | ||
], | ||
"regen:monitoringFrequency": "P1Y", | ||
"regen:permanencePeriod": "P100Y", | ||
"regen:sectoralScope": [ | ||
"Waste Handling and Disposal" | ||
], | ||
"regen:sourceRegistry": { | ||
"schema:name": "Regen Registry", | ||
"schema:url": "https://registry.regen.network/v/regen-registry-handbook/" | ||
}, | ||
"regen:verificationFrequency": "P1Y", | ||
"regen:verificationMethods": [ | ||
"Third-Party Verification" | ||
] | ||
} |
Oops, something went wrong.