Introduction
The Federal Ministry for Economic Affairs and Energy (BMWE) has launched the Data Space Accelerator, a study designed to help particularly small and medium-sized enterprises (SMEs) join the Catena-X data space in 2026. Depending on the selected use case, participating companies will receive financial support of €15,000 or €30,000 net. The International Data Spaces Association (IDSA), the Catena-X Automotive Network e.V., and Cofinity-X GmbH are responsible for implementing the study.
Learn how to get started with the Traceability Use Case as part of the Data Space Accelerator.
What you need to do?
Get informed: The Traceability use case empowers data providers to seamlessly track parts and materials across the entire value chain while preserving full data sovereignty. It accelerates issue resolution, reduces recall costs through precise defect containment, and enables compliance by supporting secure tracking of conformity-relevant data. To successfully conduct this use case, the DSA participant must prepare test data based on SerialPart v4.0.0 semantic model and a digital twin for one of their products and ensure it is correctly structured according to the Catena-X standard. The participant must expose the data and digital twin via EDC assets, as well as notify Cofinity-X on the accessible assets.
Apply for the Data Space Accelerator: Please fill the interest form here. You will receive an email notification once your application has been accepted. Please save your Program ID for future reference.
Register with Cofinity-X: Once accepted, please continue by registering your company to Cofinity-X here to receive access to the dataspace and have a wallet with the corresponding credentials.
Get connected: Choose a suitable Traceability solution from the Marketplace. Explore our Marketplace to find a suitable solution.
Prepare test data: To become Dataspace Ready, the DSA participant must fulfill the detailed steps below to prepare and share Traceability test data with Cofinity-X.
Receive your certification: Finally, Cofinity-X will consume and check for data correctness, thereby completing the validation process for Data Space readiness.Upon successful validation, the participant is officially recognized as Dataspace Ready and receives the Data Readiness Certificate in the DSA portal.
Below are the detailed steps outlining what you need to do to complete the Traceability use case:
Create SerialPart Submodel
Create SerialPart Digital Twin
Create Digital Twin Registry (DTR) Asset
Create DTR Access and Usage Policies
Create DTR Contract Definition
Create Submodel Asset
Create Submodel Access and Usage Policies
Create Submodel Contract Definition
Step 1: Create SerialPart Submodel
To create submodel data for digital twin in your submodel server, the data must follow the SerialPart Semantic model schema.
Required properties include: localIdentifiers, manufacturingInformation, globalAssetId and partTypeInformation.
There are several aspect models in the Traceability use case but only the Serial Part aspect model will be used for this exchange.
Sample SerialPart data is available here.
Step 2: Create SerialPart Digital Twin
When creating this SerialPart digital twin, use "digitalTwinType": "PartInstance" in the Digital Twin creation.
Also, in order for Cofinity-X to access your shell descriptor/digital twin, you have to grant us visibility permissions to this specific asset ID manufacturerPartId:
{
"name": "manufacturerPartId",
"value": "123456",
"externalSubjectId": {
"type": "ExternalReference",
"keys": [
{
"type": "GlobalReference",
"value": "BPNLCOFINITYEZFA"
}
]
}Each descriptor in the submodelDescriptors section of your shell descriptor should point to one submodel and its asset. This means it should include asset id of your Asset ID created in step 6 as well as your dspEndpoint:
"subprotocolBody": "id=Vehicle_2024-01-01-0001_Submodel_SerialPart;dspEndpoint=https://connector-
partner.edc.aws.bmw.cloud/api/v1/dsp"
Step 3: Create Digital Twin Registry (DTR) Asset
An asset must be created to expose the Digital Twin Registry and its content to the network. This asset should have dct:type set to "cx-taxo:DgitalTwinRegistry" and the baseUrl set to the location of the backend data source of your Digital Twin Registry.
It is recommended to set proxyPath to true, in order for the data plane of the edc to forward the request to the DTR, and to set the proxyMethod to false to restrict 3rd parties from making changes to DTR entries.
Step 4: Create DTR Access and Usage Policies
Catena-X has set strict conventions for participants which kinds of Policies they are expected to process. A Usage policy defines the conditions for initiating a contract negotiation for a particular asset while an Access policy defines determines whether a particular consumer is offered an asset or no, in this case access should be giving to Cofinity-X BPN.
The usage policy for the DTR asset should have the following constraints:
{
"odrl:leftOperand": {
"@id": "cx-policy:FrameworkAgreement"
},
"odrl:operator": {
"@id": "odrl:eq"
},
"odrl:rightOperand": "DataExchangeGovernance:1.0"
},
{
"odrl:leftOperand": {
"@id": "cx-policy:UsagePurpose"
},
"odrl:operator": {
"@id": "odrl:eq"
},
"odrl:rightOperand": "cx.core.digitalTwinRegistry:1"
}The access policy of the DTR asset should give Cofinity access, and is defined in the constraints as follows:
{
"odrl:leftOperand": {
"@id": "cx-policy:Membership"
},
"odrl:operator": {
"@id": "odrl:eq"
},
"odrl:rightOperand": "active"
},
{
"odrl:leftOperand": {
"@id": "BusinessPartnerNumber"
},
"odrl:operator": {
"@id": "odrl:eq"
},
"odrl:rightOperand": "BPNLCOFINITYEZFA"
}
Step 5: Create DTR Contract Definition
A Contract Definition determines whether a policy which has been created will be used as access or usage policy for a particular asset. Therefore, this contract definition links the policies created in step 4 with the asset created in step 3.
Step 6: Create Submodel Asset
Similar to the DTR Asset, an asset must be created for the Submodel data created in Step 1, to expose the data to the Dataspace via the Dataplane. The baseUrl should point to your submodel URL.
Step 7: Create Submodel Access and Usage Policies
The Usage policy should include the following in the constraints:
{
"odrl:leftOperand": {
"@id": "cx-policy:FrameworkAgreement"
},
"odrl:operator": {
"@id": "odrl:eq"
},
"odrl:rightOperand": "DataExchangeGovernance:1.0"
},
{
"odrl:leftOperand": {
"@id": "cx-policy:UsagePurpose"
},
"odrl:operator": {
"@id": "odrl:eq"
},
"odrl:rightOperand": "cx.core.industrycore:1"
}The access policy for the submodel should also give access to Cofinity-X BPN in the constraints as described for the DTR Access Policy.
Step 8: Create Submodel Contract Definition
This Contract definition should link the policies created in step 7 with the asset created in step 6.
Once these steps are completed, send us an email to [email protected] with your EDC endpoint and BPNL.
More details are available in the Tractus-X Kits and github documentation:
