schemaorg-coda :: Example

eg-0483

From v29.4

JSON-LD

{
  "@context": "https://schema.org",
  "@type": "Certification",
  "name": "EPREL",
  "description": "Registration of products in the European Product Registry for Energy Labeling (EPREL)",
  "url": "https://eprel.ec.europa.eu/screen/product/dishwashers2019/1779994",
  "about": {
    "@type": "Product",
    "@id": "https://www.dishwashers.com/en/built-in-dishwashers/1377-built-in-dishwasher-gsi1399xx"
  },
  "issuedBy": {
    "@type": "Organization",
    "name": [
      "European Commission, Directorate-General for Energy",
      "EC"
    ],
    "url": "https://eprel.ec.europa.eu/screen/home"
  },
  "certificationStatus": "https://schema.org/CertificationActive",
  "expires": "2026-05-12",
  "datePublished": "2023-06-01",
  "validFrom": "2023-05-12",
  "auditDate": "2023-10-01",
  "validIn": {
    "@type": "AdministrativeArea",
    "name": "European Union",
    "address": {
      "@type": "PostalAddress",
      "addressCountry": ["AT","BE","BG","CY","CZ","DE","DK","EE","ES","FI","FR","GR",
                         "HR","HU","IE","IT","LT","LU","LV","MT","NL","PL","PT","RO",
                         "SE","SI","SK"]
    }
  },
  "logo": "https://eprel.ec.europa.eu/assets/images/label/thumbnails/E-Left-LightOrange-WithAGScale.png",
  "certificationIdentification": "1779994",
  "certificationRating": {
    "@type": "Rating",
    "ratingValue": "E",
    "bestRating": "A",
    "worstRating": "G"
  },
  "hasMeasurement": {
    "@type": "QuantitativeValue",
    "name": "Energy Efficiency Index (EEI)",
    "valueReference": "https://eur-lex.europa.eu/eli/reg_del/2019/2017/2021-05-01#anx_IV",
    "value": 55.9
  }
}

Pre-Markup

Complete example of a certification object for a product registered in the EU EPREL
(https://eprel.ec.europa.eu/) database. Illustrates all relevant fields of the Certification
type.