From 6a0f9acb3674f1ff5368aeaf99e8b6ea2a7fd3e4 Mon Sep 17 00:00:00 2001 From: S4mmyb Date: Thu, 22 Jun 2023 10:54:02 -0600 Subject: [PATCH] changed verificationMethod to verificationMethods --- jsonld/credit-classes/C04-ruuts-credit-class.jsonld | 4 ++-- ops/C04/credit-class-metadata/C04-ruuts-credit-class.jsonld | 4 ++-- shacl/credit-classes/C04-ruuts-credit-class.ttl | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/jsonld/credit-classes/C04-ruuts-credit-class.jsonld b/jsonld/credit-classes/C04-ruuts-credit-class.jsonld index d2efac9..f4cc974 100644 --- a/jsonld/credit-classes/C04-ruuts-credit-class.jsonld +++ b/jsonld/credit-classes/C04-ruuts-credit-class.jsonld @@ -30,7 +30,7 @@ "regen:ecosystemType": { "@container": "@list" }, - "regen:verificationMethod": { + "regen:verificationMethods": { "@container": "@list" }, "regen:additionalityApproach": { @@ -64,7 +64,7 @@ "schema:url": "" }, "regen:sectoralScope": [""], - "regen:offsetGenerationMethod": [""], + "regen:offsetGenerationMethods": [""], "regen:measuredGHGs": [""], "regen:coBenefits": [""], "regen:geographicApplicability": "", diff --git a/ops/C04/credit-class-metadata/C04-ruuts-credit-class.jsonld b/ops/C04/credit-class-metadata/C04-ruuts-credit-class.jsonld index 3c09681..f79504b 100644 --- a/ops/C04/credit-class-metadata/C04-ruuts-credit-class.jsonld +++ b/ops/C04/credit-class-metadata/C04-ruuts-credit-class.jsonld @@ -30,7 +30,7 @@ "regen:ecosystemType": { "@container": "@list" }, - "regen:verificationMethod": { + "regen:verificationMethods": { "@container": "@list" }, "regen:additionalityApproach": { @@ -98,7 +98,7 @@ "regen:aggregatedProjects": true, "regen:monitoringFrequency": "Annual", "regen:verificationFrequency": "Five year", - "regen:verificationMethod": [ + "regen:verificationMethods": [ "Ruuts Internal Quality Assurance", "Third-Party ISO 14064-3 Verification" ], diff --git a/shacl/credit-classes/C04-ruuts-credit-class.ttl b/shacl/credit-classes/C04-ruuts-credit-class.ttl index cfafb89..989df58 100644 --- a/shacl/credit-classes/C04-ruuts-credit-class.ttl +++ b/shacl/credit-classes/C04-ruuts-credit-class.ttl @@ -139,7 +139,7 @@ regen:C04-CreditClassShape a sh:NodeShape ; sh:minLength 1 ; ] ; sh:property [ - sh:path regen:verificationMethod ; + sh:path regen:verificationMethods ; sh:node dash:ListShape ; sh:property [ sh:path ( [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ;