Skip to content

Commit

Permalink
New CFC Project (C02-005), Evergreen & East Project Metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
S4mmyb authored and blushi committed Jul 4, 2023
1 parent 2f6d54f commit 6d9335b
Showing 1 changed file with 84 additions and 0 deletions.
84 changes: 84 additions & 0 deletions ops/C02/project-metadata/C02-005-project.jsonld
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
{
"@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:offsetGenerationMethod": {
"@container": "@list"
}
},
"@type": "regen:C02-Project",
"@id": "https://app.regen.network/project/C02-005",
"schema:name": "Evergreen & East Preservation Project",
"regen:cfcProjectId": "006",
"regen:cfcProjectPage": "https://www.cityforestcredits.org/carbon-credits/carbon-registry/richmond-forest-carbon-offsets/",
"regen:projectDesignDocument": "https://www.cityforestcredits.org/wp-content/uploads/2019/10/Evergreen-Project-Design-Document-1.pdf",
"regen:projectDeveloper": {
"@type": "regen:Organization",
"schema:name": "Enrichmond Foundation",
"schema:url": "",
"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": 30.481
},
"regen:projectStartDate": "2019-11-06",
"regen:projectEndDate": "2059-11-06",
"schema:location": {
"@context": {
"type": "@type",
"@vocab": "https://purl.org/geojson/vocab#",
"coordinates": {
"@container": "@list"
},
"bbox": {
"@container": "@list"
}
},
"type": "Feature",
"place_name": "Richmond, Virginia",
"geometry": {
"type": "Point",
"coordinates": [
-77.388361,
37.532868
]
}
},
"regen:offsetProtocol": {
"schema:name": "Preservation Protocol - 40 years",
"schema:url": "https://www.cityforestcredits.org/wp-content/uploads/2023/02/City-Forest-Preservation-Protocol-40-Years-V12.40.pdf",
"schema:version": "v7.40"
}
}

0 comments on commit 6d9335b

Please sign in to comment.