ExemptionDeclaration

class

Exemption Declaration

A structured declaration that specific products (or batches/serials) are exempt from EUDR due diligence obligations, carrying the exemption type, reason code, scope, and effective date range.

URI:https://ref.openepcis.io/extensions/eu/eudr/ExemptionDeclaration

Upstream alignment

How this class and its properties align to external and upstream vocabularies. Open a vocabulary to see the exact term-by-term relationships.

Properties (7)

DescriptionDomainRangeVocabularies
exemptionAuthority
Exemption Authority
The economic operator or competent authority asserting this exemption. Uses oec:OperatorInformation so the party is fully identified by GLN and role.eudr:ExemptionDeclarationoec:OperatorInformation
exemptionEffectiveFrom
Exemption Effective From
Start date of the exemption's validity. Before this date the exemption does not apply.eudr:ExemptionDeclarationxsd:date
exemptionEffectiveUntil
Exemption Effective Until
End date of the exemption's validity. Required for temporary exemptions; omitted for permanent exemptions.eudr:ExemptionDeclarationxsd:date
exemptionReasonCode
Exemption Reason Code
Coded reason for the exemption, drawn from the controlled vocabulary defined by GS1 standardization (aligned with EANCOM C273:DE7009 exemption reason codes).eudr:ExemptionDeclarationxsd:string
exemptionScope
Exemption Scope
The scope of the exemption: 'gtin' (all products with the given GTIN), 'batch' (specific lot/batch identified via AI 10), or 'serial' (specific instance identified via AI 21 or AI 8006 ITIP).eudr:ExemptionDeclarationxsd:string
exemptionScopeReference
Exemption Scope Reference
The specific batch, lot, or serial identifier (or list thereof) that is in scope of a temporary exemption. For 'batch' scope this is the lot/batch number; for 'serial' scope it is the serial number.eudr:ExemptionDeclarationxsd:string
exemptionType
Exemption Type
The classification of this exemption (permanent or temporary).eudr:ExemptionDeclarationeudr:ExemptionType

Vocabulary alignment

Referenced upstream terms

Loading external vocabulary...

Used as Range (1)

JSON-LD Example

{
  "@context": "https://ref.openepcis.io/extensions/eu/eudr/eudr-context.jsonld",
  "type": "ExemptionDeclaration",
  "exemptionAuthority": "...",
  "exemptionEffectiveFrom": "...",
  "exemptionEffectiveUntil": "..."
}