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

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 (5)

DescriptionDomainRangeVocabularies
areaHectares
Area Hectares
Area size in hectares.eudr:OriginDetailsxsd:decimal
areaSize
Area Size
Quantitative value for field area size. Use unitCode 'HAR' (hectare), 'ARE' (are), or 'MTK' (m²) per UN/CEFACT Rec 20.eudr:OriginDetailsgs1:QuantitativeValue
geofence
Geofence
Area polygon as array of longitude-latitude coordinates per CBV 2.0, 9.3.1. Use for plots > 4 hectares.eudr:OriginDetailsxsd:string
geolocation
Geolocation
Geographic coordinates as Geo URI (RFC 5870). Use for plots <= 4 hectares.eudr:OriginDetailsxsd:anyURI
producerIdentification
Producer Identification
Identification of the producer. Prefer party GLN when available.eudr:OriginDetailsgs1:Organization

Used as Range (2)

JSON-LD Example

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