Skip to content

Commit

Permalink
add C02-006 project
Browse files Browse the repository at this point in the history
  • Loading branch information
clevinson authored and blushi committed Jul 4, 2023
1 parent f284a57 commit 439dd30
Showing 1 changed file with 84 additions and 0 deletions.
84 changes: 84 additions & 0 deletions ops/C02/project-metadata/C02-006-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": "http://app.regen.network/project/C02-006",
"schema:name": "St. Elmo Preservation Project",
"regen:cfcProjectId": "012",
"regen:cfcProjectPage": "https://www.cityforestcredits.org/carbon-credits/carbon-registry/chattanooga-forest-carbon-offsets/",
"regen:projectDesignDocument": "https://www.cityforestcredits.org/wp-content/uploads/2020/10/St-Elmo-Trail-Project-Design-Document-2.pdf",
"regen:projectDeveloper": {
"@type": "regen:Organization",
"schema:name": "Lookout Mountain Conservancy",
"schema:url": "https://lookoutmountainconservancy.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": 58.14
},
"regen:projectStartDate": "2021-02-16",
"regen:projectEndDate": "2061-02-16",
"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": [
-85.333587,
34.998047
]
}
},
"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": "v9.40"
}
}

0 comments on commit 439dd30

Please sign in to comment.