DepositReturnScheme

class

Deposit-Return Scheme

A deposit-return scheme that the product participates in (PPWR Article 13, beverage container DRS in DE/AT/NL/SE/etc., and any future EU-harmonised DRS).

URI:https://ref.openepcis.io/extensions/common/core/DepositReturnScheme

Properties (3)

PropertyDescriptionRange
depositAmountRefundable deposit applied at point of sale. Modelled as gs1:QuantitativeValue with unitCode = ISO 4217 currency code (e.g. 'EUR').gs1:QuantitativeValue
depositRedemptionChannelUrlURL of the public directory of redemption channels (where consumers can return the container for refund).xsd:anyURI
depositSchemeOperatorThe Producer Responsibility Organisation that operates the DRS (e.g. Pfand-System Deutschland for DE).gs1:Organization

Used as Range (1)

Where used

Referenced by other terms (4)

In SHACL shapes (1)

  • DepositReturnSchemeShapetargets

JSON-LD Example

{
  "@context": "https://ref.openepcis.io/extensions/common/core/dpp-core-context.jsonld",
  "type": "DepositReturnScheme",
  "depositAmount": "...",
  "depositRedemptionChannelUrl": "...",
  "depositSchemeOperator": "..."
}