From 2a487f65a872706771f0ac95d39d9da4ef533455 Mon Sep 17 00:00:00 2001 From: S4mmyb Date: Thu, 29 Jun 2023 15:57:46 -0600 Subject: [PATCH] credit batch info for projects C02-005 & C02-006 --- .../C02-005-2022-001.jsonld | 34 +++++++++++++++++++ .../C02-006-2021-001.jsonld | 34 +++++++++++++++++++ 2 files changed, 68 insertions(+) create mode 100644 ops/C02/credit-batch-metadata/C02-005-2022-001.jsonld create mode 100644 ops/C02/credit-batch-metadata/C02-006-2021-001.jsonld diff --git a/ops/C02/credit-batch-metadata/C02-005-2022-001.jsonld b/ops/C02/credit-batch-metadata/C02-005-2022-001.jsonld new file mode 100644 index 0000000..ec28df7 --- /dev/null +++ b/ops/C02/credit-batch-metadata/C02-005-2022-001.jsonld @@ -0,0 +1,34 @@ +{ + "@context": { + "schema": "http://schema.org/", + "regen": "https://schema.regen.network#", + "xsd": "http://www.w3.org/2001/XMLSchema#", + "regen:cfcVintageYear": { + "@type": "xsd:gYear" + }, + "regen:cfcCreditSerialNumbers": { + "@container": "@list" + }, + "regen:verificationReports": { + "@container": "@list" + }, + "schema:url": { + "@type": "schema:URL" + } + }, + "@type": "regen:C02-CreditBatch", + "regen:cfcCreditSerialNumbers": [ + "20465 - 21964" + ], + "regen:cfcVintageYear": 2022, + "regen:verificationReports": [ + { + "schema:url": "https://www.cityforestcredits.org/wp-content/uploads/2019/10/Evergreen-Verification-Report.pdf" + } + ], + "regen:projectVerifier": { + "schema:name": "Ecofor LLC", + "schema:url": "https://www.ecofor.ca/" + } + } + \ No newline at end of file diff --git a/ops/C02/credit-batch-metadata/C02-006-2021-001.jsonld b/ops/C02/credit-batch-metadata/C02-006-2021-001.jsonld new file mode 100644 index 0000000..e209d8d --- /dev/null +++ b/ops/C02/credit-batch-metadata/C02-006-2021-001.jsonld @@ -0,0 +1,34 @@ +{ + "@context": { + "schema": "http://schema.org/", + "regen": "https://schema.regen.network#", + "xsd": "http://www.w3.org/2001/XMLSchema#", + "regen:cfcVintageYear": { + "@type": "xsd:gYear" + }, + "regen:cfcCreditSerialNumbers": { + "@container": "@list" + }, + "regen:verificationReports": { + "@container": "@list" + }, + "schema:url": { + "@type": "schema:URL" + } + }, + "@type": "regen:C02-CreditBatch", + "regen:cfcCreditSerialNumbers": [ + "43432 - 47570" + ], + "regen:cfcVintageYear": 2021, + "regen:verificationReports": [ + { + "schema:url": "https://www.cityforestcredits.org/wp-content/uploads/2019/10/Evergreen-Verification-Report.pdf" + } + ], + "regen:projectVerifier": { + "schema:name": "Ecofor LLC", + "schema:url": "https://www.ecofor.ca/" + } + } + \ No newline at end of file