Skip to content

Add a mechanism to support product certifications #3230

Description

@MatthiasWiesmann

Many objects can bear some form of certification, Organizations can be ISO certified, Food products can be Organic or Vegan, a person can be a certified professional. There are certifications for many domains: regulatory, organizational, recycling, food, efficiency, educational, ecological, etc.

Certifications can be first party (the certification authority makes the claim), second-party (an authorized party makes the claim), or self-certification (recipient of the certification makes the claim). Some certifications have a unique identifier, for instance the FSC (Forest Stewardship Council).

Some schema.org objects have support for some specific certifications, for instance Product has hasEnergyConsumptionDetails, Person and Organization have hasCredential, but these are very specific. Adding specific attributes for all possible certification is not feasible.

A certification would be an object with the following properties:

  • A certification unique identifier
  • A certification authority
  • A certifying organization (for second party)
  • A certification measurement (energy efficiency, CO² emissions).
  • The object of the certification (could be about).

Certification could descend from CreativeWork

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Queued for Editorial WorkEditor needs to turn issues/PRs into final code and release notes.no-issue-activityDiscuss has gone quiet. Auto-tagging to encourage people to re-engage with the issue (or close it!).

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions