Internet-Draft SDF modeling for digital twin October 2025
Lee & Hong Expires 20 April 2026 [Page]
Workgroup:
ASDF
Internet-Draft:
Published:
Intended Status:
Informational
Expires:
Authors:
H. Lee, Ed.
ETRI
J. Hong
ETRI

Semantic Definition Format (SDF) modeling for Digital Twin

Abstract

This memo specifies SDF modeling for a digital twin, i.e. a digital twin system, and its Things. An SDF is a format that is used to create and maintain data and interaction, and to represent the various kinds of data that is exchanged for these interactions. The SDF format can be used to model the characteristics, behavior and interactions of Things, i.e. physical objects, in a digital twin that contain Things as components.

Status of This Memo

This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.

Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet-Drafts is at https://datatracker.ietf.org/drafts/current/.

Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."

This Internet-Draft will expire on 20 April 2026.

Table of Contents

1. Introduction

A digital twin is defined as a digital representation of an object of interest and may require different capabilities, for example, synchronization and real-time support, according to the specific domain of application. [Y.4600]. Digital twin help organizations improve important functional objectives, including real-time control, off-line analytics, and predictive maintenance, by modeling and simulating objects in the real world. Therefore, it is important for a digital twin to represent as much real-world information about the object as possible when digitally representing the object.

Nowadays, digital twin technologies are applied in various domains including manufacturing, energy, medical, farm, transportation, etc. And a common format is needed to represent the objects in the domains as digital twins. SDF [I-D.ietf-asdf-sdf] can be used for modeling objects as digital twins.

This document specifies the modeling and guidance on how to use SDF to represent objects as digital twins.

2. Terminology

This specification uses the terminology specified in [I-D.ietf-asdf-sdf] in particular "Class Name Keyword", "Object", and "Affordance".

The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 [RFC2119] [RFC8174] when, and only when, they appear in all capitals, as shown here.

3. SDF structure for digital twin

This section describes SDF structure with the new Class Name Keyword, sdfContext, to represent a thing or an object as a digital twin. The architecture of a digital twin based on the SDF model is illustrated in Figure 1, , following the guidelines of [ISO23247-3].

The Physical Layer comprises affordance and non-affordance objects. From the real-world objects, only those deemed relevant are selected for representation as digital twins. The Digital Twin Layer is structured into three sublayers: the Device Communication Sublayer, the Digital Twin Sublayer, and the Application Sublayer. The Device Communication Sublayer is responsible for monitoring and collecting data from both affordance and non-affordance objects. This sublayer provides the necessary data to synchronize the physical objects with their digital twin counterparts. The Digital Twin Sublayer ensures synchronization between the affordance and non-affordance objects and their respective digital twins using the data provided by the Device Communication Sublayer. The Application Sublayer presents the synchronized values of the digital twins to users, facilitating informed decision-making.

        +---------------------------------------------+ - - - - - - - - - - -
        |            Application Sublayer             |
        | +----------+ +------+ +--------+ +--------+ |
        | |  Human   | | HMI  | |  Apps  | |  Peers | |
        | +----------+ +------+ +--------+ +--------+ |
        +---------------------------------------------+
        |           Digital Twin Sublayer             |
        | +----------+ +-------------+ +------------+ |
        | | Operation| | Application | | Resource   | |
        | |    and   | |     and     | | access and | |
        | |management| |   service   | |interchange | |
        | +----------+ +-------------+ +------------+ |
        | +-----------------------------------------+ |  Digital twin Layer
        | |     Digital representation of objects   | |
        | |   +-------------+   +----------------+  | |
        | |   |  Affordance |   | Non-affordance |  | |
        | |   |   objects   |   |    objects     |  | |
        | |   +-------------+   +----------------+  | |
        | +-----------------------------------------+ |
        +---------------------------------------------+
        |        Device Communication Sublayer        |
        |     +-------------+   +----------------+    |
        |     |    Data     |   |     Object     |    |
        |     | collection  |   |     control    |    |
        |     +-------------+   +----------------+    |
        +---------------------------------------------+ - - - - - - - - - - -
        |     +-------------+   +----------------+    |
        |     |  Affordance |   |  sdfContext    |    |
        |     |   objects   |   |    objects     |    |     Physical Layer
        |     +-------------+   +----------------+    |
        +---------------------------------------------+ - - - - - - - - - - -
