ThirdPartyVerification

class

Third Party Verification

Third-party verification details for carbon footprint or other certified data.

URI:https://ref.openepcis.io/extensions/eu/battery/ThirdPartyVerification

Properties (5)

PropertyDescriptionRange
verificationBodyOrganization that performed the third-party verification.gs1:Organization
verificationBodyNameName of the verification body.xsd:string
verificationCertificateUrlURL to the verification certificate document.xsd:anyURI
verificationDateDate when third-party verification was completed.xsd:date
verificationStandardStandard used for verification (e.g., ISO 14064-3).xsd:string

Used as Range (1)

JSON-LD Example

{
  "@context": "https://ref.openepcis.io/extensions/eu/battery/battery-context.jsonld",
  "type": "ThirdPartyVerification",
  "verificationBody": "...",
  "verificationBodyName": "...",
  "verificationCertificateUrl": "..."
}