Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sam/c05 kct metadata #73

Open
wants to merge 24 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
ff325c1
credit class metadata for fibershed credit class
S4mmyb Aug 15, 2023
f79f842
Delete C04-001-xxxx-xxxx-001.jsonld
S4mmyb Aug 21, 2023
c0aae15
updated context and removed sectoral scope
S4mmyb Aug 21, 2023
9074432
added project metadata drafted by Ned
S4mmyb Aug 21, 2023
c46fbfe
updated project page metadata
S4mmyb Aug 23, 2023
ffe6f66
finalized metadata for credit class and pilot project
S4mmyb Aug 29, 2023
48d6c7d
added C05-credit-class.ttl
S4mmyb Aug 29, 2023
329ae9c
Delete draft_group_metadata.json
S4mmyb Aug 29, 2023
e7ab9fa
Delete draft_group_proposal.json
S4mmyb Aug 29, 2023
cb0b752
Update update_project_pages.py
S4mmyb Aug 29, 2023
03b1b3a
updated aggregated project terminology
S4mmyb Aug 29, 2023
c3e375e
removed minLength from non-string types
S4mmyb Aug 29, 2023
4fc1d19
updated to @blushi's comments
S4mmyb Aug 30, 2023
5576064
updated cobenefits
S4mmyb Aug 30, 2023
5185736
removed project cobenefits
S4mmyb Aug 30, 2023
e70ff97
changed credit class file name in ops
S4mmyb Aug 30, 2023
168bd75
changed credit class file name in ops
S4mmyb Aug 30, 2023
adfdf8a
Update and rename C05-project.jsonld to KSH01-project.jsonld
S4mmyb Aug 30, 2023
f19fe6c
Update ops/KSH01/credit-class-metadata/KSH01_fibershed_credit_class.j…
S4mmyb Aug 30, 2023
21ee2ac
Update shacl/credit-classes/KSH01-fibershed-credit-class.ttl
blushi Aug 31, 2023
8184ecd
updated project photo links
S4mmyb Sep 12, 2023
b2cf08a
added batch-metadata
S4mmyb Sep 12, 2023
e183df8
C05 class & pilot project metadata
S4mmyb Sep 18, 2023
bc85bc8
updated per marie's comments
S4mmyb Nov 6, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions jsonld/credit-batches/C05-batch.jsonld
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"@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"
}
},
"@type": "regen:C05-CreditBatch",
"regen:verificationReport": {
S4mmyb marked this conversation as resolved.
Show resolved Hide resolved
"schema:name": "",
"schema:url": ""
},
"regen:monitoringReport": {
"schema:name": "",
"schema:url": ""
},
"regen:projectVerifier": {
"schema:name": "",
"schema:url": ""
},
"regen:supplementalDatasets": [
{
"schema:name": "",
"schema:url": ""
}
]
}
88 changes: 88 additions & 0 deletions jsonld/projects/C05-project.jsonld
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": []
}
59 changes: 59 additions & 0 deletions jsonld/projects/KSH01-project.jsonld
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{
"@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"
},
"qudt:numericValue": {
"@type": "xsd:double"
},
"regen:projectStartDate": {
"@type": "xsd:date"
},
"regen:projectEndDate": {
"@type": "xsd:date"
},
"regen:monitoringFrequency": {
"@type": "schema:Duration"
}
},
"@type": "regen:KSH01-Project",
"schema:name": "",
"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
]
}
},
"regen:projectSize": {
"qudt:unit": "unit:HA",
"qudt:numericValue": 0
},
"regen:projectActivity": "",
"regen:projectType": "",
"regen:projectStartDate": "",
"regen:projectEndDate": ""
}

153 changes: 153 additions & 0 deletions ops/C05/credit-class-metadata/C05-class-metadata.jsonld
Original file line number Diff line number Diff line change
@@ -0,0 +1,153 @@
{
"@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:baselineMethod": {
"@container": "@list"
},
"regen:biocharApplicationType": {
"@container": "@list"
},
"regen:biocharFeedstockMaterial": {
"@container": "@list"
},
"regen:bufferPoolAccounts": {
"@container": "@list"
},
"regen:creditingTerm": {
"@type": "schema:Duration"
},
"regen:creditGenerationMethod": {
"@container": "@list"
},
"regen:ecosystemType": {
"@container": "@list"
},
"regen:eligibleActivities": {
"@container": "@list"
},
"regen:landOwnershipType": {
"@container": "@list"
},
"regen:leakageAssessment": {
"@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:additionalityAssessment": [
"Regulatory Surplus",
"Positive List"
],
"regen:allowsAggregatedProjects": 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:version": "V1.0"
}
]
},
"regen:baselineMethod": [
"Project Method"
],
"regen:biocharApplicationType": [
"Surface",
"Subsurface"
],
"regen:biocharFeedstockMaterial": [
"Agricultural waste biomass",
"Food processing resedues",
"Woody biomass",
"Industrial waste",
"Aquaculture plants"
],
"regen:bufferPoolAccounts": [
{
"schema:name": "Carbon Removal through Biochar Production Credit Class Buffer Pool",
"regen:walletAddress": "regen1wgjpjh42cr7t5sp5hgty4yrzww496a6yaznc9u4wsv9ac3xccu8szz2upa",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"regen:walletAddress": "regen1wgjpjh42cr7t5sp5hgty4yrzww496a6yaznc9u4wsv9ac3xccu8szz2upa",
"regen:address": "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:leakageAssessment": [
"Transport Emissions"
],
"regen:lookbackPeriod": "-P1Y",
"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"
]
}
Loading
Loading