ThirdPartyVerification
classThird Party Verification
Third-party verification details for carbon footprint or other certified data.
Properties (5)
| Property | Description | Range |
|---|---|---|
| verificationBody | Organization that performed the third-party verification. | gs1:Organization |
| verificationBodyName | Name of the verification body. | xsd:string |
| verificationCertificateUrl | URL to the verification certificate document. | xsd:anyURI |
| verificationDate | Date when third-party verification was completed. | xsd:date |
| verificationStandard | Standard used for verification (e.g., ISO 14064-3). | xsd:string |
Used as Range (1)
Where used
Referenced by other terms (6)
In example documents (1)
Master data & product examples
JSON-LD Example
{
"@context": "https://ref.openepcis.io/extensions/eu/battery/battery-context.jsonld",
"type": "ThirdPartyVerification",
"verificationBody": "...",
"verificationBodyName": "...",
"verificationCertificateUrl": "..."
}