Figure 1: Basic Architecture of digital twin

4. Motivation and design rationale

The document is based on the underlying structure defined in [I-D.ietf-asdf-sdf], which which standardizes the semantic definition format (SDF) for representing IoT affordance. This specification provides a strong basis for representing individual devices and their features (sdfProperty, sdfAction, sdfEvent, etc.), but additional mechanisms are needed to address the unique requirements of digital twin modeling.

Digital twin systems defined in [ISO23247-3] often have to describe virtual representations of various physical assets, including metadata, identity, contextual relationships, historical data, as well as device interfaces.

4.1. Introduction of sdfContext

A new SDF keyword sdfContext described in [I-D.draft-ietf-asdf-sdf-nonaffordance] is introduced to represent non-functional or metadata elements that describe a device or component without implying direct interaction:

These field can appear in both sdfObject and sdfThing contexts and follow the same structural pattern as sdfData and is designed for scalability.

4.2. Digital Twin Modeling using elements of an SDF model

To support hierarchical representations (e.g., a boat composed of heater, GPS, and battery subsystems), this document encourages use of sdfThing to aggregate related sdfObject components, along with metadata.

The example mapping of digital twin attributes to SDF elements is shown in Table 1.

Table 1: Digital Twin Modeling using elements of an SDF model
Attribute Recommended Mapping Description
Identifier sdfContext Globally unique digital twin ID (e.g., URN)
Characteristic sdfProperty or sdfData General description or domain properties
Schedule sdfEvent or sdfData Time-based actions, availability, or maintenance
Status sdfAction or sdfProperty Actual or calculated operating conditions
Location sdfContext Physical or logical location information
Report sdfData Measurement summaries, analytics, or logs
owner sdfContext Organization or entity responsible for the digital twin
Relationship sdfRelation Inter-object/inter-twin relationships

4.3. Relationship modeling

The sdfRelation, defined in [I-D.draft-laari-asdf-relations], is a structure for specifying logical or physical relationships between objects within an SDF model. If conventional sdfThing, sdfObject, and sdfProperty focus on defining the properties of individual digital twins, sdfRelation is a means of expressing interactions and structural links between them. Since these relationships go beyond a single digital twin definition, they must be managed in a separate structure, where sdfRelation is used. The sdfRelation keyword allows describing complex relationships beyond just the parent-child hierarchy. These relationships can include:

The sdfRelation definition can include the following fields as defined in [I-D.draft-laari-asdf-relations]:

An example of sdfRelation is shown in Figure 2. The sdfProtocolMap in this example is defined in [I-D.draft-ietf-asdf-nipc] and [I-D.draft-ietf-asdf-protocol-mapping]


{
   "sdfThing": {
      "Room001": {
          "description": "Contains lightbult and thermostat"
           "sdfObject": {
               "lightbulb": {
                 "description": "A smart lightbulb",
                 "sdfProperty": {
                     "adjacent-node": { "type": "object", "sdfType": "link"}
                  },
                  "sdfRelation": {
                     "sameRoomAsThermostat": {
                        "relType": "saref:isLocatedIn",
                        "target": "#/sdfObject/thermostat",
                        "description": "This lightbulb is located in the same room as the thermostat.",
                        "label": "Located together"
                     }
                  }
             },
             "thermostat": {
               "description": "A thermostat is in the same room as the lightbulb",
               "sdfProperty": {
                  "adjacent-node": {"type": "object","sdfType": "link"}
                }
              },
              "sdfProtocolMap": {
                "description": "Protocol between the lightbulb and thermostat",
                "ble": {
                  "services":
                      [{"serviceID": "361c9c4f-22d7-4a1e-824b-8b61045a566a"}],
                  "cached": false,
                  "cacheIdlePurge": 3600,
                  "unit": "Second",
                  "autoUpdate": true,
                  "bonding": "default"
              }
            }
         }
     }
  }
}
Figure 2: An example of sdfRelation

5. Examples of digital twin system

5.1. Overview

Domain-specific examples are provided to illustrates how SDF-based Digital Twin representations can be modeled across various application areas. Each example is structured using the sdfThing construct to represent the physical entity, with associated sdfObject, sdfProperty, sdfAction, sdfEvent, and optional sdfContext or sdfRelation entries. These examples cover multiple domains such as maritime, smart building, healthcare, and energy systems, enabling standardized modeling and interoperability across diverse use cases.

5.2. Marine system

Table 2 illustrates how various components of a maritime vessel—specifically Boat007—can be represented as a structured Digital Twin using the Semantic Definition Format (SDF) model. Each physical component, such as a heater or battery, is abstracted as an sdfObject, while the overall vessel is modeled as an sdfThing.

For each component, key SDF elements such as sdfProperty, sdfAction, or sdfEvent are defined to describe the operational and contextual aspects of the system. Relationships such as sdfRelation are used to express functional connections (e.g., the battery is connectedTo the controller), enabling richer modeling of interactions between components.

This structure allows developers and systems integrators to:

Table 2: Components and SDF elements of a marine system
Attribute SDF element Example properties
Boat007 sdfThing id, name, model, includes heater1 and battery1
Heater1 sdfObject status (sdfProperty), temperature (sdfProperty), turnOn (sdfAction)
Thermostat1 sdfObject setPoint, mode (sdfProperty)
Battery1 sdfObject voltage (sdfProperty), chargeLevel (sdfProperty), battery-to-controller (sdfRelation)
Controller sdfObject status (sdfProperty), controlMode (sdfProperty)
Temp-to-Thermostat sdfRelation source: heater1.temperature, target: thermostat1.setPoint, relationType: regulatedBy
Battery-to-Controller sdfRelation source: batterySensor, target: powerController, relationType: connectedTo
Location sdfContext latitude, longitude, dockedAt (e.g., port007)

In the context of Boat007, shown in Figure 3, such a Digital Twin can support various applications, including predictive maintenance, energy optimization, and fleet-level coordination, demonstrating the practicality and scalability of SDF-based Digital Twin modeling for mobility and transportation systems.

{
  "sdfThing": {
      "boat007": {
      "label": "Boat #007 with a heater",
      "description": "Contains heaters, fans, battery, etc."
      "sdfProperty": {
         "status": {
            "type": "boolean",
            "description": "Indicates if the boat is powered"
          }
      },
      "sdfObject": {
         "heater1": {
          "description": "A heater ",
          "identityManifest": {
             "manufacturer": "HeaterTech Inc.",
              "model": "HEATER-2025-V1",
              "firmwareVersion": "1.4.3",
              "dateOfManufacture": "2025-04-20T09:00:00Z",
              "certifications": [
                { "scheme": "KS", "certId": "KS123", "region": "KR" } ]
            },
            "contextSnapshot": {
              "thingId": "heater:unit5689",
              "timestamp": "2025-05-23T10:20:00Z",
              "installationInfo": {
                 "room": "kitchen",
                  "floor": 1,
                  "mountType": "freestanding",
                  "installationDate": "2025-06-01"
              },
              "usageProfile": {
                  "type": "residential",
                  "powerCircuit": "230V@60Hz",
                  "energyRating": "A++"
              },
              "location": {"lat": 35.1796, "lon": 129.0756 }
            },
            "sdfProperty": {
                "status": {
                  "type": "boolean"
                  "description":"Whether the heater is powered"
                },
                "temperature": {
                   "type": "number",
                   "unit": "degreeCelsius",
                   "description": "Temperature of the heater"
                  }
            },
            "sdfAction": {
                "turnOn": { "description": "Activate the heater" },
                "turnOff": { "description": "Deactivate the heater" }
            },
            "contextPatch": {
                "thingId": "heater:unit5689",
                "timestamp": "2025-06-20T09:00:00Z",
                "location": {"lat": "35.2988", "lon": "129.2547" },
                "installationInfo": {"floor": 1, "mountType": "wall" }
            }
          },
          "thermostat": {
               "maintenanceSchedule": {
                  "timestamp": "2025-05-20T10:00:00Z"
                  "description": "Last maintained date"
              }
          },
          "batterySensor1": {
            "sdfProperty": {
                "chargeLevel": {
                  "type": "number",
                  "unit": "percent",
                  "description": "Battery charge level"
                },
                "voltage": {
                  "type": "number",
                  "unit": "volt",
                  "description": "Battery voltage"
              }
            }
          },
          "powerController1": {
             "sdfAction": {
                "connect": {"description": "Connect power from the battery" },
                "disconnect": {"description": "Disconn power from the battery"}
                }
            }
        },
        "sdfRelation": {
          "temperature-control": {
             "source": "#/sdfObject/heater1/sdfProperty/temperature",
             "target": "#/sdfObject/thermostat1/sdfProperty/setPoint",
             "relationType": "regulatedBy",
             "directionality": "unidirectional",
             "description": "The current temperature of the heater is regulated by the thermostat's setPoint value."
          },
          "battery-to-controller": {
             "source": "#/sdfObject/batterySensor",
             "target": "#/sdfObject/powerController",
             "relationType": "connectedTo",
             "directionality": "unidirectional"
         }
      }
    }
  }
}
Figure 3: An example of marine system

5.3. Healthcare system

This example represents a digital twin for a patient health monitor system (patientMonitor001) assigned to a patient. The system reports real-time health properties while referencing contextual patient information with the components and elements shown in Table 3.

Table 3: Components and SDF elements of a healthcare system
Attribute SDF element Example properties
Patient Monitor sdfThing patientMonitor001 as a digital twin
ECG Module sdfObject heartRate, rhythmType, signalStrength
Infusion Pump sdfObject flowRate, volumeRemaining, alarmStatus
Property sdfProperty e.g., temperature, bloodPressureSystolic, oxygenSaturation
Context Info sdfContext bedNumber, wardLocation, patientID, usageScenario
Identity Info identityManifest systemType, firmwareVersion, hospitalAssetTag
Relations sdfRelation ECG → AlarmSystem (relationType: monitoredBy)

A digital twin example of a patient monitoring system with ECG and infusion pump components is illustated in Figure 4. in the healthcare domain, where a biosensor measuring the heart rate is functionally connected to an alert system that emits a high heart rate warning. This enables real-time patient monitoring in medical environments.

{
  "sdfThing": {
    "patientMonitor001": {
    "sdfObject": {
        "ecg": {
            "sdfProperty": {
                "heartRate": { "type": "number", "unit": "bpm" },
                "rhythmType": { "type": "string" }
              }
          },
          "infusionPump": {
              "sdfProperty": {
                "flowRate": { "type": "number", "unit": "ml/h" },
                "volumeRemaining": { "type": "number", "unit": "ml" }
              }
          }
        },
        "sdfContext": {
            "wardLocation": { "const": "ICU-5A" },
            "patientID": { "const": "PT123456" }
        },
        "identityManifest": {
          "manufacturer": "MediTech",
          "model": "IM-500",
          "serialNumber": "MT-IM500-00789"
        },
        "sdfRelation": {
          "heartRate-to-alertSystem": {
              "description": "The heart rate data from the biosensor is monitored by the alert system, which triggers a warning event when a high heart rate is detected.",
              "source": "#/sdfObject/biosensor/sdfProperty/heartRate",
              "target": "#/sdfObject/alertSystem/sdfEvent/highHeartRateAlert",
              "relationType": "monitoredBy",
              "directionality": "unidirectional"
          }
      }
    }
  }
}
Figure 4: An example of healthcare

6. Requirements for implenmenting digital twin

A digital twin is a partial representation of sdfThing or sdfObject that contains attributes such as sdfProperty, sdfAction and sdfEvent[ISO23247-1]. By representing sdfThing as a digital twin, crucial events that require appropriate action can be quickly detected and controlled. The requirements defined in [ISO23247-1] are applied to represent sdfThings and sdfObjects as digital twins.

7. Procedure for digital twin implementation

7.1. Overview

It is essential to define a standardized implementation procedure to ensure interoperability, scalability, and effective lifecycle management across digital twin systems. This section outlines a step-by-step approach aligned with the Semantic Definition Format (SDF) model and its architecture, enabling consistent modeling, integration, and operation of digital twins in IoT environments. A general principles for representing an sdfThing as a digital twin within a specific domain is outlined as follows:

