Visual Diagram
classDiagram
class Certification
RelatedResource <|-- Certification
Certification : +certificationName
Certification : +certificationId
Certification : +certificationUrl
Certification : +certificationBodyName
Certification : +certificationBodyId
Certification : +certificationStartDate
Certification : +certificationEndDate
Certification : +certificationBodyRole
Certification --|> CertificationBodyRoleType : certificationBodyRole
click RelatedResource href "../RelatedResource/RelatedResource.html" "dppk:RelatedResource"
style RelatedResource stroke:#2962ff,color:#2962ff
click CertificationBodyRoleType href "CertificationBodyRoleType.html" "dppk:CertificationBodyRoleType"
style CertificationBodyRoleType stroke:#2962ff,color:#2962ff
Description
A confirmation that the product meets the requirements of a specific standard or regulation (e.g., CE Marking, EPD).
subClassOf: dppk:RelatedResource
equivalentClass: schema:Certification, gs1:CertificationDetails, unece:certificationEvidenceDocument
Properties
| Property | Description | Type | equivalentProperty |
|---|---|---|---|
| Certification Name (dppk:certificationName) | The name of the certification. | xsd:string | schema:name |
| Certification Identifier (dppk:certificationId) | The unique identifier or number of the certification. | xsd:string | schema:identifier |
| Certification URL (dppk:certificationUrl) | A web link to the certification details or registry. | xsd:anyURI | schema:url |
| Certifying Body Name (dppk:certificationBodyName) | The name of the body that issued the certification. | gs1:certificationAgency | |
| Certifying Body ID (dppk:certificationBodyId) | The unique identifier of the certifying body. | xsd:string | |
| Start of Certificate Validity (dppk:certificationStartDate) | The date when the certification became valid. | xsd:date | gs1:certificationStartDate |
| End of Certificate Validity (dppk:certificationEndDate) | The date when the certification expires. | xsd:date | |
| Certifying Body Role (dppk:certificationBodyRole) | The role or capacity in which the certifying body issued the certification. | dppk:CertificationBodyRoleType |
