Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Discussion: Adding sustainability information (e.g., hasEcoLabel) to Product type #2934

Open
se-jaeger opened this issue Aug 3, 2021 · 4 comments
Labels
no-issue-activity Discuss has gone quiet. Auto-tagging to encourage people to re-engage with the issue (or close it!).

Comments

@se-jaeger
Copy link

I'm wondering whether there are any plans or any effort regarding adding sustainability information into the Product type (couldn't find any). If not, maybe some of you are interested in connecting and join forces to make this possible?

More concrete, I'm thinking about adding a property, e.g., hasEcoLabel, to represent that a product (e.g., a shirt) is certified with a given ecolabel (e.g., GOTS). However, I'm happy to elaborate on this topic and suggest/introduce more of those.

Many (at least German) online shops provide schema.org information and list that a given product is certified.
IMHO, embedding this information into the Product type would be very helpful.

@github-actions
Copy link

github-actions bot commented Nov 2, 2021

This issue is being nudged due to inactivity.

@github-actions github-actions bot added the no-issue-activity Discuss has gone quiet. Auto-tagging to encourage people to re-engage with the issue (or close it!). label Nov 2, 2021
@OR13
Copy link

OR13 commented Oct 4, 2022

I am interested in supporting this.

See also: https://www.w3.org/community/sustyweb/wiki/Main_Page

In particular, I am interested in parsing page fragments to obtain information regarding sustainability and other concerns related to product origin, such as labor certificates, etc.

We've been developing "Verifiable Credentials" based on schema.org and other sources here:

We'd love to be able to rely on schema.org exclusively for semantics related to sustainability and product origins.

@mgifford
Copy link

mgifford commented Oct 4, 2022

I like the idea. It could point to things like https://github.com/thegreenwebfoundation/carbon.txt

and for that matter policies like:
https://github.com/thegreenwebfoundation/sustainability-policy/blob/master/sustainability-policy.md

@BigDatalex
Copy link

I am sharing a few links that could be helpful:

The GS1 web vocabulary is an extension of schema.org and provides some specifications that address the standardization of sustainability information. It includes standards regarding packaging and the products themself. E.g. it includes the EU Eco Label see link:

    {
      "@id": "gs1:PackagingMarkedLabelAccreditationCode-EU_ECO_LABEL",
      "@type": "gs1:PackagingMarkedLabelAccreditationCode",
      "rdfs:comment": {
        "@language": "en",
        "@value": "The item is physically marked with the European Union Eco label a European environmental initiative supported by the European Commission."
      },

and more general properties see link:

{
      "@id": "gs1:sustainabilityInfo",
      "@type": [
        "rdf:Property",
        "owl:ObjectProperty"
      ],
      "rdfs:comment": {
        "@language": "en",
        "@value": "A link to information relating to sustainability and recycling requirements or processes."
      },

In addition, schema.org themself have added the type EnergyConsumptionDetails which represents information related to the energy efficiency of a product that consumes energy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-issue-activity Discuss has gone quiet. Auto-tagging to encourage people to re-engage with the issue (or close it!).
Projects
None yet
Development

No branches or pull requests

4 participants