# Overview

## 1. Introduction

Over time, different sectors have developed their own operational “languages” to describe and manage their activities. This fragmentation is evidenced by the multitude of global and local data standards across logistics, trade, and transport. The BDI explicitly recognizes this landscape and emphasizes that participants should:

1. **Align with sector-relevant standards** where possible, rather than duplicating efforts or creating isolated models. Examples of well known and governed standards are (non exhaustive):

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><a href="https://dcsa.org/"><strong>Digital Container Shipping Association</strong></a></td><td>Focuses on standardizing data and processes for containerized maritime transport, including Track &#x26; Trace and documentation flows.</td><td><a href="/files/byQMiWbnNRkebTIxYP9H">/files/byQMiWbnNRkebTIxYP9H</a></td></tr><tr><td><a href="https://www.iata.org/"><strong>International Air Transport Association</strong></a></td><td>Develops standards for the global air cargo industry, covering electronic messaging, air waybills, and cargo operations.</td><td data-object-fit="contain"><a href="/files/LWybFJV8EMkxZpJUxXU2">/files/LWybFJV8EMkxZpJUxXU2</a></td></tr><tr><td><a href="https://opentripmodel.org/"><strong>Open Trip Model</strong></a></td><td>Provides a modular data model for planning, execution, and tracking of multimodal transport and logistics movements, mainly in the European inland context.</td><td><a href="/files/YWFL4xiRKcpO4t71AMmQ">/files/YWFL4xiRKcpO4t71AMmQ</a></td></tr><tr><td><a href="https://www.era.europa.eu/"><strong>European Union Agency for Railways</strong></a></td><td>Defines technical specifications for interoperability in rail transport, including infrastructure, rolling stock, and data exchange for railway operations.</td><td><a href="/files/h6JZuW1EDRzwjpeGkV00">/files/h6JZuW1EDRzwjpeGkV00</a></td></tr></tbody></table>

2. **Organize for supply chain-wide semantic interoperability**. In many logistics environments, not all actors operate under the same modality or domain-specific framework. Therefore, the Semantic KIT recommends adding the [**Logistic Event Ontology**](broken://pages/IqfBQ5pJlatvqpQFPueL) as a minimal, cross-modal structure. This enables end-to-end visibility of goods movement from the perspective of the Beneficial Cargo Owner (BCO), serving as a neutral format for semantic consistency across the supply chain.

## 2. Selecting a standard

{% hint style="success" %}
It is strongly recommended to conduct research into existing standards, as the tools or practices you currently employ are likely derived from one.
{% endhint %}

There are a couple of relevant considerations to take into account for the selection of a data standard. For the evaluation of suitable existing data models, please consider the following.

#### <i class="fa-book-atlas">:book-atlas:</i> Applicability, geographical coverage, coverage of logistics and supply chain areas

Market participants might ask themselves the question:

> "*If I invest in particular standard semantics, how many partners can I work with using this standard?"*

To avoid using an unknown or rarely-used standard, it is recommended to determine if there is an actively maintained data model governed by a Standards Development Organization (SDO). In addition, one should assess how well the model aligns with the use case(s), and understand the model’s governance structure and licensing terms.

***

#### <i class="fa-gears">:gears:</i> Technical maturity, support for Event-Driven and Linked Data approaches

Indicates the extend to which the standard can be deployed in an automated way, as well as its ability to support anticipated future developments.

Given that the BDI is a logistics, event-driven architecture, consider selecting a standard that supports events as well.

***

#### <i class="fa-cloud-binary">:cloud-binary:</i> Scope to Adopt

Identify which part of the standard is relevant for the use case. Often, only a subset is required, making adoption more lightweight. If the standard offers well-defined extensibility mechanisms, use them to incorporate case-specific data while maintaining compliance. If critical elements are missing, engage with the SDO to evolve the model, thereby improving the standard for the broader community.

***

#### <i class="fa-integral">:integral:</i> Integration with BDI Trust KIT

Consider how the data model supports or integrates with BDI’s Identity, Authentication, and Authorization (IAA) protocol. Most standards are silent on identity and trust, which allows BDI’s Trust KIT to be applied alongside.

***

{% hint style="success" %}
When no suitable standard exists, it is recommended to use **LEO:** a generic cross-modal structure that can be extended for specific use cases serving as a neutral format for semantic consistency across the supply chain.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://bdi.gitbook.io/bdi-public-documentation/readme/semantics-kit/overview-1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