7.2. Procedure

The procedure of digitally twinning the space and the objects contained in it is described.

8. Security Considerations

Only authorized users should have the authority to manage digital twins, sdfThings and sdfObjects. Also, Secure communication and metadata integrity are essential when implementing digital twins. All context messages, including contextPatch and identityManifest, must have mechanisms such as authentication and authorization applied.

9. IANA Considerations

This document has no IANA actions.

10. References

10.1. Normative References

[I-D.draft-ietf-asdf-nipc]
Brinckman, B., Mohan, R., and B. Sanford, "An Application Layer Interface for Non-IP device control (NIPC)", Work in Progress, Internet-Draft, I-D.draft-ietf-asdf-nipc-13, , <https://datatracker.ietf.org/doc/html/I-D.draft-ietf-asdf-nipc-13>.
[I-D.draft-ietf-asdf-protocol-mapping]
Mohan, R., Brinckman, B., and L. Corneo, "Protocol Mapping for SDF", Work in Progress, Internet-Draft, I-D.draft-ietf-asdf-protocol-mapping-01, , <https://datatracker.ietf.org/doc/html/I-D.draft-ietf-asdf-protocol-mapping-01>.
[I-D.draft-ietf-asdf-sdf-nonaffordance]
Hong, J. and H. Lee, "Semantic Definition Format (SDF) Extension for Non-Affordance Information", Work in Progress, Internet-Draft, I-D.draft-ietf-asdf-sdf-nonaffordance-01, , <https://datatracker.ietf.org/doc/html/I-D.draft-ietf-asdf-sdf-nonaffordance-01>.
[I-D.draft-laari-asdf-relations]
Laari, P., "Extended relation information for Semantic Definition Format (SDF)", Work in Progress, Internet-Draft, I-D.draft-laari-asdf-relations-04, , <https://datatracker.ietf.org/doc/html/I-D.draft-laari-asdf-relations-04>.
[I-D.ietf-asdf-sdf]
Koster, M., Bormann, C., and A. Keränen, "Semantic Definition Format (SDF) for Data and Interactions of Things", Work in Progress, Internet-Draft, draft-ietf-asdf-sdf-25, , <https://datatracker.ietf.org/doc/html/draft-ietf-asdf-sdf-25>.
[ISO23247-1]
"Automation systems and integration Digital twin framework for manufacturing - Part 1: Overview and general principles, ISO 23247-1.", , <https://www.iso.org/standard/75066.html>.
[ISO23247-3]
"Automation systems and integration Digital twin framework for manufacturing - Part 3: Digital representation of manufacturing elements, ISO 23247-3.", , <https://www.iso.org/standard/78744.html>.
[RFC2119]
Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, DOI 10.17487/RFC2119, , <https://www.rfc-editor.org/rfc/rfc2119>.
[RFC8174]
Leiba, B., "Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words", BCP 14, RFC 8174, DOI 10.17487/RFC8174, , <https://www.rfc-editor.org/rfc/rfc8174>.
[Y.4600]
Union, I. T., ""Recommendation ITU-T Y.4600 (2022), Requirements and capabilities of a digital twin system for smart cities.", .

10.2. Informative References

[saref4bldg]
Poveda-Villaln, M. and R. Garcia-Castro, "SAREF extension for building", , <https://saref.etsi.org/saref4bldg>.

Acknowledgements

This specification is based on work by the One Data Model group.

Contributors

Joo-Sang Youn
DONG-EUI University
176 Eomgwangno Busan_jin_gu
Busan
47340
South Korea
Yong-Geun Hong
Daejeon University
62 Daehak-ro, Dong-gu
Daejeon
34520
South Korea

Authors' Addresses

Hyunjeong Lee (editor)
Electronics and Telecommunications Research Institute
218 Gajeong-ro, Yuseong-gu
Daejeon
34129
South Korea
Jungha Hong
Electronics and Telecommunications Research Institute
218 Gajeong-ro, Yuseong-gu
Daejeon
34129
South Korea