OriginDetails

class

Origin Details

Container class for geolocation and producer identification information per EUDR Article 9.

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

Properties (5)

PropertyDescriptionRange
areaHectaresArea size in hectares.xsd:decimal
areaSizeQuantitative value for field area size. Use unitCode 'HAR' (hectare), 'ARE' (are), or 'MTK' (m²) per UN/CEFACT Rec 20.gs1:QuantitativeValue
geofenceArea polygon as array of longitude-latitude coordinates per CBV 2.0, 9.3.1. Use for plots > 4 hectares.xsd:string
geolocationGeographic coordinates as Geo URI (RFC 5870). Use for plots <= 4 hectares.xsd:anyURI
producerIdentificationIdentification of the producer. Prefer party GLN when available.gs1:Organization

Used as Range (2)

JSON-LD Example

{
  "@context": "https://ref.openepcis.io/extensions/eu/eudr/eudr-context.jsonld",
  "type": "OriginDetails",
  "areaHectares": "...",
  "areaSize": "...",
  "geofence": "..."
